Hi Andreas,

I would like to have a link to the license and to the version you sent me (sorry if I missed these in this thread or in a different thread). I would like to provide the zipped sources and the license in a text file along with the jar of anarres-cpp.jar.

Concerning the integration of your work:
1. the CppImporter and the changes to the argouml-cpp/build.xml are done;
2. I have some failing tests (automated) caused by the test directory not being possible to be deleted - this is one reason I would like to have the sources for help in debugging these and to enable it to be done in the future; 3. I'm going to change the install target of argouml-cpp/build.xml to copy the lib/anarres-cpp.jar into the ext directory along with argo_cpp.jar.

See bellow for comments on your comments...

Andreas Rückert wrote:
(...)
you're right. Assuming you have commit rights in argouml-cpp:

In argouml-cpp/build.xml, don't commit the following lines:

    <property name="argo.root.dir" value="${basedir}/../.."/>
(...)

I had to do this in the java build file, too. Are your modules not in 
argouml/modules/ ?

No, your checkout layout isn't supported nor will it be at least out-of-the-repository. For this kind of customization you would better use a new build.properties file in the argouml-cpp directory where you place the overridden properties. Since argouml-cpp/build.xml loads such a file if it exists, you would get the "argo.root.dir" property from there.
(...)
Look at
http://www.antlr.org/grammar/list
On June 3rd, Sun has contributed a C++ grammar.
I've just looked over it, and it includes stuff like the enums etc.
It's also based on the PCCTS grammar and based in the public domain.
Maybe we could get the missing C++ features from there?

Ciao,
Andreas
That's nice. But, the features aren't missing in David Wigg's grammar. The support for enums, templates, etc are missing in the ModelerImpl and some callbacks from the grammar file into Modeler (being that this is missing the corresponding operations).

I should check it, but, I'll let you know of my opinion in a different thread...

Luis


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to