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

Re: JhlClientAdapter's output to console if library is missing

From: Martin Burger <m_at_rtin-burger.de>
Date: 2005-09-12 10:46:32 CEST

Mark Phippard schrieb am 10.09.2005 21:05:

>The JavaSVN adapter constructs a JavaHL or CLI adapter so that it can
>provide an implementation of the createRepository() method in
>ISVNClientAdapter.
>
>

I wondered why JavaSVN needs javahl. That's the answer, thanks.

>Your original question was that you wanted this output to be different in
>some way. How specifically? Use Java 1.4 logging instead of System.out?
>
>

Sun's logging would be an option...

>I could probably just change it to not log anything since I added a method
>to get the errors it would have logged. If your class wanted to do
>something with the errors it could always just call that method.
>
>

That's OK. I think you mean the method
JhlClientAdapter.getLibraryLoadErrors(). In general, it is not a good
idea to trace messages to the console in production code. Therefore, you
should disable the logging to console.

Regards,
    Martin
Received on Mon Sep 12 18:46:32 2005

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.