Change adornment?

2007-11-02 Thread Sung Kim
Hi. Can I change adornment? For example, for the task, ant automatically adds [java] in front of each log. I can use -e option to remove it. However, can I change it to [javac] or [myadornmnet]? - Sung - To unsubscribe, e-mail:

Re: Clarification in xslt task

2007-11-02 Thread Ramu Sethu
Thanks all Solved it. junit report makes use of org.apache.xml.resolver.tools.CatalogResolverclass which was not there in claspath when i used . Added the jar. After that everything went fine On 11/2/07, Ramu Sethu <[EMAIL PROTECTED]> wrote: > > Hi Jan > I think i didn't mention my problem clea

Re: Clarification in xslt task

2007-11-02 Thread Ramu Sethu
Hi Jan I think i didn't mention my problem clearly check.xml transforms raw.xml to html report by using // assign some property I tried the above code to transform my aggregated junit output xml ( Testsuites.xml) to html output using This is not working Is there any diffrence between the a

Re: deploy task to Tomcat partially works

2007-11-02 Thread Rob Wilson
Hi Steve, Thanks for the suggestions, as it turns out I should have mentioned that I am running Vista - it turned out to be permission problems in the webapps directory (doh!), one for the book?! ;-) Incidentally, tell me more about your book - I often find that this Ant 'the definitive guide' do

RE: How do I filter a file of files

2007-11-02 Thread Dick, Brian E.
Steve Loughran wrote: > we always welcome improvements to the existing tasks; scp could do with > directory creation, listing and dependency checking. > > historically, the troublespot with scp has always been testing, but now > that vmware is free for windows+unix, the cost of getting an scp se

Headless Ant: problems with loggers and listeners

2007-11-02 Thread Gabriele Bodda
Hi all, my name is Gabriele, I'm trying to automate my build process using CruiseControl but I'm currently experiencing some critical problems with the Ant command it generates. Our project is developed using WebSphere Integration Developer (you know, IBM-enhanced Eclipse), under Windows XP Profe

AW: Re-compile project if a jar file is modified

2007-11-02 Thread Jan.Materne
Just thinking ... - check if the jars changed , + - clean if changed jars + - compilation will automatically be done ... Jan >-Ursprüngliche Nachricht- >Von: bora.erbas [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 2. November 2007 12:29 >An: user@ant.apache.org >Betreff: Re-compi

Re: How do I filter a file of files

2007-11-02 Thread Steve Loughran
Dick, Brian E. wrote: Thanks for the suggestion, but the scp task does not provide the capabilities I need. The scp task does not support a "list" action and does not support filesets on the remote host. we always welcome improvements to the existing tasks; scp could do with directory creation

Re: deploy task to Tomcat partially works

2007-11-02 Thread Steve Loughran
Rob Wilson wrote: Hi Steve, Thank you for the tips, for some strange reason the file never gets created?! I have included verbose in the copy task, with the output I copied+paste the source file and destination dir into explorer to confirm the source file and destination directory exists... I a

Re-compile project if a jar file is modified

2007-11-02 Thread bora.erbas
Hi, This must be a basic question but I couldn't figure out how to do it. Basically I have multiple projects with build files for each. For example: ComponentA: >compA >>src/... >>build/dist/comA.jar >>build.xml ComponentB: >compB >>src/... >>build/dist/comB.jar >>build.xml Now B depends on A a