Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. debugger:
  2.  
  3. clean:
  4. [delete] Deleting directory D:\apache\flex\flex-sdk\modules\debugger\classes
  5.  
  6. available:
  7.  
  8. prepare:
  9. [echo] D:\apache\flex\flex-sdk\modules\debugger\build.xml
  10. [mkdir] Created dir: D:\apache\flex\flex-sdk\modules\debugger\classes
  11.  
  12. run-depend:
  13. [echo] Removing class files that changed and dependent class files.
  14.  
  15. compile:
  16. [javac] D:\apache\flex\flex-sdk\modules\debugger\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  17. [javac] Compiling 141 source files to D:\apache\flex\flex-sdk\modules\debugger\classes
  18. [javac] D:\apache\flex\flex-sdk\modules\debugger\src\java\flex\tools\debugger\cli\DebugCLI.java:22: error: package com.sun.org.apache.xml.internal.utils is not visible
  19. [javac] import com.sun.org.apache.xml.internal.utils.LocaleUtility;
  20. [javac] ^
  21. [javac] (package com.sun.org.apache.xml.internal.utils is declared in module java.xml, which does not export it to the unnamed module)
  22. [javac] D:\apache\flex\flex-sdk\modules\debugger\src\java\flash\tools\debugger\Session.java:392: warning: [dep-ann] deprecated item is not annotated with @Deprecated
  23. [javac] public Variable[] getVariableList() throws NotSuspendedException, NoResponseException, NotConnectedException, VersionException;
  24. [javac] ^
  25. [javac] D:\apache\flex\flex-sdk\modules\debugger\src\java\flash\tools\debugger\concrete\PlayerSession.java:175: warning: [dep-ann] deprecated item is not annotated with @Deprecated
  26. [javac] public static PlayerSession createFromSocket(Socket s, IDebuggerCallbacks debuggerCallbacks) throws IOException
  27. [javac] ^
  28. [javac] D:\apache\flex\flex-sdk\modules\debugger\src\java\flash\tools\debugger\events\FileListModifiedEvent.java:29: warning: [dep-ann] deprecated item is not annotated with @Deprecated
  29. [javac] public class FileListModifiedEvent extends DebugEvent
  30. [javac] ^
  31. [javac] D:\apache\flex\flex-sdk\modules\debugger\src\java\flash\tools\debugger\events\FunctionMetaDataAvailableEvent.java:38: warning: [dep-ann] deprecated item is not annotated with @Deprecated
  32. [javac] public class FunctionMetaDataAvailableEvent extends DebugEvent
  33. [javac] ^
  34. [javac] D:\apache\flex\flex-sdk\modules\debugger\src\java\flash\tools\debugger\threadsafe\ThreadSafeIsolateSession.java:190: warning: [dep-ann] deprecated item is not annotated with @Deprecated
  35. [javac] public Variable[] getVariableList() throws NotSuspendedException,
  36. [javac] ^
  37. [javac] D:\apache\flex\flex-sdk\modules\debugger\src\java\flash\tools\debugger\threadsafe\ThreadSafeSession.java:150: warning: [dep-ann] deprecated item is not annotated with @Deprecated
  38. [javac] public Variable[] getVariableList() throws NotSuspendedException,
  39. [javac] ^
  40. [javac] Note: Some input files use or override a deprecated API.
  41. [javac] Note: Recompile with -Xlint:deprecation for details.
  42. [javac] 1 error
  43. [javac] 6 warnings
  44.  
  45. BUILD FAILED
  46. D:\apache\flex\flex-sdk\build.xml:376: The following error occurred while executing this line:
  47. D:\apache\flex\flex-sdk\modules\build.xml:131: The following error occurred while executing this line:
  48. D:\apache\flex\flex-sdk\modules\debugger\build.xml:68: Compile failed; see the compiler error output for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement