Advertisement
tahg

Untitled

Sep 16th, 2011
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. "c:\program files (x86)\jetbrains\intellij idea community edition 10.5.1\jre\jre\bin\java" "-Dclassworlds.conf=C:\Program Files (x86)\Maven\apache-maven-3.0.3\bin\m2.conf" "-Dmaven.home=C:\Program Files (x86)\Maven\apache-maven-3.0.3" -Didea.launcher.port=7533 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 10.5.1\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\Maven\apache-maven-3.0.3\boot\plexus-classworlds-2.4.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 10.5.1\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher --no-plugin-registry --fail-fast --no-plugin-updates --strict-checksums --update-snapshots -f D:\Repositories\CraftBukkit\pom.xml install
  2. [WARNING] Command line option -npu is deprecated and will be removed in future Maven versions.
  3. [WARNING] Command line option -npr is deprecated and will be removed in future Maven versions.
  4. [INFO] Scanning for projects...
  5. [INFO]
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] Building CraftBukkit 0.0.1-SNAPSHOT
  8. [INFO] ------------------------------------------------------------------------
  9. Downloading: http://repo.bukkit.org/artifactory/repo/org/bukkit/bukkit/0.0.1-SNAPSHOT/maven-metadata.xml
  10. Downloaded: http://repo.bukkit.org/artifactory/repo/org/bukkit/bukkit/0.0.1-SNAPSHOT/maven-metadata.xml (307 B at 1.0 KB/sec)
  11. Downloading: http://repo.bukkit.org/artifactory/repo/org/bukkit/bukkit/0.0.1-SNAPSHOT/maven-metadata.xml
  12. Downloaded: http://repo.bukkit.org/artifactory/repo/org/bukkit/bukkit/0.0.1-SNAPSHOT/maven-metadata.xml (307 B at 2.0 KB/sec)
  13. [INFO]
  14. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ craftbukkit ---
  15. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  16. [INFO] skip non existing resourceDirectory D:\Repositories\CraftBukkit\src\main\resources
  17. [INFO]
  18. [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ craftbukkit ---
  19. [INFO] Compiling 119 source files to D:\Repositories\CraftBukkit\target\classes
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] BUILD FAILURE
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Total time: 2.070s
  24. [INFO] Finished at: Fri Sep 16 09:19:25 EDT 2011
  25. [INFO] Final Memory: 9M/43M
  26. [INFO] ------------------------------------------------------------------------
  27. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project craftbukkit: Compilation failure: Compilation failure:
  28. [ERROR] D:\Repositories\CraftBukkit\src\main\java\net\minecraft\server\World.java:[168,37] cannot find symbol
  29. [ERROR] symbol : method a()
  30. [ERROR] location: class net.minecraft.server.WorldChunkManager
  31. [ERROR]
  32. [ERROR] D:\Repositories\CraftBukkit\src\main\java\net\minecraft\server\World.java:[170,55] cannot find symbol
  33. [ERROR] symbol : method a(int,int,int,java.util.List,java.util.Random)
  34. [ERROR] location: class net.minecraft.server.WorldChunkManager
  35. [ERROR]
  36. [ERROR] D:\Repositories\CraftBukkit\src\main\java\net\minecraft\server\World.java:[1593,35] cannot find symbol
  37. [ERROR] symbol : method b()
  38. [ERROR] location: class net.minecraft.server.WorldChunkManager
  39. [ERROR]
  40. [ERROR] D:\Repositories\CraftBukkit\src\main\java\org\bukkit\craftbukkit\CraftChunk.java:[157,39] cannot find symbol
  41. [ERROR] symbol : method b(net.minecraft.server.BiomeBase[],int,int,int,int)
  42. [ERROR] location: class net.minecraft.server.WorldChunkManager
  43. [ERROR]
  44. [ERROR] D:\Repositories\CraftBukkit\src\main\java\org\bukkit\craftbukkit\CraftChunk.java:[212,39] cannot find symbol
  45. [ERROR] symbol : method b(net.minecraft.server.BiomeBase[],int,int,int,int)
  46. [ERROR] location: class net.minecraft.server.WorldChunkManager
  47. [ERROR] -> [Help 1]
  48. [ERROR]
  49. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  50. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  51. [ERROR]
  52. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  53. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  54.  
  55. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement