[jira] Created: (MPWAR-52) configurable overwrite of target web.xml with src web.xml

2005-11-12 Thread Nathan Coast (JIRA)
configurable overwrite of target web.xml with src web.xml - Key: MPWAR-52 URL: http://jira.codehaus.org/browse/MPWAR-52 Project: maven-war-plugin Type: Improvement Versions: 1.6.1 Reporter: Nathan

Re: codeczar plugins

2004-09-20 Thread Nathan Coast
no problem, I'll create a mailing list. I don't want to go against the norm for the community. The last thing I want to do is p1ss off the maven dev team, you guys do a great job. cheers Nathan Jason van Zyl wrote: On Mon, 2004-09-20 at 09:55, Nathan Coast wrote: Hi, there are a f

codeczar plugins

2004-09-20 Thread Nathan Coast
Hi, there are a few plugins on the codeczar website. At the moment I'm pointing people to an email address for support. I'd like to change this to direct people to the maven users list. I could create a mail list at codeczar but I don't think this is such a good idea. 1) people have to registe

Re: plugin naming

2004-05-15 Thread Nathan Coast
e are multiple plugins with the same name, or conflicts due to different goals with the name? -- dIon Gillard, Multitask Consulting Nathan Coast <[EMAIL PROTECTED]> wrote on 15/05/2004 11:50:53 AM: Hi, I'm planning to roll out 6 or 7 new or updated plugins on the codeczar site. Before

plugin naming

2004-05-14 Thread Nathan Coast
Hi, I'm planning to roll out 6 or 7 new or updated plugins on the codeczar site. Before I do this I want to make sure I have the naming conventions correct. Pretty much every plugin is named 'maven-foobar-plugin' the problem I have is what to name plugins where a plugin with the same name has

where to report a bug?

2004-01-04 Thread Nathan Coast
Hi, There's a misleading error message given when the set method of a custom tag class throws a RuntimeException. Should I report this as a jelly bug or a maven bug? cheers Nathan - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

pom.build.sourceDirectory vs maven.compile.src.set

2003-11-11 Thread Nathan Coast
Hi, I've come up against a problem whilst developing an ejb code generation plugin. outline of what the plugin does 1) generates all ejb sources from a single ejb java file (remote, home, local, localHome, descriptors etc). 2) These sources are placed in target/ejbgen 3) target/ejbgen dir added

Re: [patch] javadoc maven.compile.src.set

2003-10-02 Thread Nathan Coast
org/people/dion/ Nathan Coast <[EMAIL PROTECTED]> wrote on 02/10/2003 05:22:15 PM: apologies for submitting patch to dev list but jira wont let me, I'll submit to jira as soon as I can. patch for the javadoc plugin to generate javadoc for the maven. compile.src.set in addition to the

Re: submitting patch to jira

2003-10-02 Thread Nathan Coast
doh, signed up, didn't logon. cheers [EMAIL PROTECTED] wrote: Hi, From: "Nathan Coast" <[EMAIL PROTECTED]> http://jira.codehaus.org/secure/CreateIssue!default.jspa only 7 projects appear in the project drop down. commons-attributes... dna . phoenix You n

[patch] javadoc maven.compile.src.set

2003-10-02 Thread Nathan Coast
apologies for submitting patch to dev list but jira wont let me, I'll submit to jira as soon as I can. patch for the javadoc plugin to generate javadoc for the maven.compile.src.set in addition to the pom.build.sourceDirectory In some of my projects all of the java sources are generated, doesn

Re: submitting patch to jira

2003-10-02 Thread Nathan Coast
http://jira.codehaus.org/secure/CreateIssue!default.jspa only 7 projects appear in the project drop down. commons-attributes... dna . phoenix mozilla and ie Brett Porter wrote: Are you sure you are on jira.codehaus.org? -Original Message- From: Nathan Coast [mailto:[EMAIL

submitting patch to jira

2003-10-01 Thread Nathan Coast
Hi, I'm trying to create a new issue in jira so I can submit a patch (as per instructions on wiki) but in the create new issue section, there are only a few projects to chose from, none of which is Maven? cheers Nathan - To u

Re: reactor problem contd

2003-10-01 Thread Nathan Coast
when executing the project via the reactor. - Brett -Original Message----- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 October 2003 1:33 PM To: Maven Dev Subject: reactor problem contd Hi, there was a thread a few days ago relating to a goal executed via the reactor f

reactor problem contd

2003-10-01 Thread Nathan Coast
Hi, there was a thread a few days ago relating to a goal executed via the reactor failing with the error "unknown goal". The same goal executed by the reactor would execute fine when operated on a single project. http://www.mail-archive.com/[EMAIL PROTECTED]/msg03662.html In addition to this,

