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
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
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(
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:
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}/"
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
> -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.
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
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.