[jbosstools-issues] [JBoss JIRA] Resolved: (JBDS-1210) generate update site and zip

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon May 3 22:14:05 EDT 2010


     [ https://jira.jboss.org/jira/browse/JBDS-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt resolved JBDS-1210.
------------------------------

    Fix Version/s: 3.1.0.beta1
       Resolution: Done


Can now generate an update site as part of an ant/tycho/maven build.

As documented in the build/build.xml script (when you run `ant help`), here's some examples:

To run this script via commandline (build default modules + run tests, then collect test results and build per-component + overall update site zips):

    cd /home/nboldt/workspace36/jbosstools-modular_build; ant

or, to re-build the overall update site w/o building first:

    cd /home/nboldt/workspace36/jbosstools-modular_build; \
    ant create.overall.update.site -Dbuild.if.sources.unchanged=true

or, to re-build a single component's update site w/o first building, testing, and installing it into the m2 repo:

    cd /home/nboldt/workspace36/jbosstools-modular_build; \
	ant -DCOMPONENT=jmx create.update.site; \
	ant -DCOMPONENT=jbpm create.update.site


> generate update site and zip
> ----------------------------
>
>                 Key: JBDS-1210
>                 URL: https://jira.jboss.org/jira/browse/JBDS-1210
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Sub-task
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 3.1.0.beta1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list