brianfromoregon / caliper-ci

Automatically exported from code.google.com/p/caliper-ci
0 stars 0 forks source link

Since Update to 2.2 Caliper CI has vanished from Build Configuration #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since upgrading the configuration for the Caliper has either moved to a place 
not documented or has vanished.

Can reproduce this by 
Downgraded back to 2.0 and it reappears, upgrade to 2.2 and the Caliper CI 
configuration vanishes.

I am hoping that the latest version allows tha path to be correctly set.

Version 2.2 in a Tomcat on a Windows XP Server.

Original issue reported on code.google.com by BenAbout...@gmail.com on 27 Apr 2012 at 4:45

GoogleCodeExporter commented 9 years ago
You probably have an error in your Jenkins server log saying "unsupported class 
version" or somesuch.

In the changelog on the home page for 2.2 it says:
"Now requires Java7 JVM. My mistake, this should not have been changed in a 
"minor" release."

Either downgrade to 2.1 or upgrade the JVM you're running with to 1.7. 

I thought for 2min about putting out a 2.3 with the new features but not 
requiring java7 (would need to change pom.xml and the source to not using new 
lang features). You'd probably like that. If you submit this patch I'll release 
it.

Original comment by brianfromoregon on 27 Apr 2012 at 5:31

GoogleCodeExporter commented 9 years ago
ah thanks, can't really upgrade the JVM of the build server (Java 7 is a little 
too bleeding edge with a user population still on Java 1.5/1.6) and there's no 
downloadable 2.1 version, and SVN is just being silly and not allowing me to 
checkout (some stupid error). 

Probably should not have just click "update plugins". now a ticket to support 
to get them to delete the plugin.... the world of corporations are at least 10 
updates behind the current java update with a whole load of red tape  

Original comment by BenAbout...@gmail.com on 30 Apr 2012 at 9:04

GoogleCodeExporter commented 9 years ago
You can grab 2.1 here: 
http://maven.jenkins-ci.org/content/repositories/releases/com/brianfromoregon/ca
liper-ci/2.1/

Original comment by brianfromoregon on 30 Apr 2012 at 2:55

GoogleCodeExporter commented 9 years ago
Releasing 2.3 today which removes java7 dependency. Cloudbees cant run java7 
plugins yet so I need to downgrade.

Original comment by brianfromoregon on 9 Nov 2012 at 7:21