[jboss-dev-forums] [Design of JBoss Build System] - Re: Moving jbossas to a maven repo for thirdparty

scott.stark@jboss.org do-not-reply at jboss.com
Fri Feb 29 12:14:40 EST 2008


So what I was talking about on the call was just updating the libraries.ent that was being included in the testsuite/build.xml and build/build-distr.xml to include the ../thirdparty/target/ versions:


  | testsuite/build.xml
  | <?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE project [
  |    <!ENTITY libraries SYSTEM "../thirdparty/target/libraries.ent">
  |    <!ENTITY testsuite-libraries SYSTEM "../thirdparty/target/testsuite-libraries.ent">
  |   <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
  | ]>
  | 
  | <project default="main" name="JBoss/Testsuite"
  | 
  | build/build-distr.xml
  | <?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE project [
  |    <!ENTITY libraries SYSTEM "../thirdparty/target/libraries.ent">
  | ]>
  | 
  | <project name="JBoss/Build">
  | 

If you want to not even affect the existing build files, then have the thirdparty maven package target replace the thirdparty/libraries.ent and testsuite-libraries.ent with updated versions that refer to the thirdparty/target/* jars.


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

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



More information about the jboss-dev-forums mailing list