Re: Ant 1.6 installation

2008-09-08 Thread Jean-Rene David
There are lots of asterisks scattered all over your post, but: * Jon [2008.09.05 05:50]: > I'm trying to install Apache Ant 1.6 and have updated the following entries > within */etc/profile* to ensure that the installation is complete. > > JAVA_HOME=/usr/java/j2sdk1.4.2_18 >

AW: Ant 1.6 installation

2008-09-05 Thread Jan.Materne
7;; [EMAIL PROTECTED] Betreff: RE: Ant 1.6 installation './' will try to look for the 'ant' executable under the current working directory. Try issuing the command, [EMAIL PROTECTED] /]$ ant -version instead of, [EMAIL PROTECTED] /]$ ./ant -version Hope thi

RE: Ant 1.6 installation

2008-09-05 Thread Vivek Payala
iday, September 05, 2008 3:12 PM To: user@ant.apache.org Subject: Ant 1.6 installation I'm trying to install Apache Ant 1.6 and have updated the following entries within */etc/profile* to ensure that the installation is complete. JAVA_HOME=/usr/java/j2sdk1.4.2_18 *ANT_HOME=/usr/local/apach

Ant 1.6 installation

2008-09-05 Thread Jon
I'm trying to install Apache Ant 1.6 and have updated the following entries within */etc/profile* to ensure that the installation is complete. JAVA_HOME=/usr/java/j2sdk1.4.2_18 *ANT_HOME=/usr/local/apache2/apache-ant-1.6.0* export JAVA_HOME PATH USER LOGNAME MAIL HOSTNAME HISTSIZE IN

Re: Migrating form ANT 1.6 to 1.7: xmlproperty

2008-02-19 Thread Olivier Gies
Olivier Original Message -------- Subject: Migrating form ANT 1.6 to 1.7: xmlproperty From: Samuel Monsarrat <[EMAIL PROTECTED]> To: user@ant.apache.org Date: 19/02/2008 21:49 I am attempting to migrate a large ANT build system from 1.6 to 1.7 and am running into a problem with xml

Migrating form ANT 1.6 to 1.7: xmlproperty

2008-02-19 Thread Samuel Monsarrat
about_B.xml but overload certain parts of it with about_A.xml In ANT 1.6 about_A.xml would only set property app.version(developmentStage) effectively overloading the developmentStage defined in about_B.xml, but with ANT 1.7, about_A.xml also sets the property app.version to "empty"

Re: javadoc difference between ant 1.6 and ant 1.7

2007-12-18 Thread bart br
s message in context: http://www.nabble.com/javadoc-difference-between-ant-1.6-and-ant-1.7-tp9676623p14389057.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: javadoc difference between ant 1.6 and ant 1.7

2007-03-29 Thread Xavier Hanin
On 3/29/07, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hello Xavier, Bonjour Antoine, a -verbose shows the command line used to start javadoc. At least this is what I expect. Not sure to understand. Steve asked 'what does a -verbose log say?' and as answer I attached the verbose log

Re: javadoc difference between ant 1.6 and ant 1.7

2007-03-29 Thread Antoine Levy-Lambert
Hello Xavier, a -verbose shows the command line used to start javadoc. At least this is what I expect. Antoine > > > Bug #41958 > > what does a -verbose run say? > > -

Re: javadoc difference between ant 1.6 and ant 1.7

2007-03-27 Thread Xavier Hanin
On 3/27/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Xavier Hanin wrote: > Hi, > > I'm currently testing ant 1.7 and I run into an issue with the javadoc > task. > > The following snippet: > > > > > Works with windows vista + jdk 1.6 + ant 1.6.5, but fails with windo

Re: javadoc difference between ant 1.6 and ant 1.7

2007-03-27 Thread Steve Loughran
Xavier Hanin wrote: Hi, I'm currently testing ant 1.7 and I run into an issue with the javadoc task. The following snippet: Works with windows vista + jdk 1.6 + ant 1.6.5, but fails with windows vista + jdk 1.6 + ant 1.7.0: Javadoc failed: java.io.IOException: C

RE: javadoc difference between ant 1.6 and ant 1.7

