This is the mail archive of the mauve-discuss@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new module


On Wed, 2006-06-21 at 09:45 +0100, Andrew John Hughes wrote:
> Hallelujah! We might finally see the result of Tom's concurrency patch.

:) We might, but apart from one small typo in the Ecj build script,
fixed as follows:

2006-06-21  Mark Wielaard  <mark@klomp.org>

        * Ecj: Fix jikese typo.

there is a compilation error on the generics branch which might or might
not be valid (I don't have the language spec handy):

3. ERROR in ../../classpath/java/util/Collections.java
 (at line 6622)
        (Class<Map.Entry<K,V>>) Map.Entry.class;
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Cannot cast from Class<Map.Entry> to Class<Map.Entry<K,V>>

Cheers,

Mark

--- scripts/Ecj 19 Jun 2006 19:53:33 -0000      1.2
+++ scripts/Ecj 21 Jun 2006 10:48:57 -0000
@@ -88,7 +88,7 @@
 cd org.eclipse.jdt.core
 exec > ../ecj-native-build/Log.Std 2>&1
 set -e
-find compiler batch -name \*.java | CLASSPATH=compiler:batch xargs ../ecj-gcj-build/ecj -1.4 -bootclasspath $TOP/classpath/jikese-install/share/classpath/glibj.zip -classpath compiler:batch -d ../ecj-native-build -nowarn
+find compiler batch -name \*.java | CLASSPATH=compiler:batch xargs ../ecj-gcj-build/ecj -1.4 -bootclasspath $TOP/classpath/jikes-install/share/classpath/glibj.zip -classpath compiler:batch -d ../ecj-native-build -nowarn
 )

 Report "ecj built with native-ecj" $? ecj-native-build/Log.Std



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]