Hi Bob, did you try a build from command line? That should work, I'm only using this for now. And I see some antlr-2.7.7 stuff, which should not be there. Bottom line, build from Eclipse is still not fixed.
The manifest file under META-INF was not used in the command line build, so I deleted it. The manifest.mf under src/org is used. Why must be maintained 2 manifest files? Must a module project configure things twice, without any hint how to do that? Do we need some support for how to set up a module project correctly? Thomas -------- Original-Nachricht -------- > Datum: Sun, 18 May 2008 01:24:43 +0100 > Von: "Bob Tarling" <[EMAIL PROTECTED]> > An: [email protected] > Betreff: Re: [argouml-dev] argouml-java > For me the project does not build. > > I applied the following patch to the modules project-set to load it (I > didn't want to commit that while it's not building). The build also > fails to find antlr, see the output following the patch. > > If I compare the java project with the other projects then we're > missing the manifest file under META-INF. > > Bob. > > > Index: C:/argoworkspace/argouml-www/psf/argouml-modules-projectset.psf > =================================================================== > --- > C:/argoworkspace/argouml-www/psf/argouml-modules-projectset.psf > (revision > 14743) > +++ > C:/argoworkspace/argouml-www/psf/argouml-modules-projectset.psf (working > copy) > @@ -4,6 +4,7 @@ > <project > reference="0.9.3,http://argouml-classfile.tigris.org/svn/argouml-classfile/trunk,argouml-module-classfile"/> > <project > reference="0.9.3,http://argouml-cpp.tigris.org/svn/argouml-cpp/trunk,argouml-module-cpp"/> > <project > reference="0.9.3,http://argouml-csharp.tigris.org/svn/argouml-csharp/trunk,argouml-module-csharp"/> > +<project > reference="0.9.3,http://argouml-java.tigris.org/svn/argouml-java/trunk,argouml-module-java"/> > <project > reference="0.9.3,http://argouml.tigris.org/svn/argouml/trunk/modules/dev,argouml-module-dev"/> > <project > reference="0.9.3,http://argouml-idl.tigris.org/svn/argouml-idl/trunk,argouml-module-idl"/> > <project > reference="0.9.3,http://argouml-php.tigris.org/svn/argouml-php/trunk,argouml-module-php"/> > > > > Buildfile: C:\argoworkspace\argouml-module-java\build.xml > > init: > [echo] > C:\argoworkspace\argouml-module-java/../argouml/src/argouml-app > C:\argoworkspace\argouml-module-java/../argouml/src/argouml-app/src > C:\argoworkspace\argouml-module-java/../argouml/tools/junit-3.8.2/junit.jar > C:\eclipse\plugins\org.apache.ant_1.7.0.v200706080842 > [echo] Module version: ${argo.core.version}-20080518-0102 > [echo] ------------------- ArgoModule-Java > ${argo.core.version}-20080518-0102 ---------------- > > prepare: > [echo] Preparing the build directories > [mkdir] Created dir: > C:\argoworkspace\argouml-module-java\build\classes > [mkdir] Created dir: > C:\argoworkspace\argouml-module-java\build\tests\classes > [mkdir] Created dir: > C:\argoworkspace\argouml-module-java\build\tests\reports > > generateparser: > > init: > [echo] > C:\argoworkspace\argouml-module-java/../argouml/src/argouml-app > C:\argoworkspace\argouml-module-java/../argouml/src/argouml-app/src > C:\argoworkspace\argouml-module-java/../argouml/tools/junit-3.8.2/junit.jar > C:\eclipse\plugins\org.apache.ant_1.7.0.v200706080842 > [echo] Module version: ${argo.core.version}-20080518-0102 > [echo] ------------------- ArgoModule-Java > ${argo.core.version}-20080518-0102 ---------------- > > prepare: > [echo] Preparing the build directories > > generateparser_internal: > [echo] Running antlr from > C:\argoworkspace\argouml-app/lib/antlr-2.7.7.jar > [java] java.lang.NoClassDefFoundError: org/antlr/Tool > [java] Caused by: java.lang.ClassNotFoundException: org.antlr.Tool > [java] at java.net.URLClassLoader$1.run(Unknown Source) > [java] at java.security.AccessController.doPrivileged(Native > Method) > [java] at java.net.URLClassLoader.findClass(Unknown Source) > [java] at java.lang.ClassLoader.loadClass(Unknown Source) > [java] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown > Source) > [java] at java.lang.ClassLoader.loadClass(Unknown Source) > [java] at java.lang.ClassLoader.loadClassInternal(Unknown > Source) > [java] Exception in thread "main" > [java] Java Result: 1 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
