Ant 1.6.5 released

2005-06-02 Thread Antoine Lévy-Lambert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have great pleasure to announce the release of Ant 1.6.5. Ant 1.6.5 fixes mainly a bug of the Move task which was introduced between Ant 1.6.2 and Ant 1.6.3. Have fun using Ant ! :-) NB : the actual files will be available in x hours, whe

Ant 1.6.4 released

2005-05-19 Thread Antoine Lévy-Lambert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have the pleasure to annouce the release of Ant 1.6.4. This is a bug fix release, including fixing of a bug affecting javah and another affecting directory scanning activities. In one or two hours, the release will be visible on our web site. C

Re: Reading from and Writing to files in Ant

2004-06-11 Thread Antoine Lévy-Lambert
Hello Robert, I do not know the specificities of your application. You might want to have a look at a number of standard tasks and types in ant which might supply the kind of functionality you want. I guess you have the relatively typical problem of adapting a few settings in configuration files

Re: launching bat file in new process

2004-03-15 Thread Antoine Lévy-Lambert
Tom Elrod wrote: Hello. I am trying to figure out a way to launch a bat file within ant and have it continue on with the ant build. I have seen a few post regarding this, but none of the suggestions from those posts are working for me. I am using ant 1.5.4 on Windows. Hi Tom, if you can up

Re: Problem in using ftp with ant 1.6.1

2004-03-12 Thread Antoine Lévy-Lambert
RADEMAKERS Tanguy wrote: You need *both* the ant-commons-net.jar (came with the insect) and the commons-net.jar (did not come with the insect) to do ftp. And the jakarta-oro jar, which also does not come bundled with ant. For work with Microsoft FTP server, recent versions (CVS HEAD) of commons

Re: Ant 1.6.1 Build fail on Mac OX X 10.3.2 (G5)

2004-03-01 Thread Antoine Lévy-Lambert
Try : ./bootstrap.sh ./build.sh install-lite you are probably hit by remnants of older versions of ant in the bootstrap dir. Cheers, Antoine Hugh Field-Richards wrote: Hi I am upgrading from 1.5.3 and am having a few problems. I get the following failure when I try to build the 1.6.1 source o

Re: Ant Api usage problems

2004-02-24 Thread Antoine Lévy-Lambert
Hugo Costa wrote: Hi, I'm having problems using some optional tasks of the Ant Api. The error is always the same, so i must be doing something wrong. I'm starting in java as well, as you can see... On example of what i'm doing is this, just trying to login to my own ftp. I'm on linux. I've tried

Re: Conditionally setting property values

2004-02-07 Thread Antoine Lévy-Lambert
Steven Scheffler wrote: You can achieve the below by using the ant-contrib package. Go here (http://ant-contrib.sourceforge.net/) to download. Using the task you can express the if/then/else type logic you're looking for. -Original Message- From: Holliday, Donald B. (LNG-CSP) [mailto:[EM

Ant 1.6.1 beta1 released

2004-01-29 Thread Antoine Lévy-Lambert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, ant 1.6.1 beta1 is released. Apache Ant 1.6.1beta1 is now available for download . The ASF Board has approved the new Apache License 2.0. For a copy of that license, please see http://www.apache.org/lic

Re: Why is Java task not adding my classpath ref unless fork="yes"?

2004-01-28 Thread Antoine Lévy-Lambert
Robert Paris wrote: I have the following in my build.xml: In the TestLAF class, I print out the java.class.path system property and it doesn't include jars in the "deploy" folder. Can anyone tell me what I'm doing wrong? The other weird thing is that the clas

Re: using jdk1.5alpha for javac

2004-01-22 Thread Antoine Lévy-Lambert
James Black wrote: Hello, I am trying to figure out how to get the javac task to work, but I am having a problem with one option. I am trying Everything works until I try source="1.5", then I get an error. I want to start trying to use some of the new features (such as autoboxing) and see

Re: Ant 1.6.0 Long Filename support

2004-01-11 Thread Antoine Lévy-Lambert
Graham Reeds wrote: - what is the value of ANT_HOME in your system, ANT_HOME = C:\Program Files\Apache Group\apache-ant-1.6.0 - what is the value of JAVA_HOME JAVA_HOME = C:\Program Files\Java\jdk1.3.1_09 - is CLASSPATH set as an environment variable before you start ant; if it

Re: using javac to buils classes files to run under java 1.2.2

2004-01-07 Thread Antoine Lévy-Lambert
Eric Wood wrote: I'm confused by the use of the compiler and target attributes for the javac task. I'm running ant using java 1.4.1 but need to compile my classes to run under java 1.2.2. Do I only have to use the compiler="classic" attribute or do I have to use target="1.2" as well? Can somebod

Re: Ant 1.6 beta3 fails on windows xp pro

2003-12-15 Thread Antoine Lévy-Lambert
. Pay attention : some jars of third party suppliers include ant classes. For instance jars of BEA Weblogic, and maybe a lot of others, ... Cheers, Antoine I am using j2sdk1.4.2_01 Thanks Siri From: Antoine Lévy-Lambert <[EMAIL PROTECTED]> Reply-To: "Ant Users List" <[EMAIL

Re: How can I select different classpath for building different apps?

2003-12-15 Thread Antoine Lévy-Lambert
[EMAIL PROTECTED] wrote: All, In one single build.xml, how can I select different set of classpaths? for Tomcat and for other apps? I try to do the followings: In the init-tomcat target, I have the followings:

Re: multiple selection of classpath??

2003-12-15 Thread Antoine Lévy-Lambert
[EMAIL PROTECTED] wrote: All, 1. How can I select multiple classpath? I would like to be able NOT to define CATALINA_HOME for tomcat if not compiling things for tomcat, and just use J2EE... the normal ant way is then to define one different init target for each variant of your build or de

Re: Ant 1.6 beta3 fails on windows xp pro

2003-12-15 Thread Antoine Lévy-Lambert
Siri Nivasam wrote: I am running ant 1.6 beta 3 on windows xp pro with sp1. I get this error when I run 'ant -version' java.lang.InstantiationException: org.apache.tools.ant.Main at java.lang.Class.newInstance0(Class.java:293) at java.lang.Class.newInstance(Class.java:261) a

AW: XSLT with entities and therefore DOCTYPE

2003-12-08 Thread Antoine Lévy-Lambert
Hi Mike, I am no great XSL expert. Did you try the element instead of entities ? Maybe you are having problems with the xml-apis.jar or the xercesImpl.jar which is bundled with ant 1.5.3 ? I am not sure, I hope someone else gives you better ideas. Otherwise, there are certainly some xml lists wh

AW: FileSet within FileSet

2003-12-05 Thread Antoine Lévy-Lambert
what you are describing sounds OK from an ant point of view. Which version of ant are you using ? Cheers, Antoine -Ursprüngliche Nachricht- Von: Thomas Lionel SMETS [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 5. Dezember 2003 16:51 An: "Ant Users List" Betreff: Re: FileSet within FileSe

AW: BUILD FAILED

2003-12-03 Thread Antoine Lévy-Lambert
Hi Dean, can you check that you have a directory c:/learn/Ex1/src/Exercise1 with java source files in it ? if this is the case, the java sources should contain the declaration package Exercise1; Cheers, Antoine -Ursprüngliche Nachricht- Von: Dean Melia [mailto:[EMAIL PROTECTED] Gesende

AW: RE:Failed to initialise MIME mail use ant-antidote

2003-11-19 Thread Antoine Lévy-Lambert
1) how do you start ant (or antidote) 2) maybe there is a kind of integration problem between antidote and ant 1.6, but you need to tell us how you start your build 3) try to run your build from the command line (directly with the ant shell script) 4) the funny characters in the email that you forw

