From ccd586f68af14ea693c873d38ad8d5210caa48e0 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Sat, 21 Feb 2015 21:13:07 +0100 Subject: Script that diffs `build/` and `build-sbt/` To ensure the sbt build matches the ant build, diff their output. The scripts just delegates to `diff` command that compares directories recursively. We've added some handy ignore patterns (e.g. for .complete files). Ignore locker and deps dirs when comparing build and build-sbt, these directories are needed by Ant build only. Ignore irrelevant jars in build/pack/lib generated by the Ant build. --- compare-build-dirs-ignore-patterns | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 compare-build-dirs-ignore-patterns (limited to 'compare-build-dirs-ignore-patterns') diff --git a/compare-build-dirs-ignore-patterns b/compare-build-dirs-ignore-patterns new file mode 100644 index 0000000000..8c8160ba15 --- /dev/null +++ b/compare-build-dirs-ignore-patterns @@ -0,0 +1,8 @@ +.DS_Store +*.complete +locker +deps +scala-continuations-*.jar +scala-parser-combinators*.jar +scala-swing*.jar +scala-xml*.jar -- cgit v1.2.3