UI Test Case (Windowtester Pro) with Exception occurred on the SWT UI Thread

2012-08-22 Thread Tao Xin
Hi, Anyone has successfully configured Windowtester Pro on Jenkins server? I used Eclipse Indigo, Windowtester 3.6.. everything seems ok, but I got "Exception occurred on the SWT UI Thread" on my UI test cases. Anyone has a solution for this??? Thanks! /Tao

What is the name of the 'todo' plugin?

2012-08-22 Thread Kenneth
That afte compilation runs through source code and can find todo, and other comments that needs to be addressed? thanks Kenneth

msbuild how to specify a project to build in a solution?

2012-08-22 Thread Kenneth
Does anyone know?

RE: What is the name of the 'todo' plugin?

2012-08-22 Thread Nord, James
I think you are looking for the task scanner plugin https://wiki.jenkins-ci.org/display/JENKINS/Task+Scanner+Plugin /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kenneth Sent: 22 August 2012 10:10 To: jenkinsci-users@googlegroups.com Subjec

Re: UI Test Case (Windowtester Pro) with Exception occurred on the SWT UI Thread

2012-08-22 Thread Fred G
Hi, yep, we successfully run tests on a Jenkins server with the latest version of Windowtester Pro from http://dl.google.com/eclipse/inst/windowtester/beta/3.7. There can be multiple possible reasons for the "Exception occurred on the SWT UI Thread" error. Please make sure that you're able to

auto install of ANT on slave nodes fails

2012-08-22 Thread Thomas Diligent
Hello, I have a jenkins install with two slave nodes (windows and macos). I try to use the same ant script on both within a multiple configuration job. So I configured jenkins to automatically install ANT. Unfortunately, I get the error on windows: ant.bat is not recognized as internal or externa

Sonar executing multiple times as a post-build action on a multi-configuration project

2012-08-22 Thread Martijn Verburg
Hi all, We are having some problems with configuring a multi-configuration build with Sonar. I want to compile and test a project with multiple jdks' (6 and 7) to make sure the project is functional under both. Additionally I want to have Sonar execute, however want Sonar to execute on only one o

Re: Relative path running a windows batch

2012-08-22 Thread nietzsche44
Solved!! Thats it, I am specifying the solution with the following command: msbuild /p:Configuration=Debug /p:Platform="Any CPU" Test.sln Finally the solution was easy, just add double quotes to the copy command, the problem was that when at the beginning I tried that the same problem occur

Could not initialize class com.sun.jna.Native

2012-08-22 Thread Sami Tikka
I have a Jenkins that doesn't work. It runs on Debian 6 using the Sun6 JDK. I have tried several versions of Jenkins and they all have this same problem, including the latest 1.478: Failed to load native POSIX impl; falling back on Java impl. Stacktrace follows. java.lang.NoClassDefFoundError: Cou

monitor admin activites on jenkins

2012-08-22 Thread Moataz Elmasry
Hello list we have a jenkins installed and we have a couple of admins with different rights. I'd like to monitor the activities and know who did what on jenkins? is this possible? Regards

Re: monitor admin activites on jenkins

2012-08-22 Thread Vincent Latombe
Hello, check out https://wiki.jenkins-ci.org/display/JENKINS/Audit+Trail+Plugin Vincent 2012/8/22 Moataz Elmasry > Hello list > > we have a jenkins installed and we have a couple of admins with different > rights. I'd like to monitor the activities and know who did what on > jenkins? is this

loading plugins throws a net.sf.json.JSONException

2012-08-22 Thread Craig
Trying to load the list of available plugins is throwing an net.sf.json.JSONException error. Google warned that there was alot of email addresses in the content, so I removed most of it and showed just the beginning and the end. Caused by: net.sf.json.JSONException: Unterminated string at chara

Re: UI Test Case (Windowtester Pro) with Exception occurred on the SWT UI Thread

2012-08-22 Thread tomge
Hi Fred, Thanks for your reply! I have tried windowtester 3.7 also, but it caused some other bundle errors, is it possible for you to post the configuration of windowtester in pom.xml file? Really appreciateit!! Thanks! /Tao On 22 August 2012 11:17, Fred G wrote: > Hi, > > yep, we successfu

NoClassDefFoundError when running maven tests with Git plugin

2012-08-22 Thread Alistair
I installed Jenkins 'out of the box' using the war, installed the GitHub Plugin and configured a git project which builds fine outside Jenkins but inside Jenkins this happens almost all the time: java.lang.NoClassDefFoundError: org/apache/axis2/xmlbeans/XmlBeansXMLReader yet once it did build a

Help connecting windows slave to linux master [jenkins]

2012-08-22 Thread Rivlin Pereira
Hi All, I am trying to connect a windows salve to a linux master on jenkins. When i try to launch a slave from master I see the message below - Checking if Java exists java full version "1.6.0_32-b05" Copying jenkins-slave.xml Copying slave.jar Starting the service Waiting for the service to

