Is it possible to make some delaying between surefire plugin executions?

2008-02-21 Thread vetalok
Hello experts Could you please give me the answer on few questions: 1. Is it possible to add some delaying between few execution phases of surefire plugin, e.g 10 seconds (hsqldb says: ".lck file is locked by another process")? 2. Is it possible to run my surefire executions in the same JVM across

Re: Maven-antrun-plugin ignores attributes

2007-12-20 Thread vetalok
Solved :) This in new feature, it is implemented in version 1.2-SNAPSHOT. When new version of plugin will be available on http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/ ? vetalok wrote: > > Hi all > My maven-antrun-plugin (version 1.1) ignores attribute

Maven-antrun-plugin ignores attributes

2007-12-20 Thread vetalok
Hi all My maven-antrun-plugin (version 1.1) ignores attributes. This exaple does not work http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttributes.html I have tried many combinations using another phases, etc. but the plugin ignores all the attributes of section. Does an

Re: Surefire can't find resource if forkMode=once

2007-12-19 Thread vetalok
Developers have read my letter! I have just run the test and it works! New version of surefire has just been downloaded and the problem has gone :)) vetalok wrote: > > Thanks Jerome, > I have tried this but the main problem is that > if (forkMode=once) { > getResource()

Re: Surefire can't find resource if forkMode=once

2007-12-19 Thread vetalok
nt } So the question is how can I force surefire to search resources in "test-classes" folder if forkMode=once. So it does not looking for resources in "test-classes" folder neither with getClass(), no with Thread.currentThread.getContextClassloader(). Jerome Lacoste-2 wrot

Surefire can't find resource if forkMode=once

2007-12-18 Thread vetalok
Hi all I have maven 2.0.7 and the latest surefire plugin. Surefire can't find resource if forkMode=once ( if forkMode=never it works) Here is snip of code: BaseStandaloneTest.class.getResource("/login.conf").toString(); Any ideas? -- View this message in context: http://www.nabble.com/Surefire-c

Re: Maven checkstyle plugin, multimodule conf problem

2007-10-29 Thread vetalok
Thank you very much Jim Sellers, Maven Dashboard Report Plugin is the tool I have long time looked for :) -- View this message in context: http://www.nabble.com/Maven-checkstyle-plugin%2C-multimodule-conf-problem-tf4697789s177.html#a13463376 Sent from the Maven - Users mailing list archive at N

Maven checkstyle plugin, multimodule conf problem

2007-10-26 Thread vetalok
Hello experts! I have the following structure: whizbang |-- pom.xml |-- a | `-- pom.xml | `-- target/site/checkstyle.html |-- b | `-- pom.xml | `-- target/site/checkstyle.html These checkstyle.htmls were created by running mvn checkstyle:checkstyle comand in "whizbang" directory. How can I

RE: maven-surefire-plugin 2.0 and 2.3 - init phase problem

2007-07-20 Thread vetalok
Thank you Jörg, I have decided to use mechanism, but there is another problems :) How can I use the same classloader during few phases (surefire)? I have experimented with and other tags, but maven-surefire-plugin 2.3 is still use different classloaders. Jörg Schaible wrote: > > v

Re: maven-surefire-plugin 2.0 and 2.3 - init phase problem

2007-07-20 Thread vetalok
It seems since version 2.2 maven-surefire-plugin do not care about order of tests: (3)**/init/*Data* (2)**/api/*1Test.java (1)**/api/*2Test.java How can I tell to maven to keep the order I writed? ( mechanism is unsuitable) Someone can help me? vetalok wrote: > > Hello experts! >

Re: maven-surefire-plugin 2.0 and 2.3 - init phase problem

2007-07-20 Thread vetalok
Hello experts! With 2.1 version it works, with 2.2 it does not My tests passed ok with maven-surefire-plugin 2.1 *** --- T E S T S --- MyInitializationTest *

maven-surefire-plugin 2.0 and 2.3 - init phase problem

2007-07-20 Thread vetalok
Hello experts! My tests passed ok with maven-surefire-plugin 2.0 *** --- T E S T S --- MyInitializationTest *** With maven-surefi

Re: maven-antrun-plugin: Need phase indenedence and/or conditional processing

2007-04-03 Thread vetalok
Wayne Fay, thanks a million! I had the problem like this and could not find the solution - I just want to turn off some plugin and this is was very difficult to find the solution... Your advice is very useful! It saved me a lot of time. Thanks! Napoleon Esmundo Ramirez-2 wrote: > > Hello, >

Re: [Continuum 1.0.3] Is Changes section broken again?

2007-01-03 Thread vetalok
ow for > you. > > You can replace all maven-scm-* in your continuum by new version.You'll > find them there : http://repo1.maven.org/maven2/org/apache/maven/scm/ > > Emmanuel > > vetalok a écrit : >>> This pb is solved for the majority of users and I don'

Re: [Continuum 1.0.3] Is Changes section broken again?

2007-01-03 Thread vetalok
on of svn/CVS. > > What is your SCM, the version and the language used in scm log messages? > > Emmanuel > > vetalok a écrit : >> Hi all >> Did someone resolve the prb with 3 blank columns (I may see only files >> has >> been changed)? >> The s

Re: [Continuum 1.0.3] Is Changes section broken again?

2007-01-03 Thread vetalok
Hi all Did someone resolve the prb with 3 blank columns (I may see only files has been changed)? The same situation at http://jira.codehaus.org/browse/CONTINUUM-620 I can't understand why this problem doesn't resolved still... :( How can I resolve this prb? Any help will be highly appreciated!