Skip to content

Instantly share code, notes, and snippets.

@elect86
Created July 22, 2019 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elect86/33c8118ab68634de37a86342056de9a9 to your computer and use it in GitHub Desktop.
Save elect86/33c8118ab68634de37a86342056de9a9 to your computer and use it in GitHub Desktop.
PS D:\DEVELOPMENT\EMM-Check> .\gradlew compileJava --info
Initialized native services in: C:\Users\gbarbieri\.gradle\native
Found daemon DaemonInfo{pid=3664, address=[e6afba2f-c414-4602-bafe-a1b8a0273f49 port:56095, addresses:[/127.0.0.1, /0:0:0:0:0:0:0:1]], state=Idle, lastBusy=1563780871059, context=DefaultDaemonContext[uid=9e286f07-62a6-40d1-a617-e4ce99ab9c12,javaHome=C:\Program Files\Java\jdk1.8.0_181,daemonRegistryDir=C:\Users\gbarbieri\.gradle\daemon,pid=3664,idleTimeout=10800000,priority=NORMAL,daemonOpts=-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=windows-1252,-Duser.country=GB,-Duser.language=en,-Duser.variant]} however its context does not match the desired criteria.
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=C:\Program Files\Java\jdk1.8.0_192,daemonRegistryDir=C:\Users\gbarbieri\.gradle\daemon,pid=17368,idleTimeout=null,priority=NORMAL,daemonOpts=-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=windows-1252,-Duser.country=GB,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=9e286f07-62a6-40d1-a617-e4ce99ab9c12,javaHome=C:\Program Files\Java\jdk1.8.0_181,daemonRegistryDir=C:\Users\gbarbieri\.gradle\daemon,pid=3664,idleTimeout=10800000,priority=NORMAL,daemonOpts=-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=windows-1252,-Duser.country=GB,-Duser.language=en,-Duser.variant]
Looking for a different daemon...
The client will now receive all logging from the daemon (pid: 3412). The daemon log file: C:\Users\gbarbieri\.gradle\daemon\5.5.1\daemon-3412.out.log
Starting 12th build in daemon [uptime: 16 mins 53.774 secs, performance: 96%, non-heap usage: 18% of 268.4 MB]
Using 12 worker leases.
Starting Build
Settings evaluated using settings file 'D:\DEVELOPMENT\EMM-Check\settings.gradle'.
Projects loaded. Root project using build file 'D:\DEVELOPMENT\EMM-Check\build.gradle'.
Included projects: [root project 'EMM-Check']
> Configure project :
Evaluating root project 'EMM-Check' using build file 'D:\DEVELOPMENT\EMM-Check\build.gradle'.
All projects evaluated.
Selected primary task 'compileJava' from project :
Tasks to be executed: [task ':compileJava']
:compileJava (Thread[Execution worker for ':',5,main]) started.
> Task :compileJava
Caching disabled for task ':compileJava' because:
Build cache is disabled
Task ':compileJava' is not up-to-date because:
Input property 'source' file D:\DEVELOPMENT\EMM-Check\src\main\java\ec\gui\dialogs\vrserver\EC_VrClientListener.java has changed.
Created classpath snapshot for incremental compilation in 0.005 secs. 2061 duplicate classes found in classpath (see all with --debug).
Class dependency analysis for incremental compilation took 0.075 secs.
Full recompilation is required because 'EC_VrClientListener.java' was changed. Analysis took 0.083 secs.
Compiling with JDK Java compiler API.
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:49: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
import sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl;
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\gui\dialogs\vrserver\EC_VrClientListener.java:50: warning: EAttribute is internal proprietary API and may be removed in a future release
import sun.font.EAttribute;
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\scripting\EC_XMLObjectReader.java:10: warning: MalformedByteSequenceException is internal proprietary API and may be removed in a future release
import com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException;
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\debug\florian\EC_DebugDialog.java:173: warning: SwingUtilities2 is internal proprietary API and may be removed in a future release
import sun.swing.SwingUtilities2;
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\standard\iso_13564\nodes\EC_TestsNode.java:16: warning: SwingUtilities2 is internal proprietary API and may be removed in a future release
import sun.swing.SwingUtilities2;
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:322: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
} else if (type instanceof ParameterizedTypeImpl) {
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:324: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
typeClass = ((ParameterizedTypeImpl) type).getRawType();
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:325: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
types_2 = ((ParameterizedTypeImpl) type).getActualTypeArguments();
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:375: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
} else if (typeKey instanceof ParameterizedTypeImpl) {
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:377: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
classKey = ((ParameterizedTypeImpl) typeKey).getRawType();
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:378: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
types_Key = ((ParameterizedTypeImpl) typeKey).getActualTypeArguments();
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:387: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
} else if (typeValue instanceof ParameterizedTypeImpl) {
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:389: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
classValue = ((ParameterizedTypeImpl) typeValue).getRawType();
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:390: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
types_Value = ((ParameterizedTypeImpl) typeValue).getActualTypeArguments();
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:481: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
} else if (type instanceof ParameterizedTypeImpl) {
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:484: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
tL.add(((ParameterizedTypeImpl) type).getRawType());
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\data\file\EC_AttributeLoader.java:485: warning: ParameterizedTypeImpl is internal proprietary API and may be removed in a future release
tL.add(getTypes(((ParameterizedTypeImpl) type).getActualTypeArguments()));
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\scripting\EC_XMLObjectReader.java:329: warning: MalformedByteSequenceException is internal proprietary API and may be removed in a future release
} catch (MalformedByteSequenceException e) {
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\core\scripting\EC_XMLObjectReader.java:381: warning: MalformedByteSequenceException is internal proprietary API and may be removed in a future release
} catch (MalformedByteSequenceException e) {
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\debug\florian\EC_DebugDialog.java:6000: warning: SwingUtilities2 is internal proprietary API and may be removed in a future release
FontMetrics metrics = SwingUtilities2.getFontMetrics(tabPane, g, font);
^
D:\DEVELOPMENT\EMM-Check\src\main\java\ec\debug\florian\EC_DebugDialog.java:6009: warning: SwingUtilities2 is internal proprietary API and may be removed in a future release
clippedTitle = SwingUtilities2.clipStringIfNecessary(null, metrics, title, textRect.width);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
21 warnings
:compileJava (Thread[Execution worker for ':',5,main]) completed. Took 31.284 secs.
BUILD SUCCESSFUL in 32s
1 actionable task: 1 executed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment