Forum Discussion
roryLIT
12 years agoContributor
Tried that but no success
getting an 'unable to resolve class' error. Here is the code I have. Any thoughts?
def folder = new File( "ext/ALMIntegration.jar" )
if( folder.exists() )
{
ALMConnectionManager newConnection = new ALMConnectionManager()
host = newConnection.getHost();
log.info host
}
getting an 'unable to resolve class' error. Here is the code I have. Any thoughts?def folder = new File( "ext/ALMIntegration.jar" )
if( folder.exists() )
{
ALMConnectionManager newConnection = new ALMConnectionManager()
host = newConnection.getHost();
log.info host
}