I'm seeing the same thing. I went ahead and reverted the change so our build isn't broken.
-Dan On Wed, Dec 21, 2016 at 4:49 PM, Mark Bretl <mbr...@apache.org> wrote: > Jens, > > Please revert this commit. I feel like the JIRA issue, GEODE-2243, was done > with separate specific environment in mind and not done for the > community. This does not work for standard Geode development environment... > > Unable to apply step Eclipse Formatter to src/main/java/org/apache/geode > /rest/internal/web/util/ValidationUtils.java: Eclipse formatter file > '/Users/mbretl/bldz/open/etc/eclipse-java-google-style.xml' does not > exist. > > --Mark > ---------- Forwarded message ---------- > From: <jensde...@apache.org> > Date: Wed, Dec 21, 2016 at 2:53 PM > Subject: geode git commit: GEODE-2243: Adjust path of spotless formatter > To: comm...@geode.apache.org > > > Repository: geode > Updated Branches: > refs/heads/develop eba189bb1 -> c1998d739 > > > GEODE-2243: Adjust path of spotless formatter > > - This allows projects which depend on Geode to use Geode's formatter > > Signed-off-by: Scott Jewell <sjew...@pivotal.io> > > > Project: http://git-wip-us.apache.org/repos/asf/geode/repo > Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c1998d73 > Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c1998d73 > Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/c1998d73 > > Branch: refs/heads/develop > Commit: c1998d7398b837ee1e699bfd1952719443045d71 > Parents: eba189b > Author: Jens Deppe <jde...@pivotal.io> > Authored: Wed Dec 21 14:52:11 2016 -0800 > Committer: Jens Deppe <jde...@pivotal.io> > Committed: Wed Dec 21 14:53:25 2016 -0800 > > ---------------------------------------------------------------------- > build.gradle | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/geode/blob/c1998d73/build.gradle > ---------------------------------------------------------------------- > diff --git a/build.gradle b/build.gradle > index 360310f..d788250 100755 > --- a/build.gradle > +++ b/build.gradle > @@ -91,7 +91,7 @@ subprojects { > spotless { > lineEndings = 'unix'; > java { > - eclipseFormatFile "${rootProject.projectDir}/etc > /eclipse-java-google-style.xml" > + eclipseFormatFile "${rootProject.projectDir}/../ > open/etc/eclipse-java-google-style.xml" > } > } > } >