AW: HTML tags inside ANT..?

2006-09-19 Thread Jan.Materne
I would use an external message-file, because html (message) inside xml (buildfile) is very hard to maintain ... Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 20. September 2006 07:14 >An: user@ant.apache.org >Betreff: H

AW: RE: Use in a filterchain?

2006-09-19 Thread Jan.Materne
Something like http://acme.org/ws.wsdl"/> http://acme.org/ws2html.xsl"/> Jan >-Ursprüngl

AW: Use in a filterchain?

2006-09-19 Thread Jan.Materne
> Basically, I was doing something like this (if I >understand you correctly). I was shunting the exec output to >a file and then using the task to transform it into >another file. I was just hoping to cut out the middleman. My approach does not use a tmp file - it uses an Ant property

HTML tags inside ANT..?

2006-09-19 Thread anandsrider . d
Hi, Presently am using ant 1.5.4 version for building java application. I used to generate mails to Lotus Notes server upon either build success or failure. Presently the mail generated will have some texts and attached error log file. I want to use HTML tags inside ant and expexting the generat

Re: any suggestions how to work with nunit?

2006-09-19 Thread Stefan Bodewig
Hi Mark, I'd like to second Steve's request to open bug reports, in fact I've created enhancement requests for the problems that look easy to solve and assigned them to myself. That doesn't mean that patches wouldn't be welcome ;-) On Tue, 19 Sep 2006, Mark Modrall <[EMAIL PROTECTED]> wrote: >

java.lang.IllegalThreadStateException thrown when terminating several proccesses started via exec task.

2006-09-19 Thread Avi Zohari
Hello All. I found lately that when running several proccesses of a certain executable via ant task *exec*, and then closing them all rapidly, an IllegalThreadStateException is being thrown. When running the same amount of proccesses of the same executable via a shell prompt, and rapidly clos

Re: any suggestions how to work with nunit?

2006-09-19 Thread Steve Loughran
Mark Modrall wrote: Hi... The question of this morning comes out of frustration trying to call nunit from ant. Ant is being called from CruiseControl, and I'm trying to get the nunit output in a form that CC will recognize and process for its status. I have to admit it's almos

Re: one more noob question : Eclipse & Tomcat Ant tasks

2006-09-19 Thread Steve Loughran
Pierre Goupil wrote: Hello all ! I'm currently trying to use Tomcat Ant tasks from within Eclipse 3.2. (deploy, reload, start, stop, etc...). I join my build.xml for further insight. I've added "ant.jar", "catalina-ant.jar" & "tools.jar" to Window / Preferences / Ant /

Re: RE: Use in a filterchain?

2006-09-19 Thread Antoine Levy-Lambert
Hello Mark, you are right, xslt cannot at present be put into a filterchain. this is a nice idea. If you want to work on it, the implementation of the xslt task is in TraxLiaison in the package org.apache.tools.ant.taskdefs.optional and in XSLTProcess (the task itself). Regards, Antoine ---

any suggestions how to work with nunit?

2006-09-19 Thread Mark Modrall
Hi... The question of this morning comes out of frustration trying to call nunit from ant. Ant is being called from CruiseControl, and I'm trying to get the nunit output in a form that CC will recognize and process for its status. I have to admit it's almost got me tearing my hai

RE: Use in a filterchain?

2006-09-19 Thread Mark Modrall
Hi Jan... Basically, I was doing something like this (if I understand you correctly). I was shunting the exec output to a file and then using the task to transform it into another file. I was just hoping to cut out the middleman. I tried using at all levels, but it doesn't

RE: Problem in using ANT for VSS

2006-09-19 Thread Ben Corpus
Priyabrata -- I have a couple of suggestions: [1] Make sure the folder is shared appropriately and you can map a drive to it. For example: - to access this vss database: \\server\...\ - share the \ folder - if done properly, you should be able to map a drive to \\server\

Re: Checkout more than one File with Clearcase

2006-09-19 Thread Alexey N. Solofnenko
Why not to use simple for it? - Alexey. Waldmann, Jörg GKL wrote: Hi, I try to checkout more than one file with the cccheckout task: It doesn't work. It only works, when i use only one file. How can i checkout more than on file? Greetin

RE: Antcall task and inheriting Filters

2006-09-19 Thread Hussein Badakhchani
Thanks Vishal, I'll give this a try as well. Many thanks, Hoos -Original Message- From: Vishal Vishnoi [mailto:[EMAIL PROTECTED] Sent: 14 September 2006 18:03 To: Ant Users List Subject: Re: Antcall task and inheriting Filters Have you considered using Ant-contrib's (http://ant-contrib

one more noob question : Eclipse & Tomcat Ant tasks

2006-09-19 Thread Pierre Goupil
    Hello all !I'm currently trying to use Tomcat Ant tasks from within Eclipse 3.2. (deploy, reload, start, stop, etc...). I join my build.xml for further insight. I've added "ant.jar", "catalina-ant.jar" & "tools.jar" to Window / Preferences / Ant / runtime / global entries, but n

RE: only basename no filepath ?!

2006-09-19 Thread Matt Benson
Gilbert, are you basically saying you need all the files from a certain directory that are NOT already in the path you've constructed? In Ant 1.7, you would/could/should do this: This is longer than it has to be. I assumed that ${matches} might contain files not in the bl

AW: only basename no filepath ?!

2006-09-19 Thread Jan.Materne
File selectors are available on earlier versions ;-) Jan >-Ursprüngliche Nachricht- >Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 19. September 2006 15:31 >An: Ant Users List >Betreff: RE: only basename no filepath ?! > > >Hi, Jan > >sounds interesting. > >Unti