2007-03-26 Thread Res Pons
ginal Message Follows From: "Xavier Hanin" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: user@ant.apache.org Subject: javadoc difference between ant 1.6 and ant 1.7 Date: Mon, 26 Mar 2007 18:27:19 +0200 Hi, I'm currently testing ant 1.7 and I run into

javadoc difference between ant 1.6 and ant 1.7

2007-03-26 Thread Xavier Hanin
Hi, I'm currently testing ant 1.7 and I run into an issue with the javadoc task. The following snippet: Works with windows vista + jdk 1.6 + ant 1.6.5, but fails with windows vista + jdk 1.6 + ant 1.7.0: Javadoc failed: java.io.IOException: Cannot run program "D:\dev

Re: Fileset issue (Ant 1.6, 1.7)

2007-01-29 Thread Alexey Solofnenko
I am surprised it ever worked. Please use instead. - Alexey. [EMAIL PROTECTED] wrote: Hello All, We recently migrated from Ant 1.5 to Ant 1.7 and found an issue related to filesets. Filesets for some reason are not handling indirect references, with ?..? in path. I tried the same case in 1.

Fileset issue (Ant 1.6, 1.7)

2007-01-29 Thread support
Hello All, We recently migrated from Ant 1.5 to Ant 1.7 and found an issue related to filesets. Filesets for some reason are not handling indirect references, with ?..? in path. I tried the same case in 1.5, and it works like a charm. It doesn?t work both in 1.6 and 1.7 versions of Ant !!

Re: Problem with ant 1.6

2006-05-04 Thread Alexey N. Solofnenko
"Alpha"? 1.6 was released and there is now 1.6.5. Please do not forget to make a clean install and unset CLASSPATH environment variable. - Alexey. Susheel Raina wrote: Hi, We are using ant 1.6 alpha for building and deploying our Web application. We are facing a problem with th

AW: Problem with ant 1.6

2006-05-04 Thread Jan.Materne
>We are using ant 1.6 alpha for building and deploying our Web > >Just wanna know If there is something I am missing??? Maybe that there are newer versions And we would miss a more meaningful error message .

Re: Problem with ant 1.6

2006-05-04 Thread Scot P. Floess
Can you include some output and elaborate a bit more? From your email it looks like you are attempting to call a shell script and that is failing? More information would be useful :) Scot Susheel Raina wrote: Hi, We are using ant 1.6 alpha for building and deploying our Web application

Re: Problem with ant 1.6

2006-05-04 Thread glenn opdycke-hansen
There is not much information. This is a guess: Perhaps there are jar files in the ant/lib dir for ant1.5 that have not been moved to 1.6. More info is needed. --glenn On 5/4/06, Susheel Raina <[EMAIL PROTECTED]> wrote: Hi, We are using ant 1.6 alpha for building and deploying ou

Problem with ant 1.6

2006-05-04 Thread Susheel Raina
Hi, We are using ant 1.6 alpha for building and deploying our Web application. We are facing a problem with this version. While trying to compile our webervices using jwsdp-1_0_01/bin/xrpcc.sh, it is unable to compile from the build file. However If I run the same command from shell, it works

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-10 Thread Steve Loughran
Lawrie Gallardo wrote: Steve Loughran wrote: As and when I complete the second edition of Java development with Ant (yes, I am behind schedule), there will be some sample stuff that does it more simply. I havent written the target to zip up all the source tree to provide an example, but I

Re: *****spam***** Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-04 Thread Geoffrey Mitchell
XDoclet 1.2.x doesnt work on java1.5??? I had no idea - I had to stick with java1.4 on my last project. Ignorance is bliss, as they say... You got me scurrying to Google, though, and there would now appear to be an XJavaDoc snapshot release which lets you use XDoclet 1.2.x with Java 1.5.,

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-04 Thread Lawrie Gallardo
Steve Loughran wrote: As and when I complete the second edition of Java development with Ant (yes, I am behind schedule), there will be some sample stuff that does it more simply. I havent written the target to zip up all the source tree to provide an example, but I could do that in the nex

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-04 Thread Steve Loughran
Lawrie Gallardo wrote: As and when I complete the second edition of Java development with Ant (yes, I am behind schedule), there will be some sample stuff that does it more simply. I havent written the target to zip up all the source tree to provide an example, but I could do that in the ne

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-03 Thread Lawrie Gallardo
Hi Steve, From: Steve Loughran <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules? Date: Thu, 03 Nov 2005 11:33:13 + Lawrie Gallardo wrote: Hi Ron, I have searched th

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-03 Thread Steve Loughran
Lawrie Gallardo wrote: Hi Ron, I have searched through the Apache projects, but none of them seem to do anything like I am trying to do with Ant (i.e. project containing multiple WAR and JAR modules awith common build file which the individual module's build files import and override, plus a

AW: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Jan.Materne
At JGuru was a thread on the same topic - "Sample multi-project build files utilising Ant 1.6 features?" [1]. And I posted a link [2] to the user list, where are links and a description of the Jakarta Commons. Jan [1] http://www.jguru.com/forums/view.jsp?EID=1269943

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Lawrie Gallardo
Hi Jan, The project structure you describe sounds very similar to what I have been thinking of. My problem is finding an open source project with this structure and which has Ant 1.6 build files (or a kindly sole who has done something similar on a commercial project and is willing to share

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Lawrie Gallardo
ject: Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules? Date: Wed, 02 Nov 2005 07:40:31 -0500 Did you look at the Apache projects? Many of them are using Maven which may be closer to what you want. What about Ant itself? Ron Lawrie Gallardo wrote: Hi, I need to

AW: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Jan.Materne
to "think about" these :-) Jan >-Ursprüngliche Nachricht- >Von: Ron Wheeler [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 2. November 2005 13:41 >An: Ant Users List >Betreff: Re: Example Ant 1.6 build files for project with >multiple WAR and JAR modules

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Ron Wheeler
Did you look at the Apache projects? Many of them are using Maven which may be closer to what you want. What about Ant itself? Ron Lawrie Gallardo wrote: Hi, I need to put together Ant 1.6 build files for a project which will have an EAR module and several WAR and JAR modules. I ideally

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Yves Martin
"Lawrie Gallardo" <[EMAIL PROTECTED]> writes: > Hi, > > I need to put together Ant 1.6 build files for a project which will have an > EAR > module and several WAR and JAR modules. I ideally want to make good use of Ant > 1.6 features such as import, macrodef an

Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Lawrie Gallardo
Hi, I need to put together Ant 1.6 build files for a project which will have an EAR module and several WAR and JAR modules. I ideally want to make good use of Ant 1.6 features such as import, macrodef and subant tasks to produce a common build file (which each individual module's build

Re: Ant 1.6 API: Can't call War.addZipfileset() from JavaScript

2005-06-28 Thread Lou_Miranda
} and all is well. Thanks for pointing out the Faq article. I read the Faq last week, but that was before I realized I had the UnknownElement problem. A Google searched hadn't turned up much. Thanks again. Lou. Peter Reilly <[EMAIL PROTECTED]> 06/28/2005 07:37 AM Please respond t

Re: Ant 1.6 API: Can't call War.addZipfileset() from JavaScript

2005-06-28 Thread Peter Reilly
I do not have time to look into this too much. However the "unknownelement" is due to a difference in timing of converting of xml classes to java tasks from ant 1.5 to ant 1.6. Look at: http://ant.apache.org/faq.html#unknownelement.taskcontainer Your code does something similar:

Re: Ant 1.6 API: Can't call War.addZipfileset() from JavaScript

2005-06-27 Thread Lou_Miranda
Any ideas on this? It's preventing us from upgrading to Ant 1.6, which we need to do because of other dependencies. Am I doing something horribly wrong? Any workarounds come to mind? Thanks. [EMAIL PROTECTED] wrote on 06/24/2005 10:50:16 AM: > > More info: > > It'

Re: Ant 1.6 API: Can't call War.addZipfileset() from JavaScript

2005-06-24 Thread Lou_Miranda
cher.java:55) Total time: 3 seconds ** END ANT 1.6.2 OUTPUT * [EMAIL PROTECTED] wrote on 06/23/2005 01:56:55 PM: > > I have an Ant 1.5.4 build script that doesn't work in Ant 1.6 (Ant 1.6.2 > or 1.6.5). It has some embedded JavaScript that is calling the Ant API

Ant 1.6 API: Can't call War.addZipfileset() from JavaScript

2005-06-23 Thread Lou_Miranda
I have an Ant 1.5.4 build script that doesn't work in Ant 1.6 (Ant 1.6.2 or 1.6.5). It has some embedded JavaScript that is calling the Ant API to add a ZipFileSet to the War task. What we're trying to do is dynamically add directories to the War task at runtime. We decided to use

Re: ClassLoader issues with Ant 1.6.x and the task

2005-03-29 Thread Peter Reilly
stuck on this. Any ideas? Dave Noel [EMAIL PROTECTED] David E Noel/Burlington/Contr/[EMAIL PROTECTED] 03/24/2005 06:53 PM Please respond to "Ant Users List" To user@ant.apache.org cc Subject ClassLoader issues with Ant 1.6.x and the task Hello fellow ant users. I have a problem wit

Re: ClassLoader issues with Ant 1.6.x and the task

2005-03-28 Thread David E Noel
I'm still stuck on this. Any ideas? Dave Noel [EMAIL PROTECTED] David E Noel/Burlington/Contr/[EMAIL PROTECTED] 03/24/2005 06:53 PM Please respond to "Ant Users List" To user@ant.apache.org cc Subject ClassLoader issues with Ant 1.6.x and the task Hello fellow ant u

ClassLoader issues with Ant 1.6.x and the task

2005-03-24 Thread David E Noel
Hello fellow ant users. I have a problem with ant and junit that I am pretty sure is a class loader problem. When I run the junit task on my test cases I always get a ClassNotFoundException on my test case classes. I am sure they are on the classpath so that makes me think it is a class loade

Re: Video Game written in Ant 1.6 and Ant-Contrib

2005-02-25 Thread Frank W. Zammetti
That is simultaneously one of the coolest, and more thoroughly pointless things I've ever seen. I love it! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Stefan Bodewig wrote: I simply must share that http://jonaquino.blogspot.com/2005/02/fir

Video Game written in Ant 1.6 and Ant-Contrib

2005-02-25 Thread Stefan Bodewig
I simply must share that http://jonaquino.blogspot.com/2005/02/first-video-game-written-in-ant.html Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Fix/Workaround Needed For Ant 1.6.x and

2005-02-18 Thread Michael Duffy
; >I must be a dolt. I'm not getting the workaround > or > >fix that makes the task work again in Ant > >1.6.x. > > > >It used to work magnificently, but since the new > class > >loader design was added I'm getting nothing but > >ClassN

Re: Fix/Workaround Needed For Ant 1.6.x and

2005-02-17 Thread Jacob Kjome
ne of your ClassNotFoundException's so we can get an idea of what is going on. Jake At 05:16 PM 2/17/2005 -0800, you wrote: > >I must be a dolt. I'm not getting the workaround or >fix that makes the task work again in Ant >1.6.x. > >It used to work magnificently, but since

Fix/Workaround Needed For Ant 1.6.x and

2005-02-17 Thread Michael Duffy
I must be a dolt. I'm not getting the workaround or fix that makes the task work again in Ant 1.6.x. It used to work magnificently, but since the new class loader design was added I'm getting nothing but ClassNotFoundException when it tries to find my TestCases. (Yes, I set the

ant 1.6.x libraries

2005-01-26 Thread Melzer, Steven
all, i am trying to move from ant 1.5.x on Windows to ant 1.6.x on Unix and i am having a hard time understanding the proper way to handle external libraries. i started with a clean version of redhat 9. it has ant 1.5.x pre-installed. i used the jpackage and upgraded it to 1.6.x (after a

Re: NoSuchMethodError: attempting to use jar task on Ant 1.6

2005-01-20 Thread Jirong Hu
I have used Ant with WSAD5.1 with no problem. I am using Eclipse 3.01 with Ant 1.6 with no problem to jar as well. I can run Ant both within Eclipse and using a seperate version. Jirong Ivan Ivanov wrote: > Mark, > I am using Eclipse, Ant and task, but I haven't > seen that bu

Re: NoSuchMethodError: attempting to use jar task on Ant 1.6

2005-01-20 Thread Ivan Ivanov
Preferences -> Ant -> Runtime -> Ant Home... button and then point on the base dir of your ant installation. HTH Ivan --- Mark Benussi <[EMAIL PROTECTED]> wrote: > Sorry if this has been done to death but I did > search the mail lists and > found nothing. > > I am using

NoSuchMethodError: attempting to use jar task on Ant 1.6

2005-01-20 Thread Mark Benussi
Sorry if this has been done to death but I did search the mail lists and found nothing. I am using WSAD 5.1.1 and Ant 1.6. When attempting to use the jar task in my build script I get: BUILD FAILED: java.lang.NoSuchMethodError: org.apache.tools.zip.ZipOutputStream.(Ljava/io/File;)V This has been

RE: ANT 1.6, SCP and session timeout

2004-10-06 Thread Nibeck Mike
: Laconia Data Systems [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 10:02 AM To: Ant Users List Subject: Re: ANT 1.6, SCP and session timeout Mike 192.168.*.* is a DHCP dynamically assigned IP address Please confirm the IP Address via tracert hostname of your Sun Box Martin

Re: ANT 1.6, SCP and session timeout

2004-10-06 Thread Laconia Data Systems
Mike 192.168.*.* is a DHCP dynamically assigned IP address Please confirm the IP Address via tracert hostname of your Sun Box Martin- - Original Message - From: "Nibeck Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 06, 2004 9:07 AM Sub

ANT 1.6, SCP and session timeout

2004-10-06 Thread Nibeck Mike
I'm trying to connect from a Windows machine to a Solaris box using SCP. I get the following output from the any task: [scp] Connecting to 192.168.*.* FAILED \test\build.xml:16: No response from server SCP is running on the server, as I can use other SCP clients to copy files. The release notes

Having problems running Ant 1.6 via Ant's Main.class

2004-06-11 Thread Nathan.Tran
Hi, We have some wrapper code that runs our Ant builds by calling a slightly modified version of Ant's Main.class (AntCall). This worked well in older versions of Ant prior all the launcher changes that were made in Ant 1.6. Now when we attempt to run the same build process against Ant 1.

RE: Is Ant 1.6 plugin for Eclipse Available ?

2004-05-11 Thread Steph Richardson
e my team to Eclipse 3.0 for it to work. Steph > -Original Message- > From: Darin Swanson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 11, 2004 4:15 PM > To: [EMAIL PROTECTED] > Subject: Re: Is Ant 1.6 plugin for Eclipse Available ? > > > You simplest bet with Ecl

JUnit problem with ANT 1.6

2004-01-13 Thread Moses Guillen
This problem is similar to John Hohlen (1/6/2004) "Can't Run JUnits With ANT 1.6" I check Antoine's reply, however no luck. Here are my findings: I am in the process of migrating build scripts from ANT 1.5.4 to 1.6. The migration has gone relatively smooth until, I execu

Re: Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread Stefan Bodewig
On Wed, 7 Jan 2004, Keith Hatton <[EMAIL PROTECTED]> wrote: > The only changes to the standard installation is that I've copied > junit.jar and xalan.jar into ANT_HOME/lib (which I did for Ant 1.5) > - prior to this the build complained that it couldn't find JUnit > classes. You are forking junit

RE: Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread Keith Hatton
-Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 13:47 To: Ant Users List Subject: Re: Ant 1.6 and JUnit - NoClassDefFoundError Hello Keith, I don't *think* you need xalan.jar in the ANT_HOME/lib any more - have you tried removing it? There are some

Re: Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread RADEMAKERS Tanguy
testSubtract took 0 sec [junit] Testcase: testMultiply took 0 sec [junit] Testcase: testDivide took 0 sec BUILD SUCCESSFUL Total time: 1 second C:\TanguyLand> Keith Hatton wrote: I'm just taking a look at Ant 1.6 and I'm having a problem with a build file that works fine in 1.5.3.

Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread Keith Hatton
I'm just taking a look at Ant 1.6 and I'm having a problem with a build file that works fine in 1.5.3. java -version gives 1.3.1 ant -version gives 1.6 The only changes to the standard installation is that I've copied junit.jar and xalan.jar into ANT_HOME/lib (which I did for A

Can't Run JUnits With ANT 1.6

2004-01-05 Thread Hohlen, John C
I'm currently migrating from ANT 1.5.4 to ANT 1.6. However, whenever I try to run the JUnit task, I'm encountering a "VerifyError". More specifically: [junit] java.lang.VerifyError: (class: org/apache/tools/ant/taskdefs/optional/junit/FormatterEle ment, method: should

Re: Ant 1.6 beta3 fails on windows xp pro

2003-12-15 Thread Antoine Lévy-Lambert
PROTECTED]> To: Ant Users List <[EMAIL PROTECTED]> Subject: Re: Ant 1.6 beta3 fails on windows xp pro Date: Mon, 15 Dec 2003 19:15:34 +0100 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.Instantiati

Re: Ant 1.6 beta3 fails on windows xp pro

2003-12-15 Thread Siri Nivasam
st" <[EMAIL PROTECTED]> To: Ant Users List <[EMAIL PROTECTED]> Subject: Re: Ant 1.6 beta3 fails on windows xp pro Date: Mon, 15 Dec 2003 19:15:34 +0100 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&#

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(Clas

RE: Ant 1.6 and appserver updates

2003-11-28 Thread Jan . Materne
> Will updated appserver specific tasks be included in final release of > Ant1.6? For example JOnAS, which we use here, ships with a > new ejbjar task. > We currently reference this jar directly out of the JOnAS > distribution in > our build. Ant doesn´t include tasks which are part of another

RE: Ant 1.6 local and macrodef attributes

2003-11-27 Thread Peter reilly
Hi Jacob, Most of this discussion is on the dev listing. I can understand your confusion. A brief history. (You can search with keyword local at http://marc.theaimsgroup.com/?l=ant-dev&r=1&w=2 to get the full gory details) When macrodef was written originally, attributes were (and are) implemente

RE: Ant 1.6 local and macrodef attributes

2003-11-27 Thread Jacob Kjome
At 07:03 AM 11/27/2003 -0600, you wrote: The problem with this is that the property "file.available" cannot be redefined a second time now because the macrodef lives outside of any target and so this property resides on top level. Is this essentially the problem you are facing? That is exactly th

Re: Ant 1.6 local and macrodef attributes

2003-11-27 Thread Stefan Bodewig
On Wed, 26 Nov 2003, Jacob Kjome <[EMAIL PROTECTED]> wrote: > At 04:00 PM 11/26/2003 +0100, you wrote: >>One exit path would be without in 1.6 and adding >> at any later point in time. > > So people can ignore the task until 1.7 when it will become > something more than nearly useless? There ar

RE: Ant 1.6 + JUnit (where's ant/launch/Locator)?

2003-11-25 Thread Jan . Materne
ANTHOME\lib\ant-launcher.jar If you start Ant 1.6 from command line, the wrapper script will (more or less) do a java -jar ant-launcher.jar oata.launch.Launcher That class loads all jars in the lib directory and in %user.home%/.ant/lib After that Ant starts. If you start JUnitSwingRunner

release of ant 1.6 (beta)

2003-09-16 Thread Jens Skripczynski
[the poster is not on the list, consider sending a courtesy cc] hi, I'm waiting for some features of ant 1.6. Is there any road map or deadline for the release of ant 1.6 (like Jan 2004) ? Ciao Jens Skripczynski -- E-Mail: skripi-lists(at)myrealbox(dot)com We would like to inform you

AW: ANT 1.6

2003-09-16 Thread Antoine Lévy-Lambert
] Gesendet: Dienstag, 16. September 2003 22:47 An: 'Ant Users List' Betreff: ANT 1.6 I haven't been successful tracking down a release date for this bugger. Is there any hint at a timeframe for the 1.6 release? - To

ANT 1.6

2003-09-16 Thread Ciramella, EJ
I haven't been successful tracking down a release date for this bugger. Is there any hint at a timeframe for the 1.6 release?