I have the following lines in my build.xml
<containerset>
<tomcat4x if="tomcat-dist.dir"
dir="${tomcat-dist.dir}" port="${test.port}"
output="${test.results}/tomcat4x.out"
todir="${test.results}/tomcat4x"
tmpdir="${test.temp.dir}"
jvmArgs="-Dmy_home=c:/test"/>
</containerset>
It's not picking up the my_home value.
I even tried
<jvmarg value="-Dmy_home=c:/test "/>
<containerset>
<tomcat4x if="tomcat-dist.dir"
dir="${tomcat-dist.dir}" port="${test.port}"
output="${test.results}/tomcat4x.out"
todir="${test.results}/tomcat4x"
tmpdir="${test.temp.dir}"/>
</containerset>
Is this a known issue?
This e-mail message and any attachments may contain private, confidential,
proprietary or privileged material of GoldenGate Software, Inc. that is for the
sole use of the intended recipient(s) of this e-mail message. Any review,
copying or distribution or other use of this e-mail message or any attachments
hereto by anyone other than the intended recipient(s) is strictly prohibited.
If you are not the intended recipient(s) of this e-mail message, please contact
GoldenGate Software, Inc. (415-777-0200) immediately and permanently delete the
original e-mail message and any copies of this e-mail message and all
attachments, if any.