On Fri, Feb 13, 2009 at 5:20 PM, Raymond Feng <[email protected]> wrote:
> It seems that java.home property is not propagated from maven into ant.
> Can you try to add a line before the <ant ...> in the pom.xml?
>
> <configuration>
> <tasks>
> <property name="java.home"
> value="${java.home}"/>
> <ant antfile="./build.xml" />
> </tasks>
> </configuration>
>
>
It wasn't that clear where that should go but i've tried a few places and it
doesn't seem to make any difference. I was wrong earlier when i said i could
get past this by fiddling with JAVA_HOME that doesn't work, i can get it to
work when building within the itest/distribution/binding-ws-calculator
module, but building from higher up binding-ws-calculator always fails.
...ant