Re: [M2] Winword to HTML plug-in

2006-04-15 Thread dan tran
http://maven-plugins.sourceforge.net/maven-word2html-plugin/ you are welcome to port it to m2. -D On 4/15/06, Andreas Guther <[EMAIL PROTECTED]> wrote: > > > In my previous company we used with Maven 1 a plug-in that could create > HTML pages from WinWord documents. > > Unfortunately I do not r

[M2] Winword to HTML plug-in

2006-04-15 Thread Andreas Guther
In my previous company we used with Maven 1 a plug-in that could create HTML pages from WinWord documents. Unfortunately I do not remember the name of the plug-in but I would like to use it in my Maven 2 project. Does by any chance someone know what I am talking about and maybe know if this

[M2] mojo.codehaus.org simian-report-maven-plugin usage

2006-04-15 Thread Andreas Guther
Hi, Is someone using the simian report under Maven 2? http://mojo.codehaus.org/simian-report-maven-plugin/ I used it with Maven 1 and would like to add it to my Maven 2 generated site reports. The configuration example on the plug-in site does not work for me. Maybe someone who uses the report

maven-changelog-plugin Page not Found

2006-04-15 Thread Andreas Guther
The link to the maven changelog plug-in on page http://maven.apache.org/plugins/ ends in a Page Not Found error: http://maven.apache.org/plugins/maven-changelog-plugin Where can I find the documentation? Andreas     --

Re: problems with hot redeployment under jetty6 (maven2)

2006-04-15 Thread Jan Bartel
Burkhard, First, as someone else mentioned, please post this on the [EMAIL PROTECTED] However, while we're all here What is going on inside the login jsp? Looks like some instance of a class that is loaded by the webapp class loader is being set on a class that is loaded from the system c

Re: Maven 2 documentation

2006-04-15 Thread Brett Porter
documentation should come under jira.codehaus.org/browse/MNG. I'll take a look. - Brett On 4/16/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > You should file a JIRA bug report to get this fixed... But to be > perfectly honest, I'm not sure which component should receive this > bug, so I can't provi

Re: Eclipse + WTP

2006-04-15 Thread Borut Bolčina
Thanks, it works. Wayne Fay pravi: Perhaps you're looking for the tag (which should point to the root dir of the webapp, ie the dir with WEB-INF as a subdir)? http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html So you'd have something like this in your pom: org.apach

Re: Eclipse + WTP

2006-04-15 Thread Wayne Fay
Perhaps you're looking for the tag (which should point to the root dir of the webapp, ie the dir with WEB-INF as a subdir)? http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html So you'd have something like this in your pom: org.apache.maven.plugins maven-war-plugi

Re: Maven 2 documentation

2006-04-15 Thread Wayne Fay
You should file a JIRA bug report to get this fixed... But to be perfectly honest, I'm not sure which component should receive this bug, so I can't provide a link. Perhaps someone else can help me out here? In the bug report, include not only what is wrong but also your fixed text, if you know wha

Eclipse + WTP

2006-04-15 Thread Borut Bolčina
Hello, I created new dynamic web project vith Eclipse. I created a test web application by procedure described at http://wiki.apache.org/jakarta-tapestry/HowToSetupEclipseWtp By default WTP creates WebContent directory at project root. In contrast, Maven web-app archetype creates src/main/we

Maven 2 documentation

2006-04-15 Thread Timo Westkämper
Hello. There seems to be a problem in the "Maven Gettting Started Guide". The "How do I create documentation?" contains a non-functioning example. The java code shown in the tree visualization is not created and it is not possible to generate the site contents directly into the previous proj

Re: m2.0.4 Is mvn tested on Linux

2006-04-15 Thread Wayne Fay
I agree entirely. Sounds like a good issue for someone new to Maven development to get their feet wet with the codebase. ;-) Go file a JIRA Enhancement in the proper component... Wayne On 4/15/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: > Jerome, > > I agree with you, because I had to docume

Re: Dependency not resolved when attempting to execute a Maven2-built jar file...

2006-04-15 Thread G Virball
Thanks Dan, this worked. dan tran wrote: something On 4/13/06, G Virball <[EMAIL PROTECTED]> wrote: Tim, Wayne, Thanks for your helpful replies. Pomstrap does look very interesting and I'll have to give it a try. The assembly plugin worked like a champ and took all of 60 seconds to

Re: m2.0.4 Is mvn tested on Linux

2006-04-15 Thread Geoffrey De Smet
Jerome, I agree with you, because I had to document this specifically in my development setup apts of my projects. Has anyone made such a jira issue already? With kind regards, Geoffrey De Smet jerome lacoste wrote: On 4/14/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Check out the HTTP Error

Re: m2.0.4 Is mvn tested on Linux

2006-04-15 Thread jerome lacoste
On 4/14/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > Check out the HTTP Error 503 way down towards the bottom of the trace. > This is the root cause of your troubles. > > Caused by: java.io.IOException: Server returned HTTP response code: 503 for > URL: > http://www.ibiblio.org/maven2/org/apache/mave

Re: problems with hot redeployment under jetty6 (maven2)

2006-04-15 Thread jerome lacoste
On 4/14/06, Burkhard Graves <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm using the maven-jetty6-plugin (6.0.0beta14), usual Maven defaults. You should report this to the jetty mailing lists. Jerome - To unsubscribe, e-mail: [E

Re: Accessing web.xml from unit tests? getResourceAsStream…

2006-04-15 Thread dan tran
use basedir system property avaiable in any maven build new File( basedir + "/src/webapp", web.xml) -D On 4/14/06, Gordon Henriksen <[EMAIL PROTECTED]> wrote: > > We're using Eclipse and Maven. I've got some unit tests for a web > application (war packaging), and I'd like to pull in web.xml for