summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build-test.xml4
-rwxr-xr-xmake/gluegen-cpptasks.xml10
2 files changed, 4 insertions, 10 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 5e7bf94..4c06b7b 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -7,10 +7,10 @@
<property name="gluegen.root" value=".." />
<property name="gluegen.basename" value="gluegen" /> <!-- if differs, ie jenkins jobname, must be set properly first -->
+ <echo message="gluegen.basename: ${gluegen.basename}"/>
<!---
<property name="gluegen.abspath" location="${gluegen.root}" />
- <basename file="${gluegen.abspath}" property="gluegen.basename" />
- <echo message="gluegen.basename: ${gluegen.basename}"/> -->
+ <basename file="${gluegen.abspath}" property="gluegen.basename" /> -->
<import file="gluegen-cpptasks.xml" />
<import file="jogamp-archivetasks.xml" />
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml
index 70270c4..30944d8 100755
--- a/make/gluegen-cpptasks.xml
+++ b/make/gluegen-cpptasks.xml
@@ -35,16 +35,10 @@
<property name="gluegen-cpptasks.file" value="${gluegen.root}/make/gluegen-cpptasks-base.xml" /> <!-- default value -->
<property name="gluegen-cpptasks.file.abs-path" location="${gluegen-cpptasks.file}" />
- <echo message="GLUEGEN_CPPTASKS_FILE ${env.GLUEGEN_CPPTASKS_FILE}"/>
- <echo message="gluegen-cpptasks.file ${gluegen-cpptasks.file}"/>
+ <!--echo message="GLUEGEN_CPPTASKS_FILE ${env.GLUEGEN_CPPTASKS_FILE}"/>
+ <echo message="gluegen-cpptasks.file ${gluegen-cpptasks.file}"/-->
<echo message="gluegen-cpptasks.file.abs-path ${gluegen-cpptasks.file.abs-path}"/>
- <!--
- <echo message="gluegen-cpptasks.xml: gluegen.root ${gluegen.root}"/>
- <echo message="gluegen-cpptasks.xml: gluegen-cpptasks.file ${gluegen-cpptasks.file} -> ${gluegen-cpptasks.file.abs-path}"/>
- <echo message="gluegen-cpptasks.xml: basedir ${basedir}"/>
- -->
-
<import file="${gluegen-cpptasks.file.abs-path}" optional="false" />
</project>