AW: how do i group files in different directories?

2006-10-23 Thread Jan.Materne
... Jan >-Ursprüngliche Nachricht- >Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von teknokrat >Gesendet: Montag, 23. Oktober 2006 11:54 >An: user@ant.apache.org >Betreff: how do i group files in different directories? > >I would like to define a group of jar files and

dynamic targets

2006-10-23 Thread Jacob Kjome
Along the lines of http://marc.theaimsgroup.com/?l=ant-user&m=107429941032345&w=2 Is it possible to create targets dynamically, deferring creation until such time as it is found that the project doesn't have the target already defined? My use-case is using to iterate over sub-builds cal

Re: Using Ant commands in a batch file; having problem; ant exits

2006-10-23 Thread Antoine Levy-Lambert
Hi, just replace "ant target" by "call ant target" Regards, Antoine Res Pons wrote: > Hi everyone > > I'm trying to run a batch file consisted of 3 or more lines below and > cd into different build folders of different projects and run a > specific ant target as listed below. But the problem is

Re: how do i group files in different directories?

2006-10-23 Thread Jacob Kjome
Do these files at least have a common base directory, such as the structure of a Maven repository? If so, then just you can put all these files into a and then use Ant Contrib's pathrefid="war.path"/> Jake At 04:53 AM 10/23/2006, you wrote: >I would like to define a group of jar fi

RE: Using Ant commands in a batch file; having problem; ant exits

2006-10-23 Thread bill/wilandra
Assuming you are on a Windows machine, then ant is a .bat file and you must call ant from another .bat file. HTH Bill -Original Message- From: Res Pons [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 3:46 PM To: user@ant.apache.org Subject: Using Ant commands in a batch file; h

Using Ant commands in a batch file; having problem; ant exits

2006-10-23 Thread Res Pons
Hi everyone I'm trying to run a batch file consisted of 3 or more lines below and cd into different build folders of different projects and run a specific ant target as listed below. But the problem is that after the first instance of ant is run successfully, the batch file exits and the subse

Re: (was: Re: Task help)

2006-10-23 Thread Peter Reilly
On 10/19/06, Peter Reilly <[EMAIL PROTECTED]> wrote: On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> >I am thinking of adding: > >> > > >> > > >> > >> > classpath="${PATH_TO_ANTCONTRIB.JAR}"/> > >> > > >> >which would be equilivent to > >> > >> >

mimemail question

2006-10-23 Thread Chun Ji
I have set a mimemail target, in my build.xml file, which sends out the test results in a html format file. This morning, that target does not work any more. I believe it was our IT people that reset our mail server or port number during the weekend, which cause my target faiure. The bad thing

Re: "A zip file cannot include itself" though exclude

2006-10-23 Thread Scot P. Floess
For me, I usually have a separate directory where I tar, zip/gzip/bzip2 my deployments. Mostly because then I can just sftp or copy the contents of that directory to wherever they are needed. It always "felt" cleaner to do so... So, I breakup my directories into something like this: project

Re: how do i group files in different directories?

2006-10-23 Thread Scot P. Floess
You can define a ... Your path can contain file sets, etc... Then you can simply refer to id... teknokrat wrote: I would like to define a group of jar files and then reference this group in the lib task. However, these jars are all in different directories and neither a filelist or file

RE: Build successful but nothing produced

2006-10-23 Thread Anderson, Rob (Global Trade)
> -Original Message- > From: Tom Corcoran [mailto:[EMAIL PROTECTED] > Sent: Friday, October 20, 2006 10:19 AM > To: Ant Users List > Subject: RE: Build successful but nothing produced > > Thanks, really appreciate the help. The only user is myself. > After your previous mail I had jus

error loading a mysqldump file

2006-10-23 Thread Hunter Peress
using the sql task's src attribute i source a mysqldump file and it errors. mysql can source the file with no problems. but in ant I source it and theres a syntax error. There is no delimiter being set in the source. also if take individually two insert statement and source those it works. but i c

"A zip file cannot include itself" though exclude

2006-10-23 Thread Lars Monsees
Hello, I get the above mentioned error on building this target: This target used to work. Honestly, I checked Eclipse´s local history and there were no changes that

how do i group files in different directories?

2006-10-23 Thread teknokrat
I would like to define a group of jar files and then reference this group in the lib task. However, these jars are all in different directories and neither a filelist or fileset allow me to do this. Is there some way I can achieve this with ant? thanks

AW: Build successful but nothing produced

2006-10-23 Thread Jan.Materne
Have you read the tutorial at http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html ? Jan >-Ursprüngliche Nachricht- >Von: EJ Ciramella [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 20. Oktober 2006 19:28 >An: Ant Users List >Betreff: RE: Build successful but nothing produced >