<HTML>
<BODY>
Assume the following task in an ant build.xml file:
<!-- target to fetch source from an SVN repository -->
<!-- depends on svnant and variables from build.properties -->
<target name="fetchSvnSource" depends="init" if="svn">
<echo>Fetching from SVN with ${svn.url}</echo>
<svn javahl="${svn}">
<checkout url="${svn.url}" destPath="${src.svn.dest}" />
</svn>
</target>
Ok, two problems currently:
1) I put the jars from the svn-ant-1.0.0-rc1 release in $ANT_HOME/lib, but
it doesn't seem like that makes the task is available.
2) No matter whether I specify javahl="true" or don't specify it at all, I
get a line from ant stating it's using the command-line interface. ("[svn]
Using command line interface" Which I don't want as I can't be certain the
user running the build will have an SVN command-line client installed
properly.)
Kevin Slater
PFPC ESS
412 762-1642
Tuesday, October 04, 2005 2:52 PM
To: users@subclipse.tigris.org
cc:
From: Mark Phippard <markp@softlanding.com>
Subject: Re: Is this the right forum for a question on svnant?
kevin.slater@pfpc.com wrote on 10/04/2005 02:50:04 PM:
> I'm trying to make use of svnant in my on-going quest to replace CVS
with
> SVN, but I'm having some trouble getting it to behave like I expect.
Yes.
Mark
_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM
Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
<P><hr size=1></P>
<P><STRONG>
The contents of this email are the property of PNC. If it was not addressed
to you, you have no legal right to read it. If you think you received it in
error, please notify the sender. Do not forward or copy without permission
of the sender.
</STRONG></P>
</BODY>
</HTML>
Received on Wed Oct 5 05:17:33 2005