Re: Running another target - can it be done?

2007-05-30 Thread yitzle
That looks like what I want. Thanks! When you are self taught multiple tools, frameworks, etc on the job its hard to look through all the components, especially something like Ant, where, as long as it works, I'm pretty happy. I did look at the list of tasks, but some of the names are not self-ex

Re: Running another target - can it be done?

2007-05-30 Thread Qazwart
Have you looked at and ? These allow you to call another target from inside of another target: ... On May 30, 2007, at 3:15 PM, yitzle wrote: I know. This is not something that you would usually want to do. But I'm sure there is at least 3 valid cases where this would be correct.

Running another target - can it be done?

2007-05-30 Thread yitzle
I know. This is not something that you would usually want to do. But I'm sure there is at least 3 valid cases where this would be correct. 1: 2: ... 3: 4: 5: 6: ... 7:**** 8: 9: 10: I want to basically replace lin

Re: zipfileset dir vs src

2007-05-30 Thread yitzle
Thanks. I had misinterpreted it. That clears it up! On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Wed, 30 May 2007, <[EMAIL PROTECTED]> wrote: > On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: >> > I am trying to add a single fi

rename all files matching pattern in directory and below

2007-05-30 Thread Mark
Hello, I want to make a task to rename all files of pattern abc*.htm to index.htm recursively. I tried following the example toward the end of the Move task documentation (i.e. adding a .bak extension to all files) but that didn't work. This is what I did: None of the files wer

RE: generating log file in AIX

2007-05-30 Thread Lakshmi Prasad Thota
Thanks a lot to you all for your hints. I used these attributes output and error at each of my exec task. But when build failed it says '[exec] result: 166' at console and writes 'Failed. Please check log file' in the output log file (not in the error log file) what log file is this? and whe

RE: Errors in Deploying

2007-05-30 Thread Anderson, Rob (Global Trade)
Java.lang.NoClassDefFoundError indicates that the required class for the task is not found. There is probably a jar file with the weblogic ant tasks that needs to be put into $ANT_HOME/lib. -Rob Anderson > -Original Message- > From: Ashwin E [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May

RE: OpenVMS system - connection fails

2007-05-30 Thread Anderson, Rob (Global Trade)
The java.lang.NoClassDefFoundError indicates that you do not have the required classes in your Ant installation to use the telnet task. Did you install the dependent jar that is needed for the telnet task to work? http://ant.apache.org/manual/install.html#librarydependencies -Rob Anderson >

Ant 1.7.0 specific error: failed to create task or type taskdef

2007-05-30 Thread ryan
Hey Folks, We recently upgraded from Ant 1.6.5 to Ant 1.7.0. We noticed that code in our build listener that functioned properly in Ant 1.5.x through Ant 1.6.5 no longer works with 1.7. The code basically adds some targets to a top level build file so if users invoke ant in a sub-directory wi

Subant and inheritrefs question

2007-05-30 Thread Eric Wood
I have a question about how this should work. I have an outer wrapper script that executes a subant as follows: Wrapper.xml This in in turn executes a further subant as follows: Ear.xml The

Re: iterate a fileset

2007-05-30 Thread Andres Alleva
Thanks! :) David Weintraub escribió: Not sure if you're interested in the Ant Contrib tasks, but there is a task in the AntContrib that will do exactly what you want. See: for more information. On 5/29/07, Andres Alleva <[EMAIL PROTEC

RE: generating log file in AIX

2007-05-30 Thread Saurabh Dave
Use Record You can use separate record task for each target and can generate different log files -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 3:13 PM To: Ant Users List Subject: RE: generating log file in AIX ant -l inst

RE: generating log file in AIX

2007-05-30 Thread Pankaj Arora01
If u r looking for log files for each of the exec task then you can use smthing like following: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 3:13 PM To: Ant Users List Subject: RE: generating log file in AIX ant -l instead of j

RE: generating log file in AIX

2007-05-30 Thread prashanth . l
ant -l instead of just giving ant, use the above one. if you have build.xml in path. Does that do what you're looking for? Best regards, Prashanth "David Alves" <[EMAIL PROTECTED]> 05/30/2007 02:37 AM Please respond to "Ant Users List" To "Ant Users List" cc Subject RE: generating log

RE: iterate a fileset

2007-05-30 Thread Rebhan, Gilbert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 9:02 AM To: user@ant.apache.org Subject: AW: iterate a fileset /* I would go another way: collect all files which does NOT have the tag and display them. */ what if he needs some fin

AW: iterate a fileset

2007-05-30 Thread Jan.Materne
I would go another way: collect all files which does NOT have the tag and display them. Jan >-Ursprüngliche Nachricht- >Von: David Weintraub [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 29. Mai 2007 23:52 >An: Ant Users List >Betreff: Re: iterate a fileset > >Not sure if you're