[patch] fix reference to jakarta-site for avalon-sandbox
Leo Simons <[email protected]> Sat, 04 Jan 2003 16:22:00 +0100
| Newsgroups | gmane.comp.jakarta.alexandria.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, could someone apply the attached patch? It fixes the reference to jakarta-site to eliminate the "Buildfile: build.xml Caught exception (org.apache.tools.ant.BuildException) while expanding tools.class.path: /home/rubys/jakarta/jakarta-site/lib not found." (I think) thanks, - Leo -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]>
avalon-sandbox.patch
(text/plain, 797 B)
Index: proposal/gump/project/avalon-sandbox.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/avalon-sandbox.xml,v
retrieving revision 1.3
diff -u -r1.3 avalon-sandbox.xml
--- proposal/gump/project/avalon-sandbox.xml 4 Jan 2003 14:56:15 -0000 1.3
+++ proposal/gump/project/avalon-sandbox.xml 4 Jan 2003 15:17:20 -0000
@@ -15,6 +15,8 @@
<property name="junit.failonerror" value="true"/>
<property name="do.checkstyle" value="true"/>
<property name="skip.dependencies" value="true"/>
+ <property name="jakarta-site.dir" project="jakarta-site2"
+ reference="home" />
</ant>
<depend project="jakarta-ant" inherit="runtime"/>