Jump to content
  • 0

[help] l2emu compile


Question

Posted

Guys I have this problem ..... For firtst time what can i do ? always with maven!!

INFO] [statemgmt:start-fork]
[iNFO] Starting forked execution [fork id: 454228612]
[iNFO] [buildnumber:create]
[iNFO] Storing buildNumber: 1780
[iNFO] [antrun:run]
[iNFO] Executing tasks
[iNFO] Executed tasks
[iNFO] [resources:resources]
[iNFO] Using default encoding to copy filtered resources.
[iNFO] [compiler:compile]
[iNFO] Nothing to compile - all classes are up to date
[iNFO] [resources:testResources]
[iNFO] Using default encoding to copy filtered resources.
[iNFO] [compiler:testCompile]
[iNFO] Nothing to compile - all classes are up to date
[iNFO] [surefire:test]
[iNFO] Surefire report directory: C:\Documents and Settings\Admin\workspace\l2emuproject-game\target\surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running net.l2emuproject.gameserver.skills.funcs.TestFuncTemplate
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running net.l2emuproject.gameserver.script.TestIntList
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running net.l2emuproject.gameserver.model.TestL2Skill
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec <<< FAILURE!
Running net.l2emuproject.gameserver.templates.TestL2NpcTemplate
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running net.l2emuproject.gameserver.skills.funcs.TestFuncAdd
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running net.l2emuproject.gameserver.jdklogextensions.AuditLogFormatterTest
[07 Μαϊ 15:36:23,765] [CHANGE : Pickup , player corwin, item 216565: Dark Crystal Boots Light Armor(1), null]

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
Running net.l2emuproject.gameserver.skills.funcs.TestFuncMul
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running net.l2emuproject.gameserver.skills.funcs.TestFuncSub
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running net.l2emuproject.gameserver.jdklogextensions.ItemLogFormatterTest
[07 Μαϊ 15:36:25,421] [CHANGE : Pickup , player corwin, item 216565: Dark Crystal Boots Light Armor(1), null]

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
Running net.l2emuproject.gameserver.script.TestScriptPackage
[Fatal Error] :7:11: The end-tag for element type "Droplis" must end with a '>' delimiter.
7 Μαϊ 2009 3:36:26 μμ net.l2emuproject.gameserver.script.ScriptDocument <init>
SEVERE: Invalid document ValentinesNotValid.xml. Error = The end-tag for element type "Droplis" must end with a '>' delimiter.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec
Running net.l2emuproject.gameserver.skills.funcs.TestFuncDiv
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running net.l2emuproject.gameserver.templates.TestL2PcTemplate
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running net.l2emuproject.gameserver.script.TestScriptDocument
[Fatal Error] :6:14: The end-tag for element type "Droplis" must end with a '>' delimiter.
7 Μαϊ 2009 3:36:27 μμ net.l2emuproject.gameserver.script.ScriptDocument <init>
SEVERE: Invalid document test. Error = The end-tag for element type "Droplis" must end with a '>' delimiter.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Running net.l2emuproject.gameserver.skills.funcs.TestFuncSet
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running net.l2emuproject.gameserver.script.TestDateRange
7 Μαϊ 2009 3:36:28 μμ net.l2emuproject.gameserver.script.DateRange parse
WARNING: Invalid Date Format for a dateRange.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec

Results :

Failed tests: 

Tests run: 30, Failures: 1, Errors: 0, Skipped: 0

[ERROR] 

Mojo (aggregator): 

   org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test

FAILED while executing in directory:

   C:\Documents and Settings\Admin\workspace\l2emuproject-game

Reason:

There are test failures.

Please refer to C:\Documents and Settings\Admin\workspace\l2emuproject-game\target\surefire-reports for the individual test results.




[iNFO] ------------------------------------------------------------------------
[iNFO] For more information, run with the -e flag
[iNFO] ------------------------------------------------------------------------
[iNFO] BUILD FAILED
[iNFO] ------------------------------------------------------------------------
[iNFO] Total time: 14 seconds
[iNFO] Finished at: Thu May 07 15:36:28 EEST 2009
[iNFO] Final Memory: 2M/16M
[iNFO] ------------------------------------------------------------------------

6 answers to this question

Recommended Posts

  • 0
Posted

I have tried that ....

edit: it also says me about settings.xml that it canot find it...

  • 0
Posted

I have tried that ....

edit: it also says me about settings.xml that it canot find it...

in ./m2 repository ?

  • 0
Posted

in ./m2 repository ?

yea...

But I believe that I found the problem  look my eclipse.ini :

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

256m

-vmargs

-Xms40m

-Xmx256m

-vm

