|
From: <mba...@us...> - 2006-12-28 09:13:03
|
Revision: 1740
http://svn.sourceforge.net/rubyeclipse/?rev=1740&view=rev
Author: mbarchfe
Date: 2006-12-28 01:13:00 -0800 (Thu, 28 Dec 2006)
Log Message:
-----------
replaced Launcher with Main for starting sub-ant task for html generation
Modified Paths:
--------------
trunk/org.rubypeople.rdt.doc.user/build.xml
Modified: trunk/org.rubypeople.rdt.doc.user/build.xml
===================================================================
--- trunk/org.rubypeople.rdt.doc.user/build.xml 2006-12-28 08:39:32 UTC (rev 1739)
+++ trunk/org.rubypeople.rdt.doc.user/build.xml 2006-12-28 09:13:00 UTC (rev 1740)
@@ -49,7 +49,8 @@
the html documents are created relative to the working directory. Using base.dir these files can be created
in a subdirectory but base.dir may not be an absolute path, because then the references in toc.xml would
be absolute, too -->
- <java classpath="${java.class.path}" classname="org.apache.tools.ant.launch.Launcher" dir="${basedir}" fork="true" >
+ <echo>${java.class.path}</echo>
+ <java classpath="${java.class.path}" classname="org.apache.tools.ant.Main" dir="${basedir}" fork="true" >
<arg value="-DfeatureVersion=${featureVersion}"/>
<arg value="-f"/>
<arg value="buildDocbook.xml"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|