[Gridsphere-users] Re: "Ant install " problem
neha sood
coolcapri85 at gmail.com
Sun Mar 30 22:37:58 PDT 2008
hi..
so plese tell me what correction is required because i also found the same..
these angle brackts are not right..is it asking for some user input? my
deadline is comin near..plz guide me to continue this work
with regards ,
neha
On Mon, Mar 31, 2008 at 12:30 AM, <gridsphere-users-request at gridsphere.org>
wrote:
> Send Gridsphere-users mailing list submissions to
> gridsphere-users at gridsphere.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
> or, via email, send a message with subject or body 'help' to
> gridsphere-users-request at gridsphere.org
>
> You can reach the person managing the list at
> gridsphere-users-owner at gridsphere.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gridsphere-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Gridsphere-users Digest, Vol 19, Issue 24 (neha sood)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 30 Mar 2008 11:03:29 +0530
> From: "neha sood" <coolcapri85 at gmail.com>
> Subject: [Gridsphere-users] Re: Gridsphere-users Digest, Vol 19, Issue
> 24
> To: gridsphere-users at gridsphere.org
> Message-ID:
> <6a0648e0803292233gead81dagd2e838f29c3227fe at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> hi..
> so plese tell me what correction is required because i also found the
> same..
> these angle brackts are not right..is it asking for some user input?
>
> On Sun, Mar 30, 2008 at 12:30 AM, <gridsphere-users-request at gridsphere.org
> >
> wrote:
>
> > Send Gridsphere-users mailing list submissions to
> > gridsphere-users at gridsphere.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
> > or, via email, send a message with subject or body 'help' to
> > gridsphere-users-request at gridsphere.org
> >
> > You can reach the person managing the list at
> > gridsphere-users-owner at gridsphere.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Gridsphere-users digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Re: Re: "Ant install" problem (Mona Wong-Barnum)
> > 2. Re: applet restarting in GridSphere (Mona Wong-Barnum)
> > 3. Re: portlet extension problem (Mona Wong-Barnum)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Fri, 28 Mar 2008 15:11:58 -0700
> > From: Mona Wong-Barnum <mona at sdsc.edu>
> > Subject: Re: [Gridsphere-users] Re: "Ant install" problem
> > To: GridSphere Users <gridsphere-users at gridsphere.org>
> > Message-ID: <9A0B2417-16AC-4F70-A582-16B3C17C5104 at sdsc.edu>
> > Content-Type: text/plain; charset="us-ascii"
> >
> >
> > > public List<ComponentIdentifier> init(PortletRequest req,
> > > List<ComponentIdentifier> list) {
> >
> > Um, that syntax does not seem right...
> >
> > Mona
> >
> > ***************************************************
> > Mona Wong-Barnum
> > Data Services Portal Developer
> > San Diego Supercomputer Center
> > http://datacentral.sdsc.edu
> >
> > "Life is a school for angels.
> > Love is the Teacher, so do
> > your homework without fear.
> > Death is merely graduation."
> >
> > Jeffrey Kuehl
> > ***************************************************
> >
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> >
> http://lists.gridsphere.org/pipermail/gridsphere-users/attachments/20080328/70476618/attachment-0001.html
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Fri, 28 Mar 2008 15:51:29 -0700
> > From: Mona Wong-Barnum <mona at sdsc.edu>
> > Subject: Re: [Gridsphere-users] applet restarting in GridSphere
> > To: GridSphere Users <gridsphere-users at gridsphere.org>
> > Message-ID: <4B208257-579D-4AFB-BC84-E568046BAEBE at sdsc.edu>
> > Content-Type: text/plain; charset="us-ascii"
> >
> >
> > I wanted to share the applet restarting work-around hack that I
> > implemented which works...
> >
> > I opened up a new window for the applet. Now the applet is
> > independent of the portal and will not restart when user moves around
> > in the portal.
> >
> > Hope that will help someone else.
> >
> > cheers,
> > Mona
> >
> > *********************************************************
> > Mona Wong-Barnum
> > Data Services Portal Developer
> > San Diego Supercomputer Center
> > http://datacentral.sdsc.edu
> >
> > Once you start to see through the myth
> > of status, possessions, and unlimited
> > consumption as a path to happiness,
> > you'll find that you have all kinds of
> > freedom and time. It's like a deal you
> > can make with the universe: I'll give up
> > greed for freedom."
> > David Edwards
> > *********************************************************
> >
> >
> >
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> >
> http://lists.gridsphere.org/pipermail/gridsphere-users/attachments/20080328/bf6bcc25/attachment-0001.html
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Fri, 28 Mar 2008 16:03:59 -0700
> > From: Mona Wong-Barnum <mona at sdsc.edu>
> > Subject: Re: [Gridsphere-users] portlet extension problem
> > To: GridSphere Users <gridsphere-users at gridsphere.org>
> > Message-ID: <D4C64F76-8C9E-46C8-8E28-721214069837 at sdsc.edu>
> > Content-Type: text/plain; charset="us-ascii"
> >
> >
> > Ok I found the problem...and it makes sense now but was confusing
> > as
> > I was trying to debug this so I wanted to share it w/ others...
> >
> > If you have:
> >
> > public class A extends ActionPortlet {...}
> >
> > public class B extends A {...}
> >
> > while this may be fine for general Java, it will not work in
> > GridSphere when both classes are in portlet.xml...I'd like to spout a
> > good technical reason but I don't have one so I'll share my
> > suspicion...one portlet cannot extend another because GridSphere
> > calls B.init(), it will "clash" w/ A.init() and you'll get the errors
> > that I got...something about GridSphere cannot initialize.
> >
> > Mona
> >
> > *********************************************************
> > Mona Wong-Barnum
> > Data Services Portal Developer
> > San Diego Supercomputer Center
> > http://datacentral.sdsc.edu
> >
> > Once you start to see through the myth
> > of status, possessions, and unlimited
> > consumption as a path to happiness,
> > you'll find that you have all kinds of
> > freedom and time. It's like a deal you
> > can make with the universe: I'll give up
> > greed for freedom."
> > David Edwards
> > *********************************************************
> >
> >
> >
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> >
> http://lists.gridsphere.org/pipermail/gridsphere-users/attachments/20080328/ec0b579c/attachment-0001.html
> >
> > ------------------------------
> >
> > _______________________________________________
> > Gridsphere-users mailing list
> > Gridsphere-users at gridsphere.org
> > http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
> >
> >
> > End of Gridsphere-users Digest, Vol 19, Issue 24
> > ************************************************
> >
>
>
>
> --
> Friends are flowers in the garden of life
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.gridsphere.org/pipermail/gridsphere-users/attachments/20080330/f53d2920/attachment-0001.html
>
> ------------------------------
>
> _______________________________________________
> Gridsphere-users mailing list
> Gridsphere-users at gridsphere.org
> http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
>
>
> End of Gridsphere-users Digest, Vol 19, Issue 25
> ************************************************
>
--
Friends are flowers in the garden of life
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gridsphere.org/pipermail/gridsphere-users/attachments/20080331/2cd83350/attachment-0001.html
More information about the Gridsphere-users
mailing list