FW: weird idea plugin issue

2005-09-30 Thread Hal Arnold
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 6:55 PM To: Hal Arnold Subject: Re: weird idea plugin issue please email users@maven.apache.org A few people have reported it, but I haven't yet seen something reproducible

RE: anybody know how to turn off the junit DEBUG?

2005-03-30 Thread Hal Arnold
/log4j. properties If you are not forking unit tests, commons should come out at warn. If you are forking unit tests, then it is however you have configured log4j in your own test suite. Cheers, Brett On Wed, 30 Mar 2005 15:25:06 -0800, Hal Arnold [EMAIL PROTECTED] wrote: I've tried to track

anybody know how to turn off the junit DEBUG?

2005-03-30 Thread Hal Arnold
I've tried to track down every instance of log4j.properties that I can find to turn of Digester's DEBUG statements, but so far I've failed. I've looked at Maven and the junit plugin to try to figure out how it might work to enable the logging level. Ive tried to use:

RE: DTDs for project.xml and other maven xmls? maven with IDEA?

2005-02-25 Thread Hal Arnold
So, then what does one have to do to the two lines in the resources pane to make Idea work with this description? -Original Message- From: Filip Polsakiewicz [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 4:09 AM To: Maven Users List Subject: RE: DTDs for project.xml and

RE: how to 'point' to another properties file

2005-02-23 Thread Hal Arnold
Okay, I read that, but is there a way to either use non-standard *.properties files or *.properties in a non-maven approved directory? Or is that dysfunctional, and I shouldn't be doing it? -Original Message- From: Erik Husby [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005

how to 'point' to another properties file

2005-02-22 Thread Hal Arnold
Sorry if this has been asked and answered, but I searched to no avail: I'm autogenerating hibernate mappings and so I have my usual project.properties file with the following: maven.xdoclet.hibernatedoclet.fileset.0=true maven.xdoclet.hibernatedoclet.fileset.0.dir=${maven.src.dir}/java

dbunit woes

2005-01-17 Thread Hal Arnold
All, I'm trying to replace my huge data loads in my unit tests that don't really change all that much. I'm moving them into a maven goal so I can then use dbunit in the test itself to just load the granular tests that are really changing each test. When I try to run the following: maven

RE: dbunit woes

2005-01-17 Thread Hal Arnold
-0800, Hal Arnold [EMAIL PROTECTED] wrote: All, I'm trying to replace my huge data loads in my unit tests that don't really change all that much. I'm moving them into a maven goal so I can then use dbunit in the test itself to just load the granular tests that are really changing each test

error trying to get plugins

2004-12-09 Thread Hal Arnold
Has anyone seen this error when trying to get and install a plugin (maven -Dmaven.repo.remote=http://gizmomogwai.dyndns.org/http/maven/repository -DgroupId=flopcode -DartifactId=maven-spy-plugin -Dversion=0.2.1 plugin:download) __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~

RE: error trying to get plugins

2004-12-09 Thread Hal Arnold
that extends a file that doesn't exist. Try running it elsewhere. Cheers, Brett On Thu, 9 Dec 2004 16:55:32 -0800, Hal Arnold [EMAIL PROTECTED] wrote: Has anyone seen this error when trying to get and install a plugin (maven -Dmaven.repo.remote=http://gizmomogwai.dyndns.org/http/maven/repository

RE: Can anyone help with linkage Error

2004-12-08 Thread Hal Arnold
, but it's worth a shot. -Original Message- From: Hal Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:35 PM To: [EMAIL PROTECTED] Subject: Can anyone help with linkage Error Hi, I've looked at all the Maven help lists I can find for the following

what is diff between xdoclet-xjavadoc and..

2004-12-08 Thread Hal Arnold
All, I'm wanted to get Maven to automate the hibernate mappings, which I've done. But I found that the xjavadoc (in the xdoclet jars directory) that is needed is the 1.0.2 version and NOT the xdoclet-xjavadoc 1.2b2 version. Can someone enlighten me as to the difference? Or throw me a fishing

Can anyone help with linkage Error

2004-12-07 Thread Hal Arnold
Hi, I've looked at all the Maven help lists I can find for the following problem, which I see others have had. I am trying to get Spring with Hibernate up in our environment using Maven. Works fine with Ant. My problem is with the test goal (I'm simply wrapping test:test at this point). I get