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

Re: SVNANT on windows

From: Cédric Chabanois <cchabanois_at_natsys.fr>
Date: 2004-09-28 09:47:28 CEST

> Right after the Buildfile: build.xml line and before any of the output
> from the targets is displayed. Normal and debug outputs below. Task
> doesn't matter at all.
>
> So where do all those DLL files go -- I really think that might be my
> problem. I've got Subversion 1.08\bin in my path....
>
> E:\temp\antdemo>ant getsource
> Buildfile: build.xml
> *CRASH* [error pops up here, I close it and things continue on]

svnant does not need any dll when command line interface is used : it only
needs svn (which needs some dlls but if svn works fine alone this is not the
problem).
The problem probably occurs while we try detect javahl. We try to load some
dlls and if it does not work (because the dlls are not present), we know
javahl is not available. The problem here is that the dll are present but
cannot be loaded for some reason.

What I can probably do is to avoid the javahl detection when javahl task
property is set to false.

Cédric
Received on Tue Sep 28 17:47:28 2004

This is an archived mail posted to the Subclipse Users mailing list.

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