commons-cli.jar is causing BuildLauncher to fail on first run
Reported by Deleted User | November 16th, 2010 @ 04:13 PM | in Rundeck 1.1
Had to comment out the unjar to get it to work on a new build.
target(dojar:"create server jar with embedded war") {
depends(classpath,doCompile)
def fileName = grailsAppName
def version = metadata.getApplicationVersion()
// ant.unjar(src:"target/launcher-contents/pkgs/webapp/WEB-INF/lib/commons-cli-1.0.jar", dest:"target/server-classes")
ant.mkdir(dir:"target/server-classes/pkgs")
ant.jar(basedir:"target/server-classes", destfile:"target/${fileName}-server-${version}.jar"){
manifest{
attribute(name:"Rundeck-Version",value:"${version}")
}
}
ant.delete(dir:"target/server-classes")
}
Comments and changes to this ticket
-
Deleted User November 17th, 2010 @ 09:46 AM
- Tag changed from bug, build, firsttime to bug, build, cleanup, firsttime
This is a cleanup task for me
-
Deleted User November 19th, 2010 @ 03:50 PM
- Milestone changed from Rundeck 1.0 to Rundeck 1.1
- Milestone order changed from 3 to 0
-
Alex-SF January 17th, 2011 @ 02:03 PM
- Milestone changed from Rundeck 1.1 to Rundeck 1.2
- Milestone order changed from 2 to 0
-
Deleted User January 17th, 2011 @ 08:15 PM
- State changed from new to invalid
- Milestone changed from Rundeck 1.2 to Rundeck 1.1
- Milestone order changed from 3 to 0
Problem has been resolved, likely due to the removal of maven.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues