Hi Paul,

On Tue, 2006-01-03 at 22:05 +0000, Paul Jenner wrote:
> Haven't figured out why (yet :-) but I can say where for anyone else
> playing with this.
> 
> jikes looks to hang compiling org/omg/CORBA/INVALID_ACTIVITY.java under
> Cygwin. Take that file out of the classes list manually and jikes build
> completes for me. Try to compile just that file from within the build
> infrastructure and jikes hangs.

O, interesting. The class comment in that file contains some strange
characters. Does removing them help?

Cheers,

Mark
Index: org/omg/CORBA/INVALID_ACTIVITY.java
===================================================================
RCS file: /sources/classpath/classpath/org/omg/CORBA/INVALID_ACTIVITY.java,v
retrieving revision 1.1
diff -u -r1.1 INVALID_ACTIVITY.java
--- org/omg/CORBA/INVALID_ACTIVITY.java	22 Oct 2005 19:57:03 -0000	1.1
+++ org/omg/CORBA/INVALID_ACTIVITY.java	3 Jan 2006 22:12:34 -0000
@@ -43,7 +43,7 @@
 /**
  * Raised when the transaction or Activity is resumed in a different context
  * than from which it was suspended. It is also raised when the invocation is
- * not incompatible with the Activity’s current state.
+ * not incompatible with the Activity's current state.
  *
  * @since 1.5
  *

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to