 |
jMule
|
View previous topic :: View next topic |
Author |
Message |
Steppenwolf
visitor
Joined: 03 Mar 2003
Posts: 3
|
Posted: Tue Mar 04, 2003 14:33 Post subject:
|
 |
|
Code: |
--------------------Configuration: jmule - j2sdk1.4.1_02 --------------------
C:\Documents and Settings\Administrator\Desktop\jMule\src\org\jmule\util\MiscUtil.java:156: warning: as of release 1.4, assert is a keyword, and may not be used as an identifier
assert (userHash != null && userHash.length == 16);
^
|
I am getting 100s of this error when i compile jmule with jcreator.
Any idea??
Thanx
|
|
Back to top |
|
 |
emarant
Admin / Developer
Joined: 02 Oct 2002
Posts: 135
|
Posted: Tue Mar 04, 2003 19:41 Post subject:
|
 |
|
Steppenwolf wrote: |
Code: |
--------------------Configuration: jmule - j2sdk1.4.1_02 --------------------
C:\Documents and Settings\Administrator\Desktop\jMule\src\org\jmule\util\MiscUtil.java:156: warning: as of release 1.4, assert is a keyword, and may not be used as an identifier
assert (userHash != null && userHash.length == 16);
^
|
I am getting 100s of this error when i compile jmule with jcreator.
Any idea??
Thanx
|
the javac call should include compiler flag "-source 1.4"
e.g. javac -cp "C:\Documents and Settings\Administrator\Desktop\jMule\src" -source 1.4 org.jmule.util.MiscUtil.java
p.s: please read first post of http://jmule.sourceforge.net/forum/viewtopic.php?t=72 to topic of this kind
|
|
Back to top |
|
 |
Steppenwolf
visitor
Joined: 03 Mar 2003
Posts: 3
|
Posted: Wed Mar 05, 2003 20:05 Post subject:
|
 |
|
I compiled it with ant after seeing that there is no traffic at the forum. Anyway is the current cvs version "week_06_2003"?
|
|
Back to top |
|
 |
emarant
Admin / Developer
Joined: 02 Oct 2002
Posts: 135
|
Posted: Thu Mar 06, 2003 3:08 Post subject:
|
 |
|
the jmule-0.01 branch http://jmule.sourceforge.net/forum/viewtopic.php?p=511#511 only bugfix are made on this branch
development for next release branch is main branch, week 6 is to old and doesn't contain latest bugfixes and enhancements
|
|
Back to top |
|
 |
Steppenwolf
visitor
Joined: 03 Mar 2003
Posts: 3
|
Posted: Thu Mar 06, 2003 13:32 Post subject:
|
 |
|
thanx emarant. keep up the good work
|
|
Back to top |
|
 |
|
|
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
|
Powered by phpBB 2.0.3 © 2001, 2002 phpBB Group
|