|
@@ -297,6 +297,12 @@ |
|
|
<li><a href="#delegating-classloader"> |
|
|
<li><a href="#delegating-classloader"> |
|
|
<style> or <junit> ignores my |
|
|
<style> or <junit> ignores my |
|
|
<classpath> |
|
|
<classpath> |
|
|
|
|
|
</a></li> |
|
|
|
|
|
<li><a href="#winxp-jdk14-ant14"> |
|
|
|
|
|
When running Ant 1.4 on Windows XP and JDK 1.4, I get |
|
|
|
|
|
various errors when trying to <code><exec></code>, fork |
|
|
|
|
|
<code><java></code> or access environment |
|
|
|
|
|
variables. |
|
|
</a></li> |
|
|
</a></li> |
|
|
<li><a href="#1.5-cygwin-sh"> |
|
|
<li><a href="#1.5-cygwin-sh"> |
|
|
The <code>ant</code> wrapper script of Ant 1.5 fails |
|
|
The <code>ant</code> wrapper script of Ant 1.5 fails |
|
@@ -2039,6 +2045,33 @@ mv /tmp/foo $ANT_HOME/bin/antRun |
|
|
</blockquote> |
|
|
</blockquote> |
|
|
</td></tr> |
|
|
</td></tr> |
|
|
</table> |
|
|
</table> |
|
|
|
|
|
</a> |
|
|
|
|
|
<a name="winxp-jdk14-ant14"> |
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="2" width="100%"> |
|
|
|
|
|
<tr><td bgcolor="#828DA6"> |
|
|
|
|
|
<font color="#ffffff" face="arial,helvetica,sanserif"> |
|
|
|
|
|
<strong> |
|
|
|
|
|
When running Ant 1.4 on Windows XP and JDK 1.4, I get |
|
|
|
|
|
various errors when trying to <code><exec></code>, fork |
|
|
|
|
|
<code><java></code> or access environment |
|
|
|
|
|
variables. |
|
|
|
|
|
</strong> |
|
|
|
|
|
</font> |
|
|
|
|
|
</td></tr> |
|
|
|
|
|
<tr><td> |
|
|
|
|
|
<blockquote> |
|
|
|
|
|
<p>Ant < 1.5 doesn't recognize Windows XP as a flavor |
|
|
|
|
|
of Windows that runs <code>CMD.EXE</code> instead of |
|
|
|
|
|
<code>COMMAND.COM</code>. JDK 1.3 will tell Ant that Windows |
|
|
|
|
|
XP is Windows 2000 so the problem doesn't show up |
|
|
|
|
|
there.</p> |
|
|
|
|
|
<p>Apart from upgrading to Ant 1.5 or better, setting the |
|
|
|
|
|
environment variable <code>ANT_OPTS</code> to |
|
|
|
|
|
<code>-Dos.name=Windows_NT</code> prior to invoking Ant has |
|
|
|
|
|
been confirmed as a workaround.</p> |
|
|
|
|
|
</blockquote> |
|
|
|
|
|
</td></tr> |
|
|
|
|
|
</table> |
|
|
</a> |
|
|
</a> |
|
|
<a name="1.5-cygwin-sh"> |
|
|
<a name="1.5-cygwin-sh"> |
|
|
<table border="0" cellspacing="0" cellpadding="2" width="100%"> |
|
|
<table border="0" cellspacing="0" cellpadding="2" width="100%"> |
|
|