Dan Smith created GEODE-3311:
--------------------------------

             Summary: Depedency jars are not rebuilt when dependencies change
                 Key: GEODE-3311
                 URL: https://issues.apache.org/jira/browse/GEODE-3311
             Project: Geode
          Issue Type: Bug
          Components: build
            Reporter: Dan Smith


[~karensmolermiller] and I noticed that if build geode 1.2.0, switch your 
checkout to develop, and then do ./gradlew build without doing a clean, then 
gfsh gets a ClassNotFoundException.

Tracking this down further, it looks like the gfsh-dependencies.jar was still 
looking for geode-core-1.2.0.jar, instead of geode-core-1.3.0.jar.

I think the issue is that the Jar task which generates these manifest jars has 
no inputs. If we add some inputs to this task I think it will rebuild the 
manifest jars.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to