[jboss-dev-forums] [Design of JBoss Build System] - Re: Build Contract for jbossall-client.jar

wolfc do-not-reply at jboss.com
Tue Apr 1 15:54:29 EDT 2008


This is about having a hook defined where we can rebuild jbossall-client.jar after release.

For example we could create a directory client/classpath.d which contain all class path entries a project/component wants to be on the client jbossall-client.jar classpath. Then rebuilding it is a matter of:
LANG=C A=`cat client/classpath.d/*`; echo $A >/tmp/newmanifest.mf
  | jar -cf jbossall-client.jar -m /tmp/newmanifest.mf
or something like that.

Then during distro build everyone copies their config file into client/classpath.d.

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

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



More information about the jboss-dev-forums mailing list