this one already bugged me a few times.
a fresh cornerstone checkout won't compile giving an errormessage

BUILD FAILED
C:\projects\jakarta\jakarta-avalon-cornerstone\build.xml:173: The <jar> task
doesn't support the "file" attribute.
Total time: 1 second

the small diff can be found below (hopefully this is the correct procedure)

klaus


cvs diff build.xml (in directory
C:\projects\jakarta\jakarta-avalon-cornerstone)
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-cornerstone/build.xml,v
retrieving revision 1.100
diff -r1.100 build.xml
171c171
<     <jar file="${build.lib}/cornerstone.jar"
---
>     <jar jarfile="${build.lib}/cornerstone.jar"

Reply via email to