You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Andrew McIntyre <mc...@gmail.com> on 2006/11/10 20:13:15 UTC

build failure (Re: svn commit: r473416 - .../JarUtil.java)

On 11/10/06, djd@apache.org <dj...@apache.org> 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

Re: build failure (Re: svn commit: r473416 - .../JarUtil.java)

Posted by Daniel John Debrunner <dj...@apache.org>.
Andrew McIntyre wrote:
> On 11/10/06, djd@apache.org <dj...@apache.org> 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:

Fixed, missed a file on the commit.

Sorry,
Dan.