svn commit: r17715 - trunk/src/argouml-core-model-mdr
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-01-02 03:06:48-0800
New Revision: 17715
Modified:
trunk/src/argouml-core-model-mdr/build.sh (props changed)
trunk/src/argouml-core-model-mdr/build.xml
trunk/src/argouml-core-model-mdr/build2.sh (props changed)
Log:
Create the output directory before running the tests.
Make the shell scripts executable.
Modified: trunk/src/argouml-core-model-mdr/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/build.xml?view=diff&pathrev=17715&r1=17714&r2=17715
==============================================================================
--- trunk/src/argouml-core-model-mdr/build.xml (original)
+++ trunk/src/argouml-core-model-mdr/build.xml 2010-01-02 03:06:48-0800
@@ -349,7 +349,7 @@
<target name="tests-xml"
depends="init,compile,compile-tests">
<!-- create directories -->
- <mkdir dir="${tests.classes}"/>
+ <mkdir dir="${tests.reports}/junit/output"/>
<junit errorproperty="junit.failure" fork="yes" haltonfailure="false"
maxmemory="256M" printsummary="true">
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2434177
To unsubscribe from this discussion, e-mail: [[email protected]].