[virtualcommons-svn] commit/irrigation: alllee: updating convert build target
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2012-03-27 07:14:46
|
1 new commit in irrigation: https://bitbucket.org/virtualcommons/irrigation/changeset/470fdcaacb7f/ changeset: 470fdcaacb7f branch: stable user: alllee date: 2012-03-27 09:14:22 summary: updating convert build target affected #: 1 file diff -r 8b3f4d027b4d38e16d05e1cae9fb668db680d928 -r 470fdcaacb7ffaf974c9849a6172136b8ed836ba 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. |