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"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
