René Kanters wrote:
Hi Nico,
running only the check-executables from build-i18n, with -v I get (
using the original xml file from the repository) the results below.
When using -debug I get a lot longer output for which the only
seemingly important part that is new may be the line:
Loaded from /Users/rkanters/Projects/Eclipse/Jmol/jars/ant-contrib.jar
net/sf/antcontrib/platform/ShellScriptTask.class
It shouldn't make any difference for <exec>, ant-contrib tasks are other
tasks.
You should try a simple build-test.xml file in the Jmol directory to
rule out everything else.
<project name="test-exec" default="test-exec" basedir=".">
<property name="src.dir" value="src" />
<target name="test-exec">
<echo message="${java.library.path}"/>
<exec executable="xgettext" dir="${src.dir}" failonerror="false"
failifexecutionfails="false">
<arg value="--help"/>
</exec>
</target>
</project>
With an example as simple as that one, if it doesn't work, you can send
it to Ant mailing-list.
Maybe someone will have an idea.
No one else is using Eclipse under OS X to build Jmol ?
Here is the -v output...
I see nothing interesting in it.
Are you sure the -debug output doesn't contain anything interesting ?
Send me off-list the -debug output for the build-test.xml.
The OS name I get os.name:Mac OS X'.
Ant should consider it as a Unix system (Mac also, but Unix takes
precedence)
I did some additional testing myself. I added the external program
/usr/bin/ant (my default commanline ant) to the external Tools. This
has the same problems, still, as the 1.6.5 built-in. So it looks like
Eclipse does not pass my path to either...
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers