Commit Graph

23 Commits

Author SHA1 Message Date
Jason van Zyl f6f0add476 adding warning
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465895 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 21:22:35 +00:00
Jason van Zyl 7fbad68c86 using integration-tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465750 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 19:48:59 +00:00
Jason van Zyl 9e3623865d MNG-2617 Adding descriptions to the POMs for each IT
Submitted by: Dan Fabulich



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465747 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 19:41:23 +00:00
Jason van Zyl d49ba09f8a o using the new verifier in shared
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465387 13f79535-47bb-0310-9956-ffa450edef68
2006-10-18 21:55:48 +00:00
Jason van Zyl 213a9e2199 MNG-2617 Creating a single directory which contains all the ITs
Submitted by: Dan Fabulich


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465382 13f79535-47bb-0310-9956-ffa450edef68
2006-10-18 21:47:40 +00:00
Jason van Zyl 2f76cfa17e MNG-2617 Clean up generating integration tests on window
Submitted by: Dan Fabulich


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465121 13f79535-47bb-0310-9956-ffa450edef68
2006-10-18 01:39:23 +00:00
Jason van Zyl 7dfed188b8 o in total 9 unreliable ITs, now I'll start tracking them down and making them reliable
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463946 13f79535-47bb-0310-9956-ffa450edef68
2006-10-14 14:53:38 +00:00
Jason van Zyl b14cf0fe3a o another artifact resolution failure
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463943 13f79535-47bb-0310-9956-ffa450edef68
2006-10-14 14:27:52 +00:00
Jason van Zyl 8f9eed6821 add in another failure, and put back 42 and 81, kenney has fixed the sorter
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463938 13f79535-47bb-0310-9956-ffa450edef68
2006-10-14 13:54:58 +00:00
Jason van Zyl a21adb0bb8 fix syntax problem
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463921 13f79535-47bb-0310-9956-ffa450edef68
2006-10-14 12:24:44 +00:00
Jason van Zyl 9645c95c9e o update with some ITs that don't run out of the box
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463920 13f79535-47bb-0310-9956-ffa450edef68
2006-10-14 12:23:48 +00:00
Jason van Zyl 9fa7f47e98 o need a few utils
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463890 13f79535-47bb-0310-9956-ffa450edef68
2006-10-14 03:27:59 +00:00
Jason van Zyl 125fdc90e0 o create a top-level POM with a module listed for each of the ITs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463889 13f79535-47bb-0310-9956-ffa450edef68
2006-10-14 03:26:12 +00:00
Jason van Zyl 9427cf2c38 o need to actually extends TestCase ...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463843 13f79535-47bb-0310-9956-ffa450edef68
2006-10-13 21:31:20 +00:00
Jason van Zyl 1d36174094 o the invoker plugin is now working with the generated IT setup
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463825 13f79535-47bb-0310-9956-ffa450edef68
2006-10-13 20:59:29 +00:00
Jason van Zyl 372a92b89c o generating a project structure that now includes the original test code that is executed by the verifier
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463728 13f79535-47bb-0310-9956-ffa450edef68
2006-10-13 16:19:47 +00:00
Jason van Zyl bafa09fad7 o modify the script to create a parallel structure for the ITs so we can look at different strategies. it
now shows the structure kenney and i have been chatting about that works like this:

  http://idisk.maven.org/jvanzyl/Public/IT.png


  Essentially the IT being the driver and the test-project is what's executed by the driver. What we have is a little
  backward right now.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463722 13f79535-47bb-0310-9956-ffa450edef68
2006-10-13 16:01:44 +00:00
Jason van Zyl 83a87f7987 o generate individual test files, which can be aggrated but i figure we want to keep these separate and
ideally we would want to keep an integration test encapsulated ... so we can make an archetype for people
  so that they can create ITs easily.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463443 13f79535-47bb-0310-9956-ffa450edef68
2006-10-12 21:36:32 +00:00
Jason van Zyl 5221e959f4 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463391 13f79535-47bb-0310-9956-ffa450edef68 2006-10-12 19:42:51 +00:00
Jason van Zyl 9c638ee833 o integrating more of dan fabulich's work to get the ITs setup as real tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463336 13f79535-47bb-0310-9956-ffa450edef68
2006-10-12 17:25:46 +00:00
Jason van Zyl db9f372f07 o putting the description of active ITs in a single file and modifying Dan's perl script to use that
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463306 13f79535-47bb-0310-9956-ffa450edef68
2006-10-12 16:28:11 +00:00
Jason van Zyl 409c473e0c o shebang and relative path to the maven-core-it directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463223 13f79535-47bb-0310-9956-ffa450edef68
2006-10-12 12:06:13 +00:00
Jason van Zyl dec65c64ab o doesn't work generally but putting in a script from Dan to turn the ITs into real JUnit tests.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463219 13f79535-47bb-0310-9956-ffa450edef68
2006-10-12 12:03:04 +00:00