jacoco exec is not getting generated for ui test cases

2014-03-04 Thread Abc
For our  ui test  cases in pom we have an configuration for argline where we 
are setting some vm argument s.along with vm argument we have some other  
configurations also. We have argline parameter for surefire plugin also.but 
this has only vm argument. The difference between argline of surefire and our 
ui test plugin pom is they have different vm argument and our ui test pom has 
additional configuration too.what I found when I googled is that argline of 
surefire and our ui test plugin pom are conflicting or getting overridden. How 
shall I solve this. I want jacoco exec to be generated for ui test plugins 
also.I found that $(argline)   has to be given with our configuration for ui 
test pom.but when the ui test pom is run it fail telling that there is no 
variable named $(argline).

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


jenkins server goes offline due to jvm crash

2014-01-18 Thread Abc
Operating system is windows 7. 64 bit.earlier jdk 1.6 update 36 was 
installed.beginning we did not have any issue. Later during build the jvm crash 
occurs and the machine restarts. The node is now offline as jenkins server is 
not yet started through java launch web start. So we need to login to machine 
manually and then start server. Options tried was we uninstall the jdk 1.6 
update 36 and installed it again. We had the same issue. So we upgraded jdk to 
1.7 update 45.but we face the issue still.its a desktop computer and has 8gb 
ram.during the process of build the jvm crash occurs and server goes offline. 
We have other three machine with same jenkins setup and jdk version but we 
don't face any issue there.this jvm crash has become a regular problem and we 
need to solve this at earliest. We have to use jdk 7 only and not earlier 
versions as the code that we compile is of jdk7 compliance. This jvm crash 
occurs at different point of building plugins so it is difficult to capture at 
what point its failing. How to solve this problem.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


swt bot test case fails when run through pom...

2014-01-16 Thread Abc
We have one plugin for which all features of our product is added as 
dependency...in pom...these features in turn include plugins...as such all 
plugins required for our product are Added as dependency.. .there are some 
toolbar which are specific to some editor...that plugin I also added dependency 
in pom...we test the toolbar enable condition...the tool bar appears when 
individually I run the test case as swtbot test case...fails when run through 
pom because the toolbar for that editor doesn't appear at all...what should be 
done so that the toolbar appears...what is missing in pom...please help

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


jvm crash...a fatal error. had been detected. ..exception. access violation...server restart. and jenkins. server remains. offline. until manually restarted. through. launch web start

2014-01-16 Thread Abc
We have windows. 7machine. 8gb..we launch jenkins. Server using java jdk 1.7 
update 45...during the build the jvm crash. Occurs with different plugins and 
server restarts ...then in jenkins it shows that server is offline.. .we have 
other servers too but they are not having this issue. ..once the server 
restarts unless manually I go and restart the jenkins server it remains 
offline...why is the problem occuring with this server.. .other servers too use 
java jdk1.7 update 45 to start jenkins server...by they are not going down due 
to jvm crash. ..how shall I solve this issue. ..please help...there are other 
applications also running on this server..thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Sonar build is failing : Non-resolvable parent POM: Could not find artifact. a.b.c.pom:1.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 11 -> [Help 2]

2013-09-08 Thread Abc
plugin  a.b.c pom has one error
Non-resolvable parent POM: Could not find artifact. 
a.b.c.pom:1.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local 
POM @ line 5, column 11 -> [Help 2]

the plugin a.b.c has a pom
where parent poms relative path is given
nightly build runs without any problem
but sonar buidl fails with error that parnt.relative path points at wrong 
pom
how shall i resolve this problem

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.