Jos, Here is a message I got from someone else who experienced a similar problem to you:
... Tony, Finally i solved problem. My locale was Turkish, I changed my locale to English and it works now :) Another java program gave exception "java.lang.IllegalArgumentException: Don't understand SH#FT" I checked its source and saw a line for label "shift" (xml file), i think a method makes cases uppercase, that is the cause of problem because in my locale language i has a different uppercase match, it seems as # (I couldnt write it in english charset), but program expecst it as 'i' -> 'I' instead of 'i' -> '#'. So I changed my locale to English, I tried it again and it works, after that i thought andromda may have similar problem. I tried for sample project and it worked. Your question for netbeans, i dont use netbeans, and dont have experience with the module mdr. Selim > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, November 04, 2003 3:15 AM > To: [EMAIL PROTECTED] > Subject: [Andromda-user] Error while installing AndroMDA > > > Hi there, > > I am trying to install AndroMDA (I tried version 2.0.5 and 2.0.6) > and do an > ant build of the > model-report. I am running this from Eclipse 2.1.1 and imported the > model-report project > into the Eclipse workbench. > > I keep getting the error: [andromda] BUILD FAILED: > org.netbeans.mdr.util.DebugException: Different storage version. > > Below is the full output of running the Ant task. I have checked the > archives, but could not > find a siolution to this problem. Am I missing something ? > > Regards, Jos Warmer > > ___________ Ant output _________________ > > Buildfile: C: > \apps\andromda-bin-205\andromda-bin\samples\model-report\build.xml > > init: > [mkdir] Created dir: C: > \apps\andromda-bin-205\andromda-bin\samples\model-report\build\output > [mkdir] Created dir: C: > \apps\andromda-bin-205\andromda-bin\samples\model-report\build\classes > [mkdir] Created dir: C: > \apps\andromda-bin-205\andromda-bin\samples\model-report\dist > > compile: > [echo] basedir = C: > \apps\andromda-bin-205\andromda-bin\samples\model-report > [echo] build.classpath =C: > \apps\andromda-bin\andromda-core\lib\commons-digester.jar;C: > \apps\andromda-bin\andromda-core\lib\commons-beanutils.jar;C: > \apps\andromda-bin\andromda-core\lib\commons-collections.jar;C: > \apps\andromda-bin\andromda-core\lib\commons-logging.jar;C: > \apps\andromda-bin\andromda-core\lib\log4j.jar;C: > \apps\andromda-bin\andromda-core\lib\junit.jar;C: > \apps\andromda-bin\andromda-core\lib\velocity-dep-1.2.jar;C: > \apps\andromda-bin\andromda-core\lib\ant.jar;C: > \apps\andromda-bin\andromda-core\lib\optional.jar;C: > \apps\andromda-bin\andromda-core\lib\openide-lookup.jar;C: > \apps\andromda-bin\andromda-core\lib\openide-fs.jar;C: > \apps\andromda-bin\andromda-core\lib\nbmdr.jar;C: > \apps\andromda-bin\andromda-core\lib\mdrapi.jar;C: > \apps\andromda-bin\andromda-core\lib\jmi.jar;C: > \apps\andromda-bin\andromda-core\lib\jmiutils.jar;C: > \apps\andromda-bin\andromda-core\lib\jmitoolkit.jar;C: > \apps\andromda-bin\andromda-core\lib\mof.jar;C: > \apps\andromda-bin\andromda-core\lib\jmiuml14di.jar;C: > \apps\andromda-bin\andromda-core\andromda.jar > > [javac] Compiling 1 source file to C: > \apps\andromda-bin-205\andromda-bin\samples\model-report\build\classes > > report: > [andromda] CartridgeFinder: Cartridge found: mycartridge > [andromda] BUILD FAILED: org.netbeans.mdr.util.DebugException: > Different storage version. > > Total time: 2 seconds > > �Externe E-Mail wordt door DNB niet gebruikt voor het aangaan van > verplichtingen` > > > > �Any e-mail messages from The Nederlandsche Bank are given in good faith > but shall not be binding nor shall they be construed as constituting any > obligation on the part of the Bank.` > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Andromda-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-user ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
