Skip to content

Instantly share code, notes, and snippets.

@JacksonGariety
Created January 21, 2014 18:55
Show Gist options
  • Save JacksonGariety/8545930 to your computer and use it in GitHub Desktop.
Save JacksonGariety/8545930 to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building polling-service 0.0.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (generate-sources) @ polling-service ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[exec] Error: Parsing file /Users/Jackson/Sites/cc/polling-service/question-ui/main.js: Line 14: Unexpected token <
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.988s
[INFO] Finished at: Tue Jan 21 10:55:38 PST 2014
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (generate-sources) on project polling-service: An Ant BuildException has occured: exec returned: 1
[ERROR] around Ant part ...<exec dir="./question-ui" executable="${browserify_exe}" failonerror="true">... @ 17:79 in /Users/Jackson/Sites/cc/polling-service/target/antrun/build-main.xml
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment