RE: InstantiationException using ant.bat

2005-05-17 Thread Tharanga Bandara
Andres, i think u can not have both ant installations at the same time. to run the new installation remove the previouse ant installations.Try this out and there is a guide line for this in the and FAQ on this error. check that out as well. i hope this will help u. tharanga bandara ([EMAIL PROTECT

EchoProperties and Propertyset - was Re: ANT-CVS logs

2005-05-17 Thread Conor MacNeill
Brian, Since your message has nothing to do with CVS logs, please take the time to create a new message and use an appropriate subject. Your build works for me. What version of Ant are you using? When you say "The echoproperties task doesn't like the nested propertyset", that, unfortunately, gi

Re: target dependencies

2005-05-17 Thread Conor MacNeill
Michael Cepek wrote: This doesn't seem right to me. Well, right or wrong, that is the way Ant has worked since the start and it will not be changed now. The paragraph you are quoting is about the dependencies in a single Ant target evaluation. So if Laurie had a target and he executes ant targe

Re: updating jar file with existing file: overwrite?

2005-05-17 Thread Alexey N. Solofnenko
I think one can add a sleep for two seconds before zipping to work around time rounding issues. It would be great to do it automatically, if necessary. - Alexey. Stefan Bodewig wrote: On Mon, 16 May 2005, Andreas Bothner <[EMAIL PROTECTED]> wrote: Thanks Keith. I tried to do this using touch

Wrapping gcj/gij in ant scripts for compiling and testing

2005-05-17 Thread Paul Elschot
Dear readers, After some back and forth with various documentations of ant, gcj/gij and ldconfig and the shared library howto on Linux, I got the following to work for gcc 4.0.0 as a parallel path to javac, jar and junit. It compiles a jar and a source package each to a shared lib, and then runs

nontrivial dependencies

2005-05-17 Thread Michael Cepek
I've been trying for a very long time now (many man-days) to create Ant build scripts to handle our new corporate project. I've been using Ant for over 3 years, and programming professionally for over 25 years. Despite all that, I cannot seem to get Ant to do what we need on this project. I am b

Re: Problem with nested property sets

2005-05-17 Thread Jeffrey E Care
Try running in debug mode (-debug) and providing the stack trace. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Dick, Brian E." <[EMAIL PROTECTED]> wrote on 05/17/2005 12:30:58 P

Re: How do I escape a white space in my nested include?

2005-05-17 Thread Antoine Levy-Lambert
Hello Eric, Eric Wood wrote: I have a dirset which has two listings, one has a white space in it, but I can't get the dirset to recognize the >fact that there are actually only two directories in my list. I'm using one include because there may be a variable >number of items in my list for diff

Re: target dependencies

2005-05-17 Thread Michael Cepek
This doesn't seem right to me. The "Using Ant" chapter of the "Ant User Manual" has always seemed pretty clear on the subject: "In a chain of dependencies stretching back from a given target [...] each target gets executed only once, even when more than one target depends on it."

task does not support failonerror OR does it ?

2005-05-17 Thread Sharad Jain
It seems that there is no way to tell task to _fail_ when it is not able to unzip a zip-file. I am running a simple unzip-task on unix platform and when there is a read-only file that unzip-task is trying to overwrite, it just outputs following line but reports "BUILD SUCCESSFUL": [unzip] Unable t

Re: updating jar file with existing file: overwrite?

2005-05-17 Thread Stefan Bodewig
On Mon, 16 May 2005, Andreas Bothner <[EMAIL PROTECTED]> wrote: > Thanks Keith. I tried to do this using touch, however, this did not > work because the date time stamp does not go down to milliseconds... and friends can only use what the underlying archive format allows. And ZIPs only support

Re: dirset and relative path problem

2005-05-17 Thread Dominique Devienne
On 5/16/05, Eric Wood <[EMAIL PROTECTED]> wrote: > The ".." in the dir parameter for dirset seems to work. / are fed relative filenames from the fileset's dir, starting at dir itself, so none of these can start with a ../ as your pattern specifies. In orther words, the pattern can only reference/m

Re:

2005-05-17 Thread Bevan Arps
Dominique Devienne wrote: JDK 1.5 does not bundle Xalan anymore, but XSLTC (or something). redirect is a proprietary extension of Xalan, bound to a Xalan specific namespace, so I'm surprised it worked at all in the first place. This piece of the puzzle I've solved - XSLTC is a variant of Xalan, fro

Re: How do I escape a white space in my nested include?

2005-05-17 Thread Stefan Bodewig
On Mon, 16 May 2005, Eric Wood <[EMAIL PROTECTED]> wrote: > I'm using one include because there may be a variable number of > items in my list for different modules that use this dirset so I > can't merely use separate nested elements. The nested elements won't see more than one entry anyway. T

RE: ANT-CVS logs

2005-05-17 Thread Dick, Brian E.
Sorry if this is duplicate post. I'm getting an exception from the following build. The echoproperties task doesn't like the nested propertyset. What am I doing wrong?

Problem with nested property sets

2005-05-17 Thread Dick, Brian E.
I'm getting an exception from the following build. The echoproperties task doesn't like the nested propertyset. What am I doing wrong?

kindly suggest in deploying the .ear file

2005-05-17 Thread Santosh Samudrala
dear support Manager, Ant. I have jdk1.4, ant1.6.3, jboss4.0, Mysql4.0. I am building the file by ant sir. the build was successful and i checked the databasem where the tables are created and connection was established. while i placing the flashrecruit.ear file in depploy/defalut and s

ANT-CVS logs

2005-05-17 Thread S I
Hi Is there any way to get Ant to compile a list of all the comments committed alongside each file checked into CVS? I'm looking at Ant Tasks and nowhere do I see this option. Thanks Steven - To unsubscribe, e-mail: [EMAIL PROTE

roxes ant tasks moved to sourceforge !!

2005-05-17 Thread [EMAIL PROTECTED]
hello ant website moderator, please update the external ant tasks website ! i just want to inform you about the move of the roxes ant tasks to sourceforge. roxes ant tasks are now available as Orangevolt Ant Tasks at http://ovanttasks.sourceforge.net the umbrella project site has also changed t

Re:

2005-05-17 Thread Stefan Bodewig
On Sun, 15 May 2005, Bevan Arps <[EMAIL PROTECTED]> wrote: > My XSLT scripts use the "redirect:write" extension element to > generate multiple output files for a single input file. As Dominique said, JDK 1.5 ships with Xalan XSLTC instead of Xalan-J 2.x. Most Xalan-J extensions work if you use t

RE: InstantiationException using ant.bat

2005-05-17 Thread Santosh Samudrala
I did't work on xp, but it is working fine on win2000. as u said u deployed on weblogic here i am getting problem while deploying .ear file in jboss,' can u plz. guide us in these regards, santosh Hyderabad. INDIA "Andreas Bothner [ MTN - Innovation Centre ]" <[EMAIL PROTECTED]> wrote: Hi, H

Re:

2005-05-17 Thread Bevan Arps
Keith Hatton wrote: The 'divide and conquer' strategy would be good here. What happens if you run Ant 1.6.3 on JDK 1.4? That way you will find out whether it's likely to be the JDK or the Ant release that has broken things. A sterling idea. It appears that the change from JDK 1.4 to 1.5 is the sour

Re: Problem with

2005-05-17 Thread Stefan Bodewig
On Fri, 13 May 2005, Ninju Bohra <[EMAIL PROTECTED]> wrote: > Any ideas on what is going on... The TAR file (which is 1.3GB in > size) should only have 3 files in it, one of the files is a 16GB > database dump, and the other files are small marker files. I vaguely recall a bug-report in Bugzilla

Re: How do I escape a white space in my nested include?

2005-05-17 Thread Dominique Devienne
On 5/16/05, Eric Wood <[EMAIL PROTECTED]> wrote: > I have a dirset which has two listings, one has a white space in it, but I > can't get the dirset to recognize the fact that there are actually only two > directories in my list. I'm using one include because there may be a > variable number o