A few points:

!! I just realized I forgot to checkin a change to aop/jbossbuild.xml which 
uses build/release.xml as toplevel build if available.  I will commit this when 
cvs is back up.

+ Obviously, release.xml is not in the Right Place.  After discussing this a 
bit with Ivelin, I think the ideal structure is this:


  | aop-standalone (virtual module in CVSROOT/modules)
  |   build (actual module: aop-build)
  |     release.xml
  |     jbossbuild.jar
  |     tasks.xml
  |   aop (actual module: jboss-aop)
  | 

So you just have to do a cvs co aop-standalone, and you are ready to roll.
 
+ In my previous email, I neglected how you would change this from a partial 
build (ie, based on snapshots of common & container) to a full source build.  
To do this at this point, you would need to add the version tag back on to the 
component definition. So that:

<component id="container"
  |          version="5.0-SNAPSHOT">....becomes this:<component id="container"
  |          version="5.0-SNAPSHOT"
  |          module="container">....
And then you would do an "ant -f release.xml synchronize.components" to check 
it out.

I know this needs to be in a property file instead.  Perhaps just something 
like:


  | container.isLocal=true
  | common.isLocal=false
  | http://jira.jboss.com/jira/browse/JBBUILD-15

+ The cvs repo information needs to come from the component's 
component-info.xml in the repository.  
http://jira.jboss.com/jira/browse/JBBUILD-16

+ I disabled sychronize.after (ide generation) because execant is broken on 
windows. http://jira.jboss.com/jira/browse/JBBUILD-17



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867367#3867367

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867367


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to