[
https://issues.jboss.org/browse/JBIDE-11065?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-11065 at 4/10/13 4:08 PM:
-------------------------------------------------------------
PR 48 applied. Then I fixed these things
(
https://github.com/jbosstools/jbosstools-build-sites/pull/65):
* formatting
* comments / sample code
* missing version of org.jboss.tools.tycho-plugins:repository-utils:0.16.0-SNAPSHOT in
webtools-site/pom.xml
-------------
Left to do (in a new PR or even a new JIRA, if you'd like to close this one and start
a fresh one):
* {color:red}*results.html still links to a tag even when tag doesn't exist, rather
than the branch*{color}
{code}
https://github.com/jbosstools/jbosstools-target-platforms/blob/4.30.5.Alp...
instead of
https://github.com/jbosstools/jbosstools-target-platforms/blob/4.30.x/jbo...
{code}
* {color:blue}*Generation of jbosstools-directory.xml is no longer needed*{color}
We can now remove the code in the mojo for that bit of generation, and remove this
warning:
{code}[WARNING] No org.jboss.tools.central.discovery plugin in repo. Skip generation of
'jbosstools-directory.xml'{code}
* {color:green}*-Dcollect.zips.skip is ignored*{color}
So I instead added a comment into site/pom.xml re: how to disable it the
<goal>fetch-zips-for-aggregate</goal>. You might want to add the skip flag
back in.
was (Author: nickboldt):
PR 48 applied. Then I fixed these things
(
https://github.com/jbosstools/jbosstools-build-sites/pull/65):
* formatting
* comments / sample code
* missing version of org.jboss.tools.tycho-plugins:repository-utils:0.16.0-SNAPSHOT in
webtools-site/pom.xml
-------------
Left to do (in a new PR or even a new JIRA, if you'd like to close this one and start
a fresh one):
* {color:red}*results.html still links to a tag even when tag doesn't exist, rather
than the branch*{color}:
{code}
https://github.com/jbosstools/jbosstools-target-platforms/blob/4.30.5.Alp...
instead of
https://github.com/jbosstools/jbosstools-target-platforms/blob/4.30.x/jbo...
{code}
* {color:blue}*Remove code in the mojo that handles generation of jbosstools-directory.xml
as that's no longer needed (and remove this warning)*{color}:
{code} [WARNING] No org.jboss.tools.central.discovery plugin in repo. Skip generation of
'jbosstools-directory.xml'{code}
* {color:green}*-Dcollect.zips.skip is ignored*{color}
So I instead added a comment into site/pom.xml re: how to disable it the
<goal>fetch-zips-for-aggregate</goal>. You might want to add the skip flag
back in.
Replace build.xml by a Maven plugin
-----------------------------------
Key: JBIDE-11065
URL:
https://issues.jboss.org/browse/JBIDE-11065
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Mickael Istria
Priority: Minor
Fix For: 4.1.0.Beta1
Attachments: jbide11065-screenshot-fixed-version.png, jbide11065.png
In order to improve the build infrastructure and make it easier to share and consumes
with all components, we should replace build.xml by a Maven plugin and make it available
througn Nexus. It should follow the parent pom versioning.
--
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