Re: UI Test Case (Windowtester Pro) with Exception occurred on the SWT UI Thread

2012-08-22 Thread Fred G
Hi Tao, We currently still use an Ant script to start our tests. I did some experiments with Maven/Tycho and Windowtester Pro though and found the missing piece of the puzzle in a blogpost: http://www.van-porten.de/2012/01/running-windowtester-pro-from-maventycho/ The dependency on "com.windowte

Re: Global Properties

2012-08-22 Thread MikeyG
I've given up on this idea. Will probably run with writing some script/code that injects values into the config files, then restart Jenkins to reload config.

The Ivy Plugin

2012-08-22 Thread David Weintraub
I am testing out the Ivy Project plugin. We use Subversion. In order to integrate Ivy into our current Ant build system. I created an Ivy project in our Subversion repository called "ivy.dir'. This directory contains a "settings.xml" file that points Ivy to our repository and the ivy.jar file. I

Re: msbuild how to specify a project to build in a solution?

2012-08-22 Thread David Weintraub
On Wed, Aug 22, 2012 at 5:11 AM, Kenneth wrote: > Does anyone know? I don't have an MSBUILD project now, but I remember that you had to setup properties and switches. That's where you specify the solution file and the configurations. This might help: http://msdn.microsoft.com/en-us/library/ms164

RE: Job Import Plugin query doesn't return a list

2012-08-22 Thread Lars Nordin
-Original Message- From: Jesse Farinacci Do a manual test to see that you can fetch the XML that the plugin will attempt. So, whatever you put in for your remote URL, you should append /api/xml and see what the result is. Also make sure that you are not logged in to the remote system. -

Jenkins and Ivy

2012-08-22 Thread David Weintraub
We have a lot of Ant projects and in order to get the dependencies in order, I'm going to implement Ivy with Ant. After getting some basic configuration setups, I'm beginning to realize that there might be an issue with Jenkins doing multiple builds with various Ivy projects. For example, I thoug

Re: auto install of ANT on slave nodes fails

2012-08-22 Thread Sami Tikka
In the "Invoke Ant" build step, choose something else than Default for the "Ant Version" field. -- Sami Thomas Diligent kirjoitti 22.8.2012 kello 12.21: > Hello, > > I have a jenkins install with two slave nodes (windows and macos). > I try to use the same ant script on both within a multiple

Doxygen publish fails because of java exception

2012-08-22 Thread Lars Nordin
I'm seeing an exception during the Doxygen publish step but it is not clear to me what is failing. I tried adding a generic logger to try to capture more data about what error could be occurring but with no luck. ... Publishing Doxygen HTML results. The determined Doxygen directory is '/home/b

Re: Combining coverage reports

2012-08-22 Thread Sami Tikka
In the matrix job, archive the reports as build artifacts. Then make another, simple freestyle job that gets triggered when the matrix job completes. This job will use Copy Artifact build step to download the artifacts. Click on the help buttons (the question marks) of the Copy Artifacts step.

SVN-Merge-Plugin

2012-08-22 Thread William Soula
Is the svn-merge-plugin dead? I looked at the issue tracker and don't see any recent work being done. It looks like development stopped about a year ago based on github and the plugin page. This plugin looks pretty sweet and I'd really like to use it but it looks like the rebase functionality

Re: Could not initialize class com.sun.jna.Native

2012-08-22 Thread Richard Bywater
Found this link http://issues.tmatesoft.com/issue/SGT-461 which seems to have a similar issue to what you are seeing. Seems that the conclusion seemed to be that perhaps some permissions issue. Don't know if it will help you at all but there it is :) Richard. On Wed, Aug 22, 2012 at 11:27 PM, Sa

Code Camp in CPH on september 6th has just 4 seats left!

2012-08-22 Thread Lars Kruse
Only four seats left for the Jenkins CI Code Camp in Copenhagen on September 6th SIgn up at: http://jcicodecamp12.eventbrite.com See some of the current suggested issues for the Camp at http://wiki.praqma.net/jcicodecamp12 Also consider the User Event in Copenhagen on the September 7th - The agen

kill all jobs/empty the queue?

2012-08-22 Thread phil swenson
When you have a bunch of jobs that are queued up and destined to fail (won't compile for example)…. there should be a way to kill all the jobs and empty the queue. Is there a plugin for this? thanks phil

Re: kill all jobs/empty the queue?

2012-08-22 Thread Jesse Farinacci
Greetings, On Wed, Aug 22, 2012 at 7:21 PM, phil swenson wrote: > When you have a bunch of jobs that are queued up and destined to fail (won't > compile for example)…. there should be a way to kill all the jobs and empty > the queue. > Is there a plugin for this? https://wiki.jenkins-ci.org/disp