svn commit: r14258 - branches/work_issue4625_dthompson/src/argouml-core-model-euml/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dthompson
Date: 2008-03-29 16:16:54-0700
New Revision: 14258
Modified:
branches/work_issue4625_dthompson/src/argouml-core-model-euml/build.xml
Log:
Updated build.xml files to make junit tests work.
Junit tests now seem to compile and run ok, but there's an error while generating the reports.
Modified: branches/work_issue4625_dthompson/src/argouml-core-model-euml/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/branches/work_issue4625_dthompson/src/argouml-core-model-euml/build.xml?view=diff&rev=14258&p1=branches/work_issue4625_dthompson/src/argouml-core-model-euml/build.xml&p2=branches/work_issue4625_dthompson/src/argouml-core-model-euml/build.xml&r1=14257&r2=14258
==============================================================================
--- branches/work_issue4625_dthompson/src/argouml-core-model-euml/build.xml (original)
+++ branches/work_issue4625_dthompson/src/argouml-core-model-euml/build.xml 2008-03-29 16:16:54-0700
@@ -19,7 +19,7 @@
<tstamp/>
<!-- argo.root.dir should be passed in to make sure it is correct -->
- <property name="argo.root.dir" value="../.."/>
+ <property name="argo.root.dir" value=".."/>
<property name="argo.build.dir" value="${argo.root.dir}/build"/>
<property name="build.dir" value="build"/>