Bugs item #760695, was opened at 2003-06-25 20:38
Message generated for change (Settings changed) made by hauer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=760695&group_id=22866

Category: JBossWeb
Group: v3.0 Rabbit Hole
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Sebastian Hauer (hauer)
Assigned to: Nobody/Anonymous (nobody)
Summary: jetty does not compile with jdk1.3.x for JBoss 3.0

Initial Comment:
I just updated to the latest stuff from Branch_3_0 and
did a clean compile with jdk1.3.1_07 which failed with
the following error:

C:\test\jboss-cvs\Branch_3_0\jetty\src\main\org\mortbay\start\Main.java:512:
start() is inherited from java.lang.Thread
and hides method in outer class org.mortbay.start.Main.
 An explicit 'this' qualifier must be used to select
the desired
 instance.
                start();
                ^

Thereafter I tried compiling with jdk1.4.0_02 which
worked.  In order to compile it using 1.3.x I had to
apply the change the compiler suggested which you will
find  attached as patch.



----------------------------------------------------------------------

Comment By: Sebastian Hauer (hauer)
Date: 2003-06-25 20:47

Message:
Logged In: YES 
user_id=351964

Sorry for that I just saw on jboss-dev and in the cvs commit
emails that Scott already fixed this.

Something is wrong with my anonymous cvs access I am not
getting all changes no matter how often I update.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=760695&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to