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
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
>
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
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
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