Re: array in ant

2003-06-03 Thread peter reilly
On Monday 02 June 2003 20:49, Antoine Levy-Lambert wrote: > In ant-contrib, there is a task. > > It is able to parse a string into tokens separated by a delimiter chosen by > the build file writer. > param="fooelement"/> > would invoke the target sometarget for each space separated token in > ${F

Re: URGENT: Compiling from more than one directory

2003-06-03 Thread peter reilly
On Tuesday 03 June 2003 08:43, Verma, Nitin (GECP, OTHER, 529706) wrote: > Can you compile /src/sDatabase without /src/sAdministratie or the other > way? > > -Original Message- > From: Bertjan Broeksema [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 11, 2002 12:02 PM > To: Ant Users List

RE: URGENT: Compiling from more than one directory

2003-06-03 Thread Verma, Nitin (GECP, OTHER, 529706)
Title: RE: URGENT: Compiling from more than one directory Try have :- projects     |     |     \--build.xml(use task to invoke sDatabase/build.xml and then sAdministratie)     |     |     \---sDatabase     |   |     |   |     |   \--build.xml(

RE: URGENT: Compiling from more than one directory

2003-06-03 Thread Verma, Nitin (GECP, OTHER, 529706)
Title: RE: URGENT: Compiling from more than one directory Can you compile /src/sDatabase without /src/sAdministratie or the other way? -Original Message- From: Bertjan Broeksema [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 12:02 PM To: Ant Users List Subject: Re: URGENT:

Re: URGENT: Compiling from more than one directory

2003-06-03 Thread Bertjan Broeksema
No they fall both under the same root. Like: /src/sDatabase /src/sAdministratie I don't know how to do this. On Tuesday 03 June 2003 01:37, W. Sean Hennessy wrote: > is ${sDatabase} a subdirectory of ${sAdministratie} such that > *.java files can be found under "${sAdministratie}/${sDatabase}/"

RE: Graphical editor of the Build.xml

2003-06-03 Thread Rahamim, Zvi (Zvi) ** CTR **
you can use jext: www.jext.org Zvi -Original Message- From: Thomas SMETS [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 2:51 AM To: [EMAIL PROTECTED] Subject: Graphical editor of the Build.xml I remember seing on this ML discussion about an graphical editor of the Build.xml

RE: evolving techniques for large projects

2003-06-03 Thread Scott Stirling
> -Original Message- > From: Shackelford, John-Mason > [mailto:[EMAIL PROTECTED] > > I am about to refactor our project's build files and wanted to check in to > see if the state-of-the-art for handling large projects has changed any in > the last year. You're wrong about the ROI on Maven.

Re: Help getting a large number of files from an ftp server. (fwd)

2003-06-03 Thread Robert Rice
Requirements: I wish to download every file specified in a list. Currently, this list is provided in a file. Each line of that file defines a file to download. Each file in the list is described as an absolute path from the ftp server root. Ideally, I also would like to have dependency ch

Re: how to echo out the os and os family

2003-06-03 Thread Ray Tayek
At 02:02 PM 6/2/03 +0200, you wrote: In ant, when you echo an unset property, such as myproperty, ant echoes ${myproperty}. This is maybe an annoying feature, but this is the way it works. yes Maybe there are in the properties which ant defines automatically already some properties which suit you.