From 961e87e821d4b0aa13e4cdb9e17c00eca411d2b4 Mon Sep 17 00:00:00 2001 From: macNugs Date: Sat, 28 Jul 2012 16:20:17 -0400 Subject: [PATCH] Mac-Shim -- for building scala on Macs --- mac-shim/README.txt | 14 ++++++++++++++ mac-shim/mac-shim.xml | 24 ++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 mac-shim/README.txt create mode 100644 mac-shim/mac-shim.xml diff --git a/mac-shim/README.txt b/mac-shim/README.txt new file mode 100644 index 0000000..87ce4e1 --- /dev/null +++ b/mac-shim/README.txt @@ -0,0 +1,14 @@ +# Scala on Android, for Macs + +There are discrepancies in the variable/path names in the Android ant build files. This file replicates Linux variable names for the Mac Android Ant build script. It allows Mac users to build and rund Scala apps using the build-scala.xml file provided by this project. + +## To use + +1. Include `mac-shim.xml` in your project's root directory +2. Update `build.xml` in your project root to import the mac-shim. Import after the Android build script, but before the Scala build script. See below. + ```` + + + + ```` + diff --git a/mac-shim/mac-shim.xml b/mac-shim/mac-shim.xml new file mode 100644 index 0000000..12c35ed --- /dev/null +++ b/mac-shim/mac-shim.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + +