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

Re: Javahl dependencies....what are they??

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: 2003-09-30 08:45:32 CEST

Files wrote:
> Well, right now, my RPM spec file looks for the base.
>
> But I'm wondering which client libraries and the like are required.
>
> ra_local?
> ra_dav?
>
> etc etc etc???

$ grep -rh '#include .svn_' ~/src/svn/subversion/bindings/java/javahl/ | grep
-v 'svn-base' | perl -pi -e 's/.*#include ["<](.+)[">]/$1/' | sort | uniq
svn_auth.h
svn_client.h
svn_config.h
svn_io.h
svn_opt.h
svn_path.h
svn_pools.h
svn_sorts.h
svn_time.h
svn_version.h
svn_wc.h

...
> I guess what I'm hearing is that you only need the repository and the
> basic set of libraries. Am I correct?

*shrug* Patrick may know. The (possibly incomplete) list of include files
above should provide the means for figuring it out.

> I can't really specify a jdk in the spec file since, Mandrake's idea of
> java compatibility is gcj, which doesn't gaurantee that your java code
> will run.

There are RedHat RPMs available from Sun which may or may not install on
Mandrake. If they do install, you could declare a dependency upon one of those.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 30 08:46:14 2003

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.