Sebastien,
Sorry, ignore my previous note (the one below). Even with assets not in the
classpath, I can run launch.LaunchCloud as long as the assets contribution
is added first. The code in svn does:
currencyNode.addContribution("http://cloud", cloudContribution);
catalogsNode.addContribution("http://assets", assetsContribution);
assets should be aded to currencyNode before cloud (at least with the
current code). With that change, it runs without throwing any exceptions.
On 12/20/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote:
>
> Sebastien,
>
> I realized why my code was running while yours was not. I was running
> under Eclipse with a classpath file generated a while ago when assets was a
> dependent project of cloud (and hence the classes were on classpath). I can
> now see the exception you were seeing.
>
> The contribution classloader has some missing code in loadClass (sorry). I
> will submit a patch.
>
>
> Thank you...
>
> Regards,
>
> Rajini
>
> On 12/20/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote:
> >
> > Sebastien,
> >
> > I haven't run the tutorial before, so I dont really know what running
> > successfully means. But when I tried cloud/LaunchCloud, and the only
> > exception I got was on Line 58 of LaunchCloud.java
> >
> > catalogsNode.addContribution("http://assets" , assetsContribution);
> > I changed it to
> > currencyNode.addContribution("http://assets ", assetsContribution);
> >
> > assets was already added to catalogsNode, and hence throws an error -
> > this looked like a typo anyway.
> >
> > With the change, it ran without any exceptions.
> >
> >
> >
> >
> > On 12/19/07, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote:
> > >
> > > Rajini Sivaram wrote:
> > > > Sebastien,
> > > >
> > > > The code in svn does not have export.java statements in
> > > > sca-contribution.xmlof assets for its exporting packages, which are
> > > > imported by store.
> > > >
> > >
> > > I added an export under SVN revision 605727. Same error :)
> > > --
> > > Jean-Sebastien
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > Thank you...
> >
> > Regards,
> >
> > Rajini
>
>
>
>
--
Thank you...
Regards,
Rajini