You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2006/05/02 23:31:02 UTC

svn commit: r399054 - /ant/core/trunk/docs/manual/install.html

Author: stevel
Date: Tue May  2 14:30:58 2006
New Revision: 399054

URL: http://svn.apache.org/viewcvs?rev=399054&view=rev
Log:
Comment about OSS runtimes. What is our official position here? What is the best choice in 'free' runtimes?

Modified:
    ant/core/trunk/docs/manual/install.html

Modified: ant/core/trunk/docs/manual/install.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/install.html?rev=399054&r1=399053&r2=399054&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/install.html (original)
+++ ant/core/trunk/docs/manual/install.html Tue May  2 14:30:58 2006
@@ -107,6 +107,15 @@
 <p>
 <strong>Note #2: </strong>If a JDK is not present, only the JRE runtime, then many tasks will not work.
 </p>
+
+<h3>Open Source Java Runtimes</h3>
+<p>
+    The Ant team strongly supports users running Ant on Kaffe and other
+    open source Java runtimes, and so strives to have a product that works
+    well on those platforms. What appears to work well is Kaffe with 
+    Gnu Classpath and the Xerces and Xalan libraries. 
+</p>
+
 <hr>
 <h2><a name="installing">Installing Ant</a></h2>
 <p>The binary distribution of Ant consists of the following directory layout:



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r399054 - /ant/core/trunk/docs/manual/install.html

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 02 May 2006, <st...@apache.org> wrote:

> Comment about OSS runtimes. What is our official position here?

Don't think we have any.  We fix problems with running Ant on "free"
VMs when we get aware of them, that's pretty much all.

> What is the best choice in 'free' runtimes?

Don't have any first hand experience beyond Kaffe running on Gump,
which seems to work OK (GNU JAXP would probably work as well as
Xerces, BTW).  It has some trouble with rmic, though.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org