On Mon, 14 Mar 2005, <[EMAIL PROTECTED]> wrote:
> /usr/local/ant1_6_2/bin/ant: line 1: uname: command not found
This is strange, no uname on your machine? Also you don't seem to be
running the stock Ant wrapper script since uname is not in line 1
there.
Where did you get and how did you install
see also
http://issues.apache.org/bugzilla/show_bug.cgi?id=33956
Jan
> -Ursprüngliche Nachricht-
> Von: Ninju Bohra [mailto:[EMAIL PROTECTED]
> Gesendet am: Freitag, 11. März 2005 19:43
> An: Ant Users List
> Betreff: Re: depends executed before if/unless
>
> I think the problem lies in
Hi, i have installed apache ant and used to run ant for some time but now when i
run this i am getting following error.
i am using ant 1.6.2 and red hat linux 9 and the java version i am using is
1.5.01.
[EMAIL PROTECTED] local]# ant
/usr/local/ant1_6_2/bin/ant: line 1: uname: command not found
Hello Danilo,
you need to taskdef junit in your build file, specifying a classpath
which includes ant-junit.jar and junit.jar.
Cheers,
Antoine
Danilo Bürger wrote:
I would like to integrate Junit into Ant as specified by 3. in
http://ant.apache.org/manual/OptionalTas
At first look ...
Zip has no destdir but a destfile
http://ant.apache.org/manual/CoreTypes/zipfileset.html
Can you also provide the specs of the environment (OS & fs if relevant, JDK,
ANT) as it seem file
on my machine ... ?
\T,
--- Kevin Duffey <[EMAIL PROTECTED]> wrote:
> Hey all,
>
> I
IIRC winzip tries to be "helpful" and shows all dirs in an archive as
lowercase. This has been discussed on this list before, try searching the
archives: http://marc.theaimsgroup.com/?l=ant-user&r=1&w=2
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere Build SWAT Team Lead
WebSphere Build Toolin
Hey all,
I am hoping I am just losing my mind here. When I use
the WAR, JAR or ZIP task to create an archive, every
time I try to store any directories that have .xml
files in them, the directories are lowercased. Always.
I do something like this:
Every time I open the file.war (or if I n
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hey,
I would like to integrate Junit into Ant as specified by 3. in
http://ant.apache.org/manual/OptionalTasks/junit.html ("3. Do neither
of the above, and instead, specify their locations using a
element in the build file. See the FAQ for details.")