C:\Program Files\Java\jdk1.6.0_13\bin\javaw.exe

 

When eclipse start it issays my that Eclipse is running in a JRE, but a JDK is required

  Some Maven plugins may not work when importing projects or updating source folders.

Guest
This topic is now closed to further replies.


  • Posts

    • Thnx for share, i can't pm u for password  
    • I'm looking for the best current files that are up to date for the year 2025, not files that are stuck in 2020.
    • EXOPLANET 2.0     GRAND OPENING 09.05.2025 We are thrilled to announce the upcoming launch of a brand new server. This isn’t just a copy of the previous server – it’s the next step in the development of Exoplanet. Based on our past experience, we’re bringing you a server that is faster, more stable, and more fun than ever before.     GRAND OPENING:  09.05.2025 at 20:00 GMT+1 BETA TEST:   04.05.2025    Client: High Five Rates: x10   Website: https://l2exoplanet.net Facebook: https://www.facebook.com/L2-Exoplanet-106811564103836 Discord: https://discord.gg/4fzhW7ZSPc         Game Rates    Experience: x10  Skill Points: x10  Adena: x8  Drop: x8  Spoil: x8  Quest: x5  Raid Boss Drop: x5  Fame: x2  Epaulette: x8  Manor: x8      Safe Enchant: +3  Maximum Enchant: +16  Normal Scroll Chance: 60%  Blessed Scroll Chance: 63%  Attribute Stone Chance: 50%  Attribute Crystal Chance: 30%      Game Settings    Multibox - 3 game clients per HWID  Autoloot  Autolearn Skills Auto Farm  NPC Buffer   Buff Slots (24+4/12)  Buff Duration (2h)  Olympiad Period 7days (new heroes appear every monday)  Seven Signs Period  Class Transfer for Adena  Max Sub-Class 3  Sub-Class Max Level 85  Essence Interface  Champions System  Vote Reward System  Dayli Reward System  PC Points Reward (500PC = 1 Donate Coin)      Epic Bosses Respawn Times     Queen Ant:  24 Hours +/- 4 Hours   Beleth: 3 Days +/- 8 Hours   Baium: 3 Days +/- 8 Hours   Antharas: 4 Days +/- 8 Hours   Valakas:  5 Days +/- 8 Hours     Instance Info     Normal Freya = 6 Players   Hard Freya = 12 Players   Frintezza = 6 Players   Zaken 83 Day = 6 Players   Zaken 60 Day = 6 Players   Zaken Nightly = 9 Players   Tiat = 6 Players   Beleth = 12 Players
    • EXOPLANET 2.0     GRAND OPENING 09.05.2025 We are thrilled to announce the upcoming launch of a brand new server. This isn’t just a copy of the previous server – it’s the next step in the development of Exoplanet. Based on our past experience, we’re bringing you a server that is faster, more stable, and more fun than ever before.     GRAND OPENING:  09.05.2025 at 20:00 GMT+1 BETA TEST:   04.05.2025    Client: High Five Rates: x10   Website: https://l2exoplanet.net Facebook: https://www.facebook.com/L2-Exoplanet-106811564103836 Discord: https://discord.gg/4fzhW7ZSPc         Game Rates    Experience: x10  Skill Points: x10  Adena: x8  Drop: x8  Spoil: x8  Quest: x5  Raid Boss Drop: x5  Fame: x2  Epaulette: x8  Manor: x8      Safe Enchant: +3  Maximum Enchant: +16  Normal Scroll Chance: 60%  Blessed Scroll Chance: 63%  Attribute Stone Chance: 50%  Attribute Crystal Chance: 30%      Game Settings    Multibox - 3 game clients per HWID  Autoloot  Autolearn Skills Auto Farm  NPC Buffer   Buff Slots (24+4/12)  Buff Duration (2h)  Olympiad Period 7days (new heroes appear every monday)  Seven Signs Period  Class Transfer for Adena  Max Sub-Class 3  Sub-Class Max Level 85  Essence Interface  Champions System  Vote Reward System  Dayli Reward System  PC Points Reward (500PC = 1 Donate Coin)      Epic Bosses Respawn Times     Queen Ant:  24 Hours +/- 4 Hours   Beleth: 3 Days +/- 8 Hours   Baium: 3 Days +/- 8 Hours   Antharas: 4 Days +/- 8 Hours   Valakas:  5 Days +/- 8 Hours     Instance Info     Normal Freya = 6 Players   Hard Freya = 12 Players   Frintezza = 6 Players   Zaken 83 Day = 6 Players   Zaken 60 Day = 6 Players   Zaken Nightly = 9 Players   Tiat = 6 Players   Beleth = 12 Players      
  • Topics

×
×
  • Create New...