Thanks everybody for your hints!
Finally I used the good old "exec"... The project's build-file (build.xml -
doing the main job) is called by a masterbuild-file which is called by a
buildfile doing the scheduling - what needs to be build when. And this very
first call is an exec. I passed the nest
Hi everybody,
is there a way to call an Ant Build-File () and pass it
the JAVA_HOME environment variable?
Exec accepts just that using the nested env-Argument ().
Basically I'm looking for a way to call a Build-File (build.xml) with
different JDKs. I cannot fix the javac call to use the different
sk. But it seems
> like ant does
> not handle passing the value "0" as an argument to exec.
> Am I right?
>
> exec ...
> arg value=0
> /exec
>
> In the upper case the perl script doesn't receive a value.
> Other passed
> numbers are accepted.
>
d.
Thanks in advance,
Christian Konrad
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]