Advertisement
Guest User

sausagefeet

a guest
Feb 14th, 2010
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. GENERAL ERRORS:
  2.  
  3.  
  4. Finished running auto-compile script. Detecting errors, if any.
  5. Compiler errors detected. Compilation failed.
  6. Finished running auto-compile script. Detecting errors, if any.
  7. Compiler errors detected. Compilation failed.
  8.  
  9.  
  10. COMPILER ERRORS:
  11.  
  12. replace GameSimulator.cs? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL
  13. (assuming [N]one)
  14.  
  15.  
  16. COMPILER OUTPUT:
  17.  
  18. Archive: entry.zip
  19. creating: engine/
  20. creating: example_bots/
  21. creating: maps/
  22. inflating: engine/Tron.jar
  23. inflating: example_bots/WallHugger.jar
  24. inflating: example_bots/RunAway.jar
  25. inflating: example_bots/RandomBot.jar
  26. inflating: example_bots/Chaser.jar
  27. inflating: maps/u.txt
  28. inflating: maps/trix.txt
  29. inflating: maps/toronto.txt
  30. inflating: maps/test-board2.txt
  31. inflating: maps/test-board.txt
  32. inflating: maps/ring.txt
  33. inflating: maps/quadrant.txt
  34. inflating: maps/playground.txt
  35. inflating: maps/keyhole.txt
  36. inflating: maps/joust.txt
  37. inflating: maps/huge-room.txt
  38. inflating: maps/empty-room.txt
  39. inflating: maps/divider.txt
  40. inflating: maps/center.txt
  41. inflating: maps/big-room.txt
  42. inflating: maps/apocalyptic.txt
  43. inflating: GameSimulator.cs
  44. inflating: Map.cs
  45. inflating: MyTronBot.cs
  46. Attempting to unpack submission.
  47. Found entry.zip
  48. Archive: entry.zip
  49. inflating: engine/Tron.jar
  50. inflating: example_bots/WallHugger.jar
  51. inflating: example_bots/RunAway.jar
  52. inflating: example_bots/RandomBot.jar
  53. inflating: example_bots/Chaser.jar
  54. inflating: maps/u.txt
  55. inflating: maps/trix.txt
  56. inflating: maps/toronto.txt
  57. inflating: maps/test-board2.txt
  58. inflating: maps/test-board.txt
  59. inflating: maps/ring.txt
  60. inflating: maps/quadrant.txt
  61. inflating: maps/playground.txt
  62. inflating: maps/keyhole.txt
  63. inflating: maps/joust.txt
  64. inflating: maps/huge-room.txt
  65. inflating: maps/empty-room.txt
  66. inflating: maps/divider.txt
  67. inflating: maps/center.txt
  68. inflating: maps/big-room.txt
  69. inflating: maps/apocalyptic.txt
  70. Attempting to unpack submission.
  71. Found entry.zip
  72. Found MyTronBot.cs. Compiling this entry as C#
  73. Creating MyTronBot
  74. gmcs -warn:0 -out:MyTronBot.exe GameSimulator.cs Map.cs MyTronBot.cs
  75. Found MyTronBot.cs. Compiling this entry as C#
  76. Creating MyTronBot
  77. gmcs -warn:0 -out:MyTronBot.exe GameSimulator.cs Map.cs MyTronBot.cs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement