illegal reference to static field from initializer
I found an issue with build for one my projects, this project was working fine on my IDE (eclipse). When i used build tool i encountered this error. [echo] Compiling the source files ..... [javac] Compiling 54 source files to /comp/acserver/slaves/node/workspace/build/HelloWorld/build [javac] /comp/acserver/slaves/node/workspace/src/com/pkg/config/Person1.java:32: illegal reference to static field from initializer [javac] logger=Logger.getLogger(CustomLogs.getLogName(Person1.class)); [javac] [jav...