This is just an issue with the README, instead of

java -Dnotification.httpPort=8080 -cp "target\sample-
binding-notification-broker-1.0-incubating-SNAPSHOT.jar;%TUSCANY_SCA_MANIFEST_JAR%"
notification.broker.TrafficAdvisoryServer
it should read

java -Dnotification.httpPort=8080 -cp "target\sample-
binding-notification-broker-1.0-incubating.jar;%TUSCANY_SCA_MANIFEST_JAR%"
notification.broker.TrafficAdvisoryServer
Notice that the ant scripts did not seem to have made it into the RC,
otherwise we could also get rid of the 1.0-incubating prefix.

Let me know if it's not too late to change the README on the 1.0 branch.


On 9/17/07, haleh mahbod <[EMAIL PROTECTED]> wrote:
>
> could you please try it with rc1b?
>
>
> On 9/17/07, Ignacio Silva-Lepe <[EMAIL PROTECTED]> wrote:
> >
> > This is interesting, it runs for me out of the trunk. I have not updated
> > today though. I notice that set TUSCANY_Bin_DISTRO has mixed
> > upper case and lower case, but other than that I can't see a difference
> > with what I am typing ...
> >
> >
> > On 9/17/07, haleh mahbod <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi,
> > >
> > > Can someone else give this a try? I cannot get this running.  I am
> > > getting:
> > >
> > > C:\tuscany-new\sca-dist\tuscany-
> > > sca-1.0-incubating\samples\binding-notification-
> > > broker>set TUSCANY_Bin_DISTRO=c:\tuscany-new\sca-dist\tuscany-
> > > sca-1.0-incubating
> > >
> > >
> > > C:\tuscany-new\sca-dist\tuscany-
> > > sca-1.0-incubating\samples\binding-notification-
> > > broker>set
> > > TUSCANY_SCA_MANIFEST_JAR=%TUSCANY_BIN_DISTRO%\lib\tuscany-sca-manifes
> > > t.jar
> > >
> > > C:\tuscany-new\sca-dist\tuscany-
> > > sca-1.0-incubating\samples\binding-notification-
> > > broker>java -Dnotification.httpPort=8080 -cp
> > > "target\sample-binding-notification
> > > -broker-1.0-incubating-SNAPSHOT.jar;%TUSCANY_SCA_MANIFEST_JAR%"
> > > notification.bro
> > > ker.TrafficAdvisoryServer
> > > Exception in thread "main" java.lang.NoClassDefFoundError:
> > > notification/broker/T
> > > rafficAdvisoryServer
> > >
> > > Should this be out of binary distribution if noone can run it?
> > >
> > > Haleh
> > >
> >
>

Reply via email to