On 3/4/12, jenkinsci-users@googlegroups.com
<jenkinsci-users@googlegroups.com> wrote:
> =============================================================================
> Today's Topic Summary
> =============================================================================
>
> Group: jenkinsci-users@googlegroups.com
> Url: http://groups.google.com/group/jenkinsci-users/topics
>
>   - error in maven build [1 Update]
>     http://groups.google.com/group/jenkinsci-users/t/f2649d1d97cbfcd3
>   - Measurement plots plugin [1 Update]
>     http://groups.google.com/group/jenkinsci-users/t/2515b967aa3b644f
>   - Docs for JENKINS_JAVA_OPTIONS [1 Update]
>     http://groups.google.com/group/jenkinsci-users/t/34ac1d5e39d62502
>   - Handing off builds between Jenkins masters [1 Update]
>     http://groups.google.com/group/jenkinsci-users/t/afc8dc21e4b4688b
>
>
> =============================================================================
> Topic: error in maven build
> Url: http://groups.google.com/group/jenkinsci-users/t/f2649d1d97cbfcd3
> =============================================================================
>
> ---------- 1 of 1 ----------
> From: smintz <shahar.mintz...@gmail.com>
> Date: Mar 04 03:36AM -0800
> Url: http://groups.google.com/group/jenkinsci-users/msg/4ca389b737c6d0d
>
> I've installed the latest LTS version (1.424.3) and I have a maven
> project which not getting built. this is the error I get, what can I
> do?
>
> Started by user shahar.mintz
> Cleaning up /var/lib/jenkins/workspace/<xxx>-trunk-continuous/.
> Updating http://svn/repo/<xxx>/trunk
> At revision 41805
> no change for http://svn/repo/<xxx>/trunk since the previous build
> Parsing POMs
> FATAL: hudson.maven.MavenRequest.setMavenLoggerManager(Lorg/codehaus/
> plexus/logging/LoggerManager;)Lhudson/maven/MavenRequest;
> java.lang.NoSuchMethodError:
> hudson.maven.MavenRequest.setMavenLoggerManager(Lorg/codehaus/plexus/
> logging/LoggerManager;)Lhudson/maven/MavenRequest;
>       at hudson.maven.MavenUtil.createEmbedder(MavenUtil.java:190)
>       at hudson.maven.MavenModuleSetBuild
> $PomParser.invoke(MavenModuleSetBuild.java:1215)
>       at hudson.maven.MavenModuleSetBuild
> $PomParser.invoke(MavenModuleSetBuild.java:1048)
>       at hudson.FilePath.act(FilePath.java:758)
>       at hudson.FilePath.act(FilePath.java:740)
>       at hudson.maven.MavenModuleSetBuild
> $RunnerImpl.parsePoms(MavenModuleSetBuild.java:913)
>       at hudson.maven.MavenModuleSetBuild
> $RunnerImpl.doRun(MavenModuleSetBuild.java:658)
>       at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:
> 458)
>       at hudson.model.Run.run(Run.java:1376)
>       at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:481)
>       at hudson.model.ResourceController.execute(ResourceController.java:
> 88)
>       at hudson.model.Executor.run(Executor.java:175)
>
>
>
> =============================================================================
> Topic: Measurement plots plugin
> Url: http://groups.google.com/group/jenkinsci-users/t/2515b967aa3b644f
> =============================================================================
>
> ---------- 1 of 1 ----------
> From: Andrew Barnish <barn...@gmail.com>
> Date: Mar 03 01:51PM -0800
> Url: http://groups.google.com/group/jenkinsci-users/msg/c4d657e793968998
>
> Is anyone using the "Measurement_plots" plugin?
>
> I'm having a lot of trouble getting it to display any measurements in
> the test results page.
>
> Does this plugin still work. Any pointers?
>
> Andy
>
>
>
> =============================================================================
> Topic: Docs for JENKINS_JAVA_OPTIONS
> Url: http://groups.google.com/group/jenkinsci-users/t/34ac1d5e39d62502
> =============================================================================
>
> ---------- 1 of 1 ----------
> From: Sami Tikka <sjti...@gmail.com>
> Date: Mar 03 07:32PM +0200
> Url: http://groups.google.com/group/jenkinsci-users/msg/86151ab46e71512f
>
> These are options for the java virtual machine. What kind of options you
> want to use and where these are documented depend on the JVM you are using.
>
> I don't really think it is the job of Jenkins to document the options of
> JVMs. Jenkins developers cannot know which JVM you choose to run Jenkins.
>
> Most people probably assume the Sun JVM and it is very popular. But AFAIK it
> is not the only one around. As you can see, it doesn't make it easy to give
> exact advice if people do not tell which JVM they are using. Often people
> also fail to mention which operating system they use. (I know, java is
> supposed to hide that, but it doesn't)
>
> Some things for you to study:
>
> - Run "java -h" and study its output.
>
> - The same for "java -X"
>
> - And remember, google is your friend.
>
> -- Sami
>
>
>
>
> =============================================================================
> Topic: Handing off builds between Jenkins masters
> Url: http://groups.google.com/group/jenkinsci-users/t/afc8dc21e4b4688b
> =============================================================================
>
> ---------- 1 of 1 ----------
> From: Sami Tikka <sjti...@gmail.com>
> Date: Mar 03 07:20PM +0200
> Url: http://groups.google.com/group/jenkinsci-users/msg/fb25c54f1a5efc18
>
> I have recently used the ssh API because it allows one to trigger a build
> and wait for its completion, which was useful for one seldom-used task.
>
> -- Sami
>
>
>
>
>
>

Reply via email to