Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing: gradle clean build
- Arguments: [-c, /home/thufir/NetBeansProjects/twilio/settings.gradle]
- :clean
- :compileJava
- Download https://repo1.maven.org/maven2/com/twilio/sdk/twilio-java-sdk/4.4.5/twilio-java-sdk-4.4.5.pom
- Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom
- Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom
- Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom
- Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom
- Download https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
- Download https://repo1.maven.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom
- Download https://repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom
- Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.3/jackson-core-asl-1.9.3.pom
- Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.3/jackson-mapper-asl-1.9.3.pom
- Download https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
- Download https://repo1.maven.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
- Download https://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom
- Download https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
- Download https://repo1.maven.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
- Download https://repo1.maven.org/maven2/com/twilio/sdk/twilio-java-sdk/4.4.5/twilio-java-sdk-4.4.5.jar
- Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar
- Download https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar
- Download https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
- Download https://repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar
- Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.3/jackson-core-asl-1.9.3.jar
- Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.3/jackson-mapper-asl-1.9.3.jar
- Download https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
- Download https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
- :processResources UP-TO-DATE
- :classes
- :jar
- :assemble
- :compileTestJava UP-TO-DATE
- :processTestResources UP-TO-DATE
- :testClasses UP-TO-DATE
- :test UP-TO-DATE
- :check UP-TO-DATE
- :build
- BUILD SUCCESSFUL
- Total time: 7.048 secs
- Executing: gradle clean build
- Arguments: [-c, /home/thufir/NetBeansProjects/twilio/settings.gradle]
- :clean
- /home/thufir/NetBeansProjects/twilio/src/main/java/net/bounceme/mordor/twilio/Twilio.java:17: error: cannot find symbol
- TwilioRestClient client = new TwilioRestClient(ACCOUNT_SID, AUTH_TOKEN);
- ^
- symbol: class TwilioRestClient
- location: class Twilio
- /home/thufir/NetBeansProjects/twilio/src/main/java/net/bounceme/mordor/twilio/Twilio.java:17: error: cannot find symbol
- TwilioRestClient client = new TwilioRestClient(ACCOUNT_SID, AUTH_TOKEN);
- ^
- symbol: class TwilioRestClient
- location: class Twilio
- 2 errors
- :compileJava FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
- BUILD FAILED
- Total time: 0.711 secs
- Build failure (see the Notifications window for stacktrace): gradle clean build
Advertisement
Add Comment
Please, Sign In to add comment