[jboss-dev-forums] [Design of JBoss jBPM] - added profiles to the build

tom.baeyens@jboss.com do-not-reply at jboss.com
Fri Jan 19 06:40:23 EST 2007


in order to add profiles capabilities to the build, i have added 

<property file="${jbpm.root}/build/profiles/${profile}.profile.properties" />

to all the build files that import the base.project.build.xml

that way, you can specify profile=jboss5 in your ${user.home}/jbpm/build.properties and then these profile properties will get loaded before the build/build.properties

that way you can create profiles with different sets of libraries to test with.

i don't have any specific profiles defined yet.  there is just an example that contains the same library versions as the main properties file.

note that i also have removed the 

<property file="build.properties" />

since it was not used

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

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



More information about the jboss-dev-forums mailing list