[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running under windows



it works fine with the ":" changed to ";". thanx a lot.

----- Original Message -----
From: "Lars Martin" <lars@softwarebuero.de>
To: "Tope" <tolukemi@hotmail.com>
Sent: Thursday, May 25, 2000 5:04 PM
Subject: Re: Running under windows


>
> Hi,
>
> On Thu, 25 May 2000, you wrote:
> > I use jdk1.3.
>
> I will check the jdk 1.3 on linux.
>
> > I've been able to get a work around for the problem though. I
> > had to modify the build.xml file. Where
org.exolab.castor.SourceGenerator
> > was called as shown below:
> > <java classname="org.exolab.castor.builder.SourceGenerator"
> >           args="-i
> > ${build.dir}/org/ozoneDB/tools/OPP/OzoneClassDescriptor.xsd -package
> > org.ozoneDB.tools.OPP.castor"
> >           fork="yes"
> >           jvmargs="-classpath ${classpath}"
> >     />
> > I had to explicitly declare the classpath in jvmargs. For some reason
the
> > variable ${classpath} was not being passed to it. I had to make a
similar
> > modification everywhere a new VM was invoked. I've included a copy of
the
> > modified build.xml file.
>
> Maybe it is a problem of the classpath property defined in build.xml?
Please try
> to replace all ':' with ';' in the property '<property name="classpath"
> value="....">'. And then run ant again. What happens? Under Windows the
> CLASSPATH is divided by ';' where Unix uses ':'.
>
> Thanks,
> Lars
> --
> ________________________________________________________________
> Lars Martin                         mailto:lars@softwarebuero.de
> softwarebuero m&b (SMB)              http://www.softwarebuero.de
>

de
>