On 11/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: djd
Date: Fri Nov 10 10:30:50 2006
New Revision: 473416
URL: http://svn.apache.org/viewvc?view=rev&rev=473416
Log:
DERBY-537 (partial) Cleanup JarUtil removing code that is never called and
making class package private.
Seeing this build failure after this change:
compile_impl_services_169:
[javac] Compiling 52 source files to /Users/andrewm/derby/classes
[javac]
/Users/andrewm/derby/java/engine/org/apache/derby/impl/services/reflect/JarLoader.java:24:
org.apache.derby.impl.sql.execute.JarUtil is not public in
org.apache.derby.impl.sql.execute; cannot be accessed from outside
package
[javac] import org.apache.derby.impl.sql.execute.JarUtil;
[javac] ^
[javac] 1 error
andrew