Francis thanks for your reply, but I'm not sure I follow why you think "echo
$PATH" will not work.
In fact it DOES work and it is not the problem. The problem in my example
is the line before where I append the "/foo" to my path. The echo is just a
way to show that my path was not altered with "/
Send me your make file plus any extras. I'll have a look 4 you.
chris.green...@gmail.com
-Original Message-
From: veena pandit
Sent: 01 September 2009 19:59
To: Ant Users List
Subject: Re: Yet another basic question about Ant
It is for a Java program. But I have to convert all the Mak
It is for a Java program. But I have to convert all the Make utilities into
Ant.
I dont know Make. and I have to eliminate the Make
On Tue, Sep 1, 2009 at 2:50 PM, David Weintraub wrote:
> Ant is a build system primarily designed for Java builds while Make is
> primarily designed for C/C++ bui
Ant is a build system primarily designed for Java builds while Make is
primarily designed for C/C++ builds.
Are you doing a Java build, but for some reason, it was originally written
in Make? Then, I can understand why you want to change. But you are probably
better off writing the build from scra
There's a 64K limit to what try/catch can store and you are running into
that limit.
What exactly are you trying to do? Do you want to fail if your command can't
run? Have your batchfile send an error code upon exit. Ant can detect that
and report it as a failure. Make sure you set* *.
Another po
On Tue, Sep 1, 2009 at 3:29 AM, Francis GALIEGUE wrote:
> OK, this is a clear enough explanation. I'm not really sure about the
> "programming language vs build system" analogy, though ;)
>
> I think I still don't have "the ant way" of doing things even though
> I've been using it for several yea
Hi all,
I have Ant 1.7.0 running on a GERMAN Windows XP. The thing has also filenames
with UMLAUTS in the name. Now, I can't get even the below minimal example to
correctly print the umlauts, regardless of the encoding I specify in the XML
(which I think applies only to the XML parser anyway).
On Tue, Sep 1, 2009 at 10:20 AM, veena pandit wrote:
> I have been given the task of converting Make files to Ant. I don't know
> Make and I don't know Ant.
> But I am going to try. There are 3 make files in the project. The first
> one includes another make file
> like so:
> include makefile.${
Hi,
I have been given the task of converting Make files to Ant. I don't know
Make and I don't know Ant.
But I am going to try. There are 3 make files in the project. The first
one includes another make file
like so:
include makefile.${OSTYPE}${OS}
the other Make files are makefile.linux and ma
* I tried build again and wsgen works. I haven't done any of the steps
below.*
*This is after I added ant to the path. and set ANT_HOME yesterday.*
*Today wsgen works.*
**
Thanks to all the people who helped.
Veena
On Tue, Sep 1, 2009 at 3:44 AM, Rebhan, Gilbert <
gilbert.reb...@huk-coburg.de
On Tue, Sep 1, 2009 at 15:17, Francis GALIEGUE wrote:
> Hello everyone,
>
> I have
>
Argh, sorry, keyboard error caused mail to be sent way too soon. So,
I'll explain.
I have the following setup:
* running on CentOS 5, 64 bits;
* using ant 1.6.5, packaged by JPackage;
* using Sun's latest Java 6
Hello everyone,
I have
--
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
f...@one2team.com
40 avenue Raymond Poincaré
75116 Paris
-
To unsubscribe, e-mail: user-unsubscr...@ant.
On Sun, Aug 23, 2009 at 21:14, chris chriss wrote:
> I'm trying to append something to the PATH env variable in fedora 10 and
> fedora 11. It doesn't seem to work. (Fedora 8 and 9 work as expected, as
> well as ubuntu with the same versions of ant 1.7.1). My example below should
> echo out the path
-Original Message-
From: M White [mailto:tc1...@yahoo.com]
Sent: Monday, August 31, 2009 12:42 PM
To: ant user
Subject: Reg: Code too large
/*
What are these errors about ... " Code too large .."
What should i do ?
Thanks & Regards
*/
opening a browser window a
-Original Message-
From: M White [mailto:tc1...@yahoo.com]
Sent: Monday, August 31, 2009 12:42 PM
To: ant user
Subject: Reg: Code too large
/*
Hi,
I am compiling some files and i am getting the error -
Code too large for try .
Code too large for catch
But ultimately in the
-Original Message-
From: veena pandit [mailto:v.kri...@gmail.com]
Sent: Tuesday, September 01, 2009 12:47 AM
To: Ant Users List
Subject: Re: Basic question about ant
/*
Since wsgen is in a jar file, I put the complete path of the jar file in
the exec.
So if anttasks.jar was in C:/ecli
On Mon, Aug 31, 2009 at 17:17, David Weintraub wrote:
> Ant is not a programming language! Ant is not a programming language! Repeat
> that.
>
> Ant build system. And yes, there is a major difference. In a programming
> language, you set the exact order you want everything executed in. In a
> build
17 matches
Mail list logo