AW: xslt uses

2008-04-09 Thread Jan.Materne
There should be examples for the tasks in the manual. Jan > -Ursprüngliche Nachricht- > Von: Z W [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 10. April 2008 05:08 > An: Ant Users List > Betreff: Re: xslt uses > > Hi Jan > Thanks for responding. > Is there an example where I could

adding filters to a filterset

2008-04-09 Thread Alec Fernandez
Hello, I'm hoping someone can tell me if this is possible. I'm beginning to think that since there is no set method in Project that this simply is not possible. I define a filterset in a target and then call a custom task to which I pass the refid of the filterset.

Re: xslt uses

2008-04-09 Thread Z W
Hi Jan Thanks for responding. Is there an example where I could use to test it out ? Many thanks On 4/9/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You can pass a to . So you would get four resulting files > which you could append with . > > Jan > > > -Ursprüngliche Nachricht- >

Re: Custom Selectors

2008-04-09 Thread Patrick Aikens
You know, that makes sense *smacks head*. I put it on the back burner today, but I'll try it in the morning. Thanks! Bruce Atherton wrote: The reason is that you have only defined your sets of directories. They aren't resolved until you use them. Try doing something with the dirset and see i

Re: Custom Selectors

2008-04-09 Thread Bruce Atherton
The reason is that you have only defined your sets of directories. They aren't resolved until you use them. Try doing something with the dirset and see if you get your exception. I used: classpath="." > and got: Buildfile: build.xml BUILD FAILED /sand

RE: forced update with war target

2008-04-09 Thread Bohica0682
I've had the same problem. I think I found a solution that will work until they fix it in version 1.8 as described in the bug... can't remeber the number. Anyway. Basically, I am copying all of the files that I will be updating the jar/war file with into a tmp directory, then update the jar/wa

Re: How to get jruby scripts working?

2008-04-09 Thread Gilbert Rebhan
Hi, I have a bit of a problem here. Trying to get a ruby script task working, I get this message: java.lang.NoSuchMethodError: org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node; I put the bsf jars (3.0 beta, works fine with javascrip

RE: exec task

2008-04-09 Thread Shawn Castrianni
All platforms means: Win32 Win64 Linux32 Linux64 Solaris64 Windows does not have bash that I am aware of, unless I install MKS Tools or some 3rd party software. --- Shawn Castrianni -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 10:22

Re: exec task

2008-04-09 Thread Martin Gainty
you can under bash.. Buona fortuna Martin- - Original Message - From: "Shawn Castrianni" <[EMAIL PROTECTED]> To: "'Ant Users List'" Sent: Wednesday, April 09, 2008 11:00 AM Subject: RE: exec task Will the semicolon trick of executing more than one command with one exec task work on all

Issues with install and iBiblio

2008-04-09 Thread ar92
Hi. I'm evaluating tools to add dependency management to an existing project with complex ant scripts. Ivy is the front-runner, but I've had a few problems. I thought I'd start with the install task. I'm using 2.0.0-beta 2 with ant 1.7.0. As a simple test, I have tried several variations on

RE: exec task

2008-04-09 Thread Shawn Castrianni
Will the semicolon trick of executing more than one command with one exec task work on all platforms?? --- Shawn Castrianni -Original Message- From: Vallon, Justin [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 9:54 AM To: Ant Users List Subject: RE: exec task Shawn, 'exec'

RE: exec task

2008-04-09 Thread Vallon, Justin
Shawn, 'exec' runs a process. Side-effects (environment variables, etc) that happen in the process are lost when the process exits. If you want this behavior, then you could generate a script on the fly that does the equivalent ("set-some-vars\nrun-the-command\n"). If you want one task to choos

RE: Suppress javac warning

2008-04-09 Thread Sumit.Srivastava
Hi Kevin, I'm using Java 1.6 and ANT 1.7. Thanks, Sumit -Original Message- From: Toomey, Kevin H (ATS, IT) [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 12:52 PM To: Ant Users List Subject: RE: Suppress javac warning What version of Ant/Java are you using? -Orig

AW: xslt uses

2008-04-09 Thread Jan.Materne
You can pass a to . So you would get four resulting files which you could append with . Jan > -Ursprüngliche Nachricht- > Von: Z W [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 9. April 2008 00:36 > An: Ant Users List > Betreff: xslt uses > > Hi > > I have multiple jtl files to pro

AW: Using properties in depends list for a target

2008-04-09 Thread Jan.Materne
> I would like to use properties in the "depends" list for a target, but > that does not seem to work. This is not possible because the if/unless attribute takes the _name_ of a property and checks its existence. > I would also like to use a filter chain to replace tokens in > a property inst