plugin naming

2003-10-01 Thread Nathan Coast
just wondering, the convention for plugin naming is maven-[myplugin]-plugin is the 'maven' bit supposed to indicate that it's a maven plugin or a plugin produced by maven? in other words is the convention [organisation]-[myplugin]-plugin thanks Nathan

Re: I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
it to maven plugins. Probably just need to change maven in that line to ${pom.groupId}... I'll do that when I can get at CVS. - Brett -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 October 2003 2:34 PM To: Maven Developers List Subject: Re: I'm

Re: I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
any idea how this output would be generated? theres no copy command in the jar:jar goal jar:jar: [jar] Building jar: D:\op\ejbgen\target\maven-ejbgen-plugin-1.0.jar [copy] Copying 1 file to D:\apache\maven\local\repository\maven\plugins plugin:install: -

Re: I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
not sure where that is coming from as the groupId in my project.xml is ejbgen, my plugin is still being copied to \repository\maven\plugins and \plugins [EMAIL PROTECTED] wrote: Nathan Coast <[EMAIL PROTECTED]> wrote on 01/10/2003 02:01:24 PM: AFAICT there are 3 directories that plugi

Re: I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
r properites, but that's beside the point here. The new structure just gives a location in the repository for maven plugin:download and plugin dependency elements to find the plugins, and install them to ${maven.home}/plugins. Does this clear it up? -Original Message- From: Nath

I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
AFAICT there are 3 directories that plugins can end up in \repository\groupId\plugins \repository\maven\plugins \plugins they are then extracted to \plugins executing plugin:install results in this output: jar:jar: [copy] Copying 1 file to D:\apache\maven\local\repository\maven\plugins p

Re: Plugin download usage

2003-09-30 Thread Nathan Coast
How do I install a plugin into my own repo, rather than to the plugins dir? all the :install goals install the artifact into the repo appropriately (war, ear, jar, ejb etc) but plugin:install copies the plugin to ${maven.home}/plugins Jason van Zyl wrote: On Tue, 2003-09-30 at 09:50, Nathan

Re: Plugin download usage

2003-09-30 Thread Nathan Coast
some of the plugins been moved over to this new structure? Jason van Zyl wrote: On Tue, 2003-09-30 at 09:50, Nathan Coast wrote: what's the stucture for plugins in a remote repository? /plugins/-version.jar Yes, the plugins are now another artifact type. So you might have: foo

Re: Plugin download usage

2003-09-30 Thread Nathan Coast
what's the stucture for plugins in a remote repository? /plugins/-version.jar can you define which remote repository you wish to download a specific plugin from, or can the remote repositories only be set by setting the maven.repo.remote property? cheers Nathan Jason van Zyl wrote: On Mon, 200

Re: project inheritence

2003-09-28 Thread Nathan Coast
maven.xml already gets run as well. My latest work not only clears up inheritence for project.xml but also loads parent project.properties I think. I haven't tested that far yet as I am clearing up other issues with it. This needs more discussion as dIon and I disagree on what exactly should be inh

project inheritence

2003-09-28 Thread Nathan Coast
Hi, I'd just like to clarify what the current state of play is with project inheritence and where the eventual goal is. I think there are 3 artifacts which could sensibly be inherited. project.xml / POM project.properties maven.xml I remember reading in a post from Jason that eventually all thr

mozilla strangeness

2003-09-23 Thread Nathan Coast
Hi, Recently pages generated by site are rendering incorrectly in mozilla. I've seen this on pages from maven.apache.org and on local generated pages. The lefthand menu is the same width as the header, with the body content displayed to the right. A reload fixes this problem and it doesn't h

'correct' plugin structure

2003-09-14 Thread Nathan Coast
Hi, is this the correct structure for plugin sources? /plugin.properties /project.properties /plugin.jelly /project.xml /src/plugin-resources/ what is this dir intended for? cheers Nathan - To unsubscribe, e-mail: [EMAIL PROT

Re: plugin dependencies

2003-08-14 Thread Nathan Coast
Worked out that if I add maven.repo.remote=http://www.ibiblio.org/maven/,http://www.codeczar.com/maven/ to the drivers.properties file within maven.jar. Is there some other way of changing this value without having to modify the maven.jar? cheers Nathan Nathan Coast wrote: Hi, Is it

plugin dependencies

2003-08-14 Thread Nathan Coast
Hi, Is it possible for plugins to download their dependencies from another repository? I tried adding maven.repo.remote=http://www.ibiblio.org/maven/,http://www.codeczar.com/maven/ to the project.properties for the plugin but the jar files aren't downloaded? Do I need to specify the addition