Hudson: rebuild option

2011-04-20 Thread Hugo de Oude
It would be nice to have a rebuild option in Hudson. 
Because it is possible to add parameters to a build, it would be very nice
if there was a rebuild button. That button could pick up all the latest
provided paramters for that same project. Now I do have to figure out first
which parameters are used etc. 

Idea?

--
View this message in context: 
http://maven.40175.n5.nabble.com/Hudson-rebuild-option-tp4315229p4315229.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Betr.: Re: Hudson: rebuild option

2011-04-20 Thread Hugo de Oude
Oh sorry, 
Was this the wrong list? Thanks anyway for your answer. Very good!!!
Which list to use for Hudson questions on the new nabble site?
 
Hugo

 Olivier Lamy [via Maven] ml-node+4315243-1451034254-22...@n5.nabble.com 
 10:37 20-04-2011 
Hello, 
Wrong list ? 

anyway : have a look here 
https://wiki.jenkins-ci.org/display/JENKINS/Rebuild+Plugin

2011/4/20 Hugo de Oude [hidden email] ( 
/user/SendEmail.jtp?type=nodenode=4315243i=0by-user=t ): 

 It would be nice to have a rebuild option in Hudson. 
 Because it is possible to add parameters to a build, it would be very nice 
 if there was a rebuild button. That button could pick up all the latest 
 provided paramters for that same project. Now I do have to figure out first 
 which parameters are used etc. 
 
 Idea? 
 
 -- 
 View this message in context: 
 http://maven.40175.n5.nabble.com/Hudson-rebuild-option-tp4315229p4315229.html
 Sent from the Maven - Users mailing list archive at Nabble.com. 
 
 - 
 To unsubscribe, e-mail: [hidden email] ( 
 /user/SendEmail.jtp?type=nodenode=4315243i=1by-user=t ) 
 For additional commands, e-mail: [hidden email] ( 
 /user/SendEmail.jtp?type=nodenode=4315243i=2by-user=t ) 
 
 



-- 
Olivier Lamy 
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

- 
To unsubscribe, e-mail: [hidden email] ( 
/user/SendEmail.jtp?type=nodenode=4315243i=3by-user=t ) 
For additional commands, e-mail: [hidden email] ( 
/user/SendEmail.jtp?type=nodenode=4315243i=4by-user=t ) 



If you reply to this email, your message will be added to the discussion below:
http://maven.40175.n5.nabble.com/Hudson-rebuild-option-tp4315229p4315243.html 
To unsubscribe from Hudson: rebuild option, click here ( 
http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4315229code=SGRPdWRlQGFsbHNoYXJlLm5sfDQzMTUyMjl8LTEyNjM5NTcz
 ). 


--
View this message in context: 
http://maven.40175.n5.nabble.com/Hudson-rebuild-option-tp4315229p4315250.html
Sent from the Maven - Users mailing list archive at Nabble.com.

maven-surefire-plugin additionalClasspathElement not working ?

2011-04-07 Thread Hugo de Oude

Does anybody know why this is not working:


   
c:/_composer/_config/libraries/picketlink-bindings-1.0.4.final.jar
  

I keep receiving the following error while running the itblast-plugin on
tomcat5x:
java.lang.ClassNotFoundException:
org.picketlink.identity.federation.bindings.tomcat.sp.SPPostSignatureFormAuthenticator


Complete plugin:


org.apache.maven.plugins
maven-surefire-plugin
2.8

false

${VMARGS__TEST_PROPERTY_FILE_SQLSERVER}
${VMARGS__MAVEN_SUREFIRE_PLUGIN_2}
false

   
c:/_composer/_config/libraries/picketlink-bindings-1.0.4.final.jar
  



--
View this message in context: 
http://maven.40175.n5.nabble.com/maven-surefire-plugin-additionalClasspathElement-not-working-tp4288032p4288032.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven surefire plugin run twice with different argLine setttings

2011-04-07 Thread Hugo de Oude
Within our build process we would like to run all unittests twice. Because we
would like to test everything against SQL Server and Oracle.

To achieve this I added the maven-surefire-plugin to the pom twice. The
first one has id 'run_tests_oracle_id' and the second one is called
'run_tests_sqlserver_id'.
Now in the configuration I use the argLine to set which database has to be
used. 
But each time when the build is executed the latest configuration of
maven-surefire-plugin is used. So it seems not possible to load two
maven-surefire-plugins with two different configurations?

Does somebody know a solution for this? Main purpose is running all unittest
twice on two different databases using maven-surefire-plugin and the
itblast-plugin.

Thx in advance.


run_tests_oracle_id


run_tests_oracle





org.apache.maven.plugins
maven-surefire-plugin
2.8

  false

${VMARGS__TEST_PROPERTY_FILE_ORACLE}
${VMARGS__MAVEN_SUREFIRE_PLUGIN_1}
false

   
c:/_composer/_config/libraries/picketlink-bindings-1.0.4.final.jar
  




org.twdata.maven
maven-itblast-plugin
0.5


itblast_oracle

post-integration-test

execute


tomcat5x

${APPSERVER_DB_ORACLE__PORT__HTTP}

${APPSERVER_DB_ORACLE__PORT__RMI}

${junit.test.pattern}











run_tests_sqlserver_id


run_tests_sqlserver






org.apache.maven.plugins
maven-surefire-plugin
2.8

false

${VMARGS__TEST_PROPERTY_FILE_SQLSERVER}
${VMARGS__MAVEN_SUREFIRE_PLUGIN_2}
false




org.twdata.maven
maven-itblast-plugin
0.5


itblast_sqlserver
verify

execute


jetty6x

${APPSERVER_DB_SQLSRV__PORT__HTTP}
  

Re: Maven surefire plugin run twice with different argLine setttings

2011-04-07 Thread Hugo de Oude
Oh I'm sorry. I tried to correct the problem and hopefully it is ok now?

--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-surefire-plugin-run-twice-with-different-argLine-setttings-tp4288014p4288110.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven surefire plugin run twice with different argLine setttings

2011-04-07 Thread Hugo de Oude
Thanks for your information.
At the moment we cannot switch to Maven 3 yet.

I understand the part to take up multiple executions within the same
surefire plugin. 
But how will this work combined with the itblast-plugin.
Normally the itblast-plugin sets the goal (execute) and to be able to run
the itblast-plugin it uses the surefire plugin. Then itblast is instructed
to run the tests against for instance a jetty6x container. 
And to use the itblast-plugin a surefire plugin is needed. But I don't know
if adding more executions to the surefire plugin will work for me. Because
actually the itblast-plugin should have two executions if I understand his
correctly.




--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-surefire-plugin-run-twice-with-different-argLine-setttings-tp4288014p4288333.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org