I know what the problem is....your environment is still pointing to http://team.andromda.org/maven. Since the server has been down, the artifacts out in that respository are old. You need to remove your build.properties file from your %USERPROFILE% (don't need it any more) and delete the maven-andromda-plugin* files in your %MAVEN_HOME%/plugins. Delete out your %USERPROFILE%/.maven/repository to be sure as well. The temporoary http://www.andromda.org/maven repository has the correct bootstrap dependencies...and we point to that in the andromda-all/project.properties file. Also make sure you upgrade to maven-1.0-rc3. Try that and you should be good to go.
Chad ----- Original Message ----- From: "Matthias Bohlen" <[EMAIL PROTECTED]> To: "Wouter Zoons" <[EMAIL PROTECTED]>; "Chad Brandon" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 27, 2004 6:39 AM Subject: Build fails > Hello Wouter and Chad, > > there is a problem with the build process. I did a fresh checkout from > CVS, removed everything from my maven repository, and then the > following messages appeared: > > [echo] Compiling to C:\Programming\andromda\V3\HEAD\andromda-all\metafacades\uml\uml14/target/cl asses > [javac] Compiling 117 source files to C:\Programming\andromda\V3\HEAD\andromda-all\metafacades\uml\uml14\target\cl asses > C:\Programming\andromda\V3\HEAD\andromda-all\metafacades\uml\uml14\src\java\ org\andromda\metafacades\uml14\ActionFacadeLogicImpl.java:10: cannot resolve symbol > symbol : class ActionFacadeLogic > location: class org.andromda.metafacades.uml14.ActionFacadeLogicImpl > extends ActionFacadeLogic > ^ > C:\Programming\andromda\V3\HEAD\andromda-all\metafacades\uml\uml14\src\java\ org\andromda\metafacades\uml14\ActionStateFacadeLogicImpl.java:13: cannot resolve symbol > symbol : class ActionStateFacadeLogic > location: class org.andromda.metafacades.uml14.ActionStateFacadeLogicImpl > extends ActionStateFacadeLogic > ^ > > etc. (about 20 times, once for each class). I cannot understand that > because the missing classes were generated in the step before. I can > see messages like > > INFO [meta] Output: 'file:/C:/Programming/andromda/V3/HEAD/andromda-all/metafacades/uml/uml14/ta rget/src/org/andromda/metafacades/uml/ActionFacadeLogic.java' > > which prove that the classes have been generated. > > However, I can also messages like this: > > INFO [meta] Output: 'file:/C:/Programming/andromda/V3/HEAD/andromda-all/metafacades/uml/uml14/sr c/java/org/andromda/metafacades/uml/ActionFacadeLogicImpl.java' > > Why this? The hand-coded implementation file should already be there > and should not be generated any more! > > This puzzles me. I'll do another checkout and see whether I can find > the hand-coded classes somewhere. > > Cheers... > Matthias > > --- > > Matthias Bohlen > http://www.mbohlen.de/ > [EMAIL PROTECTED] > > > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
