Re: Why doesn't maven look for dependency in the local repo?

2009-10-13 Thread laredotornado
, 2009 at 8:50 PM, laredotornado laredotorn...@gmail.com wrote: First off, thanks so much for taking the time to respond.  To answer your questions ... In your classpath, is that in fact where the files are put? Can you confirm, from your project root, whether or not you can access those

Re: Why doesn't maven look for dependency in the local repo?

2009-10-13 Thread laredotornado
plugin . /plugin Quintin Beukes On Tue, Oct 13, 2009 at 3:41 PM, laredotornado laredotorn...@gmail.com wrote: I wanted to give you an update as to where I am with this as what you included seems exactly like my problem.  However, when

Re: Why doesn't maven look for dependency in the local repo?

2009-10-13 Thread laredotornado
(it's old!), eg http://maven.apache.org/maven-1.x/using/managing-dependencies.html http://maven.apache.org/maven-1.x/using/war.html http://maven.apache.org/maven-1.x/plugins/war/ HTH, -Lukas laredotornado wrote: I wanted to give you an update as to where I am with this as what you

Why doesn't maven look for dependency in the local repo?

2009-10-09 Thread laredotornado
Hi, I'm using Maven 1.1. I have this dependency in my project.xml file ... dependency groupIdmyco.oit.governor.citizen.assistanceUtility/groupId artifactIdmyco-oit-governor-citizen-assistanceUtility-webapp/artifactId version${currentVersion}/version typewar/type

Re: Why doesn't maven look for dependency in the local repo?

2009-10-09 Thread laredotornado
${project.version} instead of ${currentVersion} ? Quintin Beukes On Fri, Oct 9, 2009 at 5:43 PM, laredotornado laredotorn...@gmail.com wrote: Hi, I'm using Maven 1.1.  I have this dependency in my project.xml file ...    dependency

Re: Why doesn't maven look for dependency in the local repo?

2009-10-09 Thread laredotornado
using the relative/absolute paths specified in your classpath. Specifically, when in your project's root, type: ls -ld target/classes/myco/oit/governor/citizen/assistanceUtility/Constants.class Does it return anything? Quintin Beukes On Fri, Oct 9, 2009 at 6:59 PM, laredotornado

Possible to check for duplicate classes in Maven dependency list?

2009-10-08 Thread laredotornado
Hi, Im using Maven 1.1 on Mac OS X. I'm running some unit tests and wondering, how would I tell in my dependency list, if a class is listed (being downloaded) multiple times. By class, I would consider my.class.abc.Dave different than my.class.def.Dave. Thanks, - Dave -- View this message in

Why is maven ignoring project.properties ?

2009-10-06 Thread laredotornado
Hi, I'm using Maven 1.1. Upon trying to run my test case (using maven test:test in my test directory), I get this error ... Testcase: testSignupSuccess(myco.oit.governor.citizen.assistanceUtility.test.AddToMailingListTest): Caused an ERROR org/apache/regexp/RESyntaxException

Re: Trouble running Maven test case

2009-10-05 Thread laredotornado
junit.WebTestCase is in jwebunit-core, not jwebunit-htmlunit-plugin. But that's just a guess... HTH, -Lukas laredotornado wrote: Yes, I should have been more specific. Here's how I'm making the call ... maven -Dtestcase=test.AddToMailingListTest test:single and what happens

Re: Trouble running Maven test case

2009-10-04 Thread laredotornado
2009 schrieb laredotornado: Hi, I'm using Maven 1.1 with maven-test-plugin-1.8.2.jar. When I run the test:single target with my test class, I get a bunch of compilation errors (all related to jwebunit), despite the fact I have this dependency in my project.xml ... dependency

Trouble running Maven test case

2009-10-02 Thread laredotornado
Hi, I'm using Maven 1.1 with maven-test-plugin-1.8.2.jar. When I run the test:single target with my test class, I get a bunch of compilation errors (all related to jwebunit), despite the fact I have this dependency in my project.xml ... dependency

Re: Trouble running Maven test case

2009-10-02 Thread laredotornado
Sadly, I don't have control over what version of Maven is used at this company. Take your best shot, - Dave Stephen Connolly-2 wrote: Maven 1.1 is very old, and a completely different architecture than maven 2.0. You may not get many answers 2009/10/2 laredotornado laredotorn

<    1   2