Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "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
- [WARNING] Command line option -npu is deprecated and will be removed in future Maven versions.
- [WARNING] Command line option -npr is deprecated and will be removed in future Maven versions.
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building CraftBukkit 0.0.1-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- Downloading: http://repo.bukkit.org/artifactory/repo/org/bukkit/bukkit/0.0.1-SNAPSHOT/maven-metadata.xml
- Downloaded: http://repo.bukkit.org/artifactory/repo/org/bukkit/bukkit/0.0.1-SNAPSHOT/maven-metadata.xml (307 B at 1.0 KB/sec)
- Downloading: http://repo.bukkit.org/artifactory/repo/org/bukkit/bukkit/0.0.1-SNAPSHOT/maven-metadata.xml
- Downloaded: http://repo.bukkit.org/artifactory/repo/org/bukkit/bukkit/0.0.1-SNAPSHOT/maven-metadata.xml (307 B at 2.0 KB/sec)
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ craftbukkit ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory D:\Repositories\CraftBukkit\src\main\resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ craftbukkit ---
- [INFO] Compiling 119 source files to D:\Repositories\CraftBukkit\target\classes
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 2.070s
- [INFO] Finished at: Fri Sep 16 09:19:25 EDT 2011
- [INFO] Final Memory: 9M/43M
- [INFO] ------------------------------------------------------------------------
- [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:
- [ERROR] D:\Repositories\CraftBukkit\src\main\java\net\minecraft\server\World.java:[168,37] cannot find symbol
- [ERROR] symbol : method a()
- [ERROR] location: class net.minecraft.server.WorldChunkManager
- [ERROR]
- [ERROR] D:\Repositories\CraftBukkit\src\main\java\net\minecraft\server\World.java:[170,55] cannot find symbol
- [ERROR] symbol : method a(int,int,int,java.util.List,java.util.Random)
- [ERROR] location: class net.minecraft.server.WorldChunkManager
- [ERROR]
- [ERROR] D:\Repositories\CraftBukkit\src\main\java\net\minecraft\server\World.java:[1593,35] cannot find symbol
- [ERROR] symbol : method b()
- [ERROR] location: class net.minecraft.server.WorldChunkManager
- [ERROR]
- [ERROR] D:\Repositories\CraftBukkit\src\main\java\org\bukkit\craftbukkit\CraftChunk.java:[157,39] cannot find symbol
- [ERROR] symbol : method b(net.minecraft.server.BiomeBase[],int,int,int,int)
- [ERROR] location: class net.minecraft.server.WorldChunkManager
- [ERROR]
- [ERROR] D:\Repositories\CraftBukkit\src\main\java\org\bukkit\craftbukkit\CraftChunk.java:[212,39] cannot find symbol
- [ERROR] symbol : method b(net.minecraft.server.BiomeBase[],int,int,int,int)
- [ERROR] location: class net.minecraft.server.WorldChunkManager
- [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
- Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement