Browse Source

make FAQ on XSLTC more current

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@370624 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
b06e666346
3 changed files with 11 additions and 11 deletions
  1. +4
    -4
      docs/faq.html
  2. +4
    -4
      xdocs/faq.xml
  3. +3
    -3
      xdocs/stylesheets/templates.vm

+ 4
- 4
docs/faq.html View File

@@ -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>&lt;junitreport&gt;</code> <p>Starting with Ant 1.6.2 <code>&lt;junitreport&gt;</code>
supports JDK 1.5.</p> supports JDK 1.5.</p>
</div> </div>
</div> </div>


<p class="copyright"> <p class="copyright">
Copyright &copy; 2000-2005&nbsp;The Apache Software Foundation. All rights reserved.
Copyright &copy; 2000-2006&nbsp;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);
// --> // -->


+ 4
- 4
xdocs/faq.xml View File

@@ -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>&lt;junitreport&gt;</code> <p>Starting with Ant 1.6.2 <code>&lt;junitreport&gt;</code>
supports JDK 1.5.</p> supports JDK 1.5.</p>


+ 3
- 3
xdocs/stylesheets/templates.vm View File

@@ -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 &copy; 2000-2005&nbsp;The Apache Software Foundation. All rights reserved.
Copyright &copy; 2000-2006&nbsp;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

Loading…
Cancel
Save