Repository entry missing in SCA tools 
--------------------------------------

                 Key: TUSCANY-723
                 URL: http://issues.apache.org/jira/browse/TUSCANY-723
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Tools
    Affects Versions: Java-M2
         Environment: WinXP
            Reporter: Lee Surprenant
            Priority: Blocker
         Attachments: SCAToolsPomUpdate.patch

SCA tools build fails due to missing repository for org.eclipse.emf

Missing:
----------
1) org.eclipse.emf:codegen-ecore:jar:2.2.0

Try downloading the file manually from the project website.

Then, install it using the command:
       mvn install:install-file -DgroupId=org.eclipse.emf -DartifactId=codegen-e
 ore \
           -Dversion=2.2.0 -Dpackaging=jar -Dfile=/path/to/file
 
   Path to dependency:
         1) org.apache.tuscany:sca-tools:jar:1.0-incubator-M2-SNAPSHOT
        2) org.eclipse.emf:codegen-ecore:jar:2.2.0
  
 2) org.eclipse.emf:codegen:jar:2.2.0
 
  Try downloading the file manually from the project website.
 
  Then, install it using the command:
      mvn install:install-file -DgroupId=org.eclipse.emf -DartifactId=codegen \
           -Dversion=2.2.0 -Dpackaging=jar -Dfile=/path/to/file
  
  Path to dependency:
        1) org.apache.tuscany:sca-tools:jar:1.0-incubator-M2-SNAPSHOT
        2) org.eclipse.emf:codegen:jar:2.2.0
  
----------

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to