Re: [ant] Determining relative paths resp. substring?

2009-01-17 Thread Georg-Johann Lay
Georg-Johann Lay schrieb: Hi, can anyone assist me in solving this following quite trivial problem? Given a path A and the current directory B=. derermine B relative to A. This is needed for prefixes in zipfileset. In the special case that I am after B is a subdirectory (of some level) of A

Splitting "args" in an ant target

2009-01-17 Thread Emanuele Gesuato
Hi there, In a my ant script, i've a target similar to the following: I would like to add an "arg" only in specific cases based on the operating system in which the script is running. So, i think to "group" the several arg lines outside the tar

If you do, which way do you visualize Ant build scripts?

2009-01-17 Thread Kent Larsson
Hi, I think visualizing build scripts is a good way to get some overview, which can be nice to have simply for personal use as well as when introducing new developers to a project. I'm just wondering what I should use myself, since there are a number of options. So, what are you using to visualiz

Re: Ant accessing xls tasks

2009-01-17 Thread Denis N. Antonioli
Hi Have a look at (or ). These are two versions of an ant task that iterates over an Excel spreadsheet. Best dna -- The future is here, it is just not evenly distr

[ant] Determining relative paths resp. substring?

2009-01-17 Thread Georg-Johann Lay
Hi, can anyone assist me in solving this following quite trivial problem? Given a path A and the current directory B=. derermine B relative to A. This is needed for prefixes in zipfileset. In the special case that I am after B is a subdirectory (of some level) of A. So gettig the relative pa

Re: execute the final target always

2009-01-17 Thread Wascally Wabbit
Hi Leo, You can try the + combination -OR- the + tryeach option from AntXtras @ http://antxtras.sf.net. Example 1 (using ): This will execute all targets in order even if one or more fail. The 'failproperty' will be set 'true' if at least one failed. You could put a after the