I was looking at the geode-assembly build script and noticed this:

tasks.withType(Test){
  environment 'GEMFIRE', "$buildDir/install/${distributions.main.baseName}/lib”
}

…

// Create a configuration closure to configure test targets with the install 
directory
def dependOnInstalledProduct = {
  dependsOn installDist
  def install = file("$buildDir/install/${distributions.main.baseName}")
  environment ('GEMFIRE', install)
}


Any idea why we setting the GEMFIRE var twice to different values?  I think the 
first one is wrong.

Anthony

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to