<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><br>
On 10/07/2013 12:36 PM, Nick Boldt wrote:<br>
</div>
<blockquote cite="mid:52530D21.2030507@redhat.com" type="cite">If
you resolve the multiple target first, you can then use that to
resolve the unified one, as per my instructions below and in the
README.
<br>
</blockquote>
I don't resolve anything, build is supposed to do that for me. If it
is not, why all targets are in the same reactor?<br>
<blockquote cite="mid:52530D21.2030507@redhat.com" type="cite">
<br>
Why turn on mirroring - which depends on your specific filesystem
- when you can just pass in this?
<br>
</blockquote>
Because it turned on by default and that what I wanted to test, to
see that all location in multiple tp are actually published on
download.jboss.org and available.<br>
<blockquote cite="mid:52530D21.2030507@redhat.com" type="cite">
<br>
-DtargetRepositoryUrl=<a class="moz-txt-link-freetext" href="file://path/to/jbosstools-target-platforms/jbdevstudio/multiple/target/jbdevstudio-multiple.target.repo/">file://path/to/jbosstools-target-platforms/jbdevstudio/multiple/target/jbdevstudio-multiple.target.repo/</a>
<br>
</blockquote>
<br>
why this -DtargetRepository= is not set by default to local
jbdevstudio/multiple/target/jbdevstudio-multiple.target.repo/ which
has been built in the same reactor just couple seconds ago? <br>
<br>
What I thought it was verified against the same locations presented
in jbdevstudio-multiple.target.repo, because they should be
available online to let jbdevstudio/multiple build to work and all
metadata is downloaded into local maven repo.<br>
<br>
BTW the same problem with jbosstools tp's after
-DtargetRepositoryUrl is set as suggested above<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<pre style="white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: rgb(0, 0, 0); font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);">[INFO] Building JBoss Tools Unified (Aggregate) Target Platform 4.40.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- target-platform-utils:0.16.0-SNAPSHOT:flatten-target (create-target) @ jbosstools-unified ---
[INFO]
[INFO] <b class="maven-mojo">--- build-helper-maven-plugin:1.3:attach-artifact (attach-artifacts) @ jbosstools-unified ---
</b>[INFO]
[INFO] <b class="maven-mojo">--- target-platform-validation-plugin:0.18.1:validate-target-platform (default) @ jbosstools-unified ---
</b>[INFO] Validating /var/lib/jenkins/workspace/jbosstools-target-platform-luna/jbosstools/unified/target/jbosstools-unified.target...
[INFO] Failed, see Error log below
<span class="error-inline" style="color: rgb(204, 0, 0); font-weight: bold;">[ERROR] Validation found errors in 1 .target files:
</span>Could not resolve content of jbosstools-unified.target
Could not find "org.eclipse.swtbot.eclipse.feature.group/2.1.1.201305311053" in the repositories of the current location</pre>
<br>
What works for me is:<br>
<br>
mvn clean install -DtargetRepositoryUrl=<a class="moz-txt-link-freetext" href="file://location">file://location</a> -f
jbosstools/pom.xml<br>
mvn clean install -DtargetRepositoryUrl=<a class="moz-txt-link-freetext" href="file://location">file://location</a> -f
jbdevstudio/pom.xml<br>
<br>
I'll check modules build later.<br>
<br>
<br>
Thanks<br>
Denis<br>
<br>
<blockquote cite="mid:52530D21.2030507@redhat.com" type="cite">
<br>
N
<br>
<br>
On 10/07/2013 03:08 PM, Denis Golovin wrote:
<br>
<blockquote type="cite">Go it, thanks.
<br>
<br>
It means verification for unified tp depends on unpublished
multiple tp?
<br>
Could we use just mirred repo from local filesystem by default?
<br>
<br>
Would be good to have error with more details. Now it says
<br>
<br>
[ERROR] Validation found errors in 1 .target files: Could not
resolve
<br>
content of jbdevstudio-unified.target Could not find
<br>
"org.eclipse.m2e.feature.feature.group/1.5.0.20131002-0330" in
the
<br>
repositories of the current location
<br>
<br>
Could we add list of repositoriest it validates against?
<br>
<br>
Thanks
<br>
Denis
<br>
<br>
On 10/07/2013 11:36 AM, Nick Boldt wrote:
<br>
<blockquote type="cite">Denis:
<br>
<br>
When building the "unified" TPs from a feature branch which
isn't
<br>
already built & published to download.jboss.org, you need
to do this:
<br>
<br>
mvn install
<br>
-DtargetRepositoryUrl=<a class="moz-txt-link-freetext" href="file://path/to/jbosstools-target-platforms/jbdevstudio/multiple/target/jbdevstudio-multiple.target.repo/">file://path/to/jbosstools-target-platforms/jbdevstudio/multiple/target/jbdevstudio-multiple.target.repo/</a>
<br>
<br>
Mickael:
<br>
<br>
Maybe you want to add this information to the email template
you use
<br>
for TP change notifications? Or just tell people to RTFR [1] ?
<br>
<br>
[1]
<br>
<a class="moz-txt-link-freetext" href="https://github.com/jbosstools/jbosstools-target-platforms/tree/4.40.x#updating-versions-of-ius-in-target-files">https://github.com/jbosstools/jbosstools-target-platforms/tree/4.40.x#updating-versions-of-ius-in-target-files</a>
<br>
(step three, validation)
<br>
<br>
On 10/07/2013 02:32 PM, Denis Golovin wrote:
<br>
<blockquote type="cite">I just did simple
<br>
<br>
mvn clean install
<br>
<br>
on target platform pom.xm from your branch.
<br>
<br>
Denis
<br>
<br>
On 10/07/2013 11:30 AM, Nick Boldt wrote:
<br>
<blockquote type="cite">I've added this info to the JIRA.
<br>
<br>
<a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/JBIDE-15374">https://issues.jboss.org/browse/JBIDE-15374</a>
<br>
<br>
On 10/07/2013 02:03 PM, Mickael Istria wrote:
<br>
<blockquote type="cite">On 10/07/2013 07:56 PM, Denis
Golovin wrote:
<br>
<blockquote type="cite">[ERROR] Validation found errors
in 1 .target files:
<br>
Could not resolve content of
jbdevstudio-unified.target
<br>
Could not find
<br>
"org.eclipse.m2e.feature.feature.group/1.5.0.20131002-0330"
in the
<br>
repositories of the current location
<br>
</blockquote>
<br>
Can you please add this reports with the steps to
reproduce to
<br>
JBIDE-15374 ?
<br>
<br>
<br>
--
<br>
Mickael Istria
<br>
Eclipse developer at JBoss, by Red Hat
<a class="moz-txt-link-rfc2396E" href="http://www.jboss.org/tools"><http://www.jboss.org/tools></a>
<br>
My blog <a class="moz-txt-link-rfc2396E" href="http://mickaelistria.wordpress.com"><http://mickaelistria.wordpress.com></a> - My
Tweets
<br>
<a class="moz-txt-link-rfc2396E" href="http://twitter.com/mickaelistria"><http://twitter.com/mickaelistria></a>
<br>
<br>
<br>
_______________________________________________
<br>
jbosstools-dev mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org">jbosstools-dev@lists.jboss.org</a>
<br>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a>
<br>
<br>
</blockquote>
<br>
</blockquote>
<br>
</blockquote>
<br>
</blockquote>
<br>
</blockquote>
<br>
</blockquote>
<br>
</body>
</html>