Re: upload file plugin?

2004-10-16 Thread Moritz Petersen
If it doesn't help to copy the file into the xdocs folder (afaik, every file inside this folder is copied to the site, except .xml files), you can use every Ant task (e.g. scp). -Mo. On Sat, 16 Oct 2004 18:10:26 -0400, Adam Fisk [EMAIL PROTECTED] wrote: Hi Everyone- I'm looking for a plugin

RE: How to share and update maven?

2004-10-16 Thread Stefan Kleineikenscheidt
Hi Christopher, this post about 'Multiple Versions of Maven and Maven Plugins' might be also interesting in this respect: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] rgmsgNo=16162 -Stefan -Original Message- From: Helck, Christopher [mailto:[EMAIL PROTECTED] Sent: Friday,

Javadoc plugin doesn't report errors

2004-10-16 Thread Martin Cooper
The Javadoc plugin (I'm using 1.7) doesn't seem to report any errors in the Javadocs, such as missing @param comments, etc. It creates the docs just fine, but even if I deliberately create errors, the plugin doesn't tell me about them. This gives me a lot less confidence that my Javadocs are

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Brett Porter
There is an additional report in the menu that should show the javadoc output, as it is hard to catch during the build of site. eg: http://maven.apache.org/javadoc.html Cheers, Brett On Sat, 16 Oct 2004 11:54:35 -0700 (PDT), Martin Cooper [EMAIL PROTECTED] wrote: The Javadoc plugin (I'm using

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Shinobu Kawai
Hi Martin, The Javadoc plugin (I'm using 1.7) doesn't seem to report any errors in the Javadocs, such as missing @param comments, etc. It creates the docs just fine, but even if I deliberately create errors, the plugin doesn't tell me about them. This gives me a lot less confidence that my

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Martin Cooper
Brett Porter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] There is an additional report in the menu that should show the javadoc output, as it is hard to catch during the build of site. Yes, I'm aware of that report. That's where I looked for errors, but even when I deliberately

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Brett Porter
ah, right. I've never seen it happen, or a property that would cause that, so it may be a bug - sounds odd though. Anything we can reproduce it on? Thanks, Brett On Sat, 16 Oct 2004 19:46:13 -0700, Martin Cooper [EMAIL PROTECTED] wrote: Brett Porter [EMAIL PROTECTED] wrote in message

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Martin Cooper
Brett Porter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] ah, right. I've never seen it happen, or a property that would cause that, so it may be a bug - sounds odd though. Anything we can reproduce it on? You could try Commons FileUpload. I don't know if there are any errors

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Martin Cooper
Shinobu Kawai [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Brett, I've never seen it happen, or a property that would cause that, so it may be a bug - sounds odd though. Anything we can reproduce it on? It will reproduce anywhere, but this is not a bug. Mere Javadoc