[Nice-commit] swing build.properties,NONE,1.1 maven.xml,1.1,1.2
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-06-09 22:04:36
|
Update of /cvsroot/nice/swing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24891 Modified Files: maven.xml Added Files: build.properties Log Message: Build the examples using the newly generated compiled version of nice-swing. Index: maven.xml =================================================================== RCS file: /cvsroot/nice/swing/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** maven.xml 5 Feb 2004 15:20:45 -0000 1.1 --- maven.xml 9 Jun 2004 22:04:27 -0000 1.2 *************** *** 1,4 **** --- 1,5 ---- <project default="all" + xmlns:ant="jelly:ant" xmlns:j="jelly:core" xmlns:u="jelly:util"> *************** *** 6,16 **** <goal name="all"> ! <attainGoal name="jar:install-snapshot" /> - <!-- - <j:set var="maven.jar.override" value="on" /> - <j:set var="maven.jar.${pom.id}" - value="${maven.build.dir}/${maven.final.name}.jar" /> - --> <j:set var="goal" value="nice" /> <attainGoal name="multiproject:goal" /> --- 7,23 ---- <goal name="all"> ! <attainGoal name="jar:snapshot" /> ! ! <!-- ! The snapshot will be overwritten when satisfying the dependencies ! of the subprojects. So we copy it, and use an override in ! build.properties to make the subprojects use the new version. ! This is a workaround for ! http://jira.codehaus.org/browse/MPMULTIPROJECT-11 ! --> ! <ant:copy ! file="target/${maven.final.name}.jar" ! toFile="target/nice-swing-TEST.jar" /> <j:set var="goal" value="nice" /> <attainGoal name="multiproject:goal" /> --- NEW FILE: build.properties --- // Provide the current version for testing subprojects // This is a workaround for http://jira.codehaus.org/browse/MPMULTIPROJECT-11 maven.jar.override = on maven.jar.nice-swing = ./target/nice-swing-TEST.jar |