Github user jhuynh1 commented on a diff in the pull request:

    https://github.com/apache/geode/pull/712#discussion_r133843663
  
    --- Diff: geode-old-versions/build.gradle ---
    @@ -65,6 +92,21 @@ task createGeodeClasspathsFile  {
         new FileOutputStream(classpathsFile).withStream { fos ->
           versions.store(fos, '')
         }
    +
    +    installsFile.getParentFile().mkdirs();
    +
    +    new FileOutputStream(installsFile).withStream { fos ->
    +      project.ext.installs.store(fos, '')
    +    }
       }
    +
    +  // Add sourceSets for backwards compatibility, rolling upgrade, and
    +  // pdx testing.
    +  addOldVersion('test100', '1.0.0-incubating')
    +  addOldVersion('test110', '1.1.0')
    +  addOldVersion('test111', '1.1.1')
    --- End diff --
    
    Good idea, I'll add a boolean to decide whether to do the product install 
or not


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to