Hey Joe,


Looked at your project, everything looked fine, except for this property:





maven.andromda.repository.moduleSearchPath.location.0=H:projectsbofagfedsmdasrcumlmodules





Once I changed the back slashes to forward slashes like this:





maven.andromda.repository.moduleSearchPath.location.0=H:/projects/bofa/gfeds/mda/src/uml/modules





things worked.



Not sure what causes it...looks like a bug in maven or something, but you 
should always use forward slashes with Java apps anyway (because they always 
consistently work).



Also you can reference the modules like this if you wanted:



maven.andromda.repository.moduleSearchPath.location.0=${maven.src.dir}/mda/src/uml/modules





That way you won't have to hard code the path.
--
Chad Brandon - [EMAIL PROTECTED]

http://www.andromda.org
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=653#653
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to