|
From: <ls...@us...> - 2008-05-21 09:38:24
|
Revision: 4110
http://jnode.svn.sourceforge.net/jnode/?rev=4110&view=rev
Author: lsantha
Date: 2008-05-21 02:38:21 -0700 (Wed, 21 May 2008)
Log Message:
-----------
Fixed exceptions thrown by the javadoc-mmtk target.
Modified Paths:
--------------
trunk/all/build.xml
Modified: trunk/all/build.xml
===================================================================
--- trunk/all/build.xml 2008-05-19 14:58:30 UTC (rev 4109)
+++ trunk/all/build.xml 2008-05-21 09:38:21 UTC (rev 4110)
@@ -100,6 +100,7 @@
<property name="jnode-x86_64-lite.iso" value="${cdroms.dir}/jnode-x86_64-lite.iso"/>
<path id="cp">
+ <pathelement location="${mmtk.jar}"/>
<pathelement location="${ant.jar}"/>
<pathelement location="${junit.jar}"/>
<pathelement location="${jmock.jar}"/>
@@ -450,6 +451,13 @@
<sourcepath>
<pathelement location="${root.dir}/core/src/vmmagic"/>
<pathelement location="${root.dir}/core/src/mmtk-vm"/>
+ <pathelement location="${root.dir}/core/src/core"/>
+ <pathelement location="${root.dir}/core/src/classpath/gnu"/>
+ <pathelement location="${root.dir}/core/src/classpath/ext"/>
+ <pathelement location="${root.dir}/core/src/classpath/vm"/>
+ <pathelement location="${root.dir}/core/src/openjdk/sun"/>
+ <pathelement location="${root.dir}/core/src/openjdk/vm"/>
+ <pathelement location="${root.dir}/core/src/nanoxml"/>
</sourcepath>
<package name="org.mmtk.*"/>
<package name="org.jnode.vm.memmgr.mmtk.*"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|