"sco...@jb..." wrote : The jbossbuild tools could just be an element in repository.jboss.com with a minimal jbossbuild/bootstrap cvs module to kickstart a project?
Yes, I agree. There are two options here:
1) Make it a cvs module as you suggest. The advantage is that we have this file in one place.
2) Add a bootstrap.xml to each toplevel project's cvs module. The advantage to this is that a project on HEAD can upgrade to a new jbossbuild version at their own pace, instead of being forced to upgrade because another module did so. So the checkout/build cycle would be:
cvs co jbossas
| cd jbossas
| ant -f bootstrap.xml
| ant synchronize
| ant build
http://jira.jboss.com/jira/browse/JBBUILD-63
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876641#3876641
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876641
|