"alesj" wrote : "scott.stark(a)jboss.org" wrote :
| | trunk is back to pulling in the mc snapshot so any working build of the mc could
be pushed out as snapshot update.
| |
|
| How do you do that?
| Is there an Ant task in MC which does this?
|
The jbossmc/build/build.xml has an install target that copies the mc jars to your
jbossbuild repo in preparation for checkin:
[starksm@succubus build]$ ant -projecthelp
Buildfile: build.xml
Main targets:
clean Cleans up most generated files.
clobber Cleans up all generated files.
docs Builds all documentation.
help Show this help message.
install Install the jars to the jbossbuild repository.
main Executes the default target (most).
most Executes all modules and builds most everything.
It depends on the jbossbuild.repository.dir and jbossbuild.repository.version props which
you can set in a local.properties file as shown here for a snapshot release:
jbossbuild.repository=file:/usr/Repository/repository.jboss.com
jbossbuild.repository.dir=/usr/Repository/repository.jboss.com
jbossbuild.repository.version=snapshot
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001601#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...