dev@glassfish.java.net

[v3] Compilation error in Quicklook

From: Kin-man Chung <Kin-Man.Chung_at_Sun.COM>
Date: Tue, 18 Aug 2009 11:23:18 -0700

The got this error running quicklook, with a fresh v3 build.

compile-tests:
      [echo] compiling test client to ..//classes/test
     [mkdir] Created dir: /export/work/v3x/tests/quicklook/classes/test
     [javac] Compiling 7 source files to
/export/work/v3x/tests/quicklook/classes/test
     [javac]
/export/work/v3x/tests/quicklook/amx/src/test/amx/AMXOtherTests.java:96:
cannot find symbol
     [javac] symbol : variable PING_CONNECTION_POOL_KEY
     [javac] location: interface
org.glassfish.admin.amx.base.ConnectorRuntimeAPIProvider
     [javac] assert
pingResults.get(ConnectorRuntimeAPIProvider.PING_CONNECTION_POOL_KEY) !=
null || pingResults.get(REASON_FAILED_KEY) != null;
     [javac] ^
     [javac] Note: Some input files use or override a deprecated API.
     [javac] Note: Recompile with -Xlint:deprecation for details.
     [javac] Note: Some input files use unchecked or unsafe operations.
     [javac] Note: Recompile with -Xlint:unchecked for details.
     [javac] 1 error
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred
while executing this line:
/export/work/v3x/tests/quicklook/build.xml:93: The following error
occurred while executing this line:
/export/work/v3x/tests/quicklook/build.xml:149: The following error
occurred while executing this line:
/export/work/v3x/tests/quicklook/amx/build.xml:51: The following error
occurred while executing this line:
/export/work/v3x/tests/quicklook/gfproject/build-impl.xml:114: Compile
failed; see the compiler error output for details.