Posted January 18, 201312 yr Hi ! I'm modding with Craftbukkit Github and I have a bug... The bug compiling error is on my new blocks... Here's the code... It will describe my problem better than me ! Thank's for the answer ! I know that it's nor a Forge bug but I thought that it was the better place to post ! [iNFO] Scanning for projects... [iNFO] [iNFO] ------------------------------------------------------------------------ [iNFO] Building CraftBukkit 1.4.7-R0.2-SNAPSHOT [iNFO] ------------------------------------------------------------------------ [iNFO] [iNFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ craftbukkit --- [iNFO] Using 'UTF-8' encoding to copy filtered resources. [iNFO] Copying 2 resources [iNFO] [iNFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ craftbukkit --- [iNFO] Nothing to compile - all classes are up to date [iNFO] [iNFO] --- gitdescribe-maven-plugin:1.3:gitdescribe (default) @ craftbukkit --- [iNFO] Setting Git Describe: git-Bukkit-unknown [iNFO] [iNFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ craftbukkit --- [iNFO] Using 'UTF-8' encoding to copy filtered resources. [iNFO] skip non existing resourceDirectory C:\Users\samhalo007\Desktop\Programmation\mcp725\eclipse\CBTEST\src\test\resources [iNFO] [iNFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ craftbukkit --- [iNFO] Nothing to compile - all classes are up to date [iNFO] [iNFO] --- maven-surefire-plugin:2.11:test (default-test) @ craftbukkit --- [iNFO] Surefire report directory: C:\Users\samhalo007\Desktop\Programmation\mcp725\eclipse\CBTEST\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.bukkit.AchievementTest 210 recipes 27 achievements Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec Running org.bukkit.ArtTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.bukkit.craftbukkit.inventory.FactoryItemMaterialTest 2013-01-17 20:03:01 org.bukkit.Bukkit setServer INFO: This server is running org.bukkit.support.DummyServer version null (Implementing API version 1.4.7-R0.2-SNAPSHOT) Tests run: 1224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec Running org.bukkit.craftbukkit.inventory.ItemMetaImplementationOverrideTest Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running org.bukkit.craftbukkit.inventory.ItemMetaTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.bukkit.craftbukkit.inventory.NMSCraftItemStackTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.bukkit.DyeColorsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running org.bukkit.MaterialTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! Running org.bukkit.PerMaterialTest Tests run: 2754, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec Running org.bukkit.potion.PotionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.bukkit.SoundTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.bukkit.WorldTypeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Results : Failed tests: verifyMapping(org.bukkit.MaterialTest): Missing tile.oreRubis(231)(..) Tests run: 4103, Failures: 1, Errors: 0, Skipped: 0 [iNFO] ------------------------------------------------------------------------ [iNFO] BUILD FAILURE [iNFO] ------------------------------------------------------------------------ [iNFO] Total time: 4.327s [iNFO] Finished at: Thu Jan 17 20:03:02 EST 2013 [iNFO] Final Memory: 4M/15M [iNFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project craftbukkit: There are test failures. [ERROR] [ERROR] Please refer to C:\Users\samhalo007\Desktop\Programmation\mcp725\eclipse\CBTEST\target\surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.