Re: UNSUBSCRIBE-STOP

2021-04-13 Thread Torsten Stolpmann

Try reading this instead: https://maven.apache.org/mailing-lists.html

On 13.04.2021 15:01, Moon,Todd (DFPS Contractor) wrote:

UNSUBSCRIBE-STOP

-Original Message-
From: Tibor Digana 
Sent: Tuesday, April 13, 2021 2:42 AM
To: Maven Users List 
Subject: Re: [maven-failsafe-plugin] run suites in parallel using maven failsafe

WARNING: This email is from outside the DFPS system. Do not click on links or 
attachments unless you expect them from the sender and know the content is safe.

There are 3 suites in my example, so set threadCountSuites=3.

On Tue, Apr 13, 2021 at 9:39 AM Tibor Digana  wrote:


Hi,

threadCountSuites is related to JUnit4 Suite, see this:
https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith
ub.com%2Fjunit-team%2Fjunit4%2Fwiki%2FAggregating-tests-in-suites
data=04%7C01%7CTodd.Moon%40dfps.texas.gov%7Cee8315ecabbd4800ec2808d8fe
4f9de6%7C0915ef3812cd4561ab809c7f41bfb31e%7C0%7C0%7C637538965197441000
%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6I
k1haWwiLCJXVCI6Mn0%3D%7C1000sdata=FhISbCz3rBaVORh7DxFcNFd4EAqQCL7
hxEvDTtqflWw%3Dreserved=0

threadCountClasses is related to the typical classes, see this example:
https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith
ub.com%2Fjunit-team%2Fjunit4%2Fwiki%2FAssertionsdata=04%7C01%7CTo
dd.Moon%40dfps.texas.gov%7Cee8315ecabbd4800ec2808d8fe4f9de6%7C0915ef38
12cd4561ab809c7f41bfb31e%7C0%7C0%7C637538965197441000%7CUnknown%7CTWFp
bGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn
0%3D%7C1000sdata=g0oO0eqzTe2V3rA8mPU9GMVNTP%2FELTOfDJGqTBXNr9w%3D
reserved=0

Parallel packages do not exist, but you can make the same if you write
a Suite of Suites, example:
SuiteMainTest has (SuiteATest, SuiteBTest) where SuiteATest has
SomeStoryTest, AnotherStoryTest and SuiteBTest has DifferentStoryTest,
OtherStoryTest and use this configuration parallel=suites,
threadCountSuites=2, test=SuiteMainTest.
This would work as you want to.

It would nice to write an example in our documentation. If you want to
participate in the open source, you can open a pullrequest in GitHub.


Cheers
Tibor

On Mon, Apr 12, 2021 at 8:48 PM V. Mark Lehky 
wrote:


I am trying to run my tests in parallel, and I have a use-case
different from all others that I have been able to find.

My tests are laid out pretty straight-forward, something like the
following:

src/test/java/
+-features.areaA
| +-SomeStory.java
| +-AnotherStory.java
| ...
+-features.areaB
| +-DifferentStory.java
| +-OtherStory.java
| ...
...

The tests are written using serenity-bdd, which is a wrapper for
selenium, and the test manager is junit4.

Each "area" represents some discreet area of the application under
test. Tests within one area cannot run in parallel as they would
clobber the data they are using. However, tests between different
areas can certainly run in parallel as there are no collisions.

I tried to configure my maven-failsafe-plugin according to the
documentation (
https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmav
en.apache.org%2Fsurefire%2Fmaven-failsafe-plugin%2Fexamples%2Ffork-op
tions-and-parallel-execution.htmldata=04%7C01%7CTodd.Moon%40dfps
.texas.gov%7Cee8315ecabbd4800ec2808d8fe4f9de6%7C0915ef3812cd4561ab809
c7f41bfb31e%7C0%7C0%7C637538965197441000%7CUnknown%7CTWFpbGZsb3d8eyJW
IjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000
sdata=qnsAGPurAthmrft1nive8SG1aWCmsV5xcDxeVS%2FZcgw%3Dreser
ved=0
).
Using parallel=suites and any one of threadCount=4,
threadCountSuites=4, or useUnlimitedThreads=true, results in only one
test being run at a time.

Is my understanding of "suites" wrong in the context of Failsafe
plugin? Is it possible to parallelize tests so that entire packages
are fed into VM threads one at a time, but classes within one package
run sequentially?

ty

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



NOTICE: There has been a change to my email address. Effective immediately, my 
new email address is: todd.m...@dfps.texas.gov.

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




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



Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread Torsten Stolpmann

Hi Karl-Heinz,

upgrading from maven 3.3.9 I ran our product build using this snapshot 
without any visible regressions.


Hope this helps,

Torsten

On 11.06.2016 22:21, Karl Heinz Marbaise wrote:

Hi to all Maven users,

is someone of you willing to do some testing on the current state of
development for the upcoming Maven 3.4.0 release?

Please be aware of this *** This is not an official release ***

I have created downloadable packages which are available from here:

Windows: https://s.apache.org/fawM,
Linux: https://s.apache.org/RQ3C


Every kind of feedback is helpful.

This is only a current state of development (Git hash:
644ac9c40ad41bf61e3b099918af33b8eb950621) to get some feedback from the
community...

The current list of changes can be seen in the issue tracker:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.4.0



Kind regards
Karl Heinz Marbaise

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



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



Re: Maven just won't die! -- WTF is Takari?

2014-01-16 Thread Torsten Stolpmann
I think the idea is not completely new - have a look at 
https://github.com/jdoklovic/maven-cli-plugin/wiki for an implementation 
for maven 2 and a rudimentary maven 3 support to get the idea.


Looking forward to what Takari will bring.

On 16.01.2014 18:56, George Wilson wrote:

- Shell: long-lived CLI process for Maven

A Maven shell? Interesting idea, how does that work? It seems like the idea
behind maven is set it and forget it.


On Wed, Jan 15, 2014 at 5:08 PM, Dan Tran dant...@gmail.com wrote:


is it a new baby from Sonatype?

-D


On Wed, Jan 15, 2014 at 10:26 AM, Jason van Zyl ja...@tesla.io wrote:


Hi,

As some may know, a lot of work has been done at tesla.io on various
advanced features in Maven but, unfortunately, not enough work for these
features to see the light of day. It wouldn't be surprising if Maven

users

have no idea what these features are because I've not done a great job at
communicating about the work. Some of the work is mine, some of other

major

contributors, and more recently from key customers.

To make a long story short there's a lot of cool stuff to talk about, and
the work as a new venue at takari.io! I'll be giving a webinar next week
and here are some of the features I'd like to talk about:

- Polyglot support: Ruby, Groovy, and Scala DSLs. These have all been
actively worked on in the recent past, especially the Ruby and Scala

DSLs.

- Full incremental support: the complete Maven lifecycle including an
incremental command line compiler based on JDT, all with m2e integration
- Aggressive parallelization: a new parallelization mode that also
optimizes scheduling based on critical path analysis
- Generations: a new form of continuous delivery for Maven -- Smart delta
protocol and no more SNAPHOTs!
- Shell: long-lived CLI process for Maven

Much of this work is functional, and the new parallelization mode and
generations support are actively being used in production. We are still
iterating on these specific features but they show a lot of promise.

Where

all of this code eventually lands is a question for the Maven development
community. All of this work was developed outside of Apache, and how easy
it is to integrate back into the Maven project remains to be seen. At the
very least there is a lot of very interesting work and I wanted to start
the dialog because Maven just isn't going to die :-)

So please join us for a webinar, Tuesday, January 21 at 11:30AM EST (UTC
-5 hours) to learn more about what we're working on and what we're trying
to accomplish.

All registrants will receive access to the recording, so if you can’t

make

it — you won’t have to miss out.

Register here: http://goo.gl/vqSvL7

Hope you can make it,

Jason van Zyl
--
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
-















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



Re: multi module support

2011-03-21 Thread Torsten Stolpmann
(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
19 mars 2011 11:13:35 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
19 mars 2011 11:13:35 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/criam-web] suite aux erreurs
précédentes
19 mars 2011 11:13:35
com.icesoft.faces.util.event.servlet.ContextEventRepeater contextDestroyed
INFO: Servlet Context Name: null, Server Info: Apache Tomcat/6.0.13
19 mars 2011 11:13:36 org.apache.coyote.http11.Http11Protocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
19 mars 2011 11:13:36 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
19 mars 2011 11:13:36 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36  config=null
19 mars 2011 11:13:36 org.apache.catalina.startup.Catalina start
INFO: Server startup in 3684 ms


__
If you reply to this email, your message will be added to the discussion below:
http://maven.40175.n5.nabble.com/multi-module-support-tp4082273p4157122.html
This email was sent by inforedaster (via Nabble)
To receive all replies by email, subscribe to this discussion: 
http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=subscribe_by_codenode=4082273code=dXNlcnNAbWF2ZW4uYXBhY2hlLm9yZ3w0MDgyMjczfDI5MDg4MTUwMQ==


--
Torsten Stolpmann
Geschäftsführender Gesellschafter

verit Informationssysteme GmbH
Europaallee 10
67657 Kaiserslautern

E-Mail: stolpm...@verit.de
Telefon: +49 631 520 840 00
Fax: +49 631 520 840 01
Web: http://www.verit.de/

Registergericht: Amtsgericht Kaiserslautern
Registernummer: HRB 3751
Geschäftsleitung: Claudia Könnecke, Torsten Stolpmann


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



Re: Corrupt GIF image file resource when filtered on Linux

2007-01-05 Thread Torsten Stolpmann

Hi Morris,

I can confirm this behavior - we also stumbled upon this problem.
AFAIK this relates to a CR/LF - CR conversion occurring during the 
filtering of the binary image resources.


HTH,

Torsten

Morris Jones wrote:

Hi ...

I subscribed to the list to pose this problem, but I found a solution 
and wanted to share it.


In my resources folder (src/main/resources) for a webapp I have several 
property files which get filtered for local environment, along with a 
couple of GIF icon image files.  I thought nothing of filtering all the 
resources, and on Windows the package worked just fine.


When it came time to release my webapp, I checked out my project and did 
a mvn package on a Linux system.  But when the WAR file was deployed to 
Tomcat, the image files were corrupt.


I solved the problem by adding an excludes element to the resource 
with filtering on, and a second resource element with filtering off for 
the image files.


I haven't looked at any source to see what might cause the different 
behavior between the two environments.  As far as I know they're all 
Intel little-endian machines.  The JVM on both is 1.5_06.


Best regards,
Mojo



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]