You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Gutenbrunner Klaus <kg...@techsoft.at> on 2002/04/09 08:51:25 UTC

fresh cornerstone build fails

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"

Re: fresh cornerstone build fails

Posted by Peter Donald <pe...@apache.org>.
oops sorry. I applied the fix so that cornerstone will build under ant1.4.1 
again ;) Thanks!


On Tue, 9 Apr 2002 16:51, Gutenbrunner Klaus wrote:
> 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"

-- 
Cheers,

Pete

------------------------------------------------------
"If people are good only because they fear punishment,
and hope for reward, then we are a sorry lot indeed." 
                                 -Albert Einstein
------------------------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>