#71 ✓invalid
Deleted User

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

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.

New-ticket Create new ticket

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

Shared Ticket Bins

People watching this ticket

Pages