AW: CVS task

2003-11-12 Thread Antoine Lévy-Lambert
Hi Juraj, The message 'Das System kann den angegebenenen Pfad nicht finden' comes probably from your CVS server. This sounds like a wrong cvs root, or a repository location which does not match with the root. If you have omitted the dest attribute from your cvs invocation, and the current direc

AW: Mail Task

2003-10-18 Thread Antoine Lévy-Lambert
Hi Luis, at first glance your usage of the mail task is OK. Can you run ant in verbose mode (ant -verbose) and have a look at the output. Maybe you will already be able to figure out by yourself what went wrong. If not, post to the list the output of ant -verbose. Also try to send the same ema

AW: Re obsolete xml-apis.jar in ant1.6 [was ant1.6beta2]

2003-10-17 Thread Antoine Lévy-Lambert
I will wait until Monday to do this, to give a chance to the other committers to say something if they have a concern. Cheers, Antoine -Ursprüngliche Nachricht- Von: Dominique Devienne [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 17. Oktober 2003 17:25 An: 'Ant Users List' Betreff: RE: Re

AW: ftp del problem

2003-10-07 Thread Antoine Lévy-Lambert
Hi Sairam, can you switch to ant1.6beta ? In ant1.6beta there is an action rmdir for the ftp task which deletes the directories in a fileset. In ant1.6beta, there are also and which are more secure than (but rely on the presence of a ssh server on the remote machine(s)). Cheers, Antoine

AW: complete stacktrace

2003-09-30 Thread Antoine Lévy-Lambert
Run your ant build in verbose mode and see if you now get your stack trace : ant -verbose ... try also to set fork="true" for your task to see if it helps. Cheers, Antoine -Ursprüngliche Nachricht- Von: Heike Franosch [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 30. September 2003 09:

AW: Adding multiple views to p4label optional task

2003-09-21 Thread Antoine Lévy-Lambert
Hi Scott, there is already in ant1.6alpha something in place to accept multiple views separated by ; or : In the current code, multiple views are assumed. Cheers, Antoine -Ursprüngliche Nachricht- Von: Decker, Scott [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 19. September 2003 17:25 An

AW: ANT 1.6

2003-09-16 Thread Antoine Lévy-Lambert
A beta version is scheduled to be released this month, the labeling of the 1_6_BRANCH will be done on Monday next week. I do not know yet where it is bringing us in terms of an official ant 1.6.0 Cheers, Antoine -Ursprüngliche Nachricht- Von: Ciramella, EJ [mailto:[EMAIL PROTECTED] Gesende

AW: Rename support in FTP task

2003-09-16 Thread Antoine Lévy-Lambert
Hi Keith, yes, your understanding is correct. Antoine -Ursprüngliche Nachricht- Von: Hawkins, Keith [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. September 2003 21:38 An: '[EMAIL PROTECTED]' Betreff: Rename support in FTP task The ftp ant task does not seem to have support for havin