James Richardson is out of the office.

2005-03-10 Thread James Richardson
I will be Out of the Office Start Date: 10/03/2005. End Date: 14/03/2005. I will respond to your message when I return. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the

New plugin suggestion - EJB Permission Report

2005-03-10 Thread James Richardson
I've written a rather simple report, heavily borrowing from "tasklist", that looks for xdoclet tags in bean classes, and then reports the class/method role permissions, highlighting methods that have no declared security. Would there be any interest in me releasing this as a report plugin? Did I

RE: Redundancy on unit test execution

2005-03-03 Thread James Richardson
> -Original Message- > From: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED] > Sent: 02 March 2005 23:18 > To: users@maven.apache.org > Subject: Redundancy on unit test execution > > I added some automated UI testing using Abbot and started to notice during > the Maven run windows that sh

RE: ubjerjar and security certs - help needed?

2005-02-01 Thread James Richardson
> -Original Message- > From: Lageson,Thomas M [mailto:[EMAIL PROTECTED] > Sent: 31 January 2005 23:01 > To: Maven Users List > Subject: ubjerjar and security certs - help needed? > > I am using the uberjar plugin to generate my runnable jar. > However, my code makes calls to the code

Linking multiproject javadocs

2005-01-24 Thread James Richardson
Hi, Is there any way to get the javadocs of a big multiproject to link to each other? Is there a bit of magic, so I don't have to specify links manually for each subproject? Thanks!! James - To unsubscribe, e-mail: [EMAIL PRO

RE: issues with migrating over to maven (Axis)

2005-01-14 Thread James Richardson
Theres a few caveats with the plug in: 1. Its 1.1 only 2. There are namespace mapping bugs (you have to get the CVS version, or fix it yourself as I said here the other day) However, if you want to use it, pop this in the maven.xml And this in the build.properties maven.wsdl2java.nam

RE: "Clean" target still requires dependencies

2005-01-14 Thread James Richardson
That's looks great. I'll try it right now. Thanks for your help! James - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

"Clean" target still requires dependencies

2005-01-14 Thread James Richardson
Hi, Using cruise, I have a multiproject, but I have some problems running, as even when running the "clean" target, maven will check the dependencies. The dependencies will not be there, cause they haven't been built yet, and so the build will fail. I run the following goal from cruise (taken fr

Axis Plugin with Attachments

2005-01-13 Thread James Richardson
Hi, Currently the axis plugin supports Axis 1.1. In order to successfully compile wsdl with references to DataHandlers, I'm having to use Axis 1.2-RC1, and also add JavaMail libraries. Is there a suggested way to make the plugin use these? While locally I can just edit the plugin, I don't have

Maven Axis Plugin Bug (with fix) v0.5

2005-01-12 Thread James Richardson
Hi, There appears to be a bug with the maven axis plugin, version 0.5, when processing name space mappings in wsdl files. This is due to a typo in the jelly script, where the closing tag of the for wsdl files is _before_ The tokenise mappings script, thus the mappings get printed, not used. Mov

RE: Maven Ear plugin case sensitivity issue

2005-01-05 Thread James Richardson
Seems to me like the problem will only affect windows development, and then only if the user is lazy with capitalisation. Requiring all users to set a flag to ignore the spurious error that this check generates seems counter-intuitive. In addition, the warning is completely over the top. At mos

JavaNCSS plugin issue (hangs)

2005-01-05 Thread James Richardson
I've noticed that the Java ncss plugin will hang indefinitely if there are no java source files to count. This can happen, if for example, your subproject contains only auto-generated code (e.g. castor). A src/java directory is required to convince maven that there is any thing at all to compile

RE: Maven Ear plugin case sensitivity issue

2005-01-05 Thread James Richardson
oject/types/file portion, > not the whole path. > > On Wed, 5 Jan 2005 12:08:12 +, James Richardson > <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'm having a lot of trouble with the case sensitivity aspect of the > > plugin. The problem is t

Maven Ear plugin case sensitivity issue

2005-01-05 Thread James Richardson
Hi, I'm having a lot of trouble with the case sensitivity aspect of the plugin. The problem is that it doesn't check for case sensitivity! - but rather that the file paths match. This presents a problem when working on automounted filesystems, where the canonical and absolute filesystem names wi

RE: ejb task not including ejb-jar.xml / jboss.xml

2004-12-03 Thread James Richardson
Thanks Janos I did find another way! - In the project.xml file you can do this: target/xdoclet/ejbdoclet META-INF/*.xml My maven.xml file looks like this: I have a project.properties like this: maven.

ejb task not including ejb-jar.xml / jboss.xml

2004-12-03 Thread James Richardson
Hi, I'm very new to maven, and an trying to get it to produce an ejb file. So far I have been following the howto at http://wiki.codehaus.org/maven/CreatingEjbApplications It works (almost) fine. However, it is refusing to package up any ejb-jar.xml, and jboss.xml files with the bean classes.