L2J-FR
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.


Forum pour réunir les administrateurs de serveur L2
 
AccueilAccueil  RechercherRechercher  Dernières imagesDernières images  S'enregistrerS'enregistrer  Connexion  
Le Deal du moment : -50%
-50% sur les sacs à dos pour ordinateur ...
Voir le deal
19.99 €

 

 Problème de compilation

Aller en bas 
4 participants
AuteurMessage
Tauphraen

Tauphraen


Nombre de messages : 191
Date d'inscription : 27/11/2007

Problème de compilation Empty
MessageSujet: Problème de compilation   Problème de compilation Empty08/04/09, 10:30 pm

Bonsoir,

Depuis quelques rev (5396), j'ai des problèmes de compilation.
Le problème persiste depuis que le common a été révisé! Je ne sais pas si cela vient de la rev de L2JFree ou cela vienne de ma configuration.

Même la dernière rev de L2JFree ne passe pas! Je sais que le trunk n'est pas "faible" mais depuis la rev 5396, je n'arrive pas à compiler donc je commence à me poser des questions.

Voila le log d'erreurs, je comprend les erreurs mais j'ai pas réussi à les corriger car apparemment il ne va pas chercher les classes dans le common et je ne sais pas fixer ça.

log :

Code:

[INFO] Compilation failure

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[96,23] cannot find symbol
symbol  : class HandlerRegistry
location: package com.l2jfree.util

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[98,47] cannot find symbol
symbol: class HandlerRegistry
public final class AdminCommandHandler extends HandlerRegistry<String, IAdminCom
mandHandler>

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\status\GameStatusThr
ead.java:[80,23] cannot find symbol
symbol  : class L2Thread
location: package com.l2jfree.lang

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\status\GameStatusThr
ead.java:[82,55] cannot find symbol
symbol  : class SortBy
location: class com.l2jfree.util.concurrent.RunnableStatsManager

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\threadman
ager\DeadlockDetector.java:[32,23] cannot find symbol
symbol  : class L2Thread
location: package com.l2jfree.lang

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\model\L2C
haracter.java:[411,17] cannot find symbol
symbol  : method canReceivePacket(com.l2jfree.gameserver.model.L2Character,com.l
2jfree.gameserver.model.actor.instance.L2PcInstance)
location: class com.l2jfree.gameserver.util.Broadcast

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\model\L2C
haracter.java:[431,17] cannot find symbol
symbol  : method canReceivePacket(com.l2jfree.gameserver.model.L2Character,com.l
2jfree.gameserver.model.actor.instance.L2PcInstance)
location: class com.l2jfree.gameserver.util.Broadcast

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\model\act
or\instance\L2PcInstance.java:[4157,17] cannot find symbol
symbol  : method canReceivePacket(com.l2jfree.gameserver.model.actor.instance.L2
PcInstance,com.l2jfree.gameserver.model.actor.instance.L2PcInstance)
location: class com.l2jfree.gameserver.util.Broadcast

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\model\act
or\instance\L2PcInstance.java:[4184,17] cannot find symbol
symbol  : method canReceivePacket(com.l2jfree.gameserver.model.actor.instance.L2
PcInstance,com.l2jfree.gameserver.model.actor.instance.L2PcInstance)
location: class com.l2jfree.gameserver.util.Broadcast

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[104,16] operator == cannot be applied to com.l2jfree.ga
meserver.handler.AdminCommandHandler,<nulltype>

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[186,45] cannot find symbol
symbol  : method size()
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[186,2] cannot find symbol
symbol  : variable _log
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[189,7] cannot find symbol
symbol  : method get(java.lang.String)
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[190,4] cannot find symbol
symbol  : variable _log
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[195,2] cannot find symbol
symbol  : method registerAll(com.l2jfree.gameserver.handler.IAdminCommandHandler
,java.lang.String[])
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[199,4] cannot find symbol
symbol  : variable _log
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[224,39] cannot find symbol
symbol  : method get(java.lang.String)
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[230,3] cannot find symbol
symbol  : variable _log
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[239,3] cannot find symbol
symbol  : variable _log
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\A
dminCommandHandler.java:[248,3] cannot find symbol
symbol  : variable _log
location: class com.l2jfree.gameserver.handler.AdminCommandHandler

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\Config.java:[1899,25
] cannot find symbol
symbol  : variable TELNET_FILE
location: class com.l2jfree.Config

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\Config.java:[1902,48
] cannot find symbol
symbol  : variable TELNET_FILE
location: class com.l2jfree.Config

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\Config.java:[1911,39
] cannot find symbol
symbol  : variable TELNET_FILE
location: class com.l2jfree.Config

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\status\Status.java:[
86,53] cannot find symbol
symbol  : variable TELNET_FILE
location: class com.l2jfree.Config

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\ai\Factio
nAggressionNotificationQueue.java:[21,59] cannot find symbol
symbol  : constructor ObjectPool(int)
location: class com.l2jfree.util.ObjectPool<com.l2jfree.gameserver.ai.FactionAgg
ressionNotificationQueue.NotificationInfo>

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\status\GameStatusThr
ead.java:[134,54] cannot find symbol
symbol  : variable TELNET_FILE
location: class com.l2jfree.Config

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\status\GameStatusThr
ead.java:[423,5] cannot find symbol
symbol  : variable L2Thread
location: class com.l2jfree.status.GameStatusThread

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\status\GameStatusThr
ead.java:[440,5] cannot find symbol
symbol  : class SortBy
location: class com.l2jfree.status.GameStatusThread

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\status\GameStatusThr
ead.java:[443,15] cannot find symbol
symbol  : variable SortBy
location: class com.l2jfree.status.GameStatusThread

