[JBoss JIRA] (JBTIS-89) target platform repo should not contain repository references
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-89?page=com.atlassian.jira.plugin.s... ]
Andrej Podhradsky closed JBTIS-89.
----------------------------------
Closed as outdated
> target platform repo should not contain repository references
> -------------------------------------------------------------
>
> Key: JBTIS-89
> URL: https://issues.jboss.org/browse/JBTIS-89
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Reporter: Rob Cernich
> Assignee: Paul Leacu
> Priority: Critical
> Fix For: 4.1.0.Final
>
>
> I don't see how this repo could be used in a jbds setting when it contains repository references to jbt repositories. My understanding was that this repo only contained the extra dependencies for jbt-is. By including these references, if this repo is used in jbds, all those linked repos will be available too, polluting the pool of available features/bundles.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBTIS-86) JBTIS 4.0.1 Component Content - SOA-P 6 Alpha 2 (Juno)
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-86?page=com.atlassian.jira.plugin.s... ]
Andrej Podhradsky closed JBTIS-86.
----------------------------------
Closed as obsolete
> JBTIS 4.0.1 Component Content - SOA-P 6 Alpha 2 (Juno)
> ------------------------------------------------------
>
> Key: JBTIS-86
> URL: https://issues.jboss.org/browse/JBTIS-86
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: distribution
> Affects Versions: 4.0.1
> Environment: Eclipse Juno
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 4.0.1
>
>
> We're not quite done with Juno...
> The SOA-P PM team has requested a JBTIS 4.0.1 Juno-based tools release for the SOA-P 6 Alpha 2 near the end of June. As with the JBTIS 4.0.0 SOA-P 6 Alpha, there will not be a JBDSIS associated with this release. The JBDSIS release will be based on the Kepler/SOA-P 6 Beta. This is a good opportunity for those components that went to .Final and just missed the 4.0.0 JBTIS to get in now.
> To avoid confusion as we're doing both the Alpha2 and Beta work simultaneously and to make things easier for everyone, I will coordinate the content with a lone master Jira. Note however that if you'd like to test something the JBTIS master is Kepler-based. The JBTIS-4.0.x tag should be used to base any changes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBTIS-85) Validation failure when building eclipse target using integration-stack base
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-85?page=com.atlassian.jira.plugin.s... ]
Andrej Podhradsky closed JBTIS-85.
----------------------------------
Closed as obsolete
> 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
> Components: distribution
> Affects Versions: 4.1.0.Final
> Reporter: Paul Richardson
> Assignee: Paul Leacu
> Fix For: 4.1.0.Final
>
>
> 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/too...
> Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (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/too...
> Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (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-...] should it be required for reference (currently set to 4.0.0).
> The modified pom.xml that is failing is [here|https://github.com/phantomjinx/teiid-designer/blob/master/target-pla...] and produces this [teiid-designer.target|https://github.com/phantomjinx/teiid-designer/blob/...].
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months