Skip to content

Instantly share code, notes, and snippets.

@solars
Created May 13, 2011 10:50
Show Gist options
  • Save solars/970338 to your computer and use it in GitHub Desktop.
Save solars/970338 to your computer and use it in GitHub Desktop.
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/christoph/platform/ws-bootstrapping/src/main/java/org/insemtives/ws/server/GateWSBootstrappingService.java:[15,16] package org.slf4j does not exist
[ERROR] /home/christoph/platform/ws-bootstrapping/src/main/java/org/insemtives/ws/server/GateWSBootstrappingService.java:[16,16] package org.slf4j does not exist
[ERROR] /home/christoph/platform/ws-bootstrapping/src/main/java/org/insemtives/ws/server/GateWSBootstrappingService.java:[25,22] cannot find symbol
symbol : class Logger
location: class org.insemtives.ws.server.GateWSBootstrappingService
[ERROR] /home/christoph/platform/ws-bootstrapping/src/main/java/org/insemtives/ws/server/GateWSBootstrappingService.java:[25,35] cannot find symbol
symbol : variable LoggerFactory
location: class org.insemtives.ws.server.GateWSBootstrappingService
[INFO] 4 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/christoph/platform/ws-bootstrapping/src/main/java/org/insemtives/ws/server/GateWSBootstrappingService.java:[15,16] package org.slf4j does not exist
/home/christoph/platform/ws-bootstrapping/src/main/java/org/insemtives/ws/server/GateWSBootstrappingService.java:[16,16] package org.slf4j does not exist
/home/christoph/platform/ws-bootstrapping/src/main/java/org/insemtives/ws/server/GateWSBootstrappingService.java:[25,22] cannot find symbol
symbol : class Logger
location: class org.insemtives.ws.server.GateWSBootstrappingService
/home/christoph/platform/ws-bootstrapping/src/main/java/org/insemtives/ws/server/GateWSBootstrappingService.java:[25,35] cannot find symbol
symbol : variable LoggerFactory
location: class org.insemtives.ws.server.GateWSBootstrappingService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment