Costin, If these are required, shouldn't they be added to the BUILDING.txt instructions and the build.xml's "download" task as well?
BTW, I just did a clean build without your 3 new dependencies and ran watchdog against it (11 JSP test fail). I noticed that the jakarta-tomcat-jasper/jasper2 build does not complain that these dependencies are not available. If they are really required dependencies of JSP, shouldn't the jasper2 build check for them and put them in its build output? Patrick [EMAIL PROTECTED] wrote: > costin 2002/08/01 10:30:39 > > Modified: . build.properties.default > Log: > Add properties for log4j ( if you build in 1.3 ) and jaxen/saxpath. > > The last 2 are needed by taglibs which is required by jasper2. > ( the files are checked in taglibs ) > > Revision Changes Path > 1.14 +14 -1 jakarta-tomcat-5/build.properties.default > > Index: build.properties.default > =================================================================== > RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v > retrieving revision 1.13 > retrieving revision 1.14 > diff -u -r1.13 -r1.14 > --- build.properties.default 1 Aug 2002 14:30:36 -0000 1.13 > +++ build.properties.default 1 Aug 2002 17:30:39 -0000 1.14 > @@ -39,6 +39,7 @@ > > > # ----- Default Base Path for Dependent Packages ----- > +#base.path=/usr/share/java > base.path=/usr/local > > > @@ -119,6 +120,18 @@ > activation.home=${base.path}/jaf-1.0.1 > activation.lib=${activation.home} > activation.jar=${activation.lib}/activation.jar > + > +# ----- Log4j ----- > +log4j.home=${base.path}/log4j > +log4j.jar=${log4j.home}/log4j.jar > + > +# ----- Jaxen ( required by taglibs/standard required by jasper ) ----- > +jaxen.home=${base.path}/jaxen-1.0-FCS > +jaxen.jar=${jaxen.home}/jaxen-full.jar > + > +# ----- Saxpath ( required by taglibs/standard required by jasper ) ----- > +saxpath.home=${base.path}/saxpath-1.0-FCS > +saxpath.jar=${saxpath.home}/saxpath.jar > > > # ----- Commons DBCP, version 20011030 or later ----- > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- ________________________________________________________________ Patrick Luby Email: [EMAIL PROTECTED] Sun Microsystems Phone: 408-276-7471 901 San Antonio Road, USCA14-303 Palo Alto, CA 94303-4900 ________________________________________________________________ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>