[Logicmail-devel] building branch 1.1 using ant
Brought to you by:
octorian
|
From: Chris S. <cl...@se...> - 2009-06-08 04:50:14
|
FYI,
Using rev 454 of /branches/LogicMail-1.1 , I get the following error
when attempting to build the project using ant (1.7.0 from the eclipse
plugin) and JDE 4.5.0 . The problem goes away if I merge r308 of
trunk/LogicMail/src/org/logicprobe/LogicMail/util/EventListenerList.java
onto the 1.1 branch.
cls@shockwave ~/mydocs/Blackberry/LogicMail-1.1/LogicMail
$ ant
Buildfile: build.xml
build:
[mkdir] Created dir: c:\Documents and Settings\cls\My
Documents\Blackberry\LogicMail-1.1\LogicMail\dist
[copy] Copying 1 file to c:\Documents and Settings\cls\My
Documents\Blackberry\LogicMail-1.1\LogicMail\dist
[rapc] Compiling 101 source files to LogicMail.cod
[rapc] C:\Documents and Settings\cls\My
Documents\Blackberry\LogicMail-1.1\LogicMail\src\org\logicprobe\LogicMail\util\EventListenerList.java:67:
cannot find symbol
[rapc] symbol : method removeAt(java.lang.Object[],int)
[rapc] location: class net.rim.device.api.util.Arrays
[rapc] Arrays.removeAt(listenerList, i);
[rapc] ^
[rapc] C:\Documents and Settings\cls\My
Documents\Blackberry\LogicMail-1.1\LogicMail\src\org\logicprobe\LogicMail\util\EventListenerList.java:68:
cannot find symbol
[rapc] symbol : method removeAt(java.lang.Object[],int)
[rapc] location: class net.rim.device.api.util.Arrays
[rapc] Arrays.removeAt(listenerList, i);
[rapc] ^
[rapc] Note: Some input files use or override a deprecated API.
[rapc] Note: Recompile with -Xlint:deprecation for details.
[rapc] 2 errors
[rapc] Error!: Error: java compiler failed: javac -source 1.3
-target 1.1 -g -O -d C:\cygwin\tmp\rapc_679a1f33.dir -bootclasspath
"C:\Program F ...
BUILD FAILED
c:\Documents and Settings\cls\My
Documents\Blackberry\LogicMail-1.1\LogicMail\bu
ild.xml:35: Java returned: 97
Total time: 6 seconds
- cls
|