Created
April 1, 2014 18:28
-
-
Save garyt/9920067 to your computer and use it in GitHub Desktop.
SSP Build Failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/development/ssp/SSP $ mvn -Dmaven.test.skip=true clean install | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building SSP 2.3.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ssp --- | |
[INFO] Deleting /Users/garyt/development/ssp/SSP/target | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ ssp --- | |
[INFO] | |
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ ssp --- | |
[INFO] Checking for local modifications: skipped. | |
[INFO] Updating project files from SCM: skipped. | |
[INFO] Executing: /bin/sh -c cd /Users/garyt/development/ssp/SSP && git rev-parse --verify HEAD | |
[INFO] Working directory: /Users/garyt/development/ssp/SSP | |
[INFO] Storing buildNumber: b048015ff2beac58d78e3babcb0319ae3f5f6036 at timestamp: 1396376680939 | |
[INFO] Executing: /bin/sh -c cd /Users/garyt/development/ssp/SSP && git rev-parse --verify HEAD | |
[INFO] Working directory: /Users/garyt/development/ssp/SSP | |
[INFO] Storing buildScmBranch: UNKNOWN | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ssp --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 187 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ssp --- | |
[INFO] Compiling 1171 source files to /Users/garyt/development/ssp/SSP/target/classes | |
[INFO] | |
[INFO] --- jasperreports-maven-plugin:1.0-beta-2:compile-reports (default) @ ssp --- | |
[INFO] Compiling 36 report design files. | |
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". | |
SLF4J: Defaulting to no-operation (NOP) logger implementation | |
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. | |
[INFO] Compiling report file: earlyAlertCaseCounts_csv.jrxml | |
[INFO] Compiling report file: studentHistoryMaster.jrxml | |
[INFO] Compiling report file: preTransitioned_pdf.jrxml | |
[INFO] Compiling report file: sessionDetails_subreport.jrxml | |
[INFO] Compiling report file: goals_subreport.jrxml | |
[INFO] Compiling report file: journalSessionDetailReport.jrxml | |
[INFO] Compiling report file: referral_subreport.jrxml | |
[INFO] Compiling report file: earlyAlertStudentOutreachReport.jrxml | |
[INFO] Compiling report file: earlyAlertStudentProgressReport.jrxml | |
[INFO] Compiling report file: numberStudentsByStatus.jrxml | |
[INFO] Compiling report file: preTransitioned_csv.jrxml | |
[INFO] Compiling report file: numberStudentsByStatusCourseForm.jrxml | |
[INFO] Compiling report file: studentActionPlan.jrxml | |
[INFO] Compiling report file: earlyAlertClassReport.jrxml | |
[INFO] Compiling report file: caseLoadActivity.jrxml | |
[INFO] Compiling report file: preTransitioned.jrxml | |
[INFO] Compiling report file: counselingReferenceGuide.jrxml | |
[INFO] Compiling report file: earlyAlertStudentReferralReport.jrxml | |
[INFO] Compiling report file: earlyAlertStudentReport.jrxml | |
[INFO] Compiling report file: disabilityServices.jrxml | |
[INFO] Compiling report file: groupsHistory_subreport.jrxml | |
[INFO] Compiling report file: numberPlansByAdvisor.jrxml | |
[INFO] Compiling report file: specialServiceGroups.jrxml | |
[INFO] Compiling report file: tasksHistory_subreport.jrxml | |
[INFO] Compiling report file: earlyAlertCaseCounts.jrxml | |
[INFO] Compiling report file: academicProgramNames_subreport.jrxml | |
[INFO] Compiling report file: earlyAdvantage.jrxml | |
[INFO] Compiling report file: tasks_subreport.jrxml | |
[INFO] Compiling report file: earlyAlertStudentOutcomeReport.jrxml | |
[INFO] Compiling report file: addressLabels.jrxml | |
[INFO] Compiling report file: journalEntries_subreport.jrxml | |
[INFO] Compiling report file: sessionDetails_subsubreport.jrxml | |
[INFO] Compiling report file: studentTasks.jrxml | |
[INFO] Compiling report file: numberCoursesInPlan.jrxml | |
[INFO] Compiling report file: earlyAlertHistory_subreport.jrxml | |
[INFO] Compiling report file: caseLoad.jrxml | |
[INFO] Compiled 36 report design files. | |
[INFO] | |
[INFO] --- exec-maven-plugin:1.2.1:exec (sencha) @ ssp --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 12.401s | |
[INFO] Finished at: Tue Apr 01 11:24:51 MST 2014 | |
[INFO] Final Memory: 39M/594M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (sencha) on project ssp: Command execution failed. Cannot run program "sencha" (in directory "/Users/garyt/development/ssp/SSP/src/main/webapp"): error=2, No such file or directory -> [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