> -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
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
__
> -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
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
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.
I have the following directory structure
WORKSPACE
|
|__src
|
|__com.test.test1
| |__program1.java
|
|tests
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
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