Hi folks, I'm using jenkins to build/test our Java app, and I'd like to be able to get both the eclipse and javac warnings during the build process. I know I can pull the compiler through the dependencies, but I'm not really clear on how to run the actual compiler.
Has anyone gotten this to work? Thanks, liam
