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
That afte compilation runs through source code and can find todo, and other
comments
that needs to be addressed?
thanks
Kenneth
Does anyone know?
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
-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.
-
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
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
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
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.
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
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
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
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
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
29 matches
Mail list logo