Thanks for the links. I'd already tried one, but couldn't get it to
work. It seems that, no matter where I put the svnant files, ant can't
find them. Here's what I have:
<property name="svnant" value="c:\svnant" />
<property name="svnant.jar" value="svnant.jar"/>
<property name="svnClientAdapter.jar" value="svnClientAdapter.jar"/>
<property name="svnjavahl.jar" value="svnjavahl.jar"/>
<path id="ant.task.classpath">
<pathelement location="${svnant.jar}"/>
<pathelement location="${svnClientAdapter.jar}"/>
<pathelement location="${svnjavahl.jar}"/>
</path>
<taskdef resource="${svnant}\svnantlib.xml" classpathref="${svnant}"/>
<svn>
<checkout url="${svn.url}" destPath="${svn.destination}" />
</svn>
I get this error:
BUILD FAILED
C:\web\projects\survey\trunk\build.xml:28: Reference c:\svnant not
found.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---