Re: [OJB-developers] build.xml
Brought to you by:
thma
From: <ri...@ya...> - 2002-04-30 20:35:26
|
Unleast a new user downloading OJB is a member of this list, he couldn't = have noticed the fix, and dumped OJB, for an alternative (maybe Castor, = ouch!) Thomas, we need to re-release a patched version in SourceForge. Ricardo ----- Original Message -----=20 From: "Domagoj Jugovic" <do...@la...> To: <obj...@li...> Sent: Tuesday, April 30, 2002 10:48 AM Subject: [OJB-developers] build.xml > Hi ! >=20 > In build.xml for the latest relase ojb-.8.375 there is a small, small = bug=20 > , in preproces target in fork task there is attribute for setting = classpath=20 > , attribute name is classpath, but here it should be classpathref = because=20 > atribute's value ("compilation-classpath") in build.xml is realy a=20 > reference to a already defined classpath. >=20 > <!-- Preprocess Java Source Code --> > <target name=3D"preprocess" depends=3D"prepare" > > <echo message=3D"using switches: ${JDK}, ${DEBUG}"/> > <java fork=3D"no" classname=3D"org.hsqldb.util.CodeSwitcher"=20 > failonerror=3D"true" classpath=3D"compilation-classpath"> > = *********** > = should=20 > be : classpathref >=20 >=20 >=20 >=20 > Cheers. >=20 >=20 > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers >=20 |