Hi:
I am running Apache Ant version 1.5.1 and java 1.4.2_06 on sun
sparc/solaris 5.6
My build.xml has the line
which works fine on windows xp but does not compile on solaris with
the following failure
BUILD FAILED
file:build.xml:3: Unexpected element "defaultexcludes"
Total time: 2 secon
I got it. Thanks.
ant -buildfile build2.xml.
On 4/19/05, Nishi Prafull <[EMAIL PROTECTED]> wrote:
> Thanks, that worked!
>
> One other question, if I have to pass in a new build script to the ant
> command such as build2.xml and not use the default one, whats the
> command
ourprop=foo
>
> then, the way you are using is the right way.
>
> Regards
> -Luis
>
> -Original Message-
> From: Nishi Prafull [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 19, 2005 3:00 PM
> To: user@ant.apache.org
> Subject: ant build script failing
Hi:
I have following ant script to build a project but its failing at the
clean target as below, can someone please let me know what could be
the cause?
I made sure that the srchome variable was set in the environment
[C:\temp\dc\src\java\DiscOEM]ant
Buildfile: build.xml
clean:
[delete] C:\te