Re: Problems with multiple java installations on a windows slave

2012-02-23 Thread Vincent Latombe
Did you declare your JDK in Jenkins' global settings? If you have done so, you should be able to select for each job the JDK that you want to use. Vincent 2012/2/22 Sami Tikka > I don't really use Maven that much but I do build Jenkins from time to > time. > > Jenkins has at least two ways of

Re: Problems with multiple java installations on a windows slave

2012-02-22 Thread Sami Tikka
I don't really use Maven that much but I do build Jenkins from time to time. Jenkins has at least two ways of doing a Maven build. 1) If you choose a "maven2/3 project" type when creating a job, Jenkins will not call mvn.bat when building. Instead it will load Maven classes and call them directly

Problems with multiple java installations on a windows slave

2012-02-14 Thread Dünnebeil Gerhard
Hello everybody, recently I started using slave builds with jenkins. My configuration is Jenkins on a ubuntu (11.10) box and a slave with windows XP. With that I ran into the following problem: I have two versions of java (one jre and one jdk) installed on my windows machine. There are reasons