D:\Workspace\L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\threadman
ager\DeadlockDetector.java:[77,23] cannot find symbol
symbol  : variable L2Thread
location: class com.l2jfree.gameserver.threadmanager.DeadlockDetector

Merci pour votre aide.
Revenir en haut Aller en bas
http://sacrifice.montagnedudestin.com
Hizin

Hizin


Nombre de messages : 501
Age : 35
Localisation : Le Mans, Sarthe
Date d'inscription : 08/04/2007

Problème de compilation Empty
MessageSujet: Re: Problème de compilation   Problème de compilation Empty08/04/09, 11:05 pm

Toutes tes erreurs, en gros, viennent du fait qu'ils ne trouvent pas les classes/méthodes/variables qu'il annonce.
Vient sans doute d'un soucis au niveau des import, ou du fait qu'ils sont en train de refaire leur système et qu'ils n'ont pas tout fait en même temps.
Revenir en haut Aller en bas
Vrugar

Vrugar


Nombre de messages : 119
Date d'inscription : 08/04/2008

Problème de compilation Empty
MessageSujet: Re: Problème de compilation   Problème de compilation Empty09/04/09, 03:59 am

Oui ils refont leur système je pense et n'ont pas tout fait en même temps... J'ai le même soucis que toi.
D'ailleurs si on regarde les stable release, la dernière date du 10 Mars.
Revenir en haut Aller en bas
Tauphraen

Tauphraen


Nombre de messages : 191
Date d'inscription : 27/11/2007

Problème de compilation Empty
MessageSujet: Re: Problème de compilation   Problème de compilation Empty09/04/09, 07:21 pm

Ouep, j'avais vu que les erreurs venaient des imports pour la plupart ! Wink
Mais je commençais à mettre en doute ma méthode de compilation car j'avais ce problème depuis un moment ! Wink

Ça me rassure que je ne sois pas le seul ! Very Happy
Revenir en haut Aller en bas
http://sacrifice.montagnedudestin.com
Psychokiller1888

Psychokiller1888


Nombre de messages : 114
Age : 40
Localisation : Suisse
Date d'inscription : 24/02/2008

Problème de compilation Empty
MessageSujet: Re: Problème de compilation   Problème de compilation Empty09/04/09, 08:07 pm

Ils refont l2j-commons activement, et ne veulent pas renvoyer une nouvelle version a chaque petit changements... Alors faut attendre la prochaine release stable
Revenir en haut Aller en bas
Contenu sponsorisé





Problème de compilation Empty
MessageSujet: Re: Problème de compilation   Problème de compilation Empty

Revenir en haut Aller en bas
 
Problème de compilation
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» Probleme compilation L2j Umbrella (GameServer)
» probleme de compilation avec eclipse

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
L2J-FR :: Général :: Aides et Conseils-
Sauter vers:  
Ne ratez plus aucun deal !
Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
IgnorerAutoriser