[jbosstools-issues] [JBoss JIRA] (JBTIS-85) Validation failure when building eclipse target using integration-stack base

Paul Richardson (JIRA) jira-events at lists.jboss.org
Tue May 21 11:47:06 EDT 2013


Paul Richardson created JBTIS-85:
------------------------------------

             Summary: Validation failure when building eclipse target using integration-stack base
                 Key: JBTIS-85
                 URL: https://issues.jboss.org/browse/JBTIS-85
             Project: JBoss Tools Integration Stack
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: distribution
    Affects Versions: 4.1.0
            Reporter: Paul Richardson
             Fix For: 4.1.0


Using the integration-stack 4.1.0 SNAPSHOT fails to validate with maven. Seems it cannot find the feature groups.

{code}
Build the teiid designer target platform
Executing mvn clean verify  -U -P generate-target -Dmaven.repo.local=/home/phantomjinx/programming/java/tdesigner/git/target-platform/../../m2-repository -Dno.jbosstools.site -Dtycho.localArtifacts=ignore
/usr/lib/jvm/java
[INFO] Scanning for projects...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/tools/parent/4.1.0.Beta1-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/tools/parent/4.1.0.Beta1-SNAPSHOT/maven-metadata.xml (612 B at 0.2 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Teiid Designer Target Platform 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ teiid.designer ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ teiid.designer ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] argLine set to 
[INFO] 
[INFO] --- build-helper-maven-plugin:1.3:attach-artifact (attach-artifacts) @ teiid.designer ---
[INFO] 
[INFO] --- target-platform-utils:0.16.0.CR1:merge-targets (default) @ teiid.designer ---
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/tools/integration-stack/target-platform/4.1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/tools/integration-stack/target-platform/4.1.0-SNAPSHOT/maven-metadata.xml (2 KB at 0.6 KB/sec)
[INFO] 
[INFO] --- target-platform-validation-plugin:0.17.0:validate-target-platform (default) @ teiid.designer ---
[INFO] Validating /home/phantomjinx/programming/java/tdesigner/git/target-platform/teiid-designer.target...
[INFO] Failed, see Error log below
[ERROR] Validation found errors in 1 .target files:
Could not resolve content of teiid-designer.target
Could not find "org.eclipse.graphiti.feature.feature.group/0.10.0.v20130319-1346" in the repositories of the current location

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.752s
[INFO] Finished at: Tue May 21 16:34:29 BST 2013
[INFO] Final Memory: 34M/180M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho.extras:target-platform-validation-plugin:0.17.0:validate-target-platform (default) on project teiid.designer: Validation found errors in 1 .target files:
[ERROR] Could not resolve content of teiid-designer.target
[ERROR] Could not find "org.eclipse.graphiti.feature.feature.group/0.10.0.v20130319-1346" in the repositories of the current location
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
{code}

Commenting out the graphiti feature moves the validation error along to emf.compare, which is the next one in the list.

Designer's pom.xml is available [here|https://github.com/Teiid-Designer/teiid-designer/blob/master/target-platform/pom.xml] should it be required for reference (currently set to 4.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list