Chad,
before I committed yesterday, the CRUD sample was building fine .. but I noticed I had to modify something in the model so that the user could do more in the generated webapp
so this morning I updated the model (very simple change: just set a few association ends navigable), but when I tried to rebuild it kept complaining about core/target/classes not being found
any idea what's causing this ? I tried several things but I can't manage to get it work the way it should
this is the error message:
***********************************************************************
INFO [ReactorTag] +----------------------------------------
INFO [ReactorTag] | Executing multiproject:install-callback CRUD Core Business Tier
INFO [ReactorTag] | Memory: 32M/43M
INFO [ReactorTag] +----------------------------------------
WARN [DependencyVerifier] You are working offline so the build will continue, but crud-mda-3.0-SNAPSHOT.pom may be out of date!
WARN [DependencyVerifier] You are working offline so the build will continue, but crud-common-3.0-SNAPSHOT.jar may be out of date!
WARN [DependencyVerifier] You are working offline so the build will continue, but andromda-core-3.0-SNAPSHOT.jar may be out of date!
WARN [DependencyVerifier] You are working offline so the build will continue, but andromda-ocl-translation-core-3.0-SNAPSHOT.jar may be out of date!
WARN [DependencyVerifier] You are working offline so the build will continue, but andromda-ocl-validation-library-3.0-SNAPSHOT.jar may be out of date!
jar:install:
build:end:
build:start:
multiproject:install-callback:
[echo] Running ejb:install for CRUD Core Business Tier
ejb:init:ejb:ejb:
[echo] Building ejb crud-core-3.0-SNAPSHOTBUILD FAILED
File...... C:\Documents and Settings\ZOO\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- C:\Documents and Settings\ZOO\.maven\cache\maven-ejb-plugin-1.5\plugin.jelly:67:34: <ant:jar> E:\development\andromda\samples\crud\core\target\classes not found.
INFO [App] Total time: 37 seconds
***********************************************************************
adding this to core/maven.xml helped a bit but then I had runtime errors since the applicationContent.xml was missing from the core jar:
<preGoal name="java:compile">
<!-- add the paths of the generated source to the
maven compile path -->
<ant:path
id="andromda.ejb.gen.src"
location="${maven.build.src}"/>
<maven:addPath
id="maven.compile.src.set"
refid="andromda.ejb.gen.src"/></preGoal>
<preGoal name="ejb:ejb"> <attainGoal name="java:compile"/> </preGoal>
any ideas ?
-- Wouter
ps: you should be able to reproduce the problem with the code in CVS since I only changed the model in a way that should not affect this
I have no explanation why it kept working yesterday, I did not update from CVS or anything like that
------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
