If you are using Eclipse 3.3 to build the project argouml-core-model-mdr, you'll need to make a change to one of the project builders to get it to work. There is apparently a conflict between Eclipse's bundled version of Ant (1.7) and the MDRAnt task that we use to create the Java source for the UML 1.4 metamodel from its XMI representation.
The workaround is to use our own Ant 1.6.5 version for this builder. Go to the Properties dialog for the argouml-core-model-mdr project and click on Builders. Select the builder called "argouml-core-model-mdr generate" and click the Edit... button. Go to the Classpath tab and click the "Ant Home...", then navigate to <workspace>/argouml-core-tools/apache-ant-1.6.5 and click OK. There doesn't be an easy way to fix this generally using the Eclipse UI, although it may be possible by editing the builder definition file. For right now, please just fix it by hand for your specific Eclipse 3.3 configurations. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
