RE: 'ant' task not overriding basedir (Ant 1.5.1)

2002-10-28 Thread Marc Dugger
Well, this might not be entirely accurate. I changed the 'basedir' property in the sub-project to the sub-directory in which I want it to build and it still is building from the top of the project tree. In fact, the only way I can get it to build in a sub-directory is to change to that directory

RE: 'ant' task not overriding basedir (Ant 1.5.1)

2002-10-28 Thread Dominique Devienne
] Sent: Monday, October 28, 2002 10:13 AM To: Ant Users List Subject: RE: 'ant' task not overriding basedir (Ant 1.5.1) Well, this might not be entirely accurate. I changed the 'basedir' property in the sub-project to the sub-directory in which I want it to build and it still is building from the top

Re: Ant task to rasterize SVG?

2002-04-28 Thread dhemeryy
Hi Nicola, I snooped around the web, and found out that the Batik 1.1.1 rasterizer produces JPGs correctly under JRE 1.3, but not under JRE 1.4. So now I run Ant under JRE 1.3, and the rasterize task works just fine. AFAIK, this bug is fixed in current CVS; over at Cocoon we are

Re: Ant task to rasterize SVG?

2002-04-25 Thread Nicola Ken Barozzi
From: dhemeryy [EMAIL PROTECTED] Hi Nicola, Do any of you know of an Ant task that rasterizes SVG, and spits out JPG or GIF or whatever? In the batik module under the contrib section there's an Ant task that does just that. Thank you very much! I've been running Batik by hand,

Re: Ant task to rasterize SVG?

2002-04-24 Thread dhemeryy
Hi Nicola, Do any of you know of an Ant task that rasterizes SVG, and spits out JPG or GIF or whatever? In the batik module under the contrib section there's an Ant task that does just that. Thank you very much! I've been running Batik by hand, so this is an easy step for me. I had

Re: Ant task to rasterize SVG?

2002-04-21 Thread Nicola Ken Barozzi
From: dhemeryy [EMAIL PROTECTED] Hello, Do any of you know of an Ant task that rasterizes SVG, and spits out JPG or GIF or whatever? In the batik module under the contrib section there's an Ant task that does just that. -- Nicola Ken Barozzi [EMAIL PROTECTED]

Re: Ant Task to compact HTML/JSP?

2002-04-05 Thread Nicola Ken Barozzi
From: John Niven [EMAIL PROTECTED] Ant-users, long-time lurker, first-time poster... Does anyone know of/have an ant task that strips white-space, for example out of HTML/JSP files? The context for this is that I have a distributed Tomcat web-app that runs over a WAN. There's limited

RE: Ant Task to compact HTML/JSP?

2002-04-05 Thread John Niven
-Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Sent: 5 April 2002 13:05 To: Ant Users List Subject: Re: Ant Task to compact HTML/JSP? From: John Niven [EMAIL PROTECTED] Does anyone know of/have an ant task that strips white-space, for example out

Re: ant task condition and Forte4Java

2002-02-16 Thread Steve Loughran
- Original Message - From: Diane Holt [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 12:56 PM Subject: Re: ant task condition and Forte4Java --- Scott Ellsworth [EMAIL PROTECTED] wrote: On Thursday, February 7, 2002, at 12:05 PM, Steve

Re: Ant task for redeploying web applications on Tomcat

2002-02-14 Thread Christopher Taylor
... ;) -Chris - Original Message - From: Steve Loughran [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 2:54 AM Subject: Re: Ant task for redeploying web applications on Tomcat - Original Message - From: Christopher Taylor [EMAIL PROTECTED

Re: Ant task for redeploying web applications on Tomcat

2002-02-14 Thread Christopher Taylor
to put the catalina-ant.jar in your ${ANT_HOME}/lib folder. -Chris - Original Message - From: Christopher Taylor [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, February 15, 2002 8:15 AM Subject: Re: Ant task for redeploying web applications on Tomcat Yeah, I

Re: Ant task for redeploying web applications on Tomcat

2002-02-14 Thread Steve Loughran
- Original Message - From: Christopher Taylor [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 10:19 PM Subject: Re: Ant task for redeploying web applications on Tomcat Hi all, It looks like Craig McClahahan has checked in some recent changes

Re: Ant task for redeploying web applications on Tomcat

2002-02-13 Thread Steve Loughran
- Original Message - From: Christopher Taylor [EMAIL PROTECTED] To: Jakarta ANT User's List [EMAIL PROTECTED] Sent: Wednesday, February 13, 2002 00:12 Subject: Ant task for redeploying web applications on Tomcat Hello, I searched the mail archives and couldn't find any tasks for

Re: ant task condition and Forte4Java

2002-02-07 Thread Stefan Bodewig
On Thu, 7 Feb 2002, Peter Kesch [EMAIL PROTECTED] wrote: we try to use the buildscript for Ant with Forte .. but everytime i try to run a task includen an condition task forte generates an error like Sounds as if you were using Ant 1.3 or earlier. condition is 1.4 or above only. Stefan --

Re: ant task condition and Forte4Java

2002-02-07 Thread Diane Holt
--- Stefan Bodewig [EMAIL PROTECTED] wrote: On Thu, 7 Feb 2002, Peter Kesch [EMAIL PROTECTED] wrote: we try to use the buildscript for Ant with Forte .. but everytime i try to run a task includen an condition task forte generates an error like Sounds as if you were using Ant 1.3 or

Re: ant task condition and Forte4Java

2002-02-07 Thread Steve Holdener
Diane Holt wrote: If it is the case that you're running 1.3, could you tell us how you know about the condition task? Was it from reading the manual from the Ant web site? (If it was, I'm thinking maybe we should include a release number in the title.) I absolutely agree. Actually, if it

Re: ant task condition and Forte4Java

2002-02-07 Thread Scott Ellsworth
On Thursday, February 7, 2002, at 12:05 PM, Steve Holdener wrote: Another approach that might require more effort would be to include an indication of when a tast was introduced on each task's page. So condition would have Introduced: 1.4 or something. I feel that's not quite as

Re: ant task condition and Forte4Java

2002-02-07 Thread Diane Holt
--- Scott Ellsworth [EMAIL PROTECTED] wrote: On Thursday, February 7, 2002, at 12:05 PM, Steve Holdener wrote: Another approach that might require more effort would be to include an indication of when a tast was introduced on each task's page. So condition would have Introduced: 1.4

Re: ant task does not run the build.xml with new basedir correctly

2002-02-06 Thread Diane Holt
--- Lev Zak [EMAIL PROTECTED] wrote: When I run ant release under d:\dir_1 , I receive the following: [snip] basedir= D:\dir_2 configDir = D:\dir_1/config [snip] I expect to receive the following: [snip] because a basedir changed to d:\dir_2 What I

RE: ant task does not run the build.xml with new basedir correctly

2002-02-06 Thread Lev Zak
'inheritAll=no' - it is exactly what I need. Thanks. Lev. -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 11:21 PM To: Ant Users List Cc: Mike Dubman Subject: Re: ant task does not run the build.xml with new basedir correctly

Re: Ant Task For JavaHelp

2002-01-22 Thread Bernd 'Nexos' Dutkowski
Jim Urban wrote: I was wondering if anyone has created an Ant plugin for generating JavaHelp search databases. Does anyone have such a plugin they could share? Hope this will work for you. -- Bernd Dutkowski http://www.g-ne.de/ JHIndexer.java Description: java/ -- To unsubscribe, e-mail:

Re: Ant Task

2001-12-02 Thread Jill Stephenson
Use the optional wlrun task, eg., !-- start web logic -- wlrun beahome=${bea.home} home=${weblogic.home} domain=${weblogic.domain} password=${weblogic.password} classpath refid=weblogic.classpath / /wlrun where the properties are

Re: Ant task that manipulates a Manifest file

2001-11-19 Thread Peter Donald
On Tue, 20 Nov 2001 02:20, Thomas Tuft Muller wrote: Does it exist? In the latest CVS version it does - you may want to grab a nightly build. -- Cheers, Pete ** | Every rule has an exception, | | except the rule of exceptions. |

Re: ant task dir=

2001-09-05 Thread Matthew Inger
Tait, Allen wrote: I am modifying our build.xml files to work in both the Unix and Windows environments. They were written originally for Unix. We are executing a few subprojects within the main build.xml. This has been accomplished with: exec dir=content executable=ant/ This is called from

RE: ant task dir=

2001-09-05 Thread Brown, Sheldon
Both problems can be easily solved. For problem one add ANT to your PATH on the PC: set PATH=%PATH%;c:\jakarta-ant\bin For problem two, reference the build.xml relative the current working directory: ant dir=content antfile=content/build.xml If I'm wrong, there does exist an os attribute to

Re: ant task dir=

2001-09-05 Thread Diane Holt
--- Tait, Allen [EMAIL PROTECTED] wrote: I am modifying our build.xml files to work in both the Unix and Windows environments. They were written originally for Unix. We are executing a few subprojects within the main build.xml. This has been accomplished with: exec dir=content

RE: ant task dir=

2001-09-05 Thread Tait, Allen
-Original Message- From: Diane Holt [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 2:47 PM To: [EMAIL PROTECTED] Subject: Re: ant task dir= --- Tait, Allen [EMAIL PROTECTED] wrote: I am modifying our build.xml files to work in both the Unix and Windows

Re: Ant task for gcj compilation?

2001-07-26 Thread Peter Donald
On Fri, 27 Jul 2001 15:09, Carfield Yim wrote: In the near future, will ant include a task for compilation java code in gnu gcc java compiler? If someone was willing to code it or send patches then yep ;) However I don't know of any imediate plans for someone to implement it. Cheers, Pete

Re: Ant task for gcj compilation?

2001-07-26 Thread Stefan Bodewig
On Fri, 27 Jul 2001, Peter Donald [EMAIL PROTECTED] wrote: On Fri, 27 Jul 2001 15:09, Carfield Yim wrote: In the near future, will ant include a task for compilation java code in gnu gcc java compiler? If someone was willing to code it or send patches then yep ;) A patch is in bugzilla

RE: Ant task for gcj compilation?

2001-07-26 Thread Conor MacNeill
Carfield, If you are not able to contribute one yourself, the best thing to do would be to create an enhancement request in BugZilla http://nagoya.apache.org Conor -Original Message- From: Carfield Yim [mailto:[EMAIL PROTECTED]] Sent: Friday, 27 July 2001 3:10 PM To: [EMAIL

Re: Ant task for emails with attachments?

2001-05-03 Thread Stefan Bodewig
Pawan Kumar Katharikuppam [EMAIL PROTECTED] wrote: Is an Ant(1.2) task to send emails with attachments (zips etc) available somewhere? A few days ago a task like this has been submitted to ant-dev, just grab it from the archive http://marc.theaimsgroup.com/?l=ant-devm=98878520826391w=2. Not

Re: Ant task and basedir

2001-03-29 Thread Stefan Bodewig
Rich Bagley [EMAIL PROTECTED] wrote: The only thing different is the basedir - it only works if it is the current directory. This worked OK under version 1.2. Anyone have any ideas? Yes, I guess you need to remove the cariage return characters from the antRun script in ANT_HOME/bin.

Re: ant task - property overrides

2001-02-27 Thread Diane Holt
--- Juno Suk [EMAIL PROTECTED] wrote: The Ant task, called from a parent build.xml, will have all its properties overridden by the parent. The ant task does allow you to set values for properties -- you just need to do it explicitly (which admittedly, could get fairly cumbersome if you have