Advertisement
nickmcski

Untitled

Jul 9th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Buildfile: D:\CRAFTLAND\Build Workspace\Plugin_WorldEdit\build.xml
  2. clean:
  3. [delete] Deleting directory D:\CRAFTLAND\Build Workspace\Plugin_WorldEdit\bin
  4. [mkdir] Created dir: D:\CRAFTLAND\Build Workspace\Plugin_WorldEdit\bin
  5. [copy] Copying 2 files to D:\CRAFTLAND\Build Workspace\Plugin_WorldEdit\bin
  6. compile:
  7. [javac] Compiling 217 source files to D:\CRAFTLAND\Build Workspace\Plugin_WorldEdit\bin
  8. [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
  9. [javac] D:\CRAFTLAND\Build Workspace\Plugin_WorldEdit\src\com\sk89q\worldedit\bukkit\BukkitWorld.java:338: error: cannot access World
  10. [javac] List<String> regionsHere = WorldGuardPlugin.instance.getRegionIDs(world, mX + x, mY + y, mZ + z);
  11. [javac] ^
  12. [javac] class file for World not found
  13. [javac] 1 error
  14. [javac] 1 warning
  15.  
  16. BUILD FAILED
  17. D:\CRAFTLAND\Build Workspace\Plugin_WorldEdit\build.xml:25: Compile failed; see the compiler error output for details.
  18.  
  19. Total time: 3 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement