You could also make the logic easier:
...
...
Jan
>-Ursprüngliche Nachricht-
>Von: Rick Genter [mailto:rgen...@silverlink.com]
>Gesendet: Donnerstag, 2. Juli 2009 17:09
>An: Ant Users List
>Cc: Rick Genter
>Betreff: RE: conditional logic and user input
>
>> From: dave_davis [m
Hello All,
I am a new ant user and I need help solving the following problem:
I have 3 microsoft visual studio solution files A.sln, B.sln
I'd like to be able to say in ant that
- solution A--->depends on solution B
- solution A--->depends on solution C
- build B only if B changed.
- do not build
On Thu, Jul 2, 2009 at 12:21 PM, Andy
Stevens wrote:
> I've got a bit of a puzzle with an uptodate task, and I'm hoping I've
> just missed something obvious...
To cut to the chase, do yourself a favor and use Ant-Contrib's .
If you want to keep using , run in verbose mode (-v) and you
should see
Hi,
I've got a bit of a puzzle with an uptodate task, and I'm hoping I've
just missed something obvious...
Part of my build script "compiles" various database objects by copying
them with token replacement, to substitute the environment-specific
database name at various points. I didn't want to
> From: dave_davis [mailto:nickco...@hotmail.com]
> Sent: Wednesday, July 01, 2009 5:01 PM
> To: user@ant.apache.org
> Subject: conditional logic and user input
>
>
> Hi,
>
> I want to be able to control my build depending on user input. I've
> tried
> the following code but the ifyes and ifno
Hello all,
I've a java application that is built using ant. Now, this app also includes
config files, text files, shell scripts, etc. and I am looking to package all
these files somehow and use pkgmk to generate a solaris package.
I'd then install the package on a separate solaris machine using
You can always take a reference to filelists and turn them into a property:
This will put the names of all files in the fileset into that
property. Is that what you're looking for?
On Wed, Jul 1, 2009 at 4:45 PM, Cyril Sagan wrote:
> *SUMMARY: Is there any Ant interface to the "components" of
On Wed, Jun 24, 2009 at 11:17 AM, Shawn
Castrianni wrote:
> Correct, I need something after the ANT VM has exited.
Weiji's solution of running Ant twice from the outside script is the
easiest, provided it can be used, which may not be the case when it's
an IDE that runs the Ant script for example.
Hello,
I use an everything works fine.
Thanks to all of you ...
///sascha///
-Ursprüngliche Nachricht-
Von: Sascha Ernst [mailto:sascha.er...@living-e.com]
Gesendet: Mittwoch, 1. Juli 2009 11:12
An: Ant Users List
Betreff: AW: loading ant macros from external files
Hello,
thanks for
*SUMMARY: Is there any Ant interface to the "components" of a fileset
reference?*
Consider this Ant snippet:
The "my_files" reference should encompass all the state of the fileset to
which it refers. As such, I should be able to get properties of the
fil
On Tue, Jun 30, 2009 at 23:19, Andy
Stevens wrote:
> On 26/06/2009, jscripter wrote:
>>
>> The main problem with this is that I don't want to keep track of which
>> symlinks to delete.
>> The tree I am deleting may have lots of symlinks.
>>
>> I realize that Java doesn't know about symlinks an
11 matches
Mail list logo