RE: Checkout more than one File with Clearcase

2006-09-19 Thread Rebhan, Gilbert
Hi, some fine tasks for clearcase = http://sourceforge.net/projects/clearantlib/ you may use them together with the cc tasks provided with ant here is a macrodef i'm using for clearcase checkouts = === ClearCase Verar

RE: Checkout more than one File with Clearcase

2006-09-19 Thread David Corley \(AT/LMI\)
Hey Jörg, I believe you might find what you need here: http://clearantlib.sourceforge.net/ /Dave -Original Message- From: "Waldmann, Jörg GKL" [mailto:[EMAIL PROTECTED] Sent: 19 September 2006 15:34 To: 'user@ant.apache.org' Subject: Checkout more than one File with Cl

Re: Checkout more than one File with Clearcase

2006-09-19 Thread Antoine Levy-Lambert
Hello Joerg, it is not possible to checkout several files at once with the current ClearCase cccheckout task. If you are interested in getting this issue addressed, you might want to create a bug report containing a patch to the code, the documentation, and if possible a test case. Regards,

RE: only basename no filepath ?!

2006-09-19 Thread Rebhan, Gilbert
Hi Antoine, thanks for your response. I thought fileset could handle full pathes too. Is there a way to get that into fileset ?! my problem is like that = i have my ManifestScanner task that gives me a property with a ; separated list with full file pathes C:/dir1/file1.jar;C:/dir1/file2.ja

Checkout more than one File with Clearcase

2006-09-19 Thread Waldmann, Jörg GKL
Hi, I try to checkout more than one file with the cccheckout task: It doesn't work. It only works, when i use only one file. How can i checkout more than on file? Greetings Jörg ---

RE: only basename no filepath ?!

2006-09-19 Thread Rebhan, Gilbert
Hi, Jan sounds interesting. Until now i had no time to take a detailed look into the new ant 1.7 features. We're still using ant 1.6.5. here but i already have downloaded the beta 2 ;-) Regards, Gilbert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tu

AW: Use in a filterchain?

2006-09-19 Thread Jan.Materne
I havent tested, but with Ant 1.7 this could be possible: Jan >-Ursprüngliche Nachricht- >Von: Mark Modrall [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 19. September 2006 15:14 >An: user@ant.apache.org >Betreff: Use in a filterchain? > >Hi... > > > >

Re: Customizable handling of unset properties

2006-09-19 Thread Marcus Lindblom
Dominique Devienne wrote: I am sure other Ant committers will feel differently. I do not see a big urge to implement this. On the other side, why not ? Yes, why not. Referencing an unset property is indeed often a bug in the build, although not always. I have thought myself than an "sh" proper

Use in a filterchain?

2006-09-19 Thread Mark Modrall
Hi... I was just wondering if you can use as part of a filter chain? If I have an or some command that is going to be producing an xml stream of output, it would be nice if I could just put a filterchain in there to transform it to what I would rather, instead of writing the outp

Re: Customizable handling of unset properties

2006-09-19 Thread Dominique Devienne
I am sure other Ant committers will feel differently. I do not see a big urge to implement this. On the other side, why not ? Yes, why not. Referencing an unset property is indeed often a bug in the build, although not always. I have thought myself than an "sh" property handler, which implement

AW: only basename no filepath ?!

2006-09-19 Thread Jan.Materne
Would be a Selector or a ResourceSelector? Jan >-Ursprüngliche Nachricht- >Von: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 19. September 2006 14:08 >An: A

Re: Customizable handling of unset properties

2006-09-19 Thread Antoine Levy-Lambert
Hello Marcus, I am sure other Ant committers will feel differently. I do not see a big urge to implement this. On the other side, why not ? If you want, open a bug report concerning this idea. Be sure to add to the bug report source code, documentation and testcases. New files can be added

Re: only basename no filepath ?!

2006-09-19 Thread Antoine Levy-Lambert
Hello Gilbert, remember that include/exclude patterns are relative to the fileset directory. so excludes="foobar.jar;dir1\foobar.jar;foo.jar;dir2\foo.jar" should be the right thing. Regards, Antoine On Sep 19, 2006, at 2:01 PM, Rebhan, Gilbert wrote: Hi, i have a selfwritten task th

Re: Customizable handling of unset properties

2006-09-19 Thread Marcus Lindblom
Sorry for bouncing. I'm just wondering if there is somewhere (other than this list) where this is better dicusssed? /Marcus Marcus Lindblom wrote: Hi, I just want to ask a bit something that probably has been discussed to death before: unset properties handling. The latest 1.7 does not addr

only basename no filepath ?!

2006-09-19 Thread Rebhan, Gilbert
Hi, i have a selfwritten task that scans the manifests of jar files in 1 - n filesets for specific key=value patterns and writes the matches to a separated list of filenames with whole path, f.e. y:\bla\foobar.jar;y:\bla\dir1\foobar.jar;y:\bla\foo.jar;y:\bla\dir2\foo. jar this ; separated list

Re: Test- Please ignore

2006-09-19 Thread Alok Mishra
hello Chaitanya your test suceeded. where did you get my email address? good luck. alok Chaitanya Nuguri <[EMAIL PROTECTED]> wrote: Hi, I am testing my subscription, please ignore. Thanks, Chaitanya This communication is confidential and intended solely for the addressee(s). Any

Test- Please ignore

2006-09-19 Thread Chaitanya Nuguri
Hi, I am testing my subscription, please ignore. Thanks, Chaitanya This communication is confidential and intended solely for the addressee(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you believe this message has been sent to you in error, please notify the