Hi Sunondo, Its because the jars aren't in your local maven repository. There are two ways you can get these jars in there, manually copy the contents of the lib directory located in the andromda-bin distribution to %USERPROFILE%/.maven/repository (for windows or $HOME/.maven/repository for linux) OR you can build the samples in the distribution and the dependencies will be copied to your local maven repository.
Chad --- Sunondo Ghosh <[EMAIL PROTECTED]> wrote: > I have started working on a new laptop and when I > type maven, I get the > following errors (failed to download jar). Is this > because the Andromda > team server is down? Can I manually copy the jars in > the right place to > go ahead with the compilation? What are the correct > locations for these > jars? > > Thanks, > > Sunondo > > > Attempting to download > maven-andromda-plugin-3.0M1.jar. > WARNING: Failed to download > maven-andromda-plugin-3.0M1.jar. > Attempting to download > andromda-hibernate-cartridge-3.0M1.jar. > WARNING: Failed to download > andromda-hibernate-cartridge-3.0M1.jar. > Attempting to download > andromda-java-cartridge-3.0M1.jar. > WARNING: Failed to download > andromda-java-cartridge-3.0M1.jar. > Attempting to download > andromda-bpm4struts-cartridge-3.0M1.jar. > WARNING: Failed to download > andromda-bpm4struts-cartridge-3.0M1.jar. > > BUILD FAILED > File...... C:\Documents and > Settings\sghosh\.maven\plugins\maven-multiproject-pl > ugin-1.3\plugin.jelly > Element... maven:reactor > Line...... 216 > Column.... 9 > The build cannot continue because of the following > unsatisfied > dependencies: > > maven-andromda-plugin-3.0M1.jar > andromda-hibernate-cartridge-3.0M1.jar > andromda-java-cartridge-3.0M1.jar > andromda-bpm4struts-cartridge-3.0M1.jar > ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
