Advertisement
Guest User

libgdx create project log

a guest
Nov 21st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Generating app in C:\Users\Emil\Desktop\test
  2. Executing 'C:\Users\Emil\Desktop\test/gradlew.bat clean --no-daemon idea'
  3. WARNING: An illegal reflective access operation has occurred
  4. WARNING: Illegal reflective access by org.gradle.internal.reflect.JavaMethod (file:/C:/Users/Emil/.gradle/wrapper/dists/gradle-2.14.1-bin/2r579t5wehc7ew5kc8vfqezww/gradle-2.14.1/lib/gradle-base-services-2.14.1.jar) to method java.lang.ClassLoader.getPackages()
  5. WARNING: Please consider reporting this to the maintainers of org.gradle.internal.reflect.JavaMethod
  6. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  7. WARNING: All illegal access operations will be denied in a future release
  8. To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html.
  9. Configuration on demand is an incubating feature.
  10.  
  11. FAILURE: Build failed with an exception.
  12.  
  13. * Where:
  14. Build file 'C:\Users\Emil\Desktop\test\build.gradle' line: 53
  15.  
  16. * What went wrong:
  17. A problem occurred evaluating root project 'test'.
  18. > javax/xml/bind/annotation/XmlSchema
  19.  
  20. * Try:
  21. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  22.  
  23. BUILD FAILED
  24.  
  25. Total time: 5.582 secs
  26. Done!
  27. To import in Eclipse: File -> Import -> General -> Existing Projects into Workspace
  28. To import to Intellij IDEA: File -> Open -> YourProject.ipr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement