thufir

Untitled

Jul 4th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. Executing: gradle clean build
  2. Arguments: [-c, /home/thufir/NetBeansProjects/twilio/settings.gradle]
  3.  
  4. :clean
  5. :compileJava
  6. Download https://repo1.maven.org/maven2/com/twilio/sdk/twilio-java-sdk/4.4.5/twilio-java-sdk-4.4.5.pom
  7. Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom
  8. Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom
  9. Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom
  10. Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom
  11. Download https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
  12. Download https://repo1.maven.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom
  13. Download https://repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom
  14. Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.3/jackson-core-asl-1.9.3.pom
  15. Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.3/jackson-mapper-asl-1.9.3.pom
  16. Download https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
  17. Download https://repo1.maven.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
  18. Download https://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom
  19. Download https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
  20. Download https://repo1.maven.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
  21. Download https://repo1.maven.org/maven2/com/twilio/sdk/twilio-java-sdk/4.4.5/twilio-java-sdk-4.4.5.jar
  22. Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar
  23. Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar
  24. Download https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
  25. Download https://repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar
  26. Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.3/jackson-core-asl-1.9.3.jar
  27. Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.3/jackson-mapper-asl-1.9.3.jar
  28. Download https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
  29. Download https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
  30. :processResources UP-TO-DATE
  31. :classes
  32. :jar
  33. :assemble
  34. :compileTestJava UP-TO-DATE
  35. :processTestResources UP-TO-DATE
  36. :testClasses UP-TO-DATE
  37. :test UP-TO-DATE
  38. :check UP-TO-DATE
  39. :build
  40.  
  41. BUILD SUCCESSFUL
  42.  
  43. Total time: 7.048 secs
  44.  
  45.  
  46. Executing: gradle clean build
  47. Arguments: [-c, /home/thufir/NetBeansProjects/twilio/settings.gradle]
  48.  
  49. :clean
  50. /home/thufir/NetBeansProjects/twilio/src/main/java/net/bounceme/mordor/twilio/Twilio.java:17: error: cannot find symbol
  51. TwilioRestClient client = new TwilioRestClient(ACCOUNT_SID, AUTH_TOKEN);
  52. ^
  53. symbol: class TwilioRestClient
  54. location: class Twilio
  55. /home/thufir/NetBeansProjects/twilio/src/main/java/net/bounceme/mordor/twilio/Twilio.java:17: error: cannot find symbol
  56. TwilioRestClient client = new TwilioRestClient(ACCOUNT_SID, AUTH_TOKEN);
  57. ^
  58. symbol: class TwilioRestClient
  59. location: class Twilio
  60. 2 errors
  61. :compileJava FAILED
  62.  
  63. FAILURE: Build failed with an exception.
  64.  
  65. * What went wrong:
  66. Execution failed for task ':compileJava'.
  67. > Compilation failed; see the compiler error output for details.
  68.  
  69. * Try:
  70. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  71.  
  72. BUILD FAILED
  73.  
  74. Total time: 0.711 secs
  75.  
  76.  
  77.  
  78. Build failure (see the Notifications window for stacktrace): gradle clean build
Advertisement
Add Comment
Please, Sign In to add comment