I should precise I run the ant main target from the excalibur root directory after copying ant.properties.sample to ant.properties. I am talking about the ant.properties.sample under excalibur root.
On Tue, 2002-04-23 at 00:14, Vincent Tence wrote: > I've just tried a vanilla build of excalibur, which failed because > ant.properties.sample and depchecker.xml were out of sync. > > The build file is expecting a property avalon-logkit.jar and > ant.properties.sample defines logkit.jar. I have attached 2 patches, > depending on where the correction should go. > > -- Vincent > > > > > ---- > > Index: ant.properties.sample > =================================================================== > RCS file: /home/cvspublic/jakarta-avalon-excalibur/ant.properties.sample,v > retrieving revision 1.11 > diff -u -r1.11 ant.properties.sample > --- ant.properties.sample 16 Apr 2002 23:34:52 -0000 1.11 > +++ ant.properties.sample 23 Apr 2002 04:06:08 -0000 > @@ -39,8 +39,8 @@ > xalan.jar=${xalan.home}/xalan-2.2.0-D13.jar > > # ----- Logkit ----- > -logkit.home=${base.path}/jakarta-avalon-logkit/build/lib > -logkit.jar=${logkit.home}/logkit.jar > +avalon-logkit.home=${base.path}/jakarta-avalon-logkit/build/lib > +avalon-logkit.jar=${avalon-logkit.home}/logkit.jar > > # ----- Avalon Framework ----- > avalon-framework.home=${base.path}/jakarta-avalon/build/lib > ---- > > Index: depchecker.xml > =================================================================== > RCS file: /home/cvspublic/jakarta-avalon-excalibur/depchecker.xml,v > retrieving revision 1.20 > diff -u -r1.20 depchecker.xml > --- depchecker.xml 22 Apr 2002 10:09:12 -0000 1.20 > +++ depchecker.xml 23 Apr 2002 04:05:27 -0000 > @@ -350,8 +350,8 @@ > </target> > <target name="checkLogkit"> > <ant antfile="${depchecker.prefix}/depchecker.xml" >target="checkRequiredFile"> > - <property name="name" value="avalon-logkit.jar"/> > - <property name="path" value="${avalon-logkit.jar}"/> > + <property name="name" value="logkit.jar"/> > + <property name="path" value="${logkit.jar}"/> > </ant> > </target> > <target name="checkLogger"> > > ---- > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>