[jbosstools-dev] deltacloud.ui compilation errors
Denis Golovin
dgolovin at exadel.com
Tue Nov 23 14:55:43 EST 2010
I've fixed compilation errors to keep build running by adding into
DeltaCloud class stub for missing method
public void destroyInstance(String id) throws DeltaCloudException{
throw new DeltaCloudException("Method destroyInstance(String
id) has not implemented yet"); //$NON-NLS-1$
}
could someone from deltacloud component team fill it with real code
build is running on hudson to test
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.Beta2.continuous/466/
Thanks
Denis
More information about the jbosstools-dev
mailing list