[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building the java bindings

From: Alexander Mueller <alex_at_littleblue.de>
Date: 2001-12-18 09:46:56 CET

Sounds great...
If you want to start writing tests: take a look at the package org.tigris.subversion.lib (in the directory "subversion/bindings/java/jni/org/tigrus/subversion/lib". Here is all of the subversion binding stuff place. Concentrate on the class "Client". This is the main calling interface.

Kevin O'Neill schrieb:

> Redhat Linux 7.2 (though I will be switching to debian in the near
> future)
>
> Gcc 2.9x (or 3)
> IBM JDK 1.3
>
> I'll install the sun 1.3 JDK and give it a whirl.
>
> I'm very interested in the java binding and although my c skills are
> somewhat lacking, I would be willing to help on the java side with unit
> tests.
>
> k.
>
> > -----Original Message-----
> > From: Alexander Mueller [mailto:alex@littleblue.de]
> > Sent: Monday, 17 December 2001 7:55 PM
> > To: Kevin O'Neill
> > Subject: Re: Building the java bindings
> >
> > On what platform are you trying to build.
> > The build script is in a very early stage right now.
> > My configuration for development:
> > - Linux using gcc
> > - Java JDK 1.3
> >
> > The java bindings are in a very early stage of development... So I you
> are
> > interested just from the Java point of view you might want to wait
> some
> > more
> > time. Right now the java bindings is more for C programmers who want
> to
> > help implement features...
> >
> > Alex
> >
> >
> >
> > Kevin O'Neill schrieb:
> >
> > > I'm having a couple of problems building the the svn java bindings.
> > >
> > > I do the following:
> > >
> > > $ ./build-java.sh
> > > to run the examples, first set the shell variable.
> > > type:
> > > export LD_LIBRARY_PATH=.
> > > otherwise the library wont be found!
> > > run the sample apps with:
> > > java TestAdd
> > >
> > > $ ./build.sh
> > > In file included from date.c:23:
> > > j.h:64: parse error before `j__set_object'
> > > j.h:67: warning: data definition has no type or storage class
> > > In file included from status.c:23:
> > > j.h:64: parse error before `j__set_object'
> > > j.h:67: warning: data definition has no type or storage class
> > >
> > > unfortunately the libsvn_jni.so isn't built. As any c skills I had
> have
> > long
> > > fallen into disuse so I'm unsure how to fix this :( Any help would
> be
> > > appreciated.
> > >
> > > k.
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> > > For additional commands, e-mail: dev-help@subversion.tigris.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.