[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Reinstate the top level build project

adrian@jboss.org do-not-reply at jboss.com
Wed Apr 4 11:27:26 EDT 2007


"Kevin.Conner at jboss.com" wrote : 
  | Deployment could then become simply
  | - mvn co https://svn.jboss.org/repos/jbossas/projects/microcontainer/trunk/view/standalone
  | - 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#4034652

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



More information about the jboss-dev-forums mailing list