I'm not a Java developer, although I do know how to break the build.
Problem is -- when trying to fix my problem, I ran into a pre-existing
problem:
(with a new code tree as of this morning)
[mick@mrg35 java]$ ant clean build
Buildfile: build.xml
[mkdir] Created dir: /home/mick/trunk/qpid/java/tasks/classes
[javac] Compiling 5 source files
to /home/mick/trunk/qpid/java/tasks/classes
[javac]
Note: /home/mick/trunk/qpid/java/tasks/src/org/apache/qpid/tasks/BaseTask.java
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
BUILD FAILED
/home/mick/trunk/qpid/java/build.xml:25: The following error occurred
while executing this line:
/home/mick/trunk/qpid/java/common.xml:122: The <dirset> type doesn't
support the "erroronmissingdir" attribute.
- - - - - - - - -
I am using java java-1.6.0-openjdk-1.6.0.0-1.22.1.9.8.el5_6
and ant ant-1.6.5-2jpp.2
( and I do not have the choice of updating thses.)
Does anyone know an easy way to work around this problem for these older
versions?