Re: How do I add a modular project to Continuum

2007-03-04 Thread drekka
Thanks - that did the trick ;-) ciao Derek Emmanuel Venisse wrote: > > http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view > > drekka a écrit : >> Ok, I've read through the forum and cannot figure this out. >> >>

How do I add a modular project to Continuum

2007-02-28 Thread drekka
Ok, I've read through the forum and cannot figure this out. I have a project with modules which builds fine locally. I want to add it to Continuum. I goto the Add Maven2 page. The file upload option doesn't handle modular poms so I cannot use that. Trying file:///c:/projects/myproject/pom.xml te

Deploy failing to load webdav extension

2007-02-28 Thread drekka
Hi all, A month or so ago I installed archiva and was able to deploy to it using the web extension as suggested in the documentation. I just tried again today and it failed telling me that the dav protocol is un-supported. I tried using both beta-2 and beta-2 extensions. Turning on debug I see log

Re: Can you compile test cases without running them

2007-01-15 Thread drekka
Another method is to tell the surfire plugin to skip testing. Just add this to the plugins: org.apache.maven.plugins maven-surefire-plugin

Re: xdoc test results for Dennis

2007-01-12 Thread drekka
Hi Dennis, TO ensure you have everything I've uploaded a log file by executing 'mvn -X site > lot.txt' Click on http://www.nabble.com/file/5619/log.txt log.txt enjoy Derek ;-) -- View this message in context: http://www.nabble.com/xdoc-test-results-for-Dennis-tf2955728s177.html#a831203

Re: How to get plugin mojo to run without using in pom?

2007-01-11 Thread drekka
Hi, I got into this as well a few weeks ago. The answer is that you have to have a parent pom where you declare the plugin and it's executions. Inside that you have two choices: 1. Declare the plugin (and executions) as per normal. Then when executing any derived poms, the pluglin will be automat

Re: xdoc test results for Dennis

2007-01-11 Thread drekka
to v1.4, but that didn't fix it either ;-( Dennis Lundberg-2 wrote: > > drekka wrote: >> Hi Dennis, >> >> As expected, the results are the same - no tags: > > Hi Derek > > Actually that's not what I expected. If we are using the same version o

New Junit4 plugin available

2007-01-10 Thread drekka
Hello everyone, I decided a couple of weeks ago to write my own Junit4 plugin. The first cut is finished so if you are looking for JUnit4 support and want to give it a try, head over to http://drekka.drivehq.com drekka.drivehq.com . It's a temporary location for the moment until I find a more p

xdoc test results for Dennis

2007-01-10 Thread drekka
Hi Dennis, As expected, the results are the same - no tags: section 1 subsection 1 paragraph 1 in subsection 1 list item 1 list item 2 paragraph 2 in subsection 1 subsection 2 paragraph

Re: Help executing both unit and integration tests in a single artifact

2007-01-09 Thread drekka
Hi, I'm just a maven newbie myself, but doesn't maven only compile from /src/main/java for the project code, and /src/test/java for the test code. I don't know if you can add further directories without creating nested subprojects. My guess at an answer would dbe to either create subprojects or to

Re: xdoc paragraphs

2007-01-09 Thread drekka
e tags that you are missing. Do you think that > you could try building the site from the command line using maven 2.0.4? > > -- > Dennis Lundberg > > drekka wrote: >> Hi Dennis, >> >> I'm using the Eclipse 0.9.9 plugin I compiled a week ago from sv

Re: xdoc paragraphs

2007-01-09 Thread drekka
Hi Dennis, I'm using the Eclipse 0.9.9 plugin I compiled a week ago from svn. I don't have a ~.m2/plugin-registry.xml file. The version of the plugin sitting in my ~.m2/repository/org/apache/plugins/maven-site-plugin is 2.0-beta-5. Does that help ? ciao Derek dennisl-2 wrote: &

Re: xdoc paragraphs

2007-01-09 Thread drekka
Hi Dennis, See below for results: dennisl-2 wrote: > > Hi > > This is working for me using both 2.0-beta-5 and 2.0-SNAPSHOT build from > SVN. Here's the xdoc file I used to test it. Can you test with this file > and see if it is working properly for you. If it does please provide a > file

Re: xdoc paragraphs

2007-01-09 Thread drekka
Ahhh, I've just encountered this as well. I tried all sorts of things and could not get tags included. It seems it included all tags up until the first occurance of something else. After that, nothing. For example I had a a a The first two paragraphs got in, the last did not and any p tag

RE: Giving up on Archiva

2007-01-08 Thread drekka
Hi Peter, I'm just about to get into deploying to the local repository. All things being equal I'm hoping it should be more straight forward. I'll cerrtainly amend the guide with a basic example of doing it once I've got it working in the next day or so. As for Jetty and Tomcat. Jetty was the th

Re: Giving up on Archiva

2007-01-07 Thread drekka
looked at didn't link to it. ciao Derek Michael Horwitz wrote: > > O.K. I see the problem - please see below > > On 1/6/07, drekka <[EMAIL PROTECTED]> wrote: >> >> >> Thanks for replying guys. I apologise if my post is rather in your face. >> I

Updated getting started guide

2007-01-07 Thread drekka
Hi all, I've just added an update to the getting started wiki page to take a user through a complete setup and configuration using the standalone version of Achiva. You can find it http://docs.codehaus.org/display/MAVENUSER/Getting+Started+with+Archiva HERE in the wiki . As I'm still working out

Re: Archiva on Jetty 6

2007-01-03 Thread drekka
i'll back Cliff. I'm stuck with exactly the same situation and those primitive instructions just don't work. ciao Derek Emmanuel Venisse wrote: > > http://docs.codehaus.org/display/MAVENUSER/Archiva+FAQ > > Emmanuel > > Cliff a écrit : >> Max, >> >> It's still not working. I copied the der

Re: Archiva deployment on Jetty?

2007-01-03 Thread drekka
How did you get it going ? I tried this as per the example here and on the FAQ and it was a complete failure. Here's what I did: 1. Install the j2ee connector. 2. Checkout the svn repository to my local machine. 3. in eclipse, did a maven2 install to build it. 4. On the target machine, installed