project.build.sourceDirectory variable calculated incorrectly
-------------------------------------------------------------

         Key: ANDROMDAPP-40
         URL: http://jira.andromda.org/browse/ANDROMDAPP-40
     Project: AndroMDApp Project Generator
        Type: Bug

 Environment: Windows XP, maven 2.0.9 Java 6 AndroMDA 3.3
    Reporter: Kevin Brockhoff
 Assigned to: Chad Brandon 
    Priority: Minor
 Attachments: andromda080710174722.exc

I change mda/pom.xml from
                
<model.uri>file:${project.build.sourceDirectory}/andromda_md_demo.uml2</model.uri>
to
                
<model.uri>${pom.basedir}/src/main/uml/andromda_md_demo.uml2</model.uri>
and it works.

------- AndroMDA Exception Recording -------
Version ........: 3.3
Error ..........: Error performing ModelProcessor.process with model(s) --> 
'C:\dev\Workspaces\atx-pulse\t3\sandbox\andromda_md_demo\mda\C:\dev\Workspaces\atx-pulse\t3\sandbox\andromda_md_demo\mda\src\main\uml\andromda_md_demo.uml2'
Build ..........: ${build.date}
Build System ...: Linux-2.4.29-su-1.2
Build JDK ......: Sun Microsystems Inc.-1.5.0_10-b03
Build Builder ..: su-builder
Run System .....: Windows XP5.1
Run JDK ........: Sun Microsystems Inc.10.0-b22
Main Exception .: java.io.FileNotFoundException: 
C:\dev\Workspaces\atx-pulse\t3\sandbox\andromda_md_demo\mda\C:\dev\Workspaces\atx-pulse\t3\sandbox\andromda_md_demo\mda\src\main\uml\andromda_md_demo.uml2
 (The filename, directory name, or volume label syntax is incorrect)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08

Reply via email to