Revision 4960
Added by walbridge over 15 years ago
build.xml | ||
---|---|---|
235 | 235 |
<property name="svnClientAdapter.jar" value="${svnant.lib}/svnClientAdapter.jar" /> |
236 | 236 |
<property name="svnjavahl.jar" value="${svnant.lib}/svnjavahl.jar" /> |
237 | 237 |
<property name="svn.utilitiesUrl" value="https://code.ecoinformatics.org/code/utilities/tags/${utilities-tag}" /> |
238 |
<property name="svn.ecogridUrl" value="https://code.ecoinformatics.org/code/seek/trunk/projects/ecogrid/" /> |
|
238 | 239 |
<!-- property name="svn.utilitiesExportPath" value="${knbdir}" / --> |
239 | 240 |
|
240 | 241 |
<!-- load the svn task --> |
... | ... | |
629 | 630 |
|
630 | 631 |
</target> |
631 | 632 |
|
632 |
<target name="get-ecogrid" depends="init" if="ecogrid.required" description="Check out ecogrid module">
|
|
633 |
<echo>Enter CVS password: </echo>
|
|
634 |
<cvs cvsRoot="${cvsroot}"
|
|
635 |
package="${ecogrid-module}" dest="${ecogrid-module-dest-dir}"/>
|
|
633 |
<target name="get-ecogrid" depends="init" description="Check out ecogrid module" if="ecogrid.required">
|
|
634 |
<svn>
|
|
635 |
<export srcUrl="${svn.ecogridUrl}" destPath="${ecogrid-dir}" />
|
|
636 |
</svn>
|
|
636 | 637 |
</target> |
637 | 638 |
|
638 | 639 |
<!-- target name="deploy-ecogrid" depends="clean-ecogrid-server-config-wsdd" if="enable.ecogrid" description="Automately generate wsdd for ecogrid service"> |
Also available in: Unified diff
force ecogrid to use SVN for checkouts, currently using trunk (but may swap to a tag in the near future)