RE: Junit Difficulties

2003-07-06 Thread Todd Feather
Thanks for the pointer, Brett. That was very helpful to know where the information goes that is actually helpful for solving the problem. The real exception was there in a file as you mentioned. And, (now) I see that I can get this on the console via maven.junit.usefile. D'OH! The learning contin

RE: Junit Difficulties

2003-07-06 Thread Brett Porter
Hi Todd, The exception at the top should be correct. If you are running test:test, the exceptions will usually be output to ./target/test-reports/some.package.SomeClassTest.txt Cheers, Brett -Original Message- From: Todd Feather [mailto:[EMAIL PROTECTED] Sent: Monday, 7 July 2003 12:17 P

RE: Junit Difficulties

2003-07-06 Thread Todd Feather
Thanks for the suggestion, Vincent. I had actually looked up the -X and -e switches and tried those, however, Maven was giving me stack traces like this: at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:104) at org.apache.tools.ant.Task.perform(Task.java:319) at org

Is NetBeans 3.5 able to run Maven?

2003-07-06 Thread [EMAIL PROTECTED]
I would like to use Maven 1.0-beta-9, but I am not sure how to setup Maven under NetBeans 3.5. Does NetBeans 3.5 support Maven? Is there a way to configure Maven with NetBeans 3.5? TIA. __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.

Re: Will someone explain the element syntax?

2003-07-06 Thread Jason van Zyl
On Sun, 2003-07-06 at 13:33, [EMAIL PROTECTED] wrote: > I have noticed within several maven example > project.xml files under the elements > differences in syntax. What is the difference between > the "+" and "-" characters when seperating words. For > instance: That form is deprecated because

Will someone explain the element syntax?

2003-07-06 Thread [EMAIL PROTECTED]
I have noticed within several maven example project.xml files under the elements differences in syntax. What is the difference between the "+" and "-" characters when seperating words. For instance: commons-collections 2.1 xdoclet+ejb-module 1.2

test 1

2003-07-06 Thread [EMAIL PROTECTED]
test 1 __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: About ibiblio.org

2003-07-06 Thread Jason van Zyl
On Sun, 2003-07-06 at 02:44, Emmanuel boudrant wrote: > Hi, > > Who is in charge in managing the repository ibiblio.org/maven ? > What is the position between apache/ibiblio ? The relationship is more one of Maven and Ibiblio. The Maven PMC is responsible for overseeing all Maven related projec

RE: Slides from TSSS about Maven

2003-07-06 Thread Brendan Lawlor
That makes sense - thanks for that Vincent. -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: 05 July 2003 21:57 To: 'Maven Users List' Subject: RE: Slides from TSSS about Maven Hi Brendan, > -Original Message- > From: Brendan Lawlor [mailto:[EMAIL PROTECTE

RE: maven and eclipse-plugins

2003-07-06 Thread Vincent Massol
Hi Emmanuel, Not yet. I was planning to make one but haven't found the time. That would be a great contribution :-) Including the support for unit testing of Eclipse plug-in would also be great... Thanks -Vincent > -Original Message- > From: Emmanuel boudrant [mailto:[EMAIL PROTECTED] >

maven and eclipse-plugins

2003-07-06 Thread Emmanuel boudrant
Hi, Is there any maven plug-in/goal in project to distribute Eclipse plug-in and features (build+upload on update site)? Thx -emmanuel

RE: About ibiblio.org

2003-07-06 Thread Vincent Massol
Hi Emmanuel, > -Original Message- > From: Emmanuel boudrant [mailto:[EMAIL PROTECTED] > Sent: 06 July 2003 08:45 > To: [EMAIL PROTECTED] > Subject: About ibiblio.org > > Hi, > > Who is in charge in managing the repository ibiblio.org/maven ? The Maven committers who have an account ther

RE: Junit Difficulties

2003-07-06 Thread Vincent Massol
Hi Todd, You can try running with "maven -X" or "maven -e" to get more information. -Vincent > -Original Message- > From: Todd Feather [mailto:[EMAIL PROTECTED] > Sent: 06 July 2003 07:01 > To: 'Maven Users List'; [EMAIL PROTECTED] > Subject: RE: Junit Difficulties > > Could someone ch