You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by "Nevermann, Dr., Peter" <Pe...@softwareag.com> on 2002/08/23 09:17:44 UTC

Build cannot compile J2EEStore.java ...

Hi,

I get the following error when building Slide. Any idea?

main:
     [echo] Building Slide Core API
    [javac] Compiling 206 source files to
D:\Projects\Jakarta\Jakarta-Slide\build\classes
     [copy] Copying 2 files to
D:\Projects\Jakarta\Jakarta-Slide\build\classes
     [copy] Copying 15 files to D:\Projects\Jakarta\Jakarta-Slide\build\lib
     [echo] Building Standard Stores
    [javac] Compiling 28 source files to
D:\Projects\Jakarta\Jakarta-Slide\build\classes
    [javac]
D:\Projects\Jakarta\Jakarta-Slide\src\stores\org\apache\slide\store\impl\rdb
ms\J2EEStore.java:157: Variable LOG_CHANNEL in class
org.apache.slide.common.AbstractServiceBase not accessible
from inner class org.apache.slide.store.impl.rdbms.J2EEStore. TransactionId.
    [javac]                                 LOG_CHANNEL, Logger.DEBUG);
    [javac]                                 ^
    [javac]
D:\Projects\Jakarta\Jakarta-Slide\src\stores\slidestore\file\UriProperties.j
ava:133: Note: The method void setIndent(boolean) in class
org.jdom.output.XMLOutputter has been deprecated.
    [javac]         aOutputter.setIndent(true);
    [javac]                             ^
    [javac] Note:
D:\Projects\Jakarta\Jakarta-Slide\src\stores\slidestore\file\UriProperties.j
ava uses or overrides a deprecated API.  Please consult the documentation
for a better alternative.
    [javac] 1 error, 1 warning

BUILD FAILED
D:\Projects\Jakarta\Jakarta-Slide\build.xml:550: Compile failed; see the
compiler error output for details.


Regards,
Peter

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Build cannot compile J2EEStore.java ...

Posted by Christopher Lenz <cm...@gmx.de>.
Nevermann, Dr., Peter wrote:
> Hi,
> 
> I get the following error when building Slide. Any idea?

Hmm, both the Eclipse and the JDK1.4 compiler have been able to compile
this for me... but it's just a non-critical log statement, so I'll 
remove it.

> main:
>      [echo] Building Slide Core API
>     [javac] Compiling 206 source files to
> D:\Projects\Jakarta\Jakarta-Slide\build\classes
>      [copy] Copying 2 files to
> D:\Projects\Jakarta\Jakarta-Slide\build\classes
>      [copy] Copying 15 files to D:\Projects\Jakarta\Jakarta-Slide\build\lib
>      [echo] Building Standard Stores
>     [javac] Compiling 28 source files to
> D:\Projects\Jakarta\Jakarta-Slide\build\classes
>     [javac]
> D:\Projects\Jakarta\Jakarta-Slide\src\stores\org\apache\slide\store\impl\rdb
> ms\J2EEStore.java:157: Variable LOG_CHANNEL in class
> org.apache.slide.common.AbstractServiceBase not accessible
> from inner class org.apache.slide.store.impl.rdbms.J2EEStore. TransactionId.
>     [javac]                                 LOG_CHANNEL, Logger.DEBUG);
>     [javac]                                 ^
>     [javac]
> D:\Projects\Jakarta\Jakarta-Slide\src\stores\slidestore\file\UriProperties.j
> ava:133: Note: The method void setIndent(boolean) in class
> org.jdom.output.XMLOutputter has been deprecated.
>     [javac]         aOutputter.setIndent(true);
>     [javac]                             ^
>     [javac] Note:
> D:\Projects\Jakarta\Jakarta-Slide\src\stores\slidestore\file\UriProperties.j
> ava uses or overrides a deprecated API.  Please consult the documentation
> for a better alternative.
>     [javac] 1 error, 1 warning
> 
> BUILD FAILED
> D:\Projects\Jakarta\Jakarta-Slide\build.xml:550: Compile failed; see the
> compiler error output for details.
> 
> 
> Regards,
> Peter

-- 
Christopher Lenz
/=/ cmlenz at gmx.de


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>