erma-core team mailing list archive
-
erma-core team
-
Mailing list archive
-
Message #00144
Re: Build broken on OS X
On Dec 10, 2008, at 11:36 AM, Matthew Kemp wrote:
2) I added what should be the appropriate jars to support the
commons attributes. However, I have not been able to get the build
to work yet. Even with the command:
ant -lib build/ant-lib/ <task>
it does not seem to be able to pick up the jars.
The error is:
build.xml:99: taskdef A class needed by
org.apache.commons.compiler.AttributeCompiler cannot be found:
xjavadoc/ant/XJavadocTask
The commons-attributes task is currently commented out so that the
rest of the build works.
That's odd. I was able to get this running on my box by supplying a
classpathref to the taskdef in build.xml.
I pushed my changes to a branch on GitHub: http://github.com/dougbarth/erma/tree/osx_build_fix
--
Doug Barth
Follow ups
References