Hi Jason,

On Feb 16, 2007, at 5:29 AM, Jason van Zyl wrote:
[snip]
Project with full test cases that can be easily absorbed will be taken before anything else anything else. If these are for fixes and you have unit tests that's great, or if you prefer to create an integration test then to make this easier I have created a self-contained, fully working of example of our integration tests:

http://svn.apache.org/repos/asf/maven/core-integration-testing/ trunk/core-integration-test-sample

or

http://idisk.maven.org/jvanzyl/Public/maven-integration-tests/ core-integration-test-sample.zip

I'm a bit confused. This looks considerably different than what I see in maven-core-it. The ones in maven-core-it look pretty straight forward. Are there examples of this new style in the maven-2.0.x tree? If we use this new style, how do you want us to submit the test (assuming it won't be part of the patch)?

These are being used for 2.0.x and 2.1.x. The sample comes from one body of tests used for both. I would like complete test projects submitted. Zipped up with an URL pointing to them or attached to JIRA will suffice.

Hm. The "fully working example" provided here does not work. Reason: Unable to download the artifact from any repository ... org.apache.maven.its:core-integration-testing:pom:1-SNAPSHOT. (And I've built maven-2.0.x and its artifacts are in my repository, just not the one defined as the parent in the sample here. And I tried removing the parent and it still wants core-integraiton-tests:1.0- SNAPSHOT. I'm not sure how much farther to dig.) A readme or wiki page to better explain how to use this would be great... I need to test quite a few things with multi-module builds. Preferably I just need to create a few pom.xml files and one or two dummy sources or resources to verify things are building.

Also, please point me to where this style integration test is being used in the maven-2.0.x tree? I can't find any good examples.

This style integration test seems considerably more complex than the maven-core-it tests. I copied one of those to start some testing and seems trivial enough. (Though aside from running "mvn install" and manually generating the desired output files, I'm not clear on how to run just one single test with maven-core-it.sh.)

Cheers,
Eric


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

Reply via email to