moved refactored surefire (testNG) branch back to trunk

2006-04-30 Thread Brett Porter
I did this for surefire itself, and the plugin. IMO, this is stable now (all the bugs in JIRA were problems in the old surefire as well), and is much improved (better error reporting, output, testng support and memory leak fixed). There are still 10 issues to fix before the final release. Any

Latest org.apache.maven.surefire:surefire-testng 404?

2006-04-30 Thread Gordon Henriksen
So this afternoon, the latest surefire snapshot landed and began to politely request that I update my dependency to TestNG 4.7 instead of 4.6.1 for TestNG support. Wishing to build, I did so. TestNG 4.7 isn't up on central, though, so I installed it in ~/.m2/ repository. That was a manual pr

Re: svn commit: r398419 - in /maven/sandbox/jdk13-util/src/main/java/org/apache/maven/util/jdk13: NestedCheckedException.java NestedRuntimeException.java

2006-04-30 Thread Carlos Sanchez
sure, I wasn't able to find it. On 4/30/06, Brett Porter <[EMAIL PROTECTED]> wrote: Maybe we should just remove this and use commons-lang? - Brett [EMAIL PROTECTED] wrote: > Author: carlos > Date: Sun Apr 30 12:59:22 2006 > New Revision: 398419 > > URL: http://svn.apache.org/viewcvs?rev=398419

Re: How are people getting around the lack of custom scopes?

2006-04-30 Thread Brett Porter
Kenney, Just a brief response - I agree totally that adding a element to the dependency element is the best way to go for this. It was a really a bad oversight on my part that I didn't add that in 2.0. I don't think you can activate them in the way you've described right now as profiles in

Re: svn commit: r398452 - in /maven/components/trunk/maven-core-it/it0105: ./ src/ src/main/ src/main/resources/ src/test/ src/test/java/ src/test/java/org/ src/test/java/org/apache/ src/test/java/org

2006-04-30 Thread Brett Porter
ok, see now that the issue was closed. I'm not sure how you see the "old style" tests as cleaner. What makes the new ones less clean in your opinion? The IT's are certainly not unit tests (the plugin framework tests are only just barely units themselves), and significantly slower to run. - B

Re: svn commit: r398419 - in /maven/sandbox/jdk13-util/src/main/java/org/apache/maven/util/jdk13: NestedCheckedException.java NestedRuntimeException.java

2006-04-30 Thread Brett Porter
Maybe we should just remove this and use commons-lang? - Brett [EMAIL PROTECTED] wrote: Author: carlos Date: Sun Apr 30 12:59:22 2006 New Revision: 398419 URL: http://svn.apache.org/viewcvs?rev=398419&view=rev Log: Fix package names Modified: maven/sandbox/jdk13-util/src/main/java/org/ap

Re: svn commit: r398452 - in /maven/components/trunk/maven-core-it/it0105: ./ src/ src/main/ src/main/resources/ src/test/ src/test/java/ src/test/java/org/ src/test/java/org/apache/ src/test/java/org

2006-04-30 Thread Brett Porter
[EMAIL PROTECTED] wrote: Author: kenney Date: Sun Apr 30 15:01:04 2006 New Revision: 398452 URL: http://svn.apache.org/viewcvs?rev=398452&view=rev Log: Added testcase for MRESOURCES-18. This should really go into the resources-plugin itself using the new framework, but committing anyway for fut

Re: How are people getting around the lack of custom scopes?

2006-04-30 Thread Kenney Westerhof
On Sun, 30 Apr 2006, Alexandre Poitras wrote: [crossposted to dev: proposal near end] First of all, Maven provides an flag per dependency. Users of a project declaring those dependencies will need to add any optional dependencies that they might need themselves. I agree, it's a little bit more v

Re: standardising TODOs

2006-04-30 Thread Jason van Zyl
On 28 Apr 06, at 11:06 AM 28 Apr 06, Kenney Westerhof wrote: On Fri, 28 Apr 2006, Brett Porter wrote: For people not using IntelliJ this doesn't work. Eclispe has 3 default tags: XXX - severe problem, but might work in some/most cases FIXME - indicates a workaround/too simple solution and sho