svn commit: r17347 - trunk/src/argouml-build/build.xml
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2009-09-22 13:24:44-0700
New Revision: 17347
Modified:
trunk/src/argouml-build/build.xml
Log:
There are no tests for argouml-core-model-euml.
We just compile it.
Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=17347&r1=17346&r2=17347
==============================================================================
--- trunk/src/argouml-build/build.xml (original)
+++ trunk/src/argouml-build/build.xml 2009-09-22 13:24:44-0700
@@ -316,16 +316,24 @@
<!-- Build the subdirs in order. -->
- <!-- infra doesn't have tests. -->
- <!-- model doesn't have tests. -->
+ <!-- argouml-core-infra doesn't have tests. -->
+ <!-- argouml-core-model doesn't have tests. -->
- <!-- Tests for model-mdr -->
+ <!-- Tests for argouml-core-model-mdr -->
<ant dir="../argouml-core-infra" inheritAll="false" target="jar"/>
<ant dir="../argouml-core-model" inheritAll="false" target="jar"/>
<ant dir="../argouml-core-model-mdr" inheritAll="false"
target="${tests-to-do}"/>
+
+ <!-- Tests for argouml-core-model-euml -->
+ <ant dir="../argouml-core-infra" inheritAll="false" target="jar"/>
+ <ant dir="../argouml-core-model" inheritAll="false" target="jar"/>
+ <ant dir="../argouml-core-model-euml" inheritAll="false" target="jar"/>
+ <!-- There are currently no tests for argouml-core-model-euml so we
+ just build it (above) and don't run the tests (below).
<ant dir="../argouml-core-model-euml" inheritAll="false"
target="${tests-to-do}"/>
+ -->
<!-- Tests for argouml-app -->
<ant dir="../argouml-core-infra" inheritAll="false" target="jar"/>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2398637
To unsubscribe from this discussion, e-mail: [[email protected]].