RE: Replace string in file

2008-05-12 Thread Sean Tiley
Have a look at the ReplaceRegExp and Replace tasks Should be what you are looking for. -Original Message- From: Guy Catz [mailto:[EMAIL PROTECTED] Sent: Monday, May 12, 2008 9:18 AM To: user@ant.apache.org Subject: Replace string in file hey guys, Is it possible to replace a string in

RE: FW: Trouble with installation

2008-04-30 Thread Sean Tiley
Obvious but you have the ANT_HOME\bin directory in your path environment variable? Sean -Original Message- From: Debbie Shapiro [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 3:34 PM To: Ant Users List Subject: RE: FW: Trouble with installation Hey it looks like I'm at least

RE: csv to html via xslt or xslt2 task ?

2008-03-11 Thread Sean Tiley
Hi there, I am new to XSLT but saw your post and decided to attempt a solution, mainly as an exercise for myself. The responses you have received have better solutions than this one, but I offer a novice's solution, which is neither elegant or flexible (sorry for the formatting) http://www.w3.

RE: Replacing text in files

2007-05-25 Thread Sean Tiley
Have a look at the Replace task in ant. I am using that task for a similar operation in my build. http://ant.apache.org/manual/CoreTasks/replace.html HTH Sean -Original Message- From: Lars Monsees [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 7:50 AM To: user@ant.apache.org Sub

RE: calling an Ant script from another ant script...

2007-05-16 Thread Sean Tiley
Have a look at the ant core task HTH -Original Message- From: Bob Aiello [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 3:51 PM To: Ant Users List Subject: calling an Ant script from another ant script... How do I call an Ant script from another ant script? Bob -

RE: Process Fork Failed

2007-05-16 Thread Sean Tiley
.(Win32Process.java:98) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:602) Sean From: Sean Tiley Sent: Tuesday, May 15, 2007 9:36 PM To: 'Ant Users List' Subject: Process Fork Fai

Process Fork Failed

2007-05-15 Thread Sean Tiley
Hi there, I have successfully been using ant(1.6.5) to run a number of test suites for months. I use the JAVA_HOME is set to the IBM JDK and ANT_HOME is set, All of a sudden I try and I see the following error and I have no idea what has happened C:\build\build.xml:562: Process fork failed

RE: Multiple junit tasks

2007-04-23 Thread Sean Tiley
failed" in both targets can the second target Modify the property? Thanks again. Sean -Original Message- From: Gilles Scokart [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 3:25 PM To: Ant Users List Subject: Re: Multiple junit tasks Use Test failed 2007/4/23, Sean Til

Multiple junit tasks

2007-04-23 Thread Sean Tiley
Hi There, I have 2 targets that run unit tests during the course of my build, (JUnit tests pre deployment and HttpUnit tests post deployment). I would like for all tests in both targets to be executed regardless of whether or not failures/errors occur. Then once both sets of tests are run I would

RE: I want to ref to another build.xml and execute it

2007-04-20 Thread Sean Tiley
Hi there, Have a look at the documentation (http://ant.apache.org/manual/index.html) Look at the "Ant" core task. HTH Sean -Original Message- From: Denis Bessmertnyj [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 10:23 AM To: Ant Users List Subject: I want to ref to another build

RE: Source code scanning

2007-04-18 Thread Sean Tiley
You could look at Checkstyle (http://checkstyle.sourceforge.net/) I am not sure if it handles JSP files but it is worth a look into ( I think you may be able to specify .jsp extensions) Have a look at the GenericIllegalRegexp options HTH Sean -Original Message- From: Loehr, Ruel [mai

RE: Hi All I need a help in Ant

2007-04-16 Thread Sean Tiley
Also you will want to ensure the ANT_HOME\bin directory is on your PATH environment variable so that you can type ant from any directory. Sean -Original Message- From: Parchet Michaël [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 11:21 AM To: 'Ant Users List' Subject: RE: Hi A

Switching JDK's with ANT

2007-03-29 Thread Sean Tiley
Hi there, I have a machine that is responsible for running the ant build scripts for all of our Java projects. On the build machine, I have a mixture of JDK's. IBM JDK (1.4 & 1.5) for WebSphere APPS SUN JDK 1.3, 1.4 and 1.5 for others apps   I would like to be able to specify which JDK should be