[jbosstools-issues] [JBoss JIRA] (JBIDE-14088) Generate TP source feature site + composite site merging matching TP with TP sources

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Apr 23 23:17:53 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-14088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769730#comment-12769730 ] 

Nick Boldt commented on JBIDE-14088:
------------------------------------

Verified, this works for producing a target platform update site which includes .source bundles:

git clone git at github.com:jbosstools/jbosstools-target-platforms.git
cd jbosstools-target-platforms
git checkout 4.30.x
cd jbosstools/multiple
mvn install -Dmirror-target-to-repo.includeSources=true
cd target/jbosstools-multiple.target.repo/
find . -name "*.source_*" | wc -l

The result is 148 *.source_* bundles. [~rob.stryker] That's probably not ALL of the sources for all of the JBT TP, but it might be enough to close this issue. 

Also added a note about this flag to the README.md files here:

https://github.com/jbosstools/jbosstools-target-platforms
https://github.com/jbosstools/jbosstools-target-platforms/tree/4.30.x
https://github.com/jbosstools/jbosstools-target-platforms/tree/4.22.x



                
> Generate TP source feature site + composite site merging matching TP with TP sources
> ------------------------------------------------------------------------------------
>
>                 Key: JBIDE-14088
>                 URL: https://issues.jboss.org/browse/JBIDE-14088
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: target-platform
>    Affects Versions: 4.1.0.Alpha1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 4.1.0.Beta1
>
>
> Every time we produce a target platform update site zip on download.jboss.org we should also produce an update site containing only sources.
> Then the composite site http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.30.5.Alpha4-SNAPSHOT/ could include:
> * REPO/
> * SRC-REPO/ *NEW*
> * compositeArtifacts.xml, compositeContent.xml  --> points to both REPO/ and SRC-REPO/ *NEW*
> * jbosstoolstarget-4.30.5.Alpha4-SNAPSHOT.zip
> * jbosstoolstarget-4.30.5.Alpha4-SNAPSHOT.zip.MD5	
> * jbosstoolstarget-sources-4.30.5.Alpha4-SNAPSHOT.zip *NEW*
> * jbosstoolstarget-sources-4.30.5.Alpha4-SNAPSHOT.zip.MD5	*NEW*

--
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