RE: Newbie Question

2006-12-07 Thread Randall Fidler
Hello, Building off of Alexander's suggestion I did try setting Maven's setting.xml file to specifically use certain repositories. What I found was it is bringing down the junit version I'm looking for but it only brings down the pom and checksum file - it doesn't bring down the jar!

RE: Newbie Question

2006-12-07 Thread Randall Fidler
Hello Alexander, I have my local repository defined and it finds the dependencies - sometimes. If I setup the build with goals of, say, running a clover report and then building site output ('clover:instrument' then 'site') all depenecies are found for executing the clover report goal b

RE: Newbie Question

2006-12-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
Maybe you should see which settings.xml file your Continuum instance is using and make sure that your repositories are properly defined in there. From: Randall Fidler [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 4:33 PM To: continuum-users@maven.ap

Newbie Question

2006-12-07 Thread Randall Fidler
Hello, I just downloaded Continuum yesterday (v1.0.3) and have gotten it up and running on Windows 2003 server. I am using a Maven2 project with Continuum and getting mixed results - i.e. sometimes it runs farther down the line than other times. The project I'm using works fi

Re: Continuum webapp on Tomcat 4?

2006-12-07 Thread Emmanuel Venisse
I think it works, but I'm sure it worked ;) Need to test, but personally, I don't have the time. Emmanuel Wendy Smoak a écrit : CONTINUUM-539 talks about running the webapp on Tomcat 4 and is resolved as "fixed". http://jira.codehaus.org/browse/CONTINUUM-539 But the webapp has a Servlet 2.4 w

Continuum webapp on Tomcat 4?

2006-12-07 Thread Wendy Smoak
CONTINUUM-539 talks about running the webapp on Tomcat 4 and is resolved as "fixed". http://jira.codehaus.org/browse/CONTINUUM-539 But the webapp has a Servlet 2.4 web.xml, which implies Tomcat 5 at least. Is continuum-webapp going to be supported on Servlet 2.3/Tomcat 4? -- Wendy