git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@370624 13f79535-47bb-0310-9956-ffa450edef68master
@@ -1975,16 +1975,16 @@ mv /tmp/foo $ANT_HOME/bin/antRun | |||||
<p>While JDK 1.4.x contains a version of Xalan-J 2, JDK 1.5 | <p>While JDK 1.4.x contains a version of Xalan-J 2, JDK 1.5 | ||||
(and later?) have <a href="http://java.sun.com/j2se/1.5.0/compatibility.html#4959783">moved | (and later?) have <a href="http://java.sun.com/j2se/1.5.0/compatibility.html#4959783">moved | ||||
to XSLTC</a>. Since this task uses Xalan's redirect | to XSLTC</a>. Since this task uses Xalan's redirect | ||||
extensions for its internal stylesheet, Ant doesn't support | |||||
XSLTC yet. This means that you have to install <a href="http://xml.apache.org/xalan-j/">Xalan-J 2</a> in order | |||||
to use this task with JDK 1.5.</p> | |||||
extensions for its internal stylesheet, Ant prior to 1.6.2 didn't support | |||||
XSLTC. This means that you have to install <a href="http://xml.apache.org/xalan-j/">Xalan-J 2</a> in order | |||||
to use this task with JDK 1.5 in older versions of Ant.</p> | |||||
<p>Starting with Ant 1.6.2 <code><junitreport></code> | <p>Starting with Ant 1.6.2 <code><junitreport></code> | ||||
supports JDK 1.5.</p> | supports JDK 1.5.</p> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<p class="copyright"> | <p class="copyright"> | ||||
Copyright © 2000-2005 The Apache Software Foundation. All rights reserved. | |||||
Copyright © 2000-2006 The Apache Software Foundation. All rights reserved. | |||||
<script type="text/javascript" language="JavaScript"><!-- | <script type="text/javascript" language="JavaScript"><!-- | ||||
document.write(" - "+"Last Published: " + document.lastModified); | document.write(" - "+"Last Published: " + document.lastModified); | ||||
// --> | // --> | ||||
@@ -1,6 +1,6 @@ | |||||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||||
<!-- | <!-- | ||||
Copyright 2001-2005 The Apache Software Foundation | |||||
Copyright 2001-2006 The Apache Software Foundation | |||||
Licensed under the Apache License, Version 2.0 (the "License"); | Licensed under the Apache License, Version 2.0 (the "License"); | ||||
you may not use this file except in compliance with the License. | you may not use this file except in compliance with the License. | ||||
@@ -1764,10 +1764,10 @@ mv /tmp/foo $ANT_HOME/bin/antRun | |||||
(and later?) have <a | (and later?) have <a | ||||
href="http://java.sun.com/j2se/1.5.0/compatibility.html#4959783">moved | href="http://java.sun.com/j2se/1.5.0/compatibility.html#4959783">moved | ||||
to XSLTC</a>. Since this task uses Xalan's redirect | to XSLTC</a>. Since this task uses Xalan's redirect | ||||
extensions for its internal stylesheet, Ant doesn't support | |||||
XSLTC yet. This means that you have to install <a | |||||
extensions for its internal stylesheet, Ant prior to 1.6.2 didn't support | |||||
XSLTC. This means that you have to install <a | |||||
href="http://xml.apache.org/xalan-j/">Xalan-J 2</a> in order | href="http://xml.apache.org/xalan-j/">Xalan-J 2</a> in order | ||||
to use this task with JDK 1.5.</p> | |||||
to use this task with JDK 1.5 in older versions of Ant.</p> | |||||
<p>Starting with Ant 1.6.2 <code><junitreport></code> | <p>Starting with Ant 1.6.2 <code><junitreport></code> | ||||
supports JDK 1.5.</p> | supports JDK 1.5.</p> | ||||
@@ -1,5 +1,5 @@ | |||||
#* | #* | ||||
* Copyright 2000-2005 The Apache Software Foundation | |||||
* Copyright 2000-2006 The Apache Software Foundation | |||||
* | * | ||||
* Licensed under the Apache License, Version 2.0 (the "License"); | * Licensed under the Apache License, Version 2.0 (the "License"); | ||||
* you may not use this file except in compliance with the License. | * you may not use this file except in compliance with the License. | ||||
@@ -287,7 +287,7 @@ | |||||
#macro (footer) | #macro (footer) | ||||
<p class="copyright"> | <p class="copyright"> | ||||
Copyright © 2000-2005 The Apache Software Foundation. All rights reserved. | |||||
Copyright © 2000-2006 The Apache Software Foundation. All rights reserved. | |||||
<script type="text/javascript" language="JavaScript"><!-- | <script type="text/javascript" language="JavaScript"><!-- | ||||
document.write(" - "+"Last Published: " + document.lastModified); | document.write(" - "+"Last Published: " + document.lastModified); | ||||
// --> | // --> | ||||
@@ -295,4 +295,4 @@ | |||||
</p> | </p> | ||||
</body> | </body> | ||||
</html> | </html> | ||||
#end | |||||
#end |