Re: "Blueprints" for Ant Templates?

2003-03-18 Thread Martin
yes--I have used to jspc the jsp files to java and compile them but I would create them into the standard java source directory Could you 1)define a property or 2)construct a 'set of properties' to accomplish the task? then when you change environments you change 1)the property or 2)Set of Properti

RE: "Blueprints" for Ant Templates?

2003-03-18 Thread Paul Smith
> Paul- > In a 'regular build' You would be > deleting the old directories (source,build,class) > creating the new directories (source,build,class) > filling it up from PVCS / VSS > compile etc.. > anyway > How would this scenario be different? > -Martin Umm, I'm not sure if we're on the same pag

Re: "Blueprints" for Ant Templates?

2003-03-18 Thread Martin
Paul- In a 'regular build' You would be deleting the old directories (source,build,class) creating the new directories (source,build,class) filling it up from PVCS / VSS compile etc.. anyway How would this scenario be different? -Martin - Original Message - From: "Paul Smith" <[EMAIL PRO

Re: "Blueprints" for Ant Templates?

2003-03-18 Thread Jacob Kjome
How about this? http://www.ehatchersolutions.com/JavaDevWithAnt/ Jake At 04:56 PM 3/18/2003 -0800, you wrote: Hello... My team has started a project using Ant as the build tool. One thing we've noticed is that there aren't "blueprints" of best-practices for build environments specific to majo

Re: Zip files "empty" on Win2k with Ant 1.5.2

2003-03-18 Thread Jacob Kjome
Known issue. It is fixed in CVS and will be fixed in the Ant-1.5.3 release. You can grab a fixed copy here as well http://cvs.apache.org/~bodewig/ant.jar Jake At 06:20 PM 3/18/2003 -0600, you wrote: Hi, We've just upgraded Ant from 1.5.1 to 1.5.2 and we're experiencing problems with zip

RE: "Blueprints" for Ant Templates?

2003-03-18 Thread Paul Smith
> I believe it would be very useful to have canned build > templates to help > large-scale > projects get off on the right foot and not waste a lot of > time setting > up build > environments. I would love this. Being able to do something like: ant -create JBOSS_PROJECT These could probab

available task

2003-03-18 Thread Thomas Lionel SMETS
Is there a reason why we can't use the task as a definiton ? I mean, this works : Value for : root directory : ${root.dir} .. scripts ...: ${scripts.dir} scripts.lib.dir : ${scripts.lib.dir} lib.dir

"Blueprints" for Ant Templates?

2003-03-18 Thread Greg Zoller
Hello... My team has started a project using Ant as the build tool. One thing we've noticed is that there aren't "blueprints" of best-practices for build environments specific to major classes of applications. (We would certainly love to contribute some if we knew any!) I believe it would be

Problem with regular expression and Ant 1.5.1

2003-03-18 Thread Albert Sidelnik
I've been stumped for a few days with a particular search/replace expression that I'm using under Ant 1.5.1 which is using Jakarta Oro for it's regex engine. Here are the details to my problem: The keyword that I'm searching for and trying to replace is the keyword "class". I'm trying to replace