[jboss-user] [JBoss jBPM] - Re: How to build 3.2-ga from source?

perrylucas do-not-reply at jboss.com
Tue Mar 20 08:56:40 EDT 2007


Yes, don't rely on maven to build from source as it isn't being supported currently.  You'll find that the build is very maven-like anyways as it will set up a local repository and gather up all the dependencies for you.  You will have to define a class variable named JBPM_REPO within eclipse that points to this directory.  The default location is in ${user.home}/jbpm/repository, but you can change this within your buil.properties if you want...  Also, while you're in the build.properties, you may need to change the version of jboss (AS) that you're running locally, among other settings.  After all that, just run ant install, then taker a look at the other build options after that!

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

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



More information about the jboss-user mailing list