[Subclipse-users] svn ant commit
From: Tom Henricksen <TomH_at_A-t-g.com>
Date: Mon, 2 Jun 2008 14:31:24 -0500
I am trying to commit a file after we do a build with ant. I am trying
<ant antfile="consolidated-commit.xml" dir="../.."
to this file in consolidated-commit.xml.
<?xml version="1.0"?>
<project name="consolidated-commit" default="commit-consolidated-files"
<!-- all properties are in build.properties -->
<property file="build.properties" />
<path id="project.classpath">
<pathelement location="${svnjavahl.jar}" />
<pathelement location="${svnant.jar}" />
<pathelement location="${svnClientAdapter.jar}"
</path>
<!-- load the svn task -->
<taskdef resource="svntask.properties"
<target name="commit-consolidated-files">
<svn>
<commit
<commit
</svn>
</target>
</project>
The build runs successfully but these two files are never committed.
Thanks,
Tom Henricksen
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.