Re: include-require

2009-07-13 Thread Rod Mackenzie
Do you really want the contents of common.xml copied into a build.xml file or just be able to call the targets defined in common.xml? The import task may help, http://ant.apache.org/manual/CoreTasks/import.html Rod - To unsubscri

Re: loading ant macros from external files

2009-06-30 Thread Rod Mackenzie
2009/6/30 Dominique Devienne : > On Tue, Jun 30, 2009 at 8:46 AM, Sascha Ernst > wrote: >> I have a bunch of ANT macros which are currently used by 1 project only. >> In the future they should be used by more projects. >> So I'd like to put them in a separate ANT script and load this at runtime >

Re: IvyDE - Is it possible to have it download sources & javadocs?

2009-03-03 Thread Rod Mackenzie
Hi Kent, I got this working by adding the following configurations Then added configuration mappings to the dependencies, I'm still learning about Ivy so I don't know if there is a better way. One other thing I had to do was clean the Ivy cache. The source and javadoc

Re: CPD using Java Call

2008-08-06 Thread Rod Mackenzie
On 06/08/2008, Tom Holmes Jr. <[EMAIL PROTECTED]> wrote: > > We tried the CPD (from PMD) ant call, but because we have so many classes, > we get an outofmemory exception. The PMD documentation suggests increasing Ants memory, have a look at the end of following page for examples http://pmd.sourc

Re: Subversion Ant Tasks

2008-07-29 Thread Rod Mackenzie
I used svnant a while back, here's a bit of the build file I used The differences to your example is that I include all the jars from the svnant lib directory which inclu