stcheckout, unable to excludes directories

2008-06-26 Thread Simple Easy
Hi,   It still checking out all the files in "docs" folder.

Re: gunzip

2008-06-26 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Hi, > > This works: > > > > > > > > This doesn't, why not? > > > > > > > > I get "only single argument resource collections are > supported as > archives" I would imagine it's because you happen to have 1 .zip and > 1

gunzip

2008-06-26 Thread ext-simon.steiner
Hi, This works: This doesn't, why not? I get "only single argument resource collections are supported as archives" Thanks

RE: calling ant with parameters

2008-06-26 Thread Vallon, Justin
You can do the following: ant debug build ant release build ant full test ant only-failures test ant test Think of "debug" and "release" as environment modifiers (adjectives) that modify the behavior of subsequent targets by side-effect. -Justin office 8-383-6725, 212-272-6725;

Ant hangs up while loading com.ibm.db2.jcc.DB2Driver using AntClassLoader

2008-06-26 Thread th_wm
Hello, after trying to run an Ant task (with -v option) on a Windows XP Prof. SP2 OS containing a statement according to following pattern: ... Ant hang up after following output (meaning Ant seems to be still running, but no further message is returned): [sq

RE: calling ant with parameters

2008-06-26 Thread Shawn Castrianni
Oh, stupid me. I didn't realize Dominique is a committer. I think of ANT not only as a cross platform build engine, but a cross platform scripting language. antcontrib provides looping concepts and mutable variables that give me everything I need to do almost anything. It would just be so muc

RE: calling ant with parameters

2008-06-26 Thread Matt Benson
--- Shawn Castrianni <[EMAIL PROTECTED]> wrote: > I would love it too. Can we all vote for this or > can any ANT committer on this mailing list checkin > in this enhancement that Dominique has already > written? > Dominique himself is a committer, so the issue of the adoption of this patch is

RE: calling ant with parameters

2008-06-26 Thread Shawn Castrianni
I would love it too. Can we all vote for this or can any ANT committer on this mailing list checkin in this enhancement that Dominique has already written? --- Shawn Castrianni -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 1:33 PM To: A

Re: calling ANT or Depends?

2008-06-26 Thread Patrick Aikens
Using the task will actually execute a new ant process for each target, which means that in that particular ant process, init has never been called - thus it gets called every time. The depends line you have in your previous mail is still the best way to go - the "prepare something" step should p

RE: calling ant with parameters

2008-06-26 Thread Scot P. Floess
Wow! Me likes it :) OK I see now... I assumed there would have to be some delimiter...just hadn't considered the -- Now something like that would be -super- neat to have... On Thu, 26 Jun 2008, Shawn Castrianni wrote: Here is the bugzilla report from Dominique. https://issues.apache.org/

RE: calling ant with parameters

2008-06-26 Thread Shawn Castrianni
Here is the bugzilla report from Dominique. https://issues.apache.org/bugzilla/show_bug.cgi?id=30651 it answers your questions. --- Shawn Castrianni -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 12:56 PM To: Shawn Castrianni Cc: Ant User

RE: calling ant with parameters

2008-06-26 Thread Scot P. Floess
So, I am curious... How would one deliniate the name of the target(s) vs the name of params to hand in? Granted the -Dname=value can be somewhat verbose... Is this $0 $1 notation somehow more obvious? I haven't looked at it...so just asking "off the cuff." So, I tend to agree as well...it

RE: calling ant with parameters

2008-06-26 Thread Shawn Castrianni
I would love this feature too. It would allow us an easy way to launch any java class with application arguments by having a generic launchClass target that takes in the name of the class to launch and any app arguments. Dominique Devienne developed a mechanism for this with $0, $1, etc.. pro

Re: calling ant with parameters

2008-06-26 Thread Scot P. Floess
You can certainly use proprties and the -D command line option to define those properties. For example: ant -Ddebug="true" compile Then look for the ${debug} in your Ant script... On Thu, 26 Jun 2008, Guy Catz wrote: I would like to set a parameter to a ant. Something like this from command

calling ant with parameters

2008-06-26 Thread Guy Catz
I would like to set a parameter to a ant. Something like this from command-line - ANT compile debug ANT compile release or ANT testProducts full ANT testProducts debugOnly the target Compile will "catch" the first parameter and will act as needed. how can I make this to work? how can I call a

Strange problem with taskdef and antlib.xml

2008-06-26 Thread Rebhan, Gilbert
Hi, i've written a bunch of anttasks. Those tasks are collected in a jar. The Jar has an antlib.xml with a mapping of the classnames to tasknames ... The jar lies under %ANT_HOME%/lib the taskdefs are imported via = Yesterday a workmate added a new task and also referenced it in the

Re: Is it possible to run a target for each file in a fileset?

2008-06-26 Thread Andy Stevens
2008/6/24 Rebhan, Gilbert <[EMAIL PROTECTED]>: > -Original Message- > From: Andy Stevens ... >> I haven't found a way to combine the echo & java commands into a >> single command line (separating them with ; just makes it ignore the >> second command) so I'm wondering if it's possible to l

regexp teaser!

2008-06-26 Thread Heath, Graham
Hi guys, I am using the following targets to read the Windows registry. These work fine for most registry keys that I require. My problem is that when I try to read the InstallDir