Re: [RFC] publishers as a drop-down menu

2012-04-26 Thread Kohsuke Kawaguchi
On 04/19/2012 02:50 PM, Jørgen Tjernø wrote: I like this, definitely would be good. At this point they're getting very similar to build steps (not a bad thing, per se), and that train of thought lead me to consider one thing: Could we not simplify the whole set of job configuration by making

Re: java.lang.ClassNotFoundException: jenkins.plugins.parse.Messages

2012-04-26 Thread Stephen Connolly
Are the annotated methods called init? On Thursday, 26 April 2012, eraonel wrote: Hi, I added a file, Messages.properties, in the package where I have classes with static methods that has @Initializer Content of Messages.properties looks like: FindBugsParser.init CoberturaParser.init

Re: library version conflict only in hpi:run and junit

2012-04-26 Thread Stephen Connolly
If you add athe dependency to the dependencies section of the hpi plugin (little known part of he XML schema) you can override to the newer one. Surefire might be trickier. Also if using maven 3 in a multimodule build the first time a plugin is instantiated wins, which made the trick mostly

Re: Windows equivalent for publish-over-ssh plugin?

2012-04-26 Thread Salut
Any updates? On Apr 25, 1:24 pm, nicolas de loof nicolas.del...@gmail.com wrote: seems you needhttps://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+CIFS+Plugin 2012/4/25 Salut karthik.krishnag...@gmail.com Hi All, I am trying to send files/execute commands in a remote windows

Redirect Tomcat log to Jenkins Log

2012-04-26 Thread Gynnad
As my question already said. I want to redirect my Tomcat log to my Jenkins log. I start the Tomcat server with a batch file, and want the feedback of the log in my Jenkins Log. Is this possible and how can I make it?

Re: Redirect Tomcat log to Jenkins Log

2012-04-26 Thread Linards Liepiņš
some_string file to write output This should be enaugh if you work with stdout... 2012/4/26 Gynnad gloudemans.da...@gmail.com As my question already said. I want to redirect my Tomcat log to my Jenkins log. I start the Tomcat server with a batch file, and want the feedback of the log in

Re: Redirect Tomcat log to Jenkins Log

2012-04-26 Thread Linards Liepiņš
some_string file_to_write_output.txt This should be enaugh if you work with stdout... 2012/4/26 Gynnad gloudemans.da...@gmail.com As my question already said. I want to redirect my Tomcat log to my Jenkins log. I start the Tomcat server with a batch file, and want the feedback of the log

Build Parameters

2012-04-26 Thread Marcelo Brunken
Hello, I want to create a new Build Parameter Plugin, for example, I want to add a drop down with all tags from a svn url, there is already a solution for it native in jenkins, but it is slow, http sux, and our ssh+svn settings are pretty strange , so we need build a new one. Wich is the base

Ticket 13609 : last build disappears after jenkins restart

2012-04-26 Thread Gaetan
Hello I've opened an issue about the last build disapearing after jenkins restart : https://issues.jenkins-ci.org/browse/JENKINS-13609 It doesn't happen everytime, but when it does, it's very annoying to loose reference to the latest build of a given job. Best Regards, - Gaetan

Re: Build Parameters

2012-04-26 Thread FredG
Hi Marcelo, I'd suggest the subversion-plugin, that's where the listtagsparameter is implemented. Regards, Fred On Thursday, April 26, 2012 1:44:48 PM UTC+2, Marcelo Brunken wrote: Hello, I want to create a new Build Parameter Plugin, for example, I want to add a drop down with all tags

experiences with 'cloud' plugins / APIs in Jenkins

2012-04-26 Thread Nigel Magnay
I'm wondering if anyone has gone down this route before, and has any experiences that they can share. We're looking to possibly creating a new build server. It seems (to me) that SmartOS would make an ideal host OS for running builds. (SmartOS is a Joyent-derived Illumos(Solaris) derivative

Subversion plugin support for svn 1.7?

2012-04-26 Thread Christoph Kutzinski
Hi, in case no one else has mentioned, there are currently a lot of complaints and a lively discussion in https://issues.jenkins-ci.org/browse/JENKINS-11381 why Jenkins still doesn't support svn 1.7 now that SVNKit 1.7 is released. I would fix this myself, but I don't know what the Jenkins

Re: Subversion plugin support for svn 1.7?

2012-04-26 Thread nicolas de loof
Fully agree about patched libraries, in the meantime, I've been inspired by the merge done by centic on JENKINS-11933 and I'm finalizing a merge for svnkit 1.7.4 to our fork 2012/4/26 Olivier Lamy oliver.l...@gmail.com What about having an other subversion plugin (not bundled with core for

Re: Subversion plugin support for svn 1.7?

2012-04-26 Thread nicolas de loof
Olivier explained me the licensing issue with svnkit 1.7, with TmateSoft License is not compatible with Jenkins MIT as it requires all derivative to follow complete source code for your application must be available and freely redistributable under reasonable conditions MIT let you do whatever

Re: Build Parameters

2012-04-26 Thread Marcelo Brunken
As I said, that plugin does not work on our settings, it does not support our evil kerberos svn+ssh so we created our own subversion plugin, I found the Class to extend, I hope it works, getting strange stapler error ... Am 26. April 2012 15:39 schrieb FredG fred.g...@googlemail.com: Hi

Re: experiences with 'cloud' plugins / APIs in Jenkins

2012-04-26 Thread Andrew Bayer
JClouds is working on adding joyent support, I believe. I don't know anything about the zones thing, but I'd suggest emailing the jclouds list ( https://groups.google.com/group/jclouds-dev) to see if they have anything in the works there. If at all possible, I'd highly recommend using jclouds as

Re: library version conflict only in hpi:run and junit

2012-04-26 Thread Max Spring
I got the hpi:run to work by adding the dependency as you suggest. The thing is if I explicitly add the dependency to 2.7.1 in my plugin's POM, the execution fails with FATAL: org.apache.xpath.XPathContext.init(Z)V java.lang.NoSuchMethodError: org.apache.xpath.XPathContext.init(Z)V at