diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | make/build.xml | 2 | ||||
-rw-r--r-- | make/jogamp-archivetasks.xml | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1 +1,3 @@ build +make/GnuCTreeParserTokenTypes.txt +make/STDCTokenTypes.txt diff --git a/make/build.xml b/make/build.xml index 1fb5987..d835f8b 100644 --- a/make/build.xml +++ b/make/build.xml @@ -72,7 +72,7 @@ </exec> <exec dir="." executable="sed" logError="true" failonerror="false" failifexecutionfails="false" outputproperty="gluegen.build.branch"> - <arg line="-e '/^[^*]/d' -e 's/* \(.*\)/\1/' ${build}/localbranch.raw"/> + <arg line="-e '/^[^*]/d' -e 's/* \(.*\)/\1/' '${build}/localbranch.raw'"/> </exec> <property name="gluegen.build.branch" value="manual"/> <!-- fallback --> <exec dir="${project.root}" executable="git" logError="true" failonerror="false" failifexecutionfails="false" diff --git a/make/jogamp-archivetasks.xml b/make/jogamp-archivetasks.xml index 24309d8..0734f90 100644 --- a/make/jogamp-archivetasks.xml +++ b/make/jogamp-archivetasks.xml @@ -21,7 +21,7 @@ spawn="false" failifexecutionfails="true" failonerror="true"> - <arg line="a -r ${destfile.path} @{includes}"/> + <arg line="a -r '${destfile.path}' @{includes}"/> </exec> </sequential> </macrodef> |