Started by user Maik Musall
Building in workspace /var/lib/jenkins/workspace/WonderLegacy
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/avendasora/WOJenkins.git # timeout=10
Fetching upstream changes from git://github.com/avendasora/WOJenkins.git
> git --version # timeout=10
> git fetch --tags --progress git://github.com/avendasora/WOJenkins.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 48982e0988639ec9f3d8bc2cbd7e77435897acbd (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 48982e0988639ec9f3d8bc2cbd7e77435897acbd
> git rev-list 48982e0988639ec9f3d8bc2cbd7e77435897acbd # timeout=10
> git tag -a -f -m Jenkins Build #3 jenkins-WonderLegacy-3 # timeout=10
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/wocommunity/wonder.git # timeout=10
Fetching upstream changes from git://github.com/wocommunity/wonder.git
> git --version # timeout=10
> git fetch --tags --progress git://github.com/wocommunity/wonder.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/Wonder_5_0_0_Legacy^{commit} # timeout=10
Checking out Revision ed61371fd944ee719eab8955da7d7bff95ae6280 (origin/Wonder_5_0_0_Legacy)
> git config core.sparsecheckout # timeout=10
> git checkout -f ed61371fd944ee719eab8955da7d7bff95ae6280
> git rev-list ed61371fd944ee719eab8955da7d7bff95ae6280 # timeout=10
> git tag -a -f -m Jenkins Build #3 jenkins-WonderLegacy-3 # timeout=10
[WonderLegacy] $ /bin/sh -xe /tmp/hudson6781401220370402824.sh
+ /var/lib/jenkins/workspace/WonderLegacy/WOJenkins/Build/Wonder/WorkspaceSetupScripts/Git/setupWonderWorkspace.sh
WO Version: 5.3.3
mkdir -p /var/lib/jenkins/workspace/WonderLegacy/Root/Local
mkdir -p /var/lib/jenkins/workspace/WonderLegacy/Root
Look for: /var/lib/jenkins/WOFrameworksRepository/WebObjects/5.3.3/Library
Use WebObject's Library directory as the System Library directory
ln -sfn /var/lib/jenkins/WOFrameworksRepository/WebObjects/5.3.3/Library
/var/lib/jenkins/workspace/WonderLegacy/Root
Create link for backward compatibility with old build.properties file name since old build jobs will still be pointing to it.
ln -sfn /var/lib/jenkins/workspace/WonderLegacy/Root/jenkins.build.properties /var/lib/jenkins/workspace/WonderLegacy/Root/build.properties
[Wonder] $ ant -file build.xml -DWONDER_GIT_REFERENCE=Wonder_5_0_0_Legacy -DWO_VERSION=5.3.3 -DWONDER_REPOSITORY=git://github.com/wocommunity/wonder.git frameworks frameworks.install -propertyfile /var/lib/jenkins/workspace/WonderLegacy/Root/jenkins.build.properties
Buildfile: /var/lib/jenkins/workspace/WonderLegacy/Wonder/build.xml
frameworks:
frameworks.all:
ERJars.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERJars
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJars.framework
global.dummy:
[woframework] Installing ERJars in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJars-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERJars.framework done
[echo] -------------------------------------
JavaWOExtensions.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaWOExtensions
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 58 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaWOExtensions
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/WOExceptionParser.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaWOExtensions.framework
global.dummy:
[woframework] Installing JavaWOExtensions in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaWOExtensions-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] JavaWOExtensions.framework done
[echo] -------------------------------------
ERExtensions.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERExtensions
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 465 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERExtensions
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:13: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.Signal;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:14: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.SignalHandler;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:28: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] public class ERXGracefulShutdown implements SignalHandler {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:87: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] protected SignalHandler defaultHandler;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:98: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] public void handle(Signal signal) {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:118: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] public SignalHandler defaultHandler() { return defaultHandler; }
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:122: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] public void setDefaultHandler(SignalHandler value) { defaultHandler = value; }
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRequest.java:7: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.BASE64Encoder;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:20: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.Signal;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:21: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.SignalHandler;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:1847: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] public static class DumpLocksSignalHandler implements SignalHandler {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:1849: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] public void handle(Signal signal) {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:12: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.Signal;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:13: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.SignalHandler;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:202: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] public static class DumpLocksSignalHandler implements SignalHandler {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:203: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] public void handle(Signal signal) {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:3: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.Signal;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:4: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.SignalHandler;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:16: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] public class ERXSignalHandler implements SignalHandler {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:20: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] private NSMutableDictionary<String, NSMutableArray<SignalHandler>> signals = new NSMutableDictionary();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:27: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] public synchronized static void register(String signalName, SignalHandler handler) {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:48: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] public synchronized static void unregister(String signalName, SignalHandler handler) {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:60: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] public void handle(Signal signal) {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCUtilities.java:22: warning: com.sun.rowset.CachedRowSetImpl is Sun proprietary API and may be removed in a future release
[wocompile] import com.sun.rowset.CachedRowSetImpl;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:74: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] Signal signal = new Signal((String)signalsEnumerator.nextElement());
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:74: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] Signal signal = new Signal((String)signalsEnumerator.nextElement());
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:76: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] handler.setDefaultHandler(Signal.handle(signal, handler));
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRequest.java:416: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] BASE64Encoder coder = new BASE64Encoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRequest.java:416: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] BASE64Encoder coder = new BASE64Encoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/crypting/ERXCrypto.java:166: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] sun.misc.BASE64Encoder enc = new sun.misc.BASE64Encoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/crypting/ERXCrypto.java:166: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] sun.misc.BASE64Encoder enc = new sun.misc.BASE64Encoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/crypting/ERXCrypto.java:204: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] sun.misc.BASE64Encoder enc = new sun.misc.BASE64Encoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/crypting/ERXCrypto.java:204: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] sun.misc.BASE64Encoder enc = new sun.misc.BASE64Encoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/crypting/ERXCrypto.java:237: warning: sun.misc.BASE64Decoder is Sun proprietary API and may be removed in a future release
[wocompile] sun.misc.BASE64Decoder enc = new sun.misc.BASE64Decoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/crypting/ERXCrypto.java:237: warning: sun.misc.BASE64Decoder is Sun proprietary API and may be removed in a future release
[wocompile] sun.misc.BASE64Decoder enc = new sun.misc.BASE64Decoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXKeyValueCodingUtilities.java:195: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[wocompile] cast to java.lang.Object for a varargs call
[wocompile] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[wocompile] return method.invoke(target, null);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:32: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] NSMutableArray<SignalHandler> listeners = _handler.signals.objectForKey(signalName);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:34: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] listeners = new NSMutableArray<SignalHandler>();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:36: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] Signal signal = new Signal(signalName);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:36: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] Signal signal = new Signal(signalName);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:37: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[wocompile] Signal.handle(signal, _handler);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:50: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] NSMutableArray<SignalHandler> listeners = _handler.signals.objectForKey(signalName);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:52: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] listeners = new NSMutableArray<SignalHandler>();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:61: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] NSMutableArray<SignalHandler> listeners = signals.objectForKey(normalize(signal.getName()));
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:63: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[wocompile] for (SignalHandler handler : listeners) {
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCUtilities.java:939: warning: com.sun.rowset.CachedRowSetImpl is Sun proprietary API and may be removed in a future release
[wocompile] final CachedRowSetImpl rowSet = new CachedRowSetImpl();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCUtilities.java:939: warning: com.sun.rowset.CachedRowSetImpl is Sun proprietary API and may be removed in a future release
[wocompile] final CachedRowSetImpl rowSet = new CachedRowSetImpl();
[wocompile] ^
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 47 warnings
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERExtensions.framework
global.dummy:
[woframework] Installing ERExtensions in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERExtensions-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERExtensions.framework done
[echo] -------------------------------------
Ajax.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/Ajax
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 101 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/Ajax
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Ajax.framework
Ajax.pre.build:
[woframework] Installing Ajax in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Ajax-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] Ajax.framework done
[echo] -------------------------------------
ERDirectToWeb.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDirectToWeb
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 304 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDirectToWeb
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WEditableListPage.java:161: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[wocompile] cast to java.lang.Object for a varargs call
[wocompile] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[wocompile] editingContext().insertedObjects().makeObjectsPerformSelector(ValidateForInsertSelector, null);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WEditableListPage.java:162: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[wocompile] cast to java.lang.Object for a varargs call
[wocompile] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[wocompile] editingContext().updatedObjects().makeObjectsPerformSelector(ValidateForSaveSelector, null);
[wocompile] ^
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 2 warnings
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDirectToWeb.framework
global.dummy:
[woframework] Installing ERDirectToWeb in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDirectToWeb-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERDirectToWeb.framework done
[echo] -------------------------------------
ERNeutralLook.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERNeutralLook/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERNeutralLook
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 13 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERNeutralLook
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERNeutralLook.framework
global.dummy:
[woframework] Installing ERNeutralLook in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERNeutralLook-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERNeutralLook.framework done
[echo] -------------------------------------
ERSelenium.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERSelenium
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 32 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERSelenium
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERSelenium.framework
global.dummy:
[woframework] Installing ERSelenium in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERSelenium-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERSelenium.framework done
[echo] -------------------------------------
WOOgnl.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/WOOgnl/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/WOOgnl/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/WOOgnl/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WOOgnl
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 24 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WOOgnl
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WOOgnl.framework
global.dummy:
[woframework] Installing WOOgnl in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WOOgnl-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] WOOgnl.framework done
[echo] -------------------------------------
ERPrototypes.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERPrototypes/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERPrototypes/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERPrototypes/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERPrototypes
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 1 source file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERPrototypes
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERPrototypes.framework
global.dummy:
[woframework] Installing ERPrototypes in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERPrototypes-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERPrototypes.framework done
[echo] -------------------------------------
ERPlot.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERPlot
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 6 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERPlot
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERPlot.framework
global.dummy:
[woframework] Installing ERPlot in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERPlot-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERPlot.framework done
[echo] -------------------------------------
ERIndexing.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERIndexing/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERIndexing/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIndexing
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 24 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIndexing
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERIndexing.framework
global.dummy:
[woframework] Installing ERIndexing in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERIndexing-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERIndexing.framework done
[echo] -------------------------------------
ERChronic.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERChronic/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERChronic/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERChronic
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 77 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERChronic
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERChronic.framework
global.dummy:
[woframework] Installing ERChronic in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERChronic-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERChronic.framework done
[echo] -------------------------------------
ERCaching.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERCaching/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERCaching/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCaching
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 113 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCaching
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCaching.framework
global.dummy:
[woframework] Installing ERCaching in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCaching-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERCaching.framework done
[echo] -------------------------------------
ERCaptcha.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCaptcha/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCaptcha/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCaptcha
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 4 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCaptcha
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCaptcha.framework
global.dummy:
[woframework] Installing ERCaptcha in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCaptcha-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERCaptcha.framework done
[echo] -------------------------------------
ERProfiling.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERProfiling/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERProfiling/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERProfiling
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 8 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERProfiling
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERProfiling.framework
global.dummy:
[woframework] Installing ERProfiling in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERProfiling-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERProfiling.framework done
[echo] -------------------------------------
EROpenID.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/EROpenID/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/EROpenID
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 7 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/EROpenID
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/EROpenID/Sources/er/openid/EROFormRedirectionPage.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/EROpenID.framework
global.dummy:
[woframework] Installing EROpenID in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/EROpenID-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] EROpenID.framework done
[echo] -------------------------------------
ERPDFGeneration.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERPDFGeneration/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERPDFGeneration
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 17 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERPDFGeneration
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERPDFGeneration.framework
global.dummy:
[woframework] Installing ERPDFGeneration in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERPDFGeneration-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERPDFGeneration.framework done
[echo] -------------------------------------
ERJGroupsSynchronizer.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERJGroupsSynchronizer/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERJGroupsSynchronizer/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERJGroupsSynchronizer
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 2 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERJGroupsSynchronizer
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJGroupsSynchronizer.framework
global.dummy:
[woframework] Installing ERJGroupsSynchronizer in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJGroupsSynchronizer-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERJGroupsSynchronizer.framework done
[echo] -------------------------------------
ERRest.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERRest/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERRest/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERRest
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 85 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERRest
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERRest/Sources/er/rest/ERXRestClassDescriptionFactory.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERRest.framework
global.dummy:
[woframework] Installing ERRest in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERRest-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERRest.framework done
[echo] -------------------------------------
ERDirectToRest.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERDirectToRest/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERDirectToRest/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERDirectToRest/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDirectToRest
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 6 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDirectToRest
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERDirectToRest/Sources/er/directtorest/ERD2RestDefaultEntityDelegate.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDirectToRest.framework
global.dummy:
[woframework] Installing ERDirectToRest in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDirectToRest-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERDirectToRest.framework done
[echo] -------------------------------------
ERAttachment.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERAttachment
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 122 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERAttachment
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/amazon/s3/Utils.java:30: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] import sun.misc.BASE64Encoder;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/imaging/jpeg/JpegMetadataReader.java:20: warning: com.sun.image.codec.jpeg.JPEGDecodeParam is Sun proprietary API and may be removed in a future release
[wocompile] import com.sun.image.codec.jpeg.JPEGDecodeParam;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/imaging/jpeg/JpegMetadataReader.java:74: warning: com.sun.image.codec.jpeg.JPEGDecodeParam is Sun proprietary API and may be removed in a future release
[wocompile] public static Metadata readMetadata(JPEGDecodeParam decodeParam)
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/metadata/SampleUsage.java:18: warning: com.sun.image.codec.jpeg.JPEGCodec is Sun proprietary API and may be removed in a future release
[wocompile] import com.sun.image.codec.jpeg.JPEGCodec;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/metadata/SampleUsage.java:19: warning: com.sun.image.codec.jpeg.JPEGDecodeParam is Sun proprietary API and may be removed in a future release
[wocompile] import com.sun.image.codec.jpeg.JPEGDecodeParam;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/metadata/SampleUsage.java:20: warning: com.sun.image.codec.jpeg.JPEGImageDecoder is Sun proprietary API and may be removed in a future release
[wocompile] import com.sun.image.codec.jpeg.JPEGImageDecoder;
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/amazon/s3/Utils.java:161: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] String b64 = new BASE64Encoder().encode(mac.doFinal(canonicalString.getBytes()));
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/imaging/jpeg/JpegMetadataReader.java:82: warning: com.sun.image.codec.jpeg.JPEGDecodeParam is Sun proprietary API and may be removed in a future release
[wocompile] byte[][] exifSegment = decodeParam.getMarkerData(JPEGDecodeParam.APP1_MARKER);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/imaging/jpeg/JpegMetadataReader.java:88: warning: com.sun.image.codec.jpeg.JPEGDecodeParam is Sun proprietary API and may be removed in a future release
[wocompile] byte[][] iptcSegment = decodeParam.getMarkerData(JPEGDecodeParam.APPD_MARKER);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/imaging/jpeg/JpegMetadataReader.java:96: warning: com.sun.image.codec.jpeg.JPEGDecodeParam is Sun proprietary API and may be removed in a future release
[wocompile] byte[][] jpegCommentSegment = decodeParam.getMarkerData(JPEGDecodeParam.COMMENT_MARKER);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/metadata/SampleUsage.java:85: warning: com.sun.image.codec.jpeg.JPEGImageDecoder is Sun proprietary API and may be removed in a future release
[wocompile] JPEGImageDecoder jpegDecoder = JPEGCodec.createJPEGDecoder(new FileInputStream(jpegFile));
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/metadata/SampleUsage.java:85: warning: com.sun.image.codec.jpeg.JPEGCodec is Sun proprietary API and may be removed in a future release
[wocompile] JPEGImageDecoder jpegDecoder = JPEGCodec.createJPEGDecoder(new FileInputStream(jpegFile));
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/metadata/SampleUsage.java:88: warning: com.sun.image.codec.jpeg.JPEGDecodeParam is Sun proprietary API and may be removed in a future release
[wocompile] JPEGDecodeParam decodeParam = jpegDecoder.getJPEGDecodeParam();
[wocompile] ^
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/processors/ERDatabaseAttachmentProcessor.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 13 warnings
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERAttachment.framework
global.dummy:
[woframework] Installing ERAttachment in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERAttachment-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERAttachment.framework done
[echo] -------------------------------------
ERTaggable.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERTaggable/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERTaggable
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 11 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERTaggable
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERTaggable.framework
global.dummy:
[woframework] Installing ERTaggable in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERTaggable-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERTaggable.framework done
[echo] -------------------------------------
ERJavaMail.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERJavaMail/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERJavaMail
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 17 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERJavaMail
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERJavaMail/Sources/er/javamail/ERMailSender.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJavaMail.framework
global.dummy:
[woframework] Installing ERJavaMail in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJavaMail-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERJavaMail.framework done
[echo] -------------------------------------
ERCoreBusinessLogic.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERCoreBusinessLogic/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERCoreBusinessLogic/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCoreBusinessLogic
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 37 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCoreBusinessLogic
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCoreBusinessLogic.framework
global.dummy:
[woframework] Installing ERCoreBusinessLogic in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCoreBusinessLogic-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERCoreBusinessLogic.framework done
[echo] -------------------------------------
ERChangeNotificationJMS.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERChangeNotificationJMS/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERChangeNotificationJMS/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERChangeNotificationJMS
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 9 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERChangeNotificationJMS
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERChangeNotificationJMS/Sources/er/changenotification/ERCNSnapshot.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERChangeNotificationJMS.framework
global.dummy:
[woframework] Installing ERChangeNotificationJMS in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERChangeNotificationJMS-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERChangeNotificationJMS.framework done
[echo] -------------------------------------
ERCalendar.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCalendar
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 3 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCalendar
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCalendar.framework
global.dummy:
[woframework] Installing ERCalendar in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCalendar-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERCalendar.framework done
[echo] -------------------------------------
ERExcelLook.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Excel/ERExcelLook/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Excel/ERExcelLook/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERExcelLook
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 4 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERExcelLook
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Excel/ERExcelLook/Sources/er/directtoweb/excel/ERExcelButton.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERExcelLook.framework
global.dummy:
[woframework] Installing ERExcelLook in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERExcelLook-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERExcelLook.framework done
[echo] -------------------------------------
ERWorkerChannel.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERWorkerChannel/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERWorkerChannel/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERWorkerChannel/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERWorkerChannel/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERWorkerChannel
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 8 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERWorkerChannel
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERWorkerChannel.framework
global.dummy:
[woframework] Installing ERWorkerChannel in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERWorkerChannel-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERWorkerChannel.framework done
[echo] -------------------------------------
BTBusinessLogic.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/BTBusinessLogic/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/BTBusinessLogic/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/BTBusinessLogic
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 33 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/BTBusinessLogic
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/BTBusinessLogic.framework
global.dummy:
[woframework] Installing BTBusinessLogic in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/BTBusinessLogic-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] BTBusinessLogic.framework done
[echo] -------------------------------------
JavaMemoryAdaptor.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaMemoryAdaptor/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaMemoryAdaptor/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaMemoryAdaptor/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaMemoryAdaptor
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 10 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaMemoryAdaptor
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaMemoryAdaptor/Sources/er/memoryadaptor/ERMemoryAdaptorContext.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaMemoryAdaptor.framework
global.dummy:
[woframework] Installing JavaMemoryAdaptor in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaMemoryAdaptor-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] JavaMemoryAdaptor.framework done
[echo] -------------------------------------
JavaRESTAdaptor.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaRESTAdaptor/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaRESTAdaptor/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaRESTAdaptor/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaRESTAdaptor
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 3 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaRESTAdaptor
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaRESTAdaptor.framework
global.dummy:
[woframework] Installing JavaRESTAdaptor in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaRESTAdaptor-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] JavaRESTAdaptor.framework done
[echo] -------------------------------------
JavaFSAdaptor.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaFSAdaptor/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaFSAdaptor/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaFSAdaptor/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaFSAdaptor
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 5 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaFSAdaptor
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaFSAdaptor/Sources/er/fsadaptor/FSAdaptorChannel.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaFSAdaptor.framework
global.dummy:
[woframework] Installing JavaFSAdaptor in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaFSAdaptor-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] JavaFSAdaptor.framework done
[echo] -------------------------------------
JavaERJDBCAdaptor.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaERJDBCAdaptor/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaERJDBCAdaptor/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaERJDBCAdaptor/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOAdaptors/JavaERJDBCAdaptor/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaERJDBCAdaptor
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 4 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaERJDBCAdaptor
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaERJDBCAdaptor.framework
global.dummy:
[woframework] Installing JavaERJDBCAdaptor in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaERJDBCAdaptor-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] JavaERJDBCAdaptor.framework done
[echo] -------------------------------------
WOLips.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/WOLips/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WOLips
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 4 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WOLips
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WOLips.framework
global.dummy:
[woframework] Installing WOLips in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WOLips-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] WOLips.framework done
[echo] -------------------------------------
WOJRebel.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/WOJRebel/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/WOJRebel/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WOJRebel
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 10 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WOJRebel
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/WOJRebel/Sources/com/webobjects/_ideservices/_JR_IDEProjectWOLips.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WOJRebel.framework
global.dummy:
[woframework] Installing WOJRebel in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WOJRebel-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] WOJRebel.framework done
[echo] -------------------------------------
ERMoviesLogic.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERMoviesLogic
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 32 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERMoviesLogic
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/client/Studio.java:5: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2005 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/client/Studio.java:7: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/client/Studio.java:7: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/client/Studio.java:9: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/client/Studio.java:9: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/client/Studio.java:9: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/MovieRole.java:2: warning: unmappable character for encoding UTF8
[wocompile] * MovieRole.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/MovieRole.java:2: warning: unmappable character for encoding UTF8
[wocompile] * MovieRole.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/MovieRole.java:2: warning: unmappable character for encoding UTF8
[wocompile] * MovieRole.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/MovieRole.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/MovieRole.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/MovieRole.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Studio.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Studio.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Studio.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Studio.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Studio.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Studio.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Studio.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Studio.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Studio.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/TalentPhoto.java:2: warning: unmappable character for encoding UTF8
[wocompile] * TalentPhoto.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/TalentPhoto.java:2: warning: unmappable character for encoding UTF8
[wocompile] * TalentPhoto.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/TalentPhoto.java:2: warning: unmappable character for encoding UTF8
[wocompile] * TalentPhoto.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/TalentPhoto.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/TalentPhoto.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/TalentPhoto.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Voting.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Voting.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Voting.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Voting.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Voting.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Voting.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Voting.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Voting.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/common/Voting.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/server/Studio.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Studio.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/server/Studio.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Studio.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/server/Studio.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Studio.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/server/Studio.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/server/Studio.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/movies/server/Studio.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/CreditCard.java:2: warning: unmappable character for encoding UTF8
[wocompile] * CreditCard.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/CreditCard.java:2: warning: unmappable character for encoding UTF8
[wocompile] * CreditCard.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/CreditCard.java:2: warning: unmappable character for encoding UTF8
[wocompile] * CreditCard.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/CreditCard.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/CreditCard.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/CreditCard.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Customer.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Customer.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Customer.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Customer.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Customer.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Customer.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Customer.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Customer.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Customer.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Fee.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Fee.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Fee.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Fee.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Fee.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Fee.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Fee.java:4: warning: unmappable character for encoding UTF8
[wocompile] * non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Fee.java:4: warning: unmappable character for encoding UTF8
[wocompile] * non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Fee.java:4: warning: unmappable character for encoding UTF8
[wocompile] * non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/FeeType.java:2: warning: unmappable character for encoding UTF8
[wocompile] * FeeType.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/FeeType.java:2: warning: unmappable character for encoding UTF8
[wocompile] * FeeType.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/FeeType.java:2: warning: unmappable character for encoding UTF8
[wocompile] * FeeType.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/FeeType.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/FeeType.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/FeeType.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Rental.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Rental.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Rental.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Rental.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Rental.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Rental.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Rental.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Rental.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Rental.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/RentalTerms.java:2: warning: unmappable character for encoding UTF8
[wocompile] * RentalTerms.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/RentalTerms.java:2: warning: unmappable character for encoding UTF8
[wocompile] * RentalTerms.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/RentalTerms.java:2: warning: unmappable character for encoding UTF8
[wocompile] * RentalTerms.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/RentalTerms.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/RentalTerms.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/RentalTerms.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Unit.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Unit.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Unit.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Unit.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Unit.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Unit.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Unit.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Unit.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Unit.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/User.java:2: warning: unmappable character for encoding UTF8
[wocompile] * User.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/User.java:2: warning: unmappable character for encoding UTF8
[wocompile] * User.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/User.java:2: warning: unmappable character for encoding UTF8
[wocompile] * User.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/User.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/User.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/User.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Video.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Video.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Video.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Video.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Video.java:2: warning: unmappable character for encoding UTF8
[wocompile] * Video.java [JavaBusinessLogic Project] � Copyright 2005 Apple Computer, Inc. All rights reserved. IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Video.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Video.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/ERMoviesLogic/Sources/webobjectsexamples/businesslogic/rentals/common/Video.java:4: warning: unmappable character for encoding UTF8
[wocompile] * you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software
[wocompile] ^
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 90 warnings
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERMoviesLogic.framework
global.dummy:
[woframework] Installing ERMoviesLogic in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERMoviesLogic-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERMoviesLogic.framework done
[echo] -------------------------------------
SnapshotExplorer.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/SnapshotExplorer/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/SnapshotExplorer
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 24 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/SnapshotExplorer
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/SnapshotExplorer.framework
global.dummy:
[woframework] Installing SnapshotExplorer in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/SnapshotExplorer-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] SnapshotExplorer.framework done
[echo] -------------------------------------
ERDivaliteLook.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERDivaliteLook/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERDivaliteLook/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDivaliteLook
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 19 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDivaliteLook
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDivaliteLook.framework
global.dummy:
[woframework] Installing ERDivaliteLook in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDivaliteLook-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERDivaliteLook.framework done
[echo] -------------------------------------
ERJasperReports.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/ERJasperReports/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/ERJasperReports/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERJasperReports
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 3 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERJasperReports
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJasperReports.framework
global.dummy:
[woframework] Installing ERJasperReports in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJasperReports-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERJasperReports.framework done
[echo] -------------------------------------
common.frameworks.all:
ExcelGenerator.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Excel/ExcelGenerator/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ExcelGenerator
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 3 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ExcelGenerator
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Excel/ExcelGenerator/Sources/er/excel/EGSimpleTableCreator.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ExcelGenerator.framework
global.dummy:
[woframework] Installing ExcelGenerator in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ExcelGenerator-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ExcelGenerator.framework done
[echo] -------------------------------------
excelgeneration.frameworks.all:
YUI.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/YUI/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/YUI/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/YUI
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 10 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/YUI
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/YUI/Sources/er/yui/YUIUtils.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/YUI.framework
global.dummy:
[woframework] Installing YUI in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/YUI-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] YUI.framework done
[echo] -------------------------------------
AjaxLook.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/AjaxLook/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/AjaxLook/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/AjaxLook
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 4 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/AjaxLook
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/AjaxLook.framework
global.dummy:
[woframework] Installing AjaxLook in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/AjaxLook-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] AjaxLook.framework done
[echo] -------------------------------------
ERIUI.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERIUI/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIUI
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 14 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIUI
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERIUI.framework
global.dummy:
[woframework] Installing ERIUI in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERIUI-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERIUI.framework done
[echo] -------------------------------------
GoogleChart.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/GoogleChart/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/GoogleChart/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/GoogleChart
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 19 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/GoogleChart
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/GoogleChart.framework
global.dummy:
[woframework] Installing GoogleChart in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/GoogleChart-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] GoogleChart.framework done
[echo] -------------------------------------
ERCoolComponents.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERCoolComponents/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCoolComponents
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 2 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERCoolComponents
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCoolComponents.framework
global.dummy:
[woframework] Installing ERCoolComponents in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERCoolComponents-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERCoolComponents.framework done
[echo] -------------------------------------
ERJQuery.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERJQuery/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERJQuery
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 12 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERJQuery
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJQuery.framework
global.dummy:
[woframework] Installing ERJQuery in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERJQuery-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERJQuery.framework done
[echo] -------------------------------------
ERPrototaculous.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERPrototaculous
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 29 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERPrototaculous
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERPrototaculous.framework
global.dummy:
[woframework] Installing ERPrototaculous in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERPrototaculous-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERPrototaculous.framework done
[echo] -------------------------------------
ERDivaLook.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERDivaLook/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERDivaLook/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDivaLook
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 35 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDivaLook
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDivaLook.framework
global.dummy:
[woframework] Installing ERDivaLook in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDivaLook-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERDivaLook.framework done
[echo] -------------------------------------
ERModernDirectToWeb.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERModernDirectToWeb
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 48 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERModernDirectToWeb
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDBatchSizeControl.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERModernDirectToWeb.framework
global.dummy:
[woframework] Installing ERModernDirectToWeb in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERModernDirectToWeb-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERModernDirectToWeb.framework done
[echo] -------------------------------------
ERModernLook.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERModernLook
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 29 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERModernLook
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERModernLook.framework
global.dummy:
[woframework] Installing ERModernLook in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERModernLook-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERModernLook.framework done
[echo] -------------------------------------
ERModernDefaultSkin.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERModernDefaultSkin
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERModernDefaultSkin.framework
global.dummy:
[woframework] Installing ERModernDefaultSkin in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERModernDefaultSkin-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERModernDefaultSkin.framework done
[echo] -------------------------------------
ajax.frameworks.all:
ERIMAdaptor.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/WOAdaptors/ERIMAdaptor/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIMAdaptor
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 26 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIMAdaptor
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/WOAdaptors/ERIMAdaptor/Sources/er/imadaptor/JOscarLogManager.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERIMAdaptor.framework
global.dummy:
[woframework] Installing ERIMAdaptor in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERIMAdaptor-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] ERIMAdaptor.framework done
[echo] -------------------------------------
woadaptors.all:
Validity.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/Validity/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/Validity/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/Validity
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 17 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/Validity
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/Validity/Sources/com/gammastream/validity/GSVEngine.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Validity.framework
global.dummy:
[woframework] Installing Validity in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Validity-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] Validity.framework done
[echo] -------------------------------------
validity.frameworks.all:
PostgresqlPlugIn.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/PostgresqlPlugIn/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/PostgresqlPlugIn/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/PostgresqlPlugIn/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/PostgresqlPlugIn
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 3 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/PostgresqlPlugIn
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/PostgresqlPlugIn/Sources/com/webobjects/jdbcadaptor/PostgresqlExpression.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/PostgresqlPlugIn.framework
global.dummy:
[woframework] Installing PostgresqlPlugIn in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/PostgresqlPlugIn-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] PostgresqlPlugIn.framework done
[echo] -------------------------------------
FrontBasePlugIn.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/FrontBasePlugIn/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/FrontBasePlugIn/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/FrontBasePlugIn/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/FrontBasePlugIn/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/FrontBasePlugIn
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 4 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/FrontBasePlugIn
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/FrontBasePlugIn/Sources/com/webobjects/jdbcadaptor/_FrontBasePlugIn.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/FrontBasePlugIn.framework
global.dummy:
[woframework] Installing FrontBasePlugIn in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/FrontBasePlugIn-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] FrontBasePlugIn.framework done
[echo] -------------------------------------
DerbyPlugIn.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/DerbyPlugIn/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/DerbyPlugIn/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DerbyPlugIn
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 3 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DerbyPlugIn
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/DerbyPlugIn.framework
global.dummy:
[woframework] Installing DerbyPlugIn in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/DerbyPlugIn-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] DerbyPlugIn.framework done
[echo] -------------------------------------
EROraclePlugIn.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/EROraclePlugIn/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/EROraclePlugIn/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/EROraclePlugIn/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/EROraclePlugIn/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/EROraclePlugIn
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 5 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/EROraclePlugIn
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/EROraclePlugIn.framework
global.dummy:
[woframework] Installing EROraclePlugIn in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/EROraclePlugIn-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] EROraclePlugIn.framework done
[echo] -------------------------------------
H2PlugIn.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/H2PlugIn/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/H2PlugIn/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/H2PlugIn
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 3 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/H2PlugIn
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/H2PlugIn.framework
global.dummy:
[woframework] Installing H2PlugIn in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/H2PlugIn-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] H2PlugIn.framework done
[echo] -------------------------------------
MySQLPlugIn.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/MySQLPlugIn/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/MySQLPlugIn/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/PlugIns/MySQLPlugIn/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/MySQLPlugIn
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 3 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/MySQLPlugIn
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/MySQLPlugIn.framework
global.dummy:
[woframework] Installing MySQLPlugIn in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/MySQLPlugIn-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] MySQLPlugIn.framework done
[echo] -------------------------------------
plugins.all:
WOPayPal.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/WOPayPal/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/BusinessLogic/WOPayPal/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WOPayPal
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 14 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WOPayPal
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WOPayPal.framework
global.dummy:
[woframework] Installing WOPayPal in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WOPayPal-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] WOPayPal.framework done
[echo] -------------------------------------
paypal.frameworks.all:
DRGrouping.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DRGrouping
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 13 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DRGrouping
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRReportModel.java:137: warning: sun.misc.BASE64Decoder is Sun proprietary API and may be removed in a future release
[wocompile] BASE64Decoder base64 = new BASE64Decoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRReportModel.java:137: warning: sun.misc.BASE64Decoder is Sun proprietary API and may be removed in a future release
[wocompile] BASE64Decoder base64 = new BASE64Decoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRReportModel.java:257: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] BASE64Encoder base64 = new BASE64Encoder();
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRReportModel.java:257: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[wocompile] BASE64Encoder base64 = new BASE64Encoder();
[wocompile] ^
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 4 warnings
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/DRGrouping.framework
global.dummy:
[woframework] Installing DRGrouping in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/DRGrouping-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] DRGrouping.framework done
[echo] -------------------------------------
WRReporting.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/WRReporting/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/WRReporting/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WRReporting
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 16 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/WRReporting
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRNavigationControl.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WRReporting.framework
global.dummy:
[woframework] Installing WRReporting in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/WRReporting-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] WRReporting.framework done
[echo] -------------------------------------
dynareporting.frameworks.all:
JavaMonitorFramework.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaMonitorFramework
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 12 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaMonitorFramework
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MApplication.java:2: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MApplication.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MApplication.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MApplication.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MApplication.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MApplication.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MObject.java:2: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MObject.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MObject.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MObject.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MObject.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MObject.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MonitorException.java:2: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MonitorException.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MonitorException.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MonitorException.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MonitorException.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/MonitorException.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/NSDictionary_Extensions.java:2: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/NSDictionary_Extensions.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/NSDictionary_Extensions.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/NSDictionary_Extensions.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/NSDictionary_Extensions.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/NSDictionary_Extensions.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/ProtoLocalMonitor.java:2: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/ProtoLocalMonitor.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/ProtoLocalMonitor.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/ProtoLocalMonitor.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/ProtoLocalMonitor.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/ProtoLocalMonitor.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/StatsUtilities.java:2: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/StatsUtilities.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/StatsUtilities.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/StatsUtilities.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/StatsUtilities.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/StatsUtilities.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/String_Extensions.java:2: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/String_Extensions.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/String_Extensions.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/String_Extensions.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/String_Extensions.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/String_Extensions.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/_NSObjectUtilities.java:2: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/_NSObjectUtilities.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/_NSObjectUtilities.java:4: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/_NSObjectUtilities.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/_NSObjectUtilities.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/JavaMonitorFramework/Sources/com/webobjects/monitor/_private/_NSObjectUtilities.java:6: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 48 warnings
global.dummy:
global.unjar:
global.framework.build:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaMonitorFramework.framework
global.dummy:
[woframework] Installing JavaMonitorFramework in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[jar] Building jar: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaMonitorFramework-5.0.jar
global.dummy:
[echo] -------------------------------------
[echo] JavaMonitorFramework.framework done
[echo] -------------------------------------
_frameworks.all:
frameworks.install:
frameworks.all:
ERJars.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 16 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERJars.framework
[copy] Copying 13 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
JavaWOExtensions.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 228 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/JavaWOExtensions.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERExtensions.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 485 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERExtensions.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
Ajax.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 238 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/Ajax.framework
[copy] Copying 2 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERDirectToWeb.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 773 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERDirectToWeb.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERNeutralLook.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 65 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERNeutralLook.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERSelenium.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 79 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERSelenium.framework
[copy] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
WOOgnl.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/WOOgnl.framework
[copy] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERPrototypes.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 22 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERPrototypes.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERPlot.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 26 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERPlot.framework
[copy] Copying 4 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERIndexing.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 17 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERIndexing.framework
[copy] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERChronic.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERChronic.framework
[copy] Copying 2 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERCaching.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 8 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERCaching.framework
[copy] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERCaptcha.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 21 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERCaptcha.framework
[copy] Copying 8 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERProfiling.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 6 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERProfiling.framework
[copy] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
EROpenID.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 16 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/EROpenID.framework
[copy] Copying 7 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERPDFGeneration.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 14 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERPDFGeneration.framework
[copy] Copying 6 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERJGroupsSynchronizer.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 7 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERJGroupsSynchronizer.framework
[copy] Copying 2 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERRest.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 17 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERRest.framework
[copy] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERDirectToRest.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 6 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERDirectToRest.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERAttachment.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 458 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERAttachment.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERTaggable.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 18 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERTaggable.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERJavaMail.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 13 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERJavaMail.framework
[copy] Copying 8 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERCoreBusinessLogic.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 35 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERCoreBusinessLogic.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERChangeNotificationJMS.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 7 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERChangeNotificationJMS.framework
[copy] Copying 4 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERCalendar.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 7 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERCalendar.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERExcelLook.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 17 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERExcelLook.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERWorkerChannel.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERWorkerChannel.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
BTBusinessLogic.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 31 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/BTBusinessLogic.framework
[copy] Copying 4 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
JavaMemoryAdaptor.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 4 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/JavaMemoryAdaptor.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
JavaRESTAdaptor.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 4 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/JavaRESTAdaptor.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
JavaFSAdaptor.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 9 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/JavaFSAdaptor.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
JavaERJDBCAdaptor.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/JavaERJDBCAdaptor.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
WOLips.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 14 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/WOLips.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
WOJRebel.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 8 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/WOJRebel.framework
[copy] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERMoviesLogic.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 35 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERMoviesLogic.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
SnapshotExplorer.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 39 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/SnapshotExplorer.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERDivaliteLook.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 63 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERDivaliteLook.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERJasperReports.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 23 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERJasperReports.framework
[copy] Copying 18 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
common.frameworks.all:
ExcelGenerator.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 10 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ExcelGenerator.framework
[copy] Copying 2 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
excelgeneration.frameworks.all:
YUI.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 231 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/YUI.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
AjaxLook.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 18 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/AjaxLook.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERIUI.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 51 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERIUI.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
GoogleChart.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 15 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/GoogleChart.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERCoolComponents.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 17 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERCoolComponents.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERJQuery.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 41 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERJQuery.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERPrototaculous.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 118 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERPrototaculous.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERDivaLook.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 115 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERDivaLook.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERModernDirectToWeb.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 215 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERModernDirectToWeb.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERModernLook.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 115 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERModernLook.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ERModernDefaultSkin.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 59 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERModernDefaultSkin.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
ajax.frameworks.all:
ERIMAdaptor.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 26 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/ERIMAdaptor.framework
[copy] Copying 8 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
woadaptors.all:
Validity.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 13 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/Validity.framework
[copy] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
validity.frameworks.all:
PostgresqlPlugIn.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 4 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/PostgresqlPlugIn.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
FrontBasePlugIn.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/FrontBasePlugIn.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
DerbyPlugIn.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 7 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/DerbyPlugIn.framework
[copy] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
EROraclePlugIn.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/EROraclePlugIn.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
H2PlugIn.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 6 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/H2PlugIn.framework
[copy] Copying 2 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
MySQLPlugIn.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 4 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/MySQLPlugIn.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
plugins.all:
WOPayPal.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 46 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/WOPayPal.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
paypal.frameworks.all:
DRGrouping.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/DRGrouping.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
WRReporting.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 68 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/WRReporting.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
dynareporting.frameworks.all:
JavaMonitorFramework.all:
global.environment:
global.properties:
global.framework.install:
[sync] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/Frameworks/JavaMonitorFramework.framework
[copy] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/lib
_frameworks.all:
frameworks.all:
ERJars.all:
global.environment:
global.properties:
global.framework.web:
JavaWOExtensions.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 27 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/JavaWOExtensions.framework/WebServerResources
ERExtensions.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 42 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERExtensions.framework/WebServerResources
Ajax.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 83 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/Ajax.framework/WebServerResources
ERDirectToWeb.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 7 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERDirectToWeb.framework/WebServerResources
ERNeutralLook.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 8 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERNeutralLook.framework/WebServerResources
ERSelenium.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 63 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERSelenium.framework/WebServerResources
WOOgnl.all:
global.environment:
global.properties:
global.framework.web:
ERPrototypes.all:
global.environment:
global.properties:
global.framework.web:
ERPlot.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 8 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERPlot.framework/WebServerResources
ERIndexing.all:
global.environment:
global.properties:
global.framework.web:
ERChronic.all:
global.environment:
global.properties:
global.framework.web:
ERCaching.all:
global.environment:
global.properties:
global.framework.web:
ERCaptcha.all:
global.environment:
global.properties:
global.framework.web:
ERProfiling.all:
global.environment:
global.properties:
global.framework.web:
EROpenID.all:
global.environment:
global.properties:
global.framework.web:
ERPDFGeneration.all:
global.environment:
global.properties:
global.framework.web:
ERJGroupsSynchronizer.all:
global.environment:
global.properties:
global.framework.web:
ERRest.all:
global.environment:
global.properties:
global.framework.web:
ERDirectToRest.all:
global.environment:
global.properties:
global.framework.web:
ERAttachment.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 408 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERAttachment.framework/WebServerResources
ERTaggable.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERTaggable.framework/WebServerResources
ERJavaMail.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERJavaMail.framework/WebServerResources
ERCoreBusinessLogic.all:
global.environment:
global.properties:
global.framework.web:
ERChangeNotificationJMS.all:
global.environment:
global.properties:
global.framework.web:
ERCalendar.all:
global.environment:
global.properties:
global.framework.web:
ERExcelLook.all:
global.environment:
global.properties:
global.framework.web:
ERWorkerChannel.all:
global.environment:
global.properties:
global.framework.web:
BTBusinessLogic.all:
global.environment:
global.properties:
global.framework.web:
JavaMemoryAdaptor.all:
global.environment:
global.properties:
global.framework.web:
JavaRESTAdaptor.all:
global.environment:
global.properties:
global.framework.web:
JavaFSAdaptor.all:
global.environment:
global.properties:
global.framework.web:
JavaERJDBCAdaptor.all:
global.environment:
global.properties:
global.framework.web:
WOLips.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/WOLips.framework/WebServerResources
WOJRebel.all:
global.environment:
global.properties:
global.framework.web:
ERMoviesLogic.all:
global.environment:
global.properties:
global.framework.web:
SnapshotExplorer.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 6 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/SnapshotExplorer.framework/WebServerResources
ERDivaliteLook.all:
global.environment:
global.properties:
global.framework.web:
ERJasperReports.all:
global.environment:
global.properties:
global.framework.web:
common.frameworks.all:
ExcelGenerator.all:
global.environment:
global.properties:
global.framework.web:
excelgeneration.frameworks.all:
YUI.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 222 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/YUI.framework/WebServerResources
AjaxLook.all:
global.environment:
global.properties:
global.framework.web:
ERIUI.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 19 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERIUI.framework/WebServerResources
GoogleChart.all:
global.environment:
global.properties:
global.framework.web:
ERCoolComponents.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 7 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERCoolComponents.framework/WebServerResources
ERJQuery.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERJQuery.framework/WebServerResources
ERPrototaculous.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 28 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERPrototaculous.framework/WebServerResources
ERDivaLook.all:
global.environment:
global.properties:
global.framework.web:
ERModernDirectToWeb.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 39 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERModernDirectToWeb.framework/WebServerResources
ERModernLook.all:
global.environment:
global.properties:
global.framework.web:
ERModernDefaultSkin.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 53 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERModernDefaultSkin.framework/WebServerResources
ajax.frameworks.all:
ERIMAdaptor.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/ERIMAdaptor.framework/WebServerResources
woadaptors.all:
Validity.all:
global.environment:
global.properties:
global.framework.web:
validity.frameworks.all:
PostgresqlPlugIn.all:
global.environment:
global.properties:
global.framework.web:
FrontBasePlugIn.all:
global.environment:
global.properties:
global.framework.web:
DerbyPlugIn.all:
global.environment:
global.properties:
global.framework.web:
EROraclePlugIn.all:
global.environment:
global.properties:
global.framework.web:
H2PlugIn.all:
global.environment:
global.properties:
global.framework.web:
MySQLPlugIn.all:
global.environment:
global.properties:
global.framework.web:
plugins.all:
WOPayPal.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/WOPayPal.framework/WebServerResources
paypal.frameworks.all:
DRGrouping.all:
global.environment:
global.properties:
global.framework.web:
WRReporting.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 13 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/WRReporting.framework/WebServerResources
dynareporting.frameworks.all:
JavaMonitorFramework.all:
global.environment:
global.properties:
global.framework.web:
[sync] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Frameworks/JavaMonitorFramework.framework/WebServerResources
_frameworks.all:
BUILD SUCCESSFUL
Total time: 27 seconds
[WonderLegacy] $ /bin/sh -xe /tmp/hudson5374898383392091394.sh
+ cd /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/
+ tar czf Wonder-Frameworks.tar.gz Ajax.framework AjaxLook.framework BTBusinessLogic.framework DRGrouping.framework DerbyPlugIn.framework ERAttachment.framework ERCaching.framework ERCalendar.framework ERCaptcha.framework ERChangeNotificationJMS.framework ERChronic.framework ERCoolComponents.framework ERCoreBusinessLogic.framework ERDirectToRest.framework ERDirectToWeb.framework ERDivaLook.framework ERDivaliteLook.framework ERExcelLook.framework ERExtensions.framework ERIMAdaptor.framework ERIUI.framework ERIndexing.framework ERJGroupsSynchronizer.framework ERJQuery.framework ERJars.framework ERJasperReports.framework ERJavaMail.framework ERModernDefaultSkin.framework ERModernDirectToWeb.framework ERModernLook.framework ERMoviesLogic.framework ERNeutralLook.framework EROpenID.framework EROraclePlugIn.framework ERPDFGeneration.framework ERPlot.framework ERProfiling.framework ERPrototaculous.framework ERPrototypes.framework ERRest.framework ERSelenium.framework ERTaggable.framework ERWorkerChannel.framework ExcelGenerator.framework FrontBasePlugIn.framework GoogleChart.framework H2PlugIn.framework JavaERJDBCAdaptor.framework JavaFSAdaptor.framework JavaMemoryAdaptor.framework JavaMonitorFramework.framework JavaRESTAdaptor.framework JavaWOExtensions.framework MySQLPlugIn.framework PostgresqlPlugIn.framework SnapshotExplorer.framework Validity.framework WOJRebel.framework WOLips.framework WOOgnl.framework WOPayPal.framework WRReporting.framework YUI.framework
[Wonder] $ ant -file build.xml -DWONDER_GIT_REFERENCE=Wonder_5_0_0_Legacy -DWO_VERSION=5.3.3 -DWONDER_REPOSITORY=git://github.com/wocommunity/wonder.git applications applications.install -propertyfile /var/lib/jenkins/workspace/WonderLegacy/Root/jenkins.build.properties
Buildfile: /var/lib/jenkins/workspace/WonderLegacy/Wonder/build.xml
applications:
DevStudio.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/DevStudio/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DevStudio
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 17 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DevStudio
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/DevStudio/Sources/ag/kcmedia/KeyValueCodingProtectedAccessor.java:24: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[wocompile] cast to java.lang.Object for a varargs call
[wocompile] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[wocompile] return method.invoke(object, null);
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/DevStudio/Sources/org/w3c/tidy/KeyValueCodingProtectedAccessor.java:24: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[wocompile] cast to java.lang.Object for a varargs call
[wocompile] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[wocompile] return method.invoke(object, null);
[wocompile] ^
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/DevStudio/Sources/ag/kcmedia/EOModeler.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 2 warnings
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing DevStudio in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/DevStudio.woa
global.dummy:
BugTracker.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/BugTracker/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/BugTracker
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 33 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/BugTracker
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing BugTracker in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/BugTracker.woa
global.dummy:
ERMailer.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/ERMailer/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/ERMailer/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERMailer
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 4 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERMailer
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/ERMailer/Sources/er/javamail/mailer/Application.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERMailer in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERMailer.woa
global.dummy:
Uber.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/Uber/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/Uber
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 34 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/Uber
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing Uber in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Uber.woa
global.dummy:
ERXTest.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Tests/ERXTest/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Tests/ERXTest/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERXTest
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 52 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERXTest
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERXTest in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERXTest.woa
global.dummy:
common.applications.all:
ValidityModeler.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/ValidityModeler/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/ValidityModeler/Resources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ValidityModeler
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 15 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ValidityModeler
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ValidityModeler in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ValidityModeler.woa
global.dummy:
validity.applications.all:
deployment.embed.check:
JavaMonitor.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaMonitor
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 38 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaMonitor
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/AppDeathPage.java:4: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/AppDeathPage.java:6: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/AppDeathPage.java:6: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/AppDeathPage.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/AppDeathPage.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/AppDeathPage.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/FileBrowser.java:4: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/FileBrowser.java:6: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/FileBrowser.java:6: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/FileBrowser.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/FileBrowser.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/FileBrowser.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/PathWizardPage2.java:4: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/PathWizardPage2.java:6: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/PathWizardPage2.java:6: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/PathWizardPage2.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/PathWizardPage2.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/PathWizardPage2.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/WotaskdInfoPage.java:4: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006- 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/WotaskdInfoPage.java:6: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/WotaskdInfoPage.java:6: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/WotaskdInfoPage.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/WotaskdInfoPage.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/JavaMonitor/Sources/com/webobjects/monitor/application/WotaskdInfoPage.java:8: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 24 warnings
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing JavaMonitor in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaMonitor.woa
global.dummy:
wotaskd.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Components
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/wotaskd
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 10 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/wotaskd
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Application.java:3: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006 - 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Application.java:5: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Application.java:5: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Application.java:7: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Application.java:7: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Application.java:7: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/RemoteBrowse.java:3: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006 - 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/RemoteBrowse.java:5: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/RemoteBrowse.java:5: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/RemoteBrowse.java:7: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/RemoteBrowse.java:7: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/RemoteBrowse.java:7: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Session.java:3: warning: unmappable character for encoding UTF8
[wocompile] � Copyright 2006 - 2007 Apple Computer, Inc. All rights reserved.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Session.java:5: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Session.java:5: warning: unmappable character for encoding UTF8
[wocompile] IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. (�Apple�) in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Session.java:7: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Session.java:7: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Applications/wotaskd/Sources/com/webobjects/monitor/wotaskd/Session.java:7: warning: unmappable character for encoding UTF8
[wocompile] In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple�s copyrights in this original Apple software (the �Apple Software�), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
[wocompile] ^
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 18 warnings
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing wotaskd in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/wotaskd.woa
wotaskd.post.build:
applications.all:
applications.install:
DevStudio.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 52 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/DevStudio.woa
BugTracker.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 117 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/BugTracker.woa
ERMailer.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 19 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERMailer.woa
Uber.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 96 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/Uber.woa
ERXTest.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 29 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERXTest.woa
common.applications.all:
ValidityModeler.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 65 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ValidityModeler.woa
validity.applications.all:
deployment.embed.check:
JavaMonitor.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 127 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/JavaMonitor.woa
wotaskd.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 18 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/wotaskd.woa
applications.all:
DevStudio.all:
global.environment:
global.properties:
global.application.web:
BugTracker.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 10 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/BugTracker.woa/Contents/WebServerResources
ERMailer.all:
global.environment:
global.properties:
global.application.web:
Uber.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 5 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Uber.woa/Contents/WebServerResources
ERXTest.all:
global.environment:
global.properties:
global.application.web:
common.applications.all:
ValidityModeler.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 24 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/ValidityModeler.woa/Contents/WebServerResources
validity.applications.all:
deployment.embed.check:
JavaMonitor.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 47 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/JavaMonitor.woa/Contents/WebServerResources
wotaskd.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/wotaskd.woa/Contents/WebServerResources
applications.all:
BUILD SUCCESSFUL
Total time: 8 seconds
[Wonder] $ ant -file build.xml -DWONDER_GIT_REFERENCE=Wonder_5_0_0_Legacy -DWO_VERSION=5.3.3 -DWONDER_REPOSITORY=git://github.com/wocommunity/wonder.git examples examples.install -propertyfile /var/lib/jenkins/workspace/WonderLegacy/Root/jenkins.build.properties
Buildfile: /var/lib/jenkins/workspace/WonderLegacy/Wonder/build.xml
examples:
ERSeleniumExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/ERSeleniumExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/ERSeleniumExample/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERSeleniumExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 6 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERSeleniumExample
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERSeleniumExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERSeleniumExample.woa
global.dummy:
ERIndexingExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/ERIndexingExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/ERIndexingExample/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIndexingExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 13 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIndexingExample
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/ERIndexingExample/Sources/er/indexing/example/DataCreator.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERIndexingExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERIndexingExample.woa
global.dummy:
ERMovies.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERMovies
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 9 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERMovies
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERMovies in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERMovies.woa
global.dummy:
D2WComponentTour.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/D2W/D2WComponentTour/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/D2W/D2WComponentTour/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/D2WComponentTour
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 5 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/D2WComponentTour
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/D2W/D2WComponentTour/Sources/Main.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing D2WComponentTour in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/D2WComponentTour.woa
global.dummy:
AjaxExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/AjaxExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/AjaxExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 76 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/AjaxExample
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing AjaxExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/AjaxExample.woa
global.dummy:
AjaxExample2.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/AjaxExample2
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 41 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/AjaxExample2
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing AjaxExample2 in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/AjaxExample2.woa
global.dummy:
YUIExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/YUIExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/YUIExample/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/YUIExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 7 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/YUIExample
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing YUIExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/YUIExample.woa
global.dummy:
EROpenIDExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/EROpenIDExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/EROpenIDExample/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/EROpenIDExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 6 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/EROpenIDExample
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing EROpenIDExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/EROpenIDExample.woa
global.dummy:
JavaRESTAdaptorExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/JavaRESTAdaptorExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/JavaRESTAdaptorExample/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaRESTAdaptorExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 12 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/JavaRESTAdaptorExample
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing JavaRESTAdaptorExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaRESTAdaptorExample.woa
global.dummy:
ERDivaliteExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/D2W/ERDivaliteExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDivaliteExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 7 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDivaliteExample
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/D2W/ERDivaliteExample/Sources/er/divalite/example/Application.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERDivaliteExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDivaliteExample.woa
global.dummy:
TickTockMan.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/TickTockMan/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/TickTockMan/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/TickTockMan
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 8 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/TickTockMan
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing TickTockMan in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/TickTockMan.woa
global.dummy:
ERComponentTour.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/ERComponentTour/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/ERComponentTour/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERComponentTour
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 9 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERComponentTour
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERComponentTour in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERComponentTour.woa
global.dummy:
ERRestRouteExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERRestRouteExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 26 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERRestRouteExample
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERRestRouteExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERRestRouteExample.woa
global.dummy:
Movies.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/Movies/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/Movies
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 9 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/Movies
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing Movies in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Movies.woa
global.dummy:
common.examples.all:
ValidityExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/ValidityExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Misc/ValidityExample/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ValidityExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 9 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ValidityExample
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ValidityExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ValidityExample.woa
global.dummy:
validity.examples.all:
DocsByExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Reporting/DocsByExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DocsByExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 16 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DocsByExample
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Reporting/DocsByExample/Sources/er/reporting/examples/KeyValueCodingProtectedAccessor.java:36: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[wocompile] cast to java.lang.Object for a varargs call
[wocompile] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[wocompile] return method.invoke(object, null);
[wocompile] ^
[wocompile] Note: Some input files use or override a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: Some input files use unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
[wocompile] 1 warning
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing DocsByExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/DocsByExample.woa
global.dummy:
DynaReporter.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Reporting/DynaReporter/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Reporting/DynaReporter/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DynaReporter
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 6 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DynaReporter
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Reporting/DynaReporter/Sources/er/reporting/examples/Main.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Reporting/DynaReporter/Sources/er/reporting/examples/Main.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing DynaReporter in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/DynaReporter.woa
global.dummy:
DRGroupingTest.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Reporting/DRGroupingTest/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Reporting/DRGroupingTest/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DRGroupingTest
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 5 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/DRGroupingTest
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Reporting/DRGroupingTest/Sources/er/grouping/examples/Session.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing DRGroupingTest in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/DRGroupingTest.woa
global.dummy:
dynareporting.examples.all:
AjaxLookExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/AjaxLookExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/AjaxLookExample/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/AjaxLookExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 5 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/AjaxLookExample
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing AjaxLookExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/AjaxLookExample.woa
global.dummy:
ERIUIExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/ERIUIExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/ERIUIExample/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIUIExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 7 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERIUIExample
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/ERIUIExample/Sources/er/iui/example/components/DictionaryView.java uses unchecked or unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERIUIExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERIUIExample.woa
global.dummy:
ERDivaLookExample.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/ERDivaLookExample/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDivaLookExample
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 7 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERDivaLookExample
[wocompile] Note: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/Ajax/ERDivaLookExample/Sources/Application.java uses or overrides a deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation for details.
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERDivaLookExample in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERDivaLookExample.woa
global.dummy:
ERModernMoviesDemo.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/D2W/ERModernMoviesDemo/Libraries
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/Examples/D2W/ERModernMoviesDemo/WebServerResources
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERModernMoviesDemo
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[wocompile] Compiling 7 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/classes/ERModernMoviesDemo
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing ERModernMoviesDemo in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[copy bootstrap] Copying 1 file to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/ERModernMoviesDemo.woa
global.dummy:
ajax.examples.all:
DevStudio.all:
global.environment:
global.properties:
global.prepare:
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing DevStudio in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
global.dummy:
experimental.all:
examples.all:
examples.install:
ERSeleniumExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 27 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERSeleniumExample.woa
ERIndexingExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 37 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERIndexingExample.woa
ERMovies.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 40 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERMovies.woa
D2WComponentTour.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 31 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/D2WComponentTour.woa
AjaxExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 238 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/AjaxExample.woa
AjaxExample2.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 84 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/AjaxExample2.woa
YUIExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 29 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/YUIExample.woa
EROpenIDExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 25 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/EROpenIDExample.woa
JavaRESTAdaptorExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 24 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/JavaRESTAdaptorExample.woa
ERDivaliteExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 86 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERDivaliteExample.woa
TickTockMan.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 34 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/TickTockMan.woa
ERComponentTour.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 34 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERComponentTour.woa
ERRestRouteExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 35 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERRestRouteExample.woa
Movies.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 36 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/Movies.woa
common.examples.all:
ValidityExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 37 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ValidityExample.woa
validity.examples.all:
DocsByExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 67 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/DocsByExample.woa
DynaReporter.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 25 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/DynaReporter.woa
DRGroupingTest.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 22 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/DRGroupingTest.woa
dynareporting.examples.all:
AjaxLookExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 25 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/AjaxLookExample.woa
ERIUIExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 30 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERIUIExample.woa
ERDivaLookExample.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 76 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERDivaLookExample.woa
ERModernMoviesDemo.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 29 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/ERModernMoviesDemo.woa
ajax.examples.all:
DevStudio.all:
global.environment:
global.properties:
global.application.install:
[sync] Copying 8 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebObjects/Applications/DevStudio.woa
experimental.all:
examples.all:
ERSeleniumExample.all:
global.environment:
global.properties:
global.application.web:
ERIndexingExample.all:
global.environment:
global.properties:
global.application.web:
ERMovies.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 1 file to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/ERMovies.woa/Contents/WebServerResources
D2WComponentTour.all:
global.environment:
global.properties:
global.application.web:
AjaxExample.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 14 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/AjaxExample.woa/Contents/WebServerResources
AjaxExample2.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 16 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/AjaxExample2.woa/Contents/WebServerResources
YUIExample.all:
global.environment:
global.properties:
global.application.web:
EROpenIDExample.all:
global.environment:
global.properties:
global.application.web:
JavaRESTAdaptorExample.all:
global.environment:
global.properties:
global.application.web:
ERDivaliteExample.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 51 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/ERDivaliteExample.woa/Contents/WebServerResources
TickTockMan.all:
global.environment:
global.properties:
global.application.web:
ERComponentTour.all:
global.environment:
global.properties:
global.application.web:
ERRestRouteExample.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 4 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/ERRestRouteExample.woa/Contents/WebServerResources
Movies.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 8 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/Movies.woa/Contents/WebServerResources
common.examples.all:
ValidityExample.all:
global.environment:
global.properties:
global.application.web:
validity.examples.all:
DocsByExample.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 3 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/DocsByExample.woa/Contents/WebServerResources
DynaReporter.all:
global.environment:
global.properties:
global.application.web:
DRGroupingTest.all:
global.environment:
global.properties:
global.application.web:
dynareporting.examples.all:
AjaxLookExample.all:
global.environment:
global.properties:
global.application.web:
ERIUIExample.all:
global.environment:
global.properties:
global.application.web:
ERDivaLookExample.all:
global.environment:
global.properties:
global.application.web:
[sync] Copying 41 files to /var/lib/jenkins/WOFrameworksRepository/ProjectWOnder/5.3.3/Library/WebServer/Documents/WebObjects/ERDivaLookExample.woa/Contents/WebServerResources
ERModernMoviesDemo.all:
global.environment:
global.properties:
global.application.web:
ajax.examples.all:
DevStudio.all:
global.environment:
global.properties:
global.application.web:
experimental.all:
examples.all:
BUILD SUCCESSFUL
Total time: 10 seconds
[WonderLegacy] $ /bin/sh -xe /tmp/hudson8159081714451102100.sh
+ cd /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/
+ tar czf Wonder-Applications.tar.gz AjaxExample.woa AjaxExample2.woa AjaxLookExample.woa BugTracker.woa D2WComponentTour.woa DRGroupingTest.woa DevStudio.woa DocsByExample.woa DynaReporter.woa ERComponentTour.woa ERDivaLookExample.woa ERDivaliteExample.woa ERIUIExample.woa ERIndexingExample.woa ERMailer.woa ERModernMoviesDemo.woa ERMovies.woa EROpenIDExample.woa ERRestRouteExample.woa ERSeleniumExample.woa ERXTest.woa JavaMonitor.woa JavaRESTAdaptorExample.woa Movies.woa TickTockMan.woa Uber.woa ValidityExample.woa ValidityModeler.woa YUIExample.woa wotaskd.woa
[Wonder] $ ant -file build.xml -DWONDER_GIT_REFERENCE=Wonder_5_0_0_Legacy -DWO_VERSION=5.3.3 -DWONDER_REPOSITORY=git://github.com/wocommunity/wonder.git deployment.tools -propertyfile /var/lib/jenkins/workspace/WonderLegacy/Root/jenkins.build.properties -Ddeployment.standalone=true
Buildfile: /var/lib/jenkins/workspace/WonderLegacy/Wonder/build.xml
deployment.tools:
deployment.embed.check:
wotaskd.all:
global.environment:
global.properties:
global.prepare:
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing wotaskd in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[woapplication] Copying 2572 files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/wotaskd.woa/Contents/Frameworks
[woapplication] Copied 345 empty directories to 6 empty directories under /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/wotaskd.woa/Contents/Frameworks
wotaskd.post.build:
deployment.embed.check:
JavaMonitor.all:
global.environment:
global.properties:
global.prepare:
global.compile:
global.dummy:
[wocompile] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/generic.xml:270: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
global.dummy:
global.unjar:
global.application.build:
global.dummy:
[woapplication] Installing JavaMonitor in /var/lib/jenkins/workspace/WonderLegacy/Root/Roots
[woapplication] Copying 2827 files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaMonitor.woa/Contents/Frameworks
[woapplication] Copied 393 empty directories to 7 empty directories under /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/JavaMonitor.woa/Contents/Frameworks
global.dummy:
BUILD SUCCESSFUL
Total time: 4 seconds
[WonderLegacy] $ /bin/sh -xe /tmp/hudson3715153192213698874.sh
+ cd /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/
+ tar czf wotaskd.tar.gz wotaskd.woa
+ tar czf JavaMonitor.tar.gz JavaMonitor.woa
[Wonder] $ ant -file build.xml -DWONDER_GIT_REFERENCE=Wonder_5_0_0_Legacy -DWO_VERSION=5.3.3 -DWONDER_REPOSITORY=git://github.com/wocommunity/wonder.git docs -propertyfile /var/lib/jenkins/workspace/WonderLegacy/Root/jenkins.build.properties
Buildfile: /var/lib/jenkins/workspace/WonderLegacy/Wonder/build.xml
docs:
prepare:
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/dist/wonder-5.0
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/dist/wonder-5.0/Documentation
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Wonder/dist/wonder-5.0/Documentation/api
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Build/lib
[mkdir] Created dir: /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Build/build
build:
[copy] Copying 4 files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Build/lib
[copy] Copying 4 files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Build/build
[javac] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/build-doc.xml:96: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 8 source files to /var/lib/jenkins/workspace/WonderLegacy/Root/Roots/Build/lib
[javac] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/taglets/BindingTaglet.java:43: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Map
[javac] tagletMap.put(tag.getName(), tag);
[javac] ^
[javac] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/taglets/D2WKeyTaglet.java:43: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Map
[javac] tagletMap.put(tag.getName(), tag);
[javac] ^
[javac] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/taglets/PageGenerator.java:270: warning: [unchecked] unchecked cast
[javac] found : java.lang.Object
[javac] required: java.util.List<java.lang.String>
[javac] String found = findClassComment((List<String>)comps.get(key).get("allComments"));
[javac] ^
[javac] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/taglets/PageGenerator.java:343: warning: [unchecked] unchecked cast
[javac] found : java.lang.Object
[javac] required: java.util.ArrayList<java.lang.String>
[javac] ArrayList<String> comments = (ArrayList<String>)comps.get(key).get("allComments");
[javac] ^
[javac] 4 warnings
api:
[copy] Copying 4 files to /var/lib/jenkins/workspace/WonderLegacy/Wonder/dist/wonder-5.0
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source files for package er.ajax...
[javadoc] Loading source files for package er.ajax.json...
[javadoc] Loading source files for package er.ajax.json.client...
[javadoc] Loading source files for package er.ajax.json.localarg...
[javadoc] Loading source files for package er.ajax.json.serializer...
[javadoc] Loading source files for package er.ajax.look.components...
[javadoc] Loading source files for package er.ajax.look.interfaces...
[javadoc] Loading source files for package er.ajax.look.pages...
[javadoc] Loading source files for package er.coolcomponents...
[javadoc] Loading source files for package er.attachment.components._ajax...
[javadoc] Loading source files for package er.directtoweb.components._ajax...
[javadoc] Loading source files for package er.directtoweb.components.attachments._ajax...
[javadoc] Loading source files for package er.directtoweb.components.buttons._ajax...
[javadoc] Loading source files for package er.directtoweb.components.dates._ajax...
[javadoc] Loading source files for package er.directtoweb.components.relationships._ajax...
[javadoc] Loading source files for package er.directtoweb.components.relationships._xhtml...
[javadoc] Loading source files for package er.directtoweb.pages.templates._xhtml...
[javadoc] Loading source files for package er.diva...
[javadoc] Loading source files for package er.diva.components...
[javadoc] Loading source files for package er.diva.components.repetitions...
[javadoc] Loading source files for package er.diva.pages...
[javadoc] Loading source files for package er.diva.pages._override...
[javadoc] Loading source files for package er.diva.wrapper...
[javadoc] Loading source files for package er.iui...
[javadoc] Loading source files for package er.iui.components...
[javadoc] Loading source files for package er.jquery...
[javadoc] Loading source files for package er.jquery.support...
[javadoc] Loading source files for package er.jquery.widgets...
[javadoc] Loading source files for package er.extensions.batching._ajax...
[javadoc] Loading source files for package er.extensions.components._ajax...
[javadoc] Loading source files for package er.extensions.woextensions._ajax...
[javadoc] Loading source files for package er.prototaculous...
[javadoc] Loading source files for package er.prototaculous.support...
[javadoc] Loading source files for package er.prototaculous.widgets...
[javadoc] Loading source files for package er.googlechart...
[javadoc] Loading source files for package er.googlechart.components...
[javadoc] Loading source files for package er.googlechart.util...
[javadoc] Loading source files for package er.yui...
[javadoc] Loading source files for package er.bugtracker...
[javadoc] Loading source files for package er.bugtracker.mail...
[javadoc] Loading source files for package er.bugtracker.migrations...
[javadoc] Loading source files for package er.attachment...
[javadoc] Loading source files for package er.attachment.components...
[javadoc] Loading source files for package er.attachment.components.viewers...
[javadoc] Loading source files for package er.attachment.metadata...
[javadoc] Loading source files for package er.attachment.migrations...
[javadoc] Loading source files for package er.attachment.model...
[javadoc] Loading source files for package er.attachment.processors...
[javadoc] Loading source files for package er.attachment.thumbnail...
[javadoc] Loading source files for package er.attachment.utils...
[javadoc] Loading source files for package er.corebusinesslogic...
[javadoc] Loading source files for package er.corebusinesslogic.audittrail...
[javadoc] Loading source files for package er.corebusinesslogic.migrations...
[javadoc] Loading source files for package er.javamail.mailer...
[javadoc] Loading source files for package er.taggable...
[javadoc] Loading source files for package er.taggable.components...
[javadoc] Loading source files for package er.taggable.migrations...
[javadoc] Loading source files for package er.taggable.model...
[javadoc] Loading source files for package er.wopaypal...
[javadoc] Loading source files for package er.directtoweb...
[javadoc] Loading source files for package er.directtoweb.assignments...
[javadoc] Loading source files for package er.directtoweb.assignments.defaults...
[javadoc] Loading source files for package er.directtoweb.assignments.delayed...
[javadoc] Loading source files for package er.directtoweb.components...
[javadoc] Loading source files for package er.directtoweb.components.attachments...
[javadoc] Loading source files for package er.directtoweb.components.bool...
[javadoc] Loading source files for package er.directtoweb.components.buttons...
[javadoc] Loading source files for package er.directtoweb.components.dates...
[javadoc] Loading source files for package er.directtoweb.components.misc...
[javadoc] Loading source files for package er.directtoweb.components.numbers...
[javadoc] Loading source files for package er.directtoweb.components.relationships...
[javadoc] Loading source files for package er.directtoweb.components.repetitions...
[javadoc] Loading source files for package er.directtoweb.components.strings...
[javadoc] Loading source files for package er.directtoweb.cvs...
[javadoc] Loading source files for package er.directtoweb.delegates...
[javadoc] Loading source files for package er.directtoweb.embed...
[javadoc] Loading source files for package er.directtoweb.interfaces...
[javadoc] Loading source files for package er.directtoweb.pages...
[javadoc] Loading source files for package er.directtoweb.pages.templates...
[javadoc] Loading source files for package er.directtoweb.printerfriendly...
[javadoc] Loading source files for package er.directtoweb.qualifiers...
[javadoc] Loading source files for package er.directtoweb.xml...
[javadoc] Loading source files for package com.webobjects.jdbcadaptor...
[javadoc] Loading source files for package com.webobjects.woextensions...
[javadoc] Loading source files for package er.extensions...
[javadoc] Loading source files for package er.extensions.appserver...
[javadoc] Loading source files for package er.extensions.appserver.ajax...
[javadoc] Loading source files for package er.extensions.appserver.navigation...
[javadoc] Loading source files for package er.extensions.batching...
[javadoc] Loading source files for package er.extensions.components...
[javadoc] Loading source files for package er.extensions.components._private...
[javadoc] Loading source files for package er.extensions.components.conditionals...
[javadoc] Loading source files for package er.extensions.components.javascript...
[javadoc] Loading source files for package er.extensions.components.partials...
[javadoc] Loading source files for package er.extensions.concurrency...
[javadoc] Loading source files for package er.extensions.crypting...
[javadoc] Loading source files for package er.extensions.eof...
[javadoc] Loading source files for package er.extensions.eof.qualifiers...
[javadoc] Loading source files for package er.extensions.formatters...
[javadoc] Loading source files for package er.extensions.foundation...
[javadoc] Loading source files for package er.extensions.jdbc...
[javadoc] Loading source files for package er.extensions.localization...
[javadoc] Loading source files for package er.extensions.logging...
[javadoc] Loading source files for package er.extensions.migration...
[javadoc] Loading source files for package er.extensions.partials...
[javadoc] Loading source files for package er.extensions.qualifiers...
[javadoc] Loading source files for package er.extensions.remoteSynchronizer...
[javadoc] Loading source files for package er.extensions.statistics...
[javadoc] Loading source files for package er.extensions.validation...
[javadoc] Loading source files for package er.extensions.woextensions...
[javadoc] Loading source files for package er.testrunner...
[javadoc] Loading source files for package er.javamail...
[javadoc] Loading source files for package er.neutral...
[javadoc] Loading source files for package er.prototypes...
[javadoc] Loading source files for package er.modern.ajax.components...
[javadoc] Loading source files for package er.modern.components...
[javadoc] Loading source files for package er.modern.directtoweb.assignments.defaults...
[javadoc] Loading source files for package er.modern.directtoweb.components...
[javadoc] Loading source files for package er.modern.directtoweb.components.buttons...
[javadoc] Loading source files for package er.modern.directtoweb.components.embedded...
[javadoc] Loading source files for package er.modern.directtoweb.components.header...
[javadoc] Loading source files for package er.modern.directtoweb.components.query...
[javadoc] Loading source files for package er.modern.directtoweb.components.relationships...
[javadoc] Loading source files for package er.modern.directtoweb.components.repetitions...
[javadoc] Loading source files for package er.modern.directtoweb.interfaces...
[javadoc] Loading source files for package er.modern.look.components...
[javadoc] Loading source files for package er.modern.look.pages...
[javadoc] Loading source files for package er.jdbcadaptor...
[javadoc] Loading source files for package er.fsadaptor...
[javadoc] Loading source files for package er.memoryadaptor...
[javadoc] Loading source files for package er.restadaptor...
[javadoc] Loading source files for package er.caching...
[javadoc] Loading source files for package er.changenotification...
[javadoc] Loading source files for package er.indexing...
[javadoc] Loading source files for package er.indexing.attributes...
[javadoc] Loading source files for package er.indexing.storage...
[javadoc] Loading source files for package er.jgroups...
[javadoc] Loading source files for package er.rest...
[javadoc] Loading source files for package er.rest.entityDelegates...
[javadoc] Loading source files for package er.rest.format...
[javadoc] Loading source files for package er.rest.gianduia...
[javadoc] Loading source files for package er.rest.routes...
[javadoc] Loading source files for package er.rest.routes.components...
[javadoc] Loading source files for package er.rest.routes.jsr311...
[javadoc] Loading source files for package er.rest.util...
[javadoc] Loading source files for package com.gammastream.validity...
[javadoc] Loading source files for package er.directtoweb.excel...
[javadoc] Loading source files for package er.excel...
[javadoc] Loading source files for package er.calendar...
[javadoc] Loading source files for package er.captcha...
[javadoc] Loading source files for package er.chronic...
[javadoc] Loading source files for package er.chronic.handlers...
[javadoc] Loading source files for package er.chronic.numerizer...
[javadoc] Loading source files for package er.chronic.repeaters...
[javadoc] Loading source files for package er.chronic.tags...
[javadoc] Loading source files for package er.chronic.utils...
[javadoc] Loading source files for package er.directtorest...
[javadoc] Loading source files for package er.directtorest.security...
[javadoc] Loading source files for package er.divalite.components...
[javadoc] Loading source files for package er.divalite.components.buttons...
[javadoc] Loading source files for package er.divalite.components.repetitions...
[javadoc] Loading source files for package er.divalite.pages...
[javadoc] Loading source files for package er.extensions.batching._xhtml...
[javadoc] Loading source files for package er.extensions.woextensions._xhtml...
[javadoc] Loading source files for package er.openid...
[javadoc] Loading source files for package er.pdf...
[javadoc] Loading source files for package er.pdf.builder...
[javadoc] Loading source files for package er.pdf.components...
[javadoc] Loading source files for package er.profiling...
[javadoc] Loading source files for package er.profiling.delegates...
[javadoc] Loading source files for package er.selenium...
[javadoc] Loading source files for package er.selenium.filters...
[javadoc] Loading source files for package er.selenium.io...
[javadoc] Loading source files for package er.selenium.rc...
[javadoc] Loading source files for package er.workerchannel...
[javadoc] Loading source files for package er.snapshotexplorer...
[javadoc] Loading source files for package er.snapshotexplorer.components...
[javadoc] Loading source files for package er.snapshotexplorer.components.pages...
[javadoc] Loading source files for package er.snapshotexplorer.controllers...
[javadoc] Loading source files for package er.snapshotexplorer.delegates...
[javadoc] Loading source files for package er.snapshotexplorer.model...
[javadoc] Loading source files for package er.wojrebel...
[javadoc] Loading source files for package er.wolips...
[javadoc] Loading source files for package er.wolips.components...
[javadoc] Loading source files for package er.derby...
[javadoc] Loading source files for package er.oracle...
[javadoc] Loading source files for package er.h2...
[javadoc] Loading source files for package er.h2.jdbcadaptor...
[javadoc] Loading source files for package er.mysql...
[javadoc] Loading source files for package er.grouping...
[javadoc] Loading source files for package er.jasperreports...
[javadoc] Loading source files for package er.plot...
[javadoc] Loading source files for package er.reporting...
[javadoc] Loading source files for package er.imadaptor...
[javadoc] Loading source files for package er.imadaptor.components...
[javadoc] Loading source files for package er.woadaptor...
[javadoc] Loading source files for package er.woinstaller...
[javadoc] Loading source files for package er.woinstaller.archiver...
[javadoc] Loading source files for package er.woinstaller.io...
[javadoc] Loading source files for package er.woinstaller.ui...
[javadoc] Constructing Javadoc information...
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.coolcomponents"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.googlechart"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.googlechart.components"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.googlechart.util"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.attachment"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.attachment.thumbnail"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.taggable"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.extensions.migration"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.extensions.partials"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.memoryadaptor"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.restadaptor"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.rest.routes"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.chronic"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.profiling"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.jasperreports"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.imadaptor"
[javadoc] javadoc: warning - Multiple sources of package comments found for package ""
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:20: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:21: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:13: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:14: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:28: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public class ERXGracefulShutdown implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:87: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] protected SignalHandler defaultHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:98: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:118: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public SignalHandler defaultHandler() { return defaultHandler; }
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:122: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public void setDefaultHandler(SignalHandler value) { defaultHandler = value; }
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRequest.java:7: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.BASE64Encoder;
[javadoc] ^
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang.builder"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:12: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:13: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:202: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public static class DumpLocksSignalHandler implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:203: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:1847: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public static class DumpLocksSignalHandler implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:1849: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:3: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:4: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:16: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public class ERXSignalHandler implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:20: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] private NSMutableDictionary<String, NSMutableArray<SignalHandler>> signals = new NSMutableDictionary();
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:27: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public synchronized static void register(String signalName, SignalHandler handler) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:48: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public synchronized static void unregister(String signalName, SignalHandler handler) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:60: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCUtilities.java:22: warning: com.sun.rowset.CachedRowSetImpl is Sun proprietary API and may be removed in a future release
[javadoc] import com.sun.rowset.CachedRowSetImpl;
[javadoc] ^
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.modern.directtoweb"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.modern.look"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang.time"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "com.thoughtworks.selenium"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang.exception"
[javadoc] javadoc: warning - Error fetching URL: http://java.sun.com/j2se/1.4/docs/api/package-list
[javadoc] javadoc: warning - Error fetching URL: http://jakarta.apache.org/log4j/docs/api/package-list
[javadoc] Registered Taglet BindingTaglet ...
[javadoc] Registered Taglet D2WKeyTaglet ...
[javadoc] Registered Taglet PropertyTaglet ...
[javadoc] Standard Doclet version 1.6.0_45
[javadoc] Building tree for all the packages and classes...
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxIBoxComponentContent.java:14: warning - Tag @see: reference not found: AjaxModelContainer
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxModalDialog.java:585: warning - Tag @see: can't find openDialogFunctionName(String) in AjaxModalDialog
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxModalDialog.java:769: warning - Tag @see: can't find popDialog() in AjaxModalDialog
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxResponse.java:164: warning - Tag @see: can't find appendScriptFooterIfNecessary in AjaxUtils
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxResponse.java:156: warning - Tag @see: can't find appendScriptHeaderIfNecessary in AjaxUtils
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxResponse.java:172: warning - Tag @see: can't find updateDomElement in AjaxUtils
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxUtils.java:506: warning - Tag @see: can't find updateDomElement(String, Object, String, String, String) in AjaxResponse
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxUtils.java:506: warning - Tag @see: can't find updateDomElement(String, Object) in AjaxResponse
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/AjaxLook/Sources/er/ajax/look/interfaces/PropertyChangedDelegate.java:12: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCAjaxLongResponsePage.java:120: warning - Tag @link: can't find performAction() in IERXPerformWOActionForResult
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCAjaxLongResponsePage.java:120: warning - Tag @link: can't find setLongRunningCallable(Callable) in CCAjaxLongResponsePage
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/widgets/AjaxUploadButton.java:26: warning - Tag @see: reference not found: WOFileUpload API/binding compatible with WOFileUpload. Additionally:
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/widgets/AjaxUploadButton.java:26: warning - Tag @see: reference not found: er.prototaculous.AjaxUploadButton jQuery compatible version
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/widgets/AjaxUploadContainer.java:16: warning - Tag @see: reference not found: er.prototaculous.AjaxUploadContainer jQuery compatible version
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/widgets/JWPlayer.java:30: warning - Tag @see: missing final '>': "<a href="http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/14625/html5-support">JW Player HTML5 support</a>
[javadoc]
[javadoc] You will need to include the script jwplayer.js in your page if using Unobtrusively"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/AjaxUploadButton.java:25: warning - Tag @see: reference not found: WOFileUpload API/binding compatible with WOFileUpload. Additionally:
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java:42: warning - Tag @link:illegal character: "58" in "http://code.google.com/p/calendardateselect/"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java:42: warning - Tag @link:illegal character: "47" in "http://code.google.com/p/calendardateselect/"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java:42: warning - Tag @link:illegal character: "47" in "http://code.google.com/p/calendardateselect/"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java:42: warning - Tag @link:illegal character: "47" in "http://code.google.com/p/calendardateselect/"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java:42: warning - Tag @link:illegal character: "47" in "http://code.google.com/p/calendardateselect/"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java:42: warning - Tag @link:illegal character: "47" in "http://code.google.com/p/calendardateselect/"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java:42: warning - Tag @link: reference not found: http://code.google.com/p/calendardateselect/
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/ModalBoxOnLoad.java:19: warning - Tag @see: reference not found: AjaxModalBoxLink for api
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:434: warning - Tag @see: reference not found: IERXMigration.downgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:456: warning - Tag @see: reference not found: IERXMigration.upgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:434: warning - Tag @see: reference not found: IERXMigration.downgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:456: warning - Tag @see: reference not found: IERXMigration.upgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:434: warning - Tag @see: reference not found: IERXMigration.downgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:456: warning - Tag @see: reference not found: IERXMigration.upgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:434: warning - Tag @see: reference not found: IERXMigration.downgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:456: warning - Tag @see: reference not found: IERXMigration.upgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:434: warning - Tag @see: reference not found: IERXMigration.downgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:456: warning - Tag @see: reference not found: IERXMigration.upgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:434: warning - Tag @see: reference not found: IERXMigration.downgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:456: warning - Tag @see: reference not found: IERXMigration.upgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:434: warning - Tag @see: reference not found: IERXMigration.downgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:456: warning - Tag @see: reference not found: IERXMigration.upgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:434: warning - Tag @see: reference not found: IERXMigration.downgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:456: warning - Tag @see: reference not found: IERXMigration.upgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/ERD2WControllerFactory.java:52: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/ERDirectToWeb.java:285: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/ERDirectToWeb.java:399: warning - Tag @d2wKey cannot be used in method documentation. It can only be used in the following types of documentation: class/interface.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/ERDirectToWeb.java:399: warning - Tag @d2wKey cannot be used in method documentation. It can only be used in the following types of documentation: class/interface.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/assignments/ERDAssignment.java:72: warning - Tag @link: reference not found: ERDLocaizableInterface
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/assignments/ERDAssignment.java:87: warning - Tag @link: reference not found: ERDLocalizableInterface
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/assignments/ERDAssignment.java:104: warning - Tag @link: reference not found: ERDLocaizableInterface
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/assignments/delayed/ERDDelayedNonNullConditionalAssignment.java:57: warning - @dictionarykey is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/assignments/delayed/ERDDelayedNonNullConditionalAssignment.java:57: warning - @dictionarykey is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/assignments/delayed/ERDDelayedNonNullConditionalAssignment.java:57: warning - @dictionarykey is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WDebugFlags.java:106: warning - Tag @link: can't find isDevelopmentMode in ERXApplication
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WFlyOverCustomComponent.java:22: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDActionBar.java:25: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDBannerComponent.java:18: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "123" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "58" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "45" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see:illegal character: "125" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java:16: warning - Tag @see: reference not found: {http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "123" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "58" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "47" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "45" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see:illegal character: "125" in "{http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java:21: warning - Tag @see: reference not found: {http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html}
[javadoc]
[javadoc] Prerequisite: you must set a D2W rule for key 'enctype' with value "multipart/form-data" in the edit page template
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDActionButton.java:28: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDDeleteButton.java:29: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDPickIntermediateButton.java:30: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDSelectAllButton.java:25: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDSelectButton.java:20: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDSelectionComponent.java:14: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDEditList.java:53: warning - @TypeInfo is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDZoomableImage.java:94: warning - Tag @link: can't find thumnailSrc() in ERDZoomableImage
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDEditToManyRelationship.java:47: warning - @TypeInfo is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDQueryIsContainedInArray.java:31: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDQueryTwoLevelRelationship.java:38: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDAttributeRepetition.java:27: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDGroupingListPageRepetition.java:26: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDInspectPageRepetition.java:24: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDListPageRepetition.java:27: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDQueryPageRepetition.java:28: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDEditPassword.java:36: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDEditPasswordConfirmation.java:29: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/delegates/ERDQueryDataSourceDelegateInterface.java:20: warning - Tag @link: can't find queryDataSource() in ERD2WQueryPage
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/delegates/ERDQueryValidationDelegate.java:148: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/delegates/ERDQueryValidationDelegate.java:148: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/delegates/ERDQueryValidationDelegate.java:148: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/embed/ERD2WQuery.java:16: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/interfaces/ERDEditObjectDelegate.java:24: warning - Tag @link: can't find editObjectAction() in ERD2WListPage
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/interfaces/ERDErrorPageInterface.java:13: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPage.java:285: warning - Tag @link: reference not found: ERXComponentActionRedirector.Restorable
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPage.java:285: warning - Tag @link: reference not found: ERXComponentActionRedirector.Restorable
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPage.java:285: warning - Tag @link: reference not found: ERXComponentActionRedirector.Restorable
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPage.java:285: warning - Tag @link: reference not found: ERXComponentActionRedirector.Restorable
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WProgressPage.java:18: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WQueryEntitiesPage.java:23: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPage.java:285: warning - Tag @link: reference not found: ERXComponentActionRedirector.Restorable
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPage.java:285: warning - Tag @link: reference not found: ERXComponentActionRedirector.Restorable
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WCalendarPageTemplate.java:18: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WProgressPageTemplate.java:20: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WQueryEntitiesPageTemplate.java:15: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/qualifiers/ERDQualifierTraversalCallback.java:22: warning - Tag @link: reference not found: er.extensions.ERXQualifierTraversal
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/WXCheckboxList.java:15: warning - Tag @see: reference not found: WOCheckboxList
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/WXRadioButtonList.java:13: warning - Tag @see: reference not found: WORadioButtonList
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/ERXExtensions.java:1364: warning - Tag @link: can't find loadBundleIfNeeded(URI) in ERXRuntimeUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/ERXExtensions.java:1409: warning - Tag @see: can't find loadBundleIfNeeded(URI) in ERXRuntimeUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/ERXExtensions.java:1409: warning - Tag @see: can't find setup(String[]) in ERXApplication
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/ERXExtensions.java:1409: warning - Tag @link: can't find loadBundleIfNeeded(URI) in ERXRuntimeUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/ERXExtensions.java:172: warning - Tag @link: reference not found: ERXCompilerProxy
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRequest.java:7: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.BASE64Encoder;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXApplication.java:2062: warning - @class is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXApplication.java:2062: warning - @class is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXBasicBrowser.java:72: warning - Tag @link: can't find browser in ERXSession
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXBasicBrowser.java:72: warning - Tag @link: can't find browser in ERXDirectAction
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXBasicBrowser.java:344: warning - Tag @link: can't find NO_GECKO in ERXBrowser
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXBasicBrowser.java:344: warning - Tag @link: can't find NO_GECKO in ERXBrowser
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXBrowserFactory.java:104: warning - Tag @link: can't find browser in ERXSession
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXPathDirectAction.java:30: warning - @class is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXPathDirectAction.java:30: warning - @class is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRequest.java:30: warning - Tag @link: can't find createRequest(String,String,String, NSDictionary,NSData,NSDictionary) in ERXApplication
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRequest.java:112: warning - Tag @link: can't find defaultLanguage() in ERXLocalizer
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXResourceManager.java:37: warning - @fiddler is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXResponse.java:235: warning - Tag @see: can't find disablePageCaching() in er.extensions.appserver.ERXResponse
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXSession.java:271: warning - Tag @see: can't find availableLanguages in ERXLocalizer
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXSession.java:271: warning - Tag @link: can't find availableLanguages in ERXLocalizer
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXSession.java:293: warning - Tag @see: can't find browserLanguages in ERXRequest
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXSession.java:293: warning - Tag @see: can't find availableLanguages in ERXLocalizer
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXSession.java:293: warning - Tag @link: can't find browserLanguages in ERXRequest
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXSession.java:293: warning - Tag @link: can't find availableLanguages in ERXLocalizer
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:20: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:21: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXSession.java:271: warning - @TypeInfo is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXSession.java:293: warning - @TypeInfo is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXWOContext.java:450: warning - Tag @see: can't find safeIdentifierName(String, String, char) in ERXStringUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXWOServletContext.java:21: warning - Tag @link: can't find _rewriteURL(String) in ERXApplication
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/IERXPerformWOActionForResult.java:10: warning - Tag @link: can't find performAction() in IERXPerformWOAction
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/navigation/ERXNavigationItem.java:31: warning - Tag @see: reference not found: er.extensions.ERXNavigationManager
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/navigation/ERXNavigationItem.java:31: warning - Tag @see: reference not found: er.extensions.ERXNavigationMenuItem
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXCachingWrapper.java:47: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDynamicURL.java:47: warning - Tag @see:illegal character: "92" in "com.webobjects.appserver(\._private|)WODynamicURL.queryString()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDynamicURL.java:47: warning - Tag @see:illegal character: "124" in "com.webobjects.appserver(\._private|)WODynamicURL.queryString()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDynamicURL.java:47: warning - Tag @see: missing '#': "com.webobjects.appserver(\._private|)WODynamicURL.queryString()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDynamicURL.java:47: warning - Tag @see: can't find com.webobjects.appserver(\._private|)WODynamicURL.queryString() in er.extensions.components.ERXDynamicURL
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDynamicURL.java:40: warning - Tag @see:illegal character: "92" in "com.webobjects.appserver(\._private|)WODynamicURL.requestHandlerPath()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDynamicURL.java:40: warning - Tag @see:illegal character: "124" in "com.webobjects.appserver(\._private|)WODynamicURL.requestHandlerPath()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDynamicURL.java:40: warning - Tag @see: missing '#': "com.webobjects.appserver(\._private|)WODynamicURL.requestHandlerPath()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDynamicURL.java:40: warning - Tag @see: can't find com.webobjects.appserver(\._private|)WODynamicURL.requestHandlerPath() in er.extensions.components.ERXDynamicURL
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXExternalContent.java:28: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXInlineTemplate.java:53: warning - Tag @link: can't find dynamicBindings() in ERXComponent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXMonthView.java:16: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXNonSynchronizingComponent.java:82: warning - Tag @link:illegal character: "45" in "WOComponent#reset()reset-like"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXNonSynchronizingComponent.java:82: warning - Tag @link: reference not found: WOComponent#reset()reset-like
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXNonSynchronizingComponent.java:82: warning - Tag @link: reference not found: WOComponent#reset()reset-like
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXNonSynchronizingComponent.java:82: warning - Tag @link: reference not found: WOComponent#reset()
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXSLTWrapper.java:70: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXStringHolder.java:16: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXWOFileUpload.java:26: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXWORepetition.java:90: warning - Tag @link: reference not found: java.lang.Array
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXWOText.java:20: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXEditDateJavascript.java:46: warning - Tag @see: can't find addScriptResourceInHead(WOResponse, WOContext, String, String) in ERXResponseRewriter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSInputValidator.java:33: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSRemoteCall.java:23: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSValidationErrors.java:24: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSVariables.java:20: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponse.java:25: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:196: warning - Tag @link: missing '#': "run()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:307: warning - Tag @link: missing '#': "result()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:295: warning - Tag @link: missing '#': "ERXLongResponse.setRefreshInterval(int)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:295: warning - Tag @link: can't find ERXLongResponse.setRefreshInterval(int) in er.extensions.concurrency.ERXLongResponseTask.DefaultImplementation
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:216: warning - Tag @link: missing '#': "performAction()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:264: warning - Tag @link: missing '#': "ERXLongResponseTask.start()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:264: warning - Tag @link: can't find ERXLongResponseTask.start() in er.extensions.concurrency.ERXLongResponseTask.DefaultImplementation
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:253: warning - Tag @link: missing '#': "isCancelled()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:253: warning - Tag @link: missing '#': "performAction()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponseTask.java:236: warning - Tag @link: missing '#': "stop()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXAdaptorChannelDelegate.java:42: warning - Tag @link: reference not found: new ERXAdaptorChannelDelegate()
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXBatchFetchUtilities.java:63: warning - Tag @see: missing '#': "batchFetch(NSArray, NSArray, boolean)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXBatchFetchUtilities.java:36: warning - Tag @see: missing '#': "batchFetch(NSArray, NSArray, boolean)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXBatchFetchUtilities.java:75: warning - Tag @see: missing '#': "batchFetch(NSArray, NSArray, boolean)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXBatchFetchUtilities.java:87: warning - Tag @see: missing '#': "batchFetch(NSArray, NSArray, boolean)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXBatchFetchUtilities.java:99: warning - Tag @see: missing '#': "batchFetch(NSArray, NSArray, boolean)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXBatchFetchUtilities.java:111: warning - Tag @see: missing '#': "batchFetch(NSArray, NSArray, boolean)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXConstant.java:140: warning - Tag @link: reference not found: er.extension.ERXJDBCAdaptor
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXCustomObject.java:616: warning - Tag @link: can't find isNewObject() in ERXGenericRecord
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXDatabaseDataSource.java:63: warning - Tag @see: reference not found: ERXDatabaseDataSource.setRefreshedRefetchedObjects
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXDatabaseDataSource.java:75: warning - Tag @see: reference not found: ERXDatabaseDataSource.setRefreshedRefetchedObjects
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEOAccessUtilities.java:669: warning - Tag @see: reference not found: createSchemaSQLForEntitiesInModelWithNameAndOptions
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEOAccessUtilities.java:2191: warning - @param argument "<T>" is not a type parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEOAccessUtilities.java:2172: warning - @param argument "<T>" is not a type parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEOControlUtilities.java:1064: warning - Tag @link: can't find newPrimaryKeyForObjectFromClassProperties(EOEnterpriseObject) in er.extensions.eof.ERXEOControlUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEOControlUtilities.java:1460: warning - @param argument "prefetchKeyPaths" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEOControlUtilities.java:1460: warning - @param argument "fetchLimit" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEOControlUtilities.java:1460: warning - @param argument "hints" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXGenericRecord.java:745: warning - Tag @link: can't find entityNamed in ERXEOAccessUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXGenericRecord.java:1168: warning - Tag @link: can't find isNewObject in ERXGenericRecord
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXKey.java:342: warning - @param argument "key" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXKey.java:369: warning - @param argument "key" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXKeyGlobalID.java:16: warning - Tag @link: can't find globalID() in ERXKeyGlobalID
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXKeyGlobalID.java:16: warning - Tag @link: reference not found: EOEditingContext#faultForGlobalID
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXModelGroup.java:155: warning - Tag @link: can't find isUseExtendedPrototypesEnabled in ERXModel
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/com/webobjects/eoaccess/ERXModel.java:330: warning - Tag @see: can't find isUseExtendedPrototypesEnabled() in ERXModel
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1420: warning - Tag @link: can't find valueForKeyPath() in com.webobjects.foundation.NSArray
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1508: warning - Tag @link: can't find valueForKeyPath() in com.webobjects.foundation.NSArray
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1549: warning - Tag @link: can't find valueForKeyPath() in com.webobjects.foundation.NSArray
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:2163: warning - Tag @link: can't find sortedArrayUsingComparator(NSComparator) in NSArray
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:123: warning - Tag @link: reference not found: NULL_GROUPING_KEY
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:156: warning - Tag @link: reference not found: NULL_GROUPING_KEY
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:186: warning - Tag @link: reference not found: NULL_GROUPING_KEY
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:222: warning - Tag @link: reference not found: NULL_GROUPING_KEY
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:253: warning - Tag @link: reference not found: NULL_GROUPING_KEY
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:291: warning - Tag @link: reference not found: NULL_GROUPING_KEY
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1114: warning - Tag @see: reference not found: BaseOperator
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1153: warning - Tag @see: reference not found: BaseOperator
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1264: warning - Tag @see: reference not found: BaseOperator
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1346: warning - Tag @see: reference not found: BaseOperator
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1466: warning - Tag @see: reference not found: BaseOperator
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1215: warning - Tag @see: reference not found: BaseOperator
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXArrayUtilities.java:1312: warning - Tag @see: reference not found: BaseOperator
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXConfigurationManager.java:169: warning - Tag @link: can't find main in ERXApplication
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXConfigurationManager.java:158: warning - Tag @link: can't find main in ERXApplication
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXConfigurationManager.java:180: warning - Tag @link: can't find main in ERXApplication
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXConfigurationManager.java:191: warning - Tag @link: can't find main in ERXApplication
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXConfigurationManager.java:321: warning - Tag @link: can't find configureLogging in ERXLogger
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXEqualator.java:38: warning - Tag @see: can't find eoEquals(EOEnterpriseObject, EOEnterpriseObject) in ERXEOControlUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXEqualator.java:32: warning - Tag @see: can't find safeEquals(Object, Object) in ERXExtensions
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXProperties.java:670: warning - Tag @link: reference not found: ERXCrypto.defaultCrypter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXProperties.java:696: warning - Tag @link: reference not found: ERXCrypto.defaultCrypter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXProperties.java:140: warning - Tag @see: can't find removeExtraDotsFromVersionString in ERXStringUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXProperties.java:185: warning - Tag @see: can't find removeExtraDotsFromVersionString in ERXStringUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXProperties.java:670: warning - Tag @link: reference not found: ERXCrypto.defaultCrypter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXProperties.java:696: warning - Tag @link: reference not found: ERXCrypto.defaultCrypter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXRetainer.java:23: warning - @NSNotification}s.<br/> is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSimpleTemplateParser.java:30: warning - @@, is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXStringUtilities.java:409: warning - Tag @see: can't find integerForString(String) in ERXConstant
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSystem.java:25: warning - @@key@@ is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXUtilities.java:163: warning - Tag @link: missing '#': "ERXEOControlUtilities.dataSourceForArray(NSArray)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXUtilities.java:163: warning - Tag @link: can't find ERXEOControlUtilities.dataSourceForArray(NSArray) in er.extensions.foundation.ERXUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXUtilities.java:156: warning - Tag @link: missing '#': "ERXEOAccessUtilities.makeEditableSharedEntityNamed(String)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXUtilities.java:156: warning - Tag @link: can't find ERXEOAccessUtilities.makeEditableSharedEntityNamed(String) in er.extensions.foundation.ERXUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXValueUtilities.java:27: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCConnectionAnalyzer.java:26: warning - @madeWonderfulBy is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCConnectionBroker.java:67: warning - Tag @link: reference not found: er.extensions.components.ERXConfigurationManager
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCUtilities.java:448: warning - Tag @see: missing '#': "ERXJDBCUtilities._copyDatabaseDefinedByEOModelAndConnectionDictionaryToDatabaseWithConnectionDictionary(EOModel, NSDictionary, NSDictionary)"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCUtilities.java:448: warning - Tag @see: can't find ERXJDBCUtilities._copyDatabaseDefinedByEOModelAndConnectionDictionaryToDatabaseWithConnectionDictionary(EOModel, NSDictionary, NSDictionary) in er.extensions.jdbc.ERXJDBCUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXSQLHelper.java:2103: warning - Tag @see: can't find maximumElementPerInClause() in ERXSQLHelper
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXSQLHelper.java:1662: warning - Tag @see: reference not found: createSchemaSQLForEntitiesInModelWithNameAndOptions
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXSQLHelper.java:2286: warning - Tag @see: reference not found: er.extensions.ERXSQLHelper#sqlForCreateUniqueIndex(java.lang.String, java.lang.String, er.extensions.ERXSQLHelper.ColumnIndex[])
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCUtilities.java:22: warning: com.sun.rowset.CachedRowSetImpl is Sun proprietary API and may be removed in a future release
[javadoc] import com.sun.rowset.CachedRowSetImpl;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:307: warning - Tag @see: can't find databaseProductName(EOAdaptorChannel) in ERXJDBCUtilities
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:434: warning - Tag @see: reference not found: IERXMigration.downgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/migration/ERXMigrationDatabase.java:456: warning - Tag @see: reference not found: IERXMigration.upgrade
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/statistics/ERXStatisticsStore.java:52: warning - Tag @link: can't find threadName() in ERXSession
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERJavaMail/Sources/er/javamail/ERMailDelivery.java:322: warning - @param argument "header" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERJavaMail/Sources/er/javamail/ERMailDeliveryHTML.java:104: warning - Tag @see: can't find prepareMail in ERMailDelivery
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERJavaMail/Sources/er/javamail/ERMailDeliveryPlainText.java:42: warning - Tag @see: can't find prepareMail in ERMailDelivery
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERJavaMail/Sources/er/javamail/ERMailDeliveryWOComponentPlainText.java:24: warning - Tag @see: can't find prepareMail in ERMailDelivery
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERJavaMail/Sources/er/javamail/ERMailUtils.java:162: warning - Tag @link: reference not found: ERMailUtils.instantiatePage
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERJavaMail/Sources/er/javamail/ERMailUtils.java:162: warning - Tag @link: reference not found: ERXApplication.instantiatePage
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/components/ERMDatePicker.java:98: warning - Tag @see: can't find addScriptResourceInHead(WOResponse, WOContext, String, String) in ERXResponseRewriter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/components/ERMDatePicker.java:133: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/components/ERMResourceInjector.java:31: warning - Tag @see: can't find addScriptResourceInHead(WOResponse, WOContext, String, String) in ERXResponseRewriter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/assignments/defaults/ERMDDefaultCSSAssignment.java:361: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/assignments/defaults/ERMDDefaultCSSAssignment.java:344: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/assignments/defaults/ERMDDefaultCSSAssignment.java:378: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMD2WStyleSheetInjector.java:38: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDBatchSizeControl.java:144: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDBatchSizeControl.java:61: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDBatchSizeControl.java:115: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDBatchSizeControl.java:97: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDBatchSizeControl.java:79: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDBatchSizeControl.java:129: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDBatchSizeControl.java:160: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:109: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:91: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:100: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:68: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:145: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:136: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:82: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:155: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:118: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:127: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:49: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:218: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:209: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:164: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:173: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:182: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:200: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java:191: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDHasChangesMarker.java:55: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDHasChangesMarker.java:37: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDWizardDetailedBanner.java:46: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDWizardDetailedBanner.java:27: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDActionButton.java:121: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDActionButton.java:132: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDActionButton.java:141: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDActionButton.java:84: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDActionButton.java:150: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:44: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:223: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:206: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:181: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:143: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:251: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:195: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:106: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:265: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:116: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:315: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:237: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java:276: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDEditButton.java:31: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDEditButton.java:66: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDEditButton.java:52: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDEditButton.java:78: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDEditButton.java:115: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDEditButton.java:101: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDInspectButton.java:30: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDInspectButton.java:66: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDInspectButton.java:52: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDInspectButton.java:78: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDInspectButton.java:102: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDRemoveRelatedButton.java:105: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDRemoveRelatedButton.java:148: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDRemoveRelatedButton.java:238: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDRemoveRelatedButton.java:80: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDRemoveRelatedButton.java:220: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDRemoveRelatedButton.java:187: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDSelectButton.java:53: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDSelectButton.java:39: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDSelectButton.java:65: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:184: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:166: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:175: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:143: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:220: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:211: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:157: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:229: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:193: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:202: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:73: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:292: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:283: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:238: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:110: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:88: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:247: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:256: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:132: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:274: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java:265: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/relationships/ERMD2WEditToOneTypeAhead.java:237: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/relationships/ERMD2WEditToOneTypeAhead.java:186: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/relationships/ERMD2WEditToOneTypeAhead.java:173: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/relationships/ERMD2WEditToOneTypeAhead.java:205: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/relationships/ERMD2WEditToOneTypeAhead.java:152: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/relationships/ERMD2WEditToOneTypeAhead.java:214: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDInspectPageRepetition.java:28: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDListPageRepetition.java:28: warning - Tag @link: reference not found: ERMSimpleListPageRepetition
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDListPageRepetition.java:28: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDQueryPageRepetition.java:25: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDReducedListPageRepetition.java:25: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDSimpleListPageRepetition.java:31: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODRequiredWrapper.java:85: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODRequiredWrapper.java:101: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODRequiredWrapper.java:116: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODRequiredWrapper.java:68: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODRequiredWrapper.java:36: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODRequiredWrapper.java:52: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:223: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:99: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:117: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:166: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:128: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:146: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:270: warning - Tag @link: reference not found: ERMEditRelationhsipPageInterface
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:270: warning - @param argument "NSArray" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:280: warning - @param argument "EOEnterpriseObject" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java:280: warning - @param argument "String" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODWizardCreationPage.java:153: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODWizardCreationPage.java:122: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODWizardCreationPage.java:113: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/ERXRouteRequestHandler.java:395: warning - @Path is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/ERXRouteRequestHandler.java:411: warning - @Path is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/jsr311/Path.java:30: warning - @Path("/person/{person:Person}") is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/jsr311/Paths.java:24: warning - @Paths is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/jsr311/Paths.java:24: warning - @Paths({@Path("/person/{person:Person}"), is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Excel/ExcelGenerator/Sources/er/excel/EGWrapper.java:23: warning - @project is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERCalendarEvent.java:62: warning - Tag @see: can't find sequence in ERSimpleEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERCalendarEvent.java:105: warning - Tag @see: can't find sequence in ERSimpleEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERCalendarEvent.java:35: warning - Tag @see: can't find wholeDay in ERSimpleEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java:203: warning - Tag @see: can't find status in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java:213: warning - Tag @see: can't find summary in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java:223: warning - Tag @see: can't find uniqueId in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java:246: warning - Tag @see: can't find repeatFrequency in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java:41: warning - @TypeInfo is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java:136: warning - @TypeInfo is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java:246: warning - Tag @link: can't find repeatFrequency in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:40: warning - Tag @see: can't find startTime in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:40: warning - Tag @see: can't find endTime in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:40: warning - Tag @see: can't find summary in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:40: warning - Tag @see: can't find uniqueId in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:70: warning - Tag @see: can't find endTime in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:80: warning - Tag @see: can't find sequence in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:61: warning - Tag @see: can't find startTime in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:89: warning - Tag @see: can't find status in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:98: warning - Tag @see: can't find summary in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:107: warning - Tag @see: can't find uniqueId in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERSimpleEvent.java:52: warning - Tag @see: can't find wholeDay in ERCalendarEvent
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERChronic/Sources/er/chronic/ChronicFormatter.java:27: warning - @param argument "options" is not a parameter name.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRCriteria.java:22: warning - Tag @link: reference not found: MAXNUMBER
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRCriteria.java:22: warning - Tag @link: reference not found: MAXSTRING
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRSubMasterCriteria.java:251: warning - Tag @link: missing '#': "useTimeFormat()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRSubMasterCriteria.java:522: warning - Tag @link: reference not found: key
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRSubMasterCriteria.java:211: warning - Tag @link: missing '#': "format()"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRSubMasterCriteria.java:251: warning - Tag @link: reference not found: java.util.DateFormatter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRSubMasterCriteria.java:522: warning - Tag @link: reference not found: key
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/ERJasperReports/Sources/er/jasperreports/ERJRFetchSpecificationReportTask.java:94: warning - @return tag has no arguments.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/ERJasperReports/Sources/er/jasperreports/package.html: warning - Tag @link: reference not found: Callable
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java:42: warning - Tag @link: reference not found: http://code.google.com/p/calendardateselect/
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java:41: warning - @TypeInfo is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDEditListButton.java:67: warning - @TypeInfo is an unknown tag.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDEditToManyRelationship.java:47: warning - @TypeInfo is an unknown tag.
[javadoc] Building index for all the packages and classes...
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java:42: warning - Tag @link: reference not found: http://code.google.com/p/calendardateselect/
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXProperties.java:670: warning - Tag @link: reference not found: ERXCrypto.defaultCrypter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXProperties.java:696: warning - Tag @link: reference not found: ERXCrypto.defaultCrypter
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/delegates/ERDQueryValidationDelegate.java:148: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method.
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Reporting/DRGrouping/Sources/er/grouping/DRSubMasterCriteria.java:522: warning - Tag @link: reference not found: key
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXNonSynchronizingComponent.java:82: warning - Tag @link: reference not found: WOComponent#reset()reset-like
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPage.java:285: warning - Tag @link: reference not found: ERXComponentActionRedirector.Restorable
[javadoc] Building index for all classes...
[javadoc] Generating /var/lib/jenkins/workspace/WonderLegacy/Wonder/dist/wonder-5.0/Documentation/api/stylesheet.css...
[javadoc] Note: Custom tags that could override future standard tags: @d2wKey, @binding, @property. To avoid potential overrides, use at least one period character (.) in custom tag names.
[javadoc] Note: Custom tags that override standard tags: @author
[javadoc] 499 warnings
[javadoc] Patched 1 link injection vulnerable javadocs
[echo] javadoc generation finished
build:
[javac] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/build-doc.xml:96: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
componentsOnly:
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source files for package er.ajax...
[javadoc] Loading source files for package er.ajax.json...
[javadoc] Loading source files for package er.ajax.json.client...
[javadoc] Loading source files for package er.ajax.json.localarg...
[javadoc] Loading source files for package er.ajax.json.serializer...
[javadoc] Loading source files for package er.ajax.look.components...
[javadoc] Loading source files for package er.ajax.look.interfaces...
[javadoc] Loading source files for package er.ajax.look.pages...
[javadoc] Loading source files for package er.coolcomponents...
[javadoc] Loading source files for package er.attachment.components._ajax...
[javadoc] Loading source files for package er.directtoweb.components._ajax...
[javadoc] Loading source files for package er.directtoweb.components.attachments._ajax...
[javadoc] Loading source files for package er.directtoweb.components.buttons._ajax...
[javadoc] Loading source files for package er.directtoweb.components.dates._ajax...
[javadoc] Loading source files for package er.directtoweb.components.relationships._ajax...
[javadoc] Loading source files for package er.directtoweb.components.relationships._xhtml...
[javadoc] Loading source files for package er.directtoweb.pages.templates._xhtml...
[javadoc] Loading source files for package er.diva...
[javadoc] Loading source files for package er.diva.components...
[javadoc] Loading source files for package er.diva.components.repetitions...
[javadoc] Loading source files for package er.diva.pages...
[javadoc] Loading source files for package er.diva.pages._override...
[javadoc] Loading source files for package er.diva.wrapper...
[javadoc] Loading source files for package er.iui...
[javadoc] Loading source files for package er.iui.components...
[javadoc] Loading source files for package er.jquery...
[javadoc] Loading source files for package er.jquery.support...
[javadoc] Loading source files for package er.jquery.widgets...
[javadoc] Loading source files for package er.extensions.batching._ajax...
[javadoc] Loading source files for package er.extensions.components._ajax...
[javadoc] Loading source files for package er.extensions.woextensions._ajax...
[javadoc] Loading source files for package er.prototaculous...
[javadoc] Loading source files for package er.prototaculous.support...
[javadoc] Loading source files for package er.prototaculous.widgets...
[javadoc] Loading source files for package er.googlechart...
[javadoc] Loading source files for package er.googlechart.components...
[javadoc] Loading source files for package er.googlechart.util...
[javadoc] Loading source files for package er.yui...
[javadoc] Loading source files for package er.bugtracker...
[javadoc] Loading source files for package er.bugtracker.mail...
[javadoc] Loading source files for package er.bugtracker.migrations...
[javadoc] Loading source files for package er.attachment...
[javadoc] Loading source files for package er.attachment.components...
[javadoc] Loading source files for package er.attachment.components.viewers...
[javadoc] Loading source files for package er.attachment.metadata...
[javadoc] Loading source files for package er.attachment.migrations...
[javadoc] Loading source files for package er.attachment.model...
[javadoc] Loading source files for package er.attachment.processors...
[javadoc] Loading source files for package er.attachment.thumbnail...
[javadoc] Loading source files for package er.attachment.utils...
[javadoc] Loading source files for package er.corebusinesslogic...
[javadoc] Loading source files for package er.corebusinesslogic.audittrail...
[javadoc] Loading source files for package er.corebusinesslogic.migrations...
[javadoc] Loading source files for package er.javamail.mailer...
[javadoc] Loading source files for package er.taggable...
[javadoc] Loading source files for package er.taggable.components...
[javadoc] Loading source files for package er.taggable.migrations...
[javadoc] Loading source files for package er.taggable.model...
[javadoc] Loading source files for package er.wopaypal...
[javadoc] Loading source files for package er.directtoweb...
[javadoc] Loading source files for package er.directtoweb.assignments...
[javadoc] Loading source files for package er.directtoweb.assignments.defaults...
[javadoc] Loading source files for package er.directtoweb.assignments.delayed...
[javadoc] Loading source files for package er.directtoweb.components...
[javadoc] Loading source files for package er.directtoweb.components.attachments...
[javadoc] Loading source files for package er.directtoweb.components.bool...
[javadoc] Loading source files for package er.directtoweb.components.buttons...
[javadoc] Loading source files for package er.directtoweb.components.dates...
[javadoc] Loading source files for package er.directtoweb.components.misc...
[javadoc] Loading source files for package er.directtoweb.components.numbers...
[javadoc] Loading source files for package er.directtoweb.components.relationships...
[javadoc] Loading source files for package er.directtoweb.components.repetitions...
[javadoc] Loading source files for package er.directtoweb.components.strings...
[javadoc] Loading source files for package er.directtoweb.cvs...
[javadoc] Loading source files for package er.directtoweb.delegates...
[javadoc] Loading source files for package er.directtoweb.embed...
[javadoc] Loading source files for package er.directtoweb.interfaces...
[javadoc] Loading source files for package er.directtoweb.pages...
[javadoc] Loading source files for package er.directtoweb.pages.templates...
[javadoc] Loading source files for package er.directtoweb.printerfriendly...
[javadoc] Loading source files for package er.directtoweb.qualifiers...
[javadoc] Loading source files for package er.directtoweb.xml...
[javadoc] Loading source files for package com.webobjects.jdbcadaptor...
[javadoc] Loading source files for package com.webobjects.woextensions...
[javadoc] Loading source files for package er.extensions...
[javadoc] Loading source files for package er.extensions.appserver...
[javadoc] Loading source files for package er.extensions.appserver.ajax...
[javadoc] Loading source files for package er.extensions.appserver.navigation...
[javadoc] Loading source files for package er.extensions.batching...
[javadoc] Loading source files for package er.extensions.components...
[javadoc] Loading source files for package er.extensions.components._private...
[javadoc] Loading source files for package er.extensions.components.conditionals...
[javadoc] Loading source files for package er.extensions.components.javascript...
[javadoc] Loading source files for package er.extensions.components.partials...
[javadoc] Loading source files for package er.extensions.concurrency...
[javadoc] Loading source files for package er.extensions.crypting...
[javadoc] Loading source files for package er.extensions.eof...
[javadoc] Loading source files for package er.extensions.eof.qualifiers...
[javadoc] Loading source files for package er.extensions.formatters...
[javadoc] Loading source files for package er.extensions.foundation...
[javadoc] Loading source files for package er.extensions.jdbc...
[javadoc] Loading source files for package er.extensions.localization...
[javadoc] Loading source files for package er.extensions.logging...
[javadoc] Loading source files for package er.extensions.migration...
[javadoc] Loading source files for package er.extensions.partials...
[javadoc] Loading source files for package er.extensions.qualifiers...
[javadoc] Loading source files for package er.extensions.remoteSynchronizer...
[javadoc] Loading source files for package er.extensions.statistics...
[javadoc] Loading source files for package er.extensions.validation...
[javadoc] Loading source files for package er.extensions.woextensions...
[javadoc] Loading source files for package er.testrunner...
[javadoc] Loading source files for package er.javamail...
[javadoc] Loading source files for package er.neutral...
[javadoc] Loading source files for package er.prototypes...
[javadoc] Loading source files for package er.modern.ajax.components...
[javadoc] Loading source files for package er.modern.components...
[javadoc] Loading source files for package er.modern.directtoweb.assignments.defaults...
[javadoc] Loading source files for package er.modern.directtoweb.components...
[javadoc] Loading source files for package er.modern.directtoweb.components.buttons...
[javadoc] Loading source files for package er.modern.directtoweb.components.embedded...
[javadoc] Loading source files for package er.modern.directtoweb.components.header...
[javadoc] Loading source files for package er.modern.directtoweb.components.query...
[javadoc] Loading source files for package er.modern.directtoweb.components.relationships...
[javadoc] Loading source files for package er.modern.directtoweb.components.repetitions...
[javadoc] Loading source files for package er.modern.directtoweb.interfaces...
[javadoc] Loading source files for package er.modern.look.components...
[javadoc] Loading source files for package er.modern.look.pages...
[javadoc] Loading source files for package er.jdbcadaptor...
[javadoc] Loading source files for package er.fsadaptor...
[javadoc] Loading source files for package er.memoryadaptor...
[javadoc] Loading source files for package er.restadaptor...
[javadoc] Loading source files for package er.caching...
[javadoc] Loading source files for package er.changenotification...
[javadoc] Loading source files for package er.indexing...
[javadoc] Loading source files for package er.indexing.attributes...
[javadoc] Loading source files for package er.indexing.storage...
[javadoc] Loading source files for package er.jgroups...
[javadoc] Loading source files for package er.rest...
[javadoc] Loading source files for package er.rest.entityDelegates...
[javadoc] Loading source files for package er.rest.format...
[javadoc] Loading source files for package er.rest.gianduia...
[javadoc] Loading source files for package er.rest.routes...
[javadoc] Loading source files for package er.rest.routes.components...
[javadoc] Loading source files for package er.rest.routes.jsr311...
[javadoc] Loading source files for package er.rest.util...
[javadoc] Loading source files for package com.gammastream.validity...
[javadoc] Loading source files for package er.directtoweb.excel...
[javadoc] Loading source files for package er.excel...
[javadoc] Loading source files for package er.calendar...
[javadoc] Loading source files for package er.captcha...
[javadoc] Loading source files for package er.chronic...
[javadoc] Loading source files for package er.chronic.handlers...
[javadoc] Loading source files for package er.chronic.numerizer...
[javadoc] Loading source files for package er.chronic.repeaters...
[javadoc] Loading source files for package er.chronic.tags...
[javadoc] Loading source files for package er.chronic.utils...
[javadoc] Loading source files for package er.directtorest...
[javadoc] Loading source files for package er.directtorest.security...
[javadoc] Loading source files for package er.divalite.components...
[javadoc] Loading source files for package er.divalite.components.buttons...
[javadoc] Loading source files for package er.divalite.components.repetitions...
[javadoc] Loading source files for package er.divalite.pages...
[javadoc] Loading source files for package er.extensions.batching._xhtml...
[javadoc] Loading source files for package er.extensions.woextensions._xhtml...
[javadoc] Loading source files for package er.openid...
[javadoc] Loading source files for package er.pdf...
[javadoc] Loading source files for package er.pdf.builder...
[javadoc] Loading source files for package er.pdf.components...
[javadoc] Loading source files for package er.profiling...
[javadoc] Loading source files for package er.profiling.delegates...
[javadoc] Loading source files for package er.selenium...
[javadoc] Loading source files for package er.selenium.filters...
[javadoc] Loading source files for package er.selenium.io...
[javadoc] Loading source files for package er.selenium.rc...
[javadoc] Loading source files for package er.workerchannel...
[javadoc] Loading source files for package er.snapshotexplorer...
[javadoc] Loading source files for package er.snapshotexplorer.components...
[javadoc] Loading source files for package er.snapshotexplorer.components.pages...
[javadoc] Loading source files for package er.snapshotexplorer.controllers...
[javadoc] Loading source files for package er.snapshotexplorer.delegates...
[javadoc] Loading source files for package er.snapshotexplorer.model...
[javadoc] Loading source files for package er.wojrebel...
[javadoc] Loading source files for package er.wolips...
[javadoc] Loading source files for package er.wolips.components...
[javadoc] Loading source files for package er.derby...
[javadoc] Loading source files for package er.oracle...
[javadoc] Loading source files for package er.h2...
[javadoc] Loading source files for package er.h2.jdbcadaptor...
[javadoc] Loading source files for package er.mysql...
[javadoc] Loading source files for package er.grouping...
[javadoc] Loading source files for package er.jasperreports...
[javadoc] Loading source files for package er.plot...
[javadoc] Loading source files for package er.reporting...
[javadoc] Loading source files for package er.imadaptor...
[javadoc] Loading source files for package er.imadaptor.components...
[javadoc] Loading source files for package er.woadaptor...
[javadoc] Constructing Javadoc information...
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.coolcomponents"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.googlechart"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.googlechart.components"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.googlechart.util"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.attachment"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.attachment.thumbnail"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.taggable"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.extensions.migration"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.extensions.partials"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.memoryadaptor"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.restadaptor"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.rest.routes"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.chronic"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.profiling"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.jasperreports"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.imadaptor"
[javadoc] javadoc: warning - Multiple sources of package comments found for package ""
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:20: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:21: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:13: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:14: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:28: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public class ERXGracefulShutdown implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:87: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] protected SignalHandler defaultHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:98: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:118: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public SignalHandler defaultHandler() { return defaultHandler; }
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:122: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public void setDefaultHandler(SignalHandler value) { defaultHandler = value; }
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRequest.java:7: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.BASE64Encoder;
[javadoc] ^
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang.builder"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:12: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:13: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:202: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public static class DumpLocksSignalHandler implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:203: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:1847: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public static class DumpLocksSignalHandler implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:1849: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:3: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:4: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:16: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public class ERXSignalHandler implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:20: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] private NSMutableDictionary<String, NSMutableArray<SignalHandler>> signals = new NSMutableDictionary();
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:27: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public synchronized static void register(String signalName, SignalHandler handler) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:48: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public synchronized static void unregister(String signalName, SignalHandler handler) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:60: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCUtilities.java:22: warning: com.sun.rowset.CachedRowSetImpl is Sun proprietary API and may be removed in a future release
[javadoc] import com.sun.rowset.CachedRowSetImpl;
[javadoc] ^
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.modern.directtoweb"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.modern.look"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang.time"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "com.thoughtworks.selenium"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang.exception"
[javadoc] 1 error
[javadoc] 48 warnings
[javadoc] javadoc: error - In doclet class ComponentDoclet, method start has thrown an exception java.lang.reflect.InvocationTargetException
[javadoc] java.lang.StringIndexOutOfBoundsException: String index out of range: -1
[javadoc] at java.lang.String.charAt(String.java:686)
[javadoc] at PageGenerator.findTagComments(PageGenerator.java:401)
[javadoc] at ComponentDoclet.start(ComponentDoclet.java:71)
[javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[javadoc] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[javadoc] at java.lang.reflect.Method.invoke(Method.java:597)
[javadoc] at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:269)
[javadoc] at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:143)
[javadoc] at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:340)
[javadoc] at com.sun.tools.javadoc.Start.begin(Start.java:128)
[javadoc] at com.sun.tools.javadoc.Main.execute(Main.java:41)
[javadoc] at com.sun.tools.javadoc.Main.main(Main.java:31)
[echo] components javadoc page generation finished
build:
[javac] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Build/build/build-doc.xml:96: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
d2wOnly:
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source files for package er.ajax...
[javadoc] Loading source files for package er.ajax.json...
[javadoc] Loading source files for package er.ajax.json.client...
[javadoc] Loading source files for package er.ajax.json.localarg...
[javadoc] Loading source files for package er.ajax.json.serializer...
[javadoc] Loading source files for package er.ajax.look.components...
[javadoc] Loading source files for package er.ajax.look.interfaces...
[javadoc] Loading source files for package er.ajax.look.pages...
[javadoc] Loading source files for package er.coolcomponents...
[javadoc] Loading source files for package er.attachment.components._ajax...
[javadoc] Loading source files for package er.directtoweb.components._ajax...
[javadoc] Loading source files for package er.directtoweb.components.attachments._ajax...
[javadoc] Loading source files for package er.directtoweb.components.buttons._ajax...
[javadoc] Loading source files for package er.directtoweb.components.dates._ajax...
[javadoc] Loading source files for package er.directtoweb.components.relationships._ajax...
[javadoc] Loading source files for package er.directtoweb.components.relationships._xhtml...
[javadoc] Loading source files for package er.directtoweb.pages.templates._xhtml...
[javadoc] Loading source files for package er.diva...
[javadoc] Loading source files for package er.diva.components...
[javadoc] Loading source files for package er.diva.components.repetitions...
[javadoc] Loading source files for package er.diva.pages...
[javadoc] Loading source files for package er.diva.pages._override...
[javadoc] Loading source files for package er.diva.wrapper...
[javadoc] Loading source files for package er.iui...
[javadoc] Loading source files for package er.iui.components...
[javadoc] Loading source files for package er.jquery...
[javadoc] Loading source files for package er.jquery.support...
[javadoc] Loading source files for package er.jquery.widgets...
[javadoc] Loading source files for package er.extensions.batching._ajax...
[javadoc] Loading source files for package er.extensions.components._ajax...
[javadoc] Loading source files for package er.extensions.woextensions._ajax...
[javadoc] Loading source files for package er.prototaculous...
[javadoc] Loading source files for package er.prototaculous.support...
[javadoc] Loading source files for package er.prototaculous.widgets...
[javadoc] Loading source files for package er.googlechart...
[javadoc] Loading source files for package er.googlechart.components...
[javadoc] Loading source files for package er.googlechart.util...
[javadoc] Loading source files for package er.yui...
[javadoc] Loading source files for package er.bugtracker...
[javadoc] Loading source files for package er.bugtracker.mail...
[javadoc] Loading source files for package er.bugtracker.migrations...
[javadoc] Loading source files for package er.attachment...
[javadoc] Loading source files for package er.attachment.components...
[javadoc] Loading source files for package er.attachment.components.viewers...
[javadoc] Loading source files for package er.attachment.metadata...
[javadoc] Loading source files for package er.attachment.migrations...
[javadoc] Loading source files for package er.attachment.model...
[javadoc] Loading source files for package er.attachment.processors...
[javadoc] Loading source files for package er.attachment.thumbnail...
[javadoc] Loading source files for package er.attachment.utils...
[javadoc] Loading source files for package er.corebusinesslogic...
[javadoc] Loading source files for package er.corebusinesslogic.audittrail...
[javadoc] Loading source files for package er.corebusinesslogic.migrations...
[javadoc] Loading source files for package er.javamail.mailer...
[javadoc] Loading source files for package er.taggable...
[javadoc] Loading source files for package er.taggable.components...
[javadoc] Loading source files for package er.taggable.migrations...
[javadoc] Loading source files for package er.taggable.model...
[javadoc] Loading source files for package er.wopaypal...
[javadoc] Loading source files for package er.directtoweb...
[javadoc] Loading source files for package er.directtoweb.assignments...
[javadoc] Loading source files for package er.directtoweb.assignments.defaults...
[javadoc] Loading source files for package er.directtoweb.assignments.delayed...
[javadoc] Loading source files for package er.directtoweb.components...
[javadoc] Loading source files for package er.directtoweb.components.attachments...
[javadoc] Loading source files for package er.directtoweb.components.bool...
[javadoc] Loading source files for package er.directtoweb.components.buttons...
[javadoc] Loading source files for package er.directtoweb.components.dates...
[javadoc] Loading source files for package er.directtoweb.components.misc...
[javadoc] Loading source files for package er.directtoweb.components.numbers...
[javadoc] Loading source files for package er.directtoweb.components.relationships...
[javadoc] Loading source files for package er.directtoweb.components.repetitions...
[javadoc] Loading source files for package er.directtoweb.components.strings...
[javadoc] Loading source files for package er.directtoweb.cvs...
[javadoc] Loading source files for package er.directtoweb.delegates...
[javadoc] Loading source files for package er.directtoweb.embed...
[javadoc] Loading source files for package er.directtoweb.interfaces...
[javadoc] Loading source files for package er.directtoweb.pages...
[javadoc] Loading source files for package er.directtoweb.pages.templates...
[javadoc] Loading source files for package er.directtoweb.printerfriendly...
[javadoc] Loading source files for package er.directtoweb.qualifiers...
[javadoc] Loading source files for package er.directtoweb.xml...
[javadoc] Loading source files for package com.webobjects.jdbcadaptor...
[javadoc] Loading source files for package com.webobjects.woextensions...
[javadoc] Loading source files for package er.extensions...
[javadoc] Loading source files for package er.extensions.appserver...
[javadoc] Loading source files for package er.extensions.appserver.ajax...
[javadoc] Loading source files for package er.extensions.appserver.navigation...
[javadoc] Loading source files for package er.extensions.batching...
[javadoc] Loading source files for package er.extensions.components...
[javadoc] Loading source files for package er.extensions.components._private...
[javadoc] Loading source files for package er.extensions.components.conditionals...
[javadoc] Loading source files for package er.extensions.components.javascript...
[javadoc] Loading source files for package er.extensions.components.partials...
[javadoc] Loading source files for package er.extensions.concurrency...
[javadoc] Loading source files for package er.extensions.crypting...
[javadoc] Loading source files for package er.extensions.eof...
[javadoc] Loading source files for package er.extensions.eof.qualifiers...
[javadoc] Loading source files for package er.extensions.formatters...
[javadoc] Loading source files for package er.extensions.foundation...
[javadoc] Loading source files for package er.extensions.jdbc...
[javadoc] Loading source files for package er.extensions.localization...
[javadoc] Loading source files for package er.extensions.logging...
[javadoc] Loading source files for package er.extensions.migration...
[javadoc] Loading source files for package er.extensions.partials...
[javadoc] Loading source files for package er.extensions.qualifiers...
[javadoc] Loading source files for package er.extensions.remoteSynchronizer...
[javadoc] Loading source files for package er.extensions.statistics...
[javadoc] Loading source files for package er.extensions.validation...
[javadoc] Loading source files for package er.extensions.woextensions...
[javadoc] Loading source files for package er.testrunner...
[javadoc] Loading source files for package er.javamail...
[javadoc] Loading source files for package er.neutral...
[javadoc] Loading source files for package er.prototypes...
[javadoc] Loading source files for package er.modern.ajax.components...
[javadoc] Loading source files for package er.modern.components...
[javadoc] Loading source files for package er.modern.directtoweb.assignments.defaults...
[javadoc] Loading source files for package er.modern.directtoweb.components...
[javadoc] Loading source files for package er.modern.directtoweb.components.buttons...
[javadoc] Loading source files for package er.modern.directtoweb.components.embedded...
[javadoc] Loading source files for package er.modern.directtoweb.components.header...
[javadoc] Loading source files for package er.modern.directtoweb.components.query...
[javadoc] Loading source files for package er.modern.directtoweb.components.relationships...
[javadoc] Loading source files for package er.modern.directtoweb.components.repetitions...
[javadoc] Loading source files for package er.modern.directtoweb.interfaces...
[javadoc] Loading source files for package er.modern.look.components...
[javadoc] Loading source files for package er.modern.look.pages...
[javadoc] Loading source files for package er.jdbcadaptor...
[javadoc] Loading source files for package er.fsadaptor...
[javadoc] Loading source files for package er.memoryadaptor...
[javadoc] Loading source files for package er.restadaptor...
[javadoc] Loading source files for package er.caching...
[javadoc] Loading source files for package er.changenotification...
[javadoc] Loading source files for package er.indexing...
[javadoc] Loading source files for package er.indexing.attributes...
[javadoc] Loading source files for package er.indexing.storage...
[javadoc] Loading source files for package er.jgroups...
[javadoc] Loading source files for package er.rest...
[javadoc] Loading source files for package er.rest.entityDelegates...
[javadoc] Loading source files for package er.rest.format...
[javadoc] Loading source files for package er.rest.gianduia...
[javadoc] Loading source files for package er.rest.routes...
[javadoc] Loading source files for package er.rest.routes.components...
[javadoc] Loading source files for package er.rest.routes.jsr311...
[javadoc] Loading source files for package er.rest.util...
[javadoc] Loading source files for package com.gammastream.validity...
[javadoc] Loading source files for package er.directtoweb.excel...
[javadoc] Loading source files for package er.excel...
[javadoc] Loading source files for package er.calendar...
[javadoc] Loading source files for package er.captcha...
[javadoc] Loading source files for package er.chronic...
[javadoc] Loading source files for package er.chronic.handlers...
[javadoc] Loading source files for package er.chronic.numerizer...
[javadoc] Loading source files for package er.chronic.repeaters...
[javadoc] Loading source files for package er.chronic.tags...
[javadoc] Loading source files for package er.chronic.utils...
[javadoc] Loading source files for package er.directtorest...
[javadoc] Loading source files for package er.directtorest.security...
[javadoc] Loading source files for package er.divalite.components...
[javadoc] Loading source files for package er.divalite.components.buttons...
[javadoc] Loading source files for package er.divalite.components.repetitions...
[javadoc] Loading source files for package er.divalite.pages...
[javadoc] Loading source files for package er.extensions.batching._xhtml...
[javadoc] Loading source files for package er.extensions.woextensions._xhtml...
[javadoc] Loading source files for package er.openid...
[javadoc] Loading source files for package er.pdf...
[javadoc] Loading source files for package er.pdf.builder...
[javadoc] Loading source files for package er.pdf.components...
[javadoc] Loading source files for package er.profiling...
[javadoc] Loading source files for package er.profiling.delegates...
[javadoc] Loading source files for package er.selenium...
[javadoc] Loading source files for package er.selenium.filters...
[javadoc] Loading source files for package er.selenium.io...
[javadoc] Loading source files for package er.selenium.rc...
[javadoc] Loading source files for package er.workerchannel...
[javadoc] Loading source files for package er.snapshotexplorer...
[javadoc] Loading source files for package er.snapshotexplorer.components...
[javadoc] Loading source files for package er.snapshotexplorer.components.pages...
[javadoc] Loading source files for package er.snapshotexplorer.controllers...
[javadoc] Loading source files for package er.snapshotexplorer.delegates...
[javadoc] Loading source files for package er.snapshotexplorer.model...
[javadoc] Loading source files for package er.wojrebel...
[javadoc] Loading source files for package er.wolips...
[javadoc] Loading source files for package er.wolips.components...
[javadoc] Loading source files for package er.derby...
[javadoc] Loading source files for package er.oracle...
[javadoc] Loading source files for package er.h2...
[javadoc] Loading source files for package er.h2.jdbcadaptor...
[javadoc] Loading source files for package er.mysql...
[javadoc] Loading source files for package er.grouping...
[javadoc] Loading source files for package er.jasperreports...
[javadoc] Loading source files for package er.plot...
[javadoc] Loading source files for package er.reporting...
[javadoc] Loading source files for package er.imadaptor...
[javadoc] Loading source files for package er.imadaptor.components...
[javadoc] Loading source files for package er.woadaptor...
[javadoc] Constructing Javadoc information...
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.coolcomponents"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.googlechart"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.googlechart.components"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.googlechart.util"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.attachment"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.attachment.thumbnail"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.taggable"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.extensions.migration"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.extensions.partials"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.memoryadaptor"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.restadaptor"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.rest.routes"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.chronic"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.profiling"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.jasperreports"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.imadaptor"
[javadoc] javadoc: warning - Multiple sources of package comments found for package ""
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:20: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:21: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:13: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:14: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:28: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public class ERXGracefulShutdown implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:87: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] protected SignalHandler defaultHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:98: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:118: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public SignalHandler defaultHandler() { return defaultHandler; }
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGracefulShutdown.java:122: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public void setDefaultHandler(SignalHandler value) { defaultHandler = value; }
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRequest.java:7: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.BASE64Encoder;
[javadoc] ^
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang.builder"
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:12: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:13: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:202: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public static class DumpLocksSignalHandler implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXObjectStoreCoordinator.java:203: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:1847: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public static class DumpLocksSignalHandler implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXEC.java:1849: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:3: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.Signal;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:4: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] import sun.misc.SignalHandler;
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:16: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public class ERXSignalHandler implements SignalHandler {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:20: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] private NSMutableDictionary<String, NSMutableArray<SignalHandler>> signals = new NSMutableDictionary();
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:27: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public synchronized static void register(String signalName, SignalHandler handler) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:48: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javadoc] public synchronized static void unregister(String signalName, SignalHandler handler) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXSignalHandler.java:60: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javadoc] public void handle(Signal signal) {
[javadoc] ^
[javadoc] /var/lib/jenkins/workspace/WonderLegacy/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/jdbc/ERXJDBCUtilities.java:22: warning: com.sun.rowset.CachedRowSetImpl is Sun proprietary API and may be removed in a future release
[javadoc] import com.sun.rowset.CachedRowSetImpl;
[javadoc] ^
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.modern.directtoweb"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "er.modern.look"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang.time"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "com.thoughtworks.selenium"
[javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.lang.exception"
[javadoc] writing for key: er.ajax.look.pages
[javadoc] writing for key: er.directtoweb.components
[javadoc] writing for key: er.directtoweb.components.attachments
[javadoc] writing for key: er.directtoweb.components.attachments._ajax
[javadoc] writing for key: er.directtoweb.components.bool
[javadoc] writing for key: er.directtoweb.components.dates
[javadoc] writing for key: er.directtoweb.components.dates._ajax
[javadoc] writing for key: er.directtoweb.components.misc
[javadoc] writing for key: er.directtoweb.components.numbers
[javadoc] writing for key: er.directtoweb.components.relationships
[javadoc] writing for key: er.directtoweb.components.relationships._ajax
[javadoc] writing for key: er.directtoweb.components.relationships._xhtml
[javadoc] writing for key: er.directtoweb.components.strings
[javadoc] writing for key: er.directtoweb.cvs
[javadoc] writing for key: er.directtoweb.excel
[javadoc] writing for key: er.directtoweb.pages
[javadoc] writing for key: er.directtoweb.pages.templates
[javadoc] writing for key: er.directtoweb.pages.templates._xhtml
[javadoc] writing for key: er.directtoweb.printerfriendly
[javadoc] writing for key: er.directtoweb.xml
[javadoc] writing for key: er.diva.pages
[javadoc] writing for key: er.divalite.pages
[javadoc] writing for key: er.modern.directtoweb.components
[javadoc] writing for key: er.modern.look.pages
[javadoc] writing for key: er.neutral
[javadoc] 48 warnings
[echo] d2wkeys javadoc page generation finished
[echo] components javadoc installation finished
BUILD SUCCESSFUL
Total time: 1 minute 8 seconds
Archiving artifacts
Publishing Javadoc
Finished: SUCCESS