Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
1,315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. WARNING: An illegal reflective access operation has occurred
  2. WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
  3. WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
  4. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  5. WARNING: All illegal access operations will be denied in a future release
  6. [INFO] Scanning for projects...
  7. [WARNING]
  8. [WARNING] Some problems were encountered while building the effective model for net.named-data:jndn-examples:jar:test
  9. [WARNING] 'dependencies.dependency.version' for net.named-data:jndn:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 33, column 13
  10. [WARNING]
  11. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  12. [WARNING]
  13. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  14. [WARNING]
  15. [INFO]
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Building jndn-examples test
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO]
  20. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jndn-examples ---
  21. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  22. [INFO] skip non existing resourceDirectory /media/ritik/Ritik/cse_work/java and c++/jndn/examples/src/main/resources
  23. [INFO]
  24. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jndn-examples ---
  25. [INFO] Nothing to compile - all classes are up to date
  26. [INFO]
  27. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jndn-examples ---
  28. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  29. [INFO] skip non existing resourceDirectory /media/ritik/Ritik/cse_work/java and c++/jndn/examples/src/test/resources
  30. [INFO]
  31. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jndn-examples ---
  32. [INFO] No sources to compile
  33. [INFO]
  34. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jndn-examples ---
  35. [INFO] No tests to run.
  36. [INFO]
  37. [INFO] >>> exec-maven-plugin:1.1.1:java (default) > validate @ jndn-examples >>>
  38. [INFO]
  39. [INFO] <<< exec-maven-plugin:1.1.1:java (default) < validate @ jndn-examples <<<
  40. [INFO]
  41. [INFO]
  42. [INFO] --- exec-maven-plugin:1.1.1:java (default) @ jndn-examples ---
  43. Express interest /localhost/nfd/rib/list
  44. RIB:
  45. /ndn/ndn route={faceId=263 (origin=255 cost=0 ChildInherit)}
  46. /localhost/nfd/localhost/nfd route={faceId=261 (origin=0 cost=0 ChildInherit)}
  47. [INFO] ------------------------------------------------------------------------
  48. [INFO] BUILD SUCCESS
  49. [INFO] ------------------------------------------------------------------------
  50. [INFO] Total time: 1.302 s
  51. [INFO] Finished at: 2019-04-14T15:24:48+05:30
  52. [INFO] Final Memory: 10M/40M
  53. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement