/undeploy
Execute the requested operation.exceptionBuildException if an error occurs super.execute(); if (path == null) { throw new BuildException ("Must specify 'path' attribute"); } execute("/undeploy?path=" + this.path);
super.execute(); if (path == null) { throw new BuildException ("Must specify 'path' attribute"); } execute("/undeploy?path=" + this.path);
return (this.path);
this.path = path;