Hudson jobs won't call javac?

Posted by Dissonant on Stack Overflow See other posts from Stack Overflow or by Dissonant
Published on 2010-05-13T14:16:20Z Indexed on 2010/05/13 15:44 UTC
Read the original article Hit count: 228

Hi, I have just set up Hudson on my server. For some reason, my build will not call javac to compile my builds...? I have set the path to the JDK in the Manage Hudson area, and it seems to recognise it (doesn't give me a warning). Is there something else I'm supposed to do?

Here's a sample console output of one of my jobs (note how javac isn't called at all):

Started by user admin

Checking out svn+ssh://myhost.com/Project1

A /src/Program.java

A build.xml

U

At revision 119

no change for svn+ssh://myhost.com/Project1 since the previous build

Finished: SUCCESS

© Stack Overflow or respective owner

Related posts about hudson

Related posts about jdk