RE: How to override targets specified in import file

2009-09-21 Thread KARR, DAVID (ATTCINW)
> -Original Message- > From: KARR, DAVID (ATTCINW) > > I suppose I could instead make the "stub" instead do real work and > assume that the sub-project has defined a "app-inf-jars" property (for > instance) and create the APP-INF/lib directory and copy in the paths > specified in that prop

RE: How to override targets specified in import file

2009-09-21 Thread Martin Gainty
i would let the upper hierarchy be the arbiter e.g. //assume some property classes.dir which will be changed depending on os closest i can come without going to maven Martin Gainty __

RE: How to override targets specified in import file

2009-09-21 Thread KARR, DAVID (ATTCINW)
> -Original Message- > From: Martin Gainty [mailto:mgai...@hotmail.com] > Sent: Monday, September 21, 2009 1:23 PM > To: Ant Users List > Subject: RE: How to override targets specified in import file > > > weblogic does that does that for each ear in the build e.g. > > EAR1 > WAR > WE

RE: How to override targets specified in import file

2009-09-21 Thread Martin Gainty
weblogic does that does that for each ear in the build e.g. EAR1 WAR WEB-INF lib classes APP-INF lib classes EAR2 WAR WEB-INF lib classes APP-INF lib classes APP-INF is for external utility classes which are compiled once and then copied to each ear http

How to override targets specified in import file

2009-09-21 Thread KARR, DAVID (ATTCINW)
I imagine by now I'm the umpteenth person to ask about something like this, but the search patterns to find this don't seem to be that simple. I'm working on a small project inside a large EAR. The small project imports the main project build file, which defines the important "create-ear" target.

compile in ant

2009-09-21 Thread veena pandit
I have the following directory structure WORKSPACE | |__src | |__com.test.test1 | |__program1.java | |tests

Re: AW: Target overriding inside imported files.

2009-09-21 Thread Alexander L.
Hi, Although this is quite old topic, let me add two cents since I'd been guided by it when faced the same trouble. The initial question mentioned using on the top of the manual edited file which assumes that main build file (passed to Ant and from which default "build" target is invoked) is ge

runtarget failing

2009-09-21 Thread ext-simon.steiner
Hi, Runtarget seems to sometimes fail when using parallel: Other than using antcall is there a fix? BUILD FAILED Desktop\build.xml:11: java.lang.NullPointerException java.lang.NullPointerException Could not create task of type: echo java.lang.NullPointerException