[virtualcommons-svn] commit/irrigation: alllee: convert build target improvements
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2012-03-27 07:15:21
|
1 new commit in irrigation: https://bitbucket.org/virtualcommons/irrigation/changeset/0c4ced993224/ changeset: 0c4ced993224 user: alllee date: 2012-03-27 09:15:19 summary: convert build target improvements affected #: 1 file diff -r 80c30fda2da616dbf2f5904a0689919231547f1a -r 0c4ced9932245edf82b2c89e01a5e7af8ced741a build.xml --- a/build.xml +++ b/build.xml @@ -338,10 +338,12 @@ </junit></target> - <property name='savefile.converter.class' value='edu.asu.commons.irrigation.util.SaveFileConverter'/> - <target name='convert-savefiles' depends='compile'> + <property name='savefile.converter.class' value='edu.asu.commons.irrigation.data.IrrigationSaveFileConverter'/> + <!-- default savefile directory is the raw-data directory --> + <property name="savefile.dir" value="raw-data"/> + <target name='convert' depends='compile'><java classname='${savefile.converter.class}' classpathref='project.classpath' fork='yes'> - <arg value='raw-data'/> + <arg value='${savefile.dir}'/></java></target> Repository URL: https://bitbucket.org/virtualcommons/irrigation/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |