[MOBY-dev] building jMoby on Mac - help needed

Martin Senger martin.senger at gmail.com
Tue May 6 09:07:20 UTC 2008


I am looking for Mac-ists who can help with the building/compiling jMoby on
Mac OS X.

The problem (as identified already during the last Biohackathon in Tokyo) is
the tools.jar library. On Mac, there is no such file because its contents is
part of the default library classes.jar. On other platforms we have to add
the tools.jar separately. That's why there is a "mac profile" in the
xmls/project.pom. But it does not work... (I wonder if it was working in the
past, at all; was it?).

The problematic (the one causing an error under Mac OS X) are the lines (in
build.xml):

    <fileset dir="${java.home}/../lib">
      <include name="tools.jar"/>
    </fileset>

I really do not understand how the profile tag in xmls/project.pom works, or
should work, to make the lines above working. Any help around?

Many thanks,
Martin

-- 
Martin Senger
email: martin.senger at gmail.com,m.senger at cgiar.org
skype: martinsenger



More information about the MOBY-dev mailing list