Re: hpi:run classpath hell

2012-10-26 Thread Ognjen Bubalo
Hi, Yes for me it did work, but not with the hpi:run. Just in live usage (mvn clean install - .hpi manually added). The thing is that the hpi:run is executed in the compile phase, so with mvn install (when creating a .hpi) the plugin configuration works, but for some reason hpi:run does not. I

Re: hpi:run classpath hell

2012-10-23 Thread Edo Shor
This configuration option is not available in the jenkins version of the plugin, only in the hudson one. My parent pom is parent groupIdorg.jenkins-ci.plugins/groupId artifactIdplugin/artifactId version1.466/version /parent Any chance to incorporate this functionality in the

Re: hpi:run classpath hell

2012-10-23 Thread domi
It is in the jenkins version too, I just checked the sources and changed the groupId in the docu too. /Domi On 23.10.2012, at 11:03, Edo Shor edo.s...@whitesourcesoftware.com wrote: This configuration option is not available in the jenkins version of the plugin, only in the hudson one.

Re: hpi:run classpath hell

2012-10-23 Thread Edo Shor
Sorry, my bad. I thought it was part of the run goal. Unfortunately, the run goal ignore this option when it generates the .hpl file. Any idea ? On Tuesday, October 23, 2012 11:30:29 AM UTC+2, domi wrote: It is in the jenkins version too, I just checked the sources and changed the groupId

Re: hpi:run classpath hell

2012-10-23 Thread Jesse Glick
On 10/21/2012 09:06 AM, Stephen Connolly wrote: There is a config option that lets you set the plugin's class loader as child first. And IIRC Ognjen found it useful to combine this with another option…please update the wiki with details if so.

Re: hpi:run classpath hell

2012-10-23 Thread Stephen Connolly
Jesse you know my backlog... You seriously suggesting I have time to update wikis? ;-) On Tuesday, 23 October 2012, Jesse Glick wrote: On 10/21/2012 09:06 AM, Stephen Connolly wrote: There is a config option that lets you set the plugin's class loader as child first. And IIRC Ognjen found

Re: hpi:run classpath hell

2012-10-22 Thread domi
I have updated the documentation: https://wiki.jenkins-ci.org/display/JENKINS/Plugin+Structure#PluginStructure-Classloader /Domi On 21.10.2012, at 10:28, Edo Shor edo.s...@whitesourcesoftware.com wrote: Hi, My plugin uses velocity engine v 1.7 for creating reports. Can't change that. HPI

Re: hpi:run classpath hell

2012-10-21 Thread Stephen Connolly
There is a config option that lets you set the plugin's class loader as child first. Cannot recall what it is exactly called though Sent from my iPhone On Sunday, 21 October 2012, Edo Shor wrote: Hi, My plugin uses velocity engine v 1.7 for creating reports. Can't change that. HPI plugin