"Kevin.Conner(a)jboss.com" wrote :
| Deployment could then become simply
| - mvn co
https://svn.jboss.org/repos/jbossas/projects/microcontainer/trunk/view/st...
| - mvn -PbuildEclipseWorkspace
| - run eclipse
|
| (or something similar)
It's funny, but when I did the jbossbuild prototype (some ant plugins that made
the build declaritive), this was almost exactly how I had it working.
The steps were:
mkdir microcontainer
cd microcontainer
svn co
https://svn.jboss.org/repos/jbossas/projects/microcontainer/trunk/build
svn co
https://svn.jboss.org/repos/jbossas/trunk/tools
ant
Which would then internally
1) Spot your environment doesn't exist and download the rest (either from svn or the
repository), including creating ide files on the fly
2) Refork itself and do the main build
Sadly, I didn't have time to finish it, but that part did work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034652#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...