On Tue, 2005-04-12 at 12:56 -0400, Mark Phippard wrote:
>Daniel Rall <dlr@finemaltcoding.com> wrote on 04/12/2005 11:51:07 AM:
>
>> >I have no problem fixing this and applying the patch. How do you
>actually
>> >get svnClientAdapter though? I only use it through Subclipse (which
>> >doesn't use the svnadmin aspects of the client Adapter.
>>
>> Thanks Mark. As shown in Madan's attached `ant -verbose` output, this
>> code is invoked when using svnant's test-oriented build file to create a
>> Subversion repository. (I hope I'm answering your question -- if not,
>> you can get me on #svn-dev on irc.freenode.net for quickest turn around
>> on a response.)
>
>No, what I meant was how do you get the JAR file? Do you just pull it out
>of a recent Subclipse build? What I am getting at is do you need anything
>other than the patch applied? Do you just build this yourself from
>source?
I built svnClientAdapter from source:
svnClientAdapter$ ant
...
compile:
[javac] Compiling 95 source files
to /home/dlr/src/subclipse/svnClientAdapter/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
svnClientAdapter.jar:
[mkdir] Created
dir: /home/dlr/src/subclipse/svnClientAdapter/build/lib
[jar] Building
jar: /home/dlr/src/subclipse/svnClientAdapter/build/lib/svnClientAdapter.jar
all:
BUILD SUCCESSFUL
You shouldn't need anything other than the patch applied. You do need
ant-optional.jar available (likely under $ANT_HOME/lib/, depending upon
your build setup).
>I just do not know how people use svnClientAdapter when they are using it
>outside of Subclipse.
svnant depends upon it (with javahl not installed). Looking into it for
build system integration with Subversion.
Thanks, Dan
Received on Wed Apr 13 02:31:35 2005