diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-07-08 10:41:03 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-07-08 10:41:03 +0000 |
| commit | e055614b57e209696f0d6388916a8c74348579af (patch) | |
| tree | 02fc1e521c9138063bbb38de67f8df2aed521952 /qpid/java/common.xml | |
| parent | 8ca2a8a726965b82bf1619db888323d18b8c03c8 (diff) | |
| download | qpid-python-e055614b57e209696f0d6388916a8c74348579af.tar.gz | |
added script for generating maven poms and moved disposable build output underneath build/scratch
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792094 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
| -rw-r--r-- | qpid/java/common.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml index 511cdc6a10..874f48a69d 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -28,6 +28,7 @@ <property name="resources" location="${project.root}/resources"/> <property name="build" location="${project.root}/build"/> + <property name="build.scratch" location="${build}/scratch"/> <property name="build.bin" location="${build}/bin"/> <property name="build.etc" location="${build}/etc"/> <property name="build.lib" location="${build}/lib"/> @@ -36,7 +37,7 @@ <property name="build.report" location="${build}/report"/> <property name="build.release" location="${build}/release"/> <property name="build.release.prepare" location="${build.release}/prepare"/> - <property name="build.data" location="${build}/data"/> + <property name="build.data" location="${build.scratch}/data"/> <property name="build.plugins" location="${build}/lib/plugins"/> <property name="build.coveragereport" location="${build}/coverage"/> @@ -92,13 +93,9 @@ <attribute name="path"/> <element name="args"/> <sequential> - <java classname="org.python.util.jython" fork="true" failonerror="true"> - <arg value="-Dpython.cachedir.skip=true"/> - <arg value="-Dpython.path=${project.root}/lib/jython-lib.jar/Lib${path.separator}@{path}"/> + <java jar="${project.root}/lib/jython-2.5.0.jar" fork="true" failonerror="true"> + <arg value="-Dpython.path=@{path}"/> <args/> - <classpath> - <pathelement location="${project.root}/lib/jython-2.2-rc2.jar"/> - </classpath> </java> </sequential> </macrodef> |
