[jbosstools-issues] [JBoss JIRA] Updated: (JBDS-486) improve mechanism for running local builds, including per-module building rather than FULL JBDS/JBT builds

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu Apr 29 12:53:05 EDT 2010


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

Nick Boldt updated JBDS-486:
----------------------------

    Description: 
To run a component build locally, you need only do this:

  cd /tmp; svn co http://anonsvn.jboss.org/repos/jbosstools/trunk/build/
    or
  cd /tmp; svn co http://anonsvn.jboss.org/repos/jbosstools/branches/modular_build/build/

    then

  cd /tmp/build; ant -DCOMPONENTS=tests,common,jmx

If you want to build from workspace sources, do the same above but from within your workspace. Simple!

For examples on using the build script, or the order of components to build, do:

  cd /tmp/build; ant help 


> improve mechanism for running local builds, including per-module building rather than FULL JBDS/JBT builds
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-486
>                 URL: https://jira.jboss.org/jira/browse/JBDS-486
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Feature Request
>          Components: Build
>    Affects Versions: LATER
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: LATER
>
>
> To run a component build locally, you need only do this:
>   cd /tmp; svn co http://anonsvn.jboss.org/repos/jbosstools/trunk/build/
>     or
>   cd /tmp; svn co http://anonsvn.jboss.org/repos/jbosstools/branches/modular_build/build/
>     then
>   cd /tmp/build; ant -DCOMPONENTS=tests,common,jmx
> If you want to build from workspace sources, do the same above but from within your workspace. Simple!
> For examples on using the build script, or the order of components to build, do:
>   cd /tmp/build; ant help 

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