Hi Sunondo, Great, I'm glad that worked! See below for more comments:
--- Sunondo Ghosh <[EMAIL PROTECTED]> wrote: > Hi Chad, > > Looks like the JDK was the problem. I was able to > build successfully > after getting 1.4. Would it make sense to add this > to the documentation? -- Yep, definitely, I just added it to the FAQs. > > I am evaluating AndroMDA for use for development in > our company. So far > it looks like a really good tool! -- Thanks! Glad you like it. > Can you please let me know if this has > been used for large scale development in any > company? Any pointers to > help me talk to my management will be helpful. -- Hmmm, don't know off the top of my head about companies using it for large scale projects. I use it in my work, but most of my projects are on smaller scale (internal projects that last a couple months to 6 months). I'm sure there are some out there using it with bigger projects, you might get more info from the user list so I'm cc'ing this message to the list. That may be something we could add to our docs too. > Also what UML modeling > tool would you recommend? -- Well we're using Magic Draw for development of our Metafacades in AndroMDA and I use it here at work. Its an awesome tool...really fast and hardly any bugs. Poseidon needs some work (at least last time I tried it)...it was a huge memory hog and had lots of bugs in the UI, however one of the advantages of Poseidon is that there isn't any limit on the diagrams you can produce in the free version, whereas with Magic Draw the free version you're limited to only class diagrams. > I am currently trying out Poseidon. > Are you one of the developers of the project? -- Yep > > Thanks, -- You're welcome Chad > > Sunondo > > > -----Original Message----- > From: Chad Brandon [mailto:[EMAIL PROTECTED] > Sent: Friday, June 04, 2004 10:38 AM > To: Sunondo Ghosh > Subject: RE: [Andromda-user] Exception compiling > samples using Maven > > Ah yes...if you're using JDK 1.3..thats probably the > issue..I haven't tested with anythiung below 1.4. > > > --- Sunondo Ghosh <[EMAIL PROTECTED]> wrote: > > Sorry, the link you have is correct. I don't have > > any other versions of > > the same plugin. I will give you the list of > things > > I executed: > > > > I first added the Maven bin directory to my path > and > > changed dir to > > C:\andromda-bin-3.0M1\samples > > > > Then I executed the following targets: > > maven > > - got the exception in my original mail > > maven > > - same exception > > C:\andromda-bin-3.0M1\samples>maven > plugin:download > > -DgroupId=andromda > > -DartifactId=maven-andromda-plugin -Dversion=3.0M1 > > - This copied the plugin to the Maven plugin dir > > and deleted all > > other plugins > > > > I tried just maven a few more times but same > > exception. Maybe I will > > reinstall maven in a different dir and try again. > > > > I also got another suggestion saying that my jdk > > might be the problem. I > > am using JDK 1.3. I will try with JDK 1.4. > > > > Thanks again, > > > > Sunondo > > > > > > -----Original Message----- > > From: Chad Brandon [mailto:[EMAIL PROTECTED] > > Sent: Friday, June 04, 2004 10:02 AM > > To: Sunondo Ghosh > > Subject: RE: [Andromda-user] Exception compiling > > samples using Maven > > > > Not a problem...do you have any other versions of > > that > > same plugin in your $MAVEN_HOME/plugins? Did you > > execute any other goals before running that one? > > You > > probably mean this one right?: > > > "http://team.andromda.org/docs/maven-andromda-plugin/download.html". > > > > > > That plugin doesn't exist on the server > > (http://team.andromda.org/maven) so unless you > > installed it some other way first (like executing > > 'maven' from the samples directory)...it couldn't > be > > downloaded. Can you try deleting that plugin from > > your $MAVEN_HOME/plugins and then just try running > > 'maven' again from the samples directory? > > > > --- Sunondo Ghosh <[EMAIL PROTECTED]> wrote: > > > Hi Chad, > > > > > > Thanks for your prompt response. The target I > used > > > was from the following page > > > > > > http://team.andromda.org/docs/maven-androdev-plugin/download.html > > > I did not change the -D version at all. I simply > > > copied from that above page and executed from > the > > > samples directory. > > > > > > The plugin I have under maven\plugins is > > > maven-andromda-plugin-3.0M1.jar. > > > > > > Thanks, > > > > > > Sunondo > > > > > > > > > -----Original Message----- > > > From: Chad Brandon > [mailto:[EMAIL PROTECTED] > > > Sent: Fri 6/4/2004 9:26 AM > > > To: Sunondo Ghosh; > > > [EMAIL PROTECTED] > > > Cc: > > > Subject: Re: [Andromda-user] Exception > compiling > > > samples using Maven > > > > > > > > > > > > Hi Sunondo, > > > > > > I'm not sure how you executed that goal > > > successfully > > > as that version of the plugin doesn't exist in > > the > > > team.andromda.org remote repository (I'll > update > > > the > > > docs). Did you change the -Dversion to > something > > > other than '3.0M1'? It seems as though your > > > error > > > is because its using a plugin different than > the > > > 3.0M1 > > > version. You shouldn't have to execute that > > > command, > > > you should be able to just change to the > samples > > > directory, and type 'maven' because the plugin > > will > > > be > > > installed into your Maven repository as part of > > the > > > build. Can you check your $MAVEN_HOME/plugins > > > directory and check to see what > > > maven-andromda-plugin* > > > you have in there? > > > > > > Chad > > > > > > --- Sunondo Ghosh <[EMAIL PROTECTED]> wrote: > > > > I have installed Maven 1.0-rc3 and have > > > downloaded > > > > Andromda-bin-3.0M1. I copied > > > > maven-andromda-plugin-3.0M1 into the maven > > > plugins > > > > directory using the following target (which > > > seemed > > > > to delete everything else from the maven > plugin > > > > directory!): > > > > > > > > C:\andromda-bin-3.0M1\samples>maven > > > plugin:download > > > > -DgroupId=andromda -Dartifac > > > > tId=maven-andromda-plugin -Dversion=3.0M1 > > > > > > > > After that I ran the maven from the andromda > > > samples > > > > directory. I am getting the following > > exception. > > > > Can I get some help with this? Thanks. > > > > > > > > > > > > > > > > > ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
