Re: Creating a .wsr file artifact

2006-10-08 Thread Doug Douglass
Eric, I'm getting to this a little late as it appears you've already created the plugin, but there are the jboss-sar and jboss-packaging plugins over at mojo.codehaus.org that, more or less, do what you have done. The jboss-packaging plugin is intended to supercede the jboss-sar plugin and suppor

Re: Classloading problem with Maven2 plugin

2006-09-05 Thread Doug Douglass
See the mojo API spec. [1], specifically the requiresDependencyResolution annotation. Doug [1] http://maven.apache.org/developers/mojo-api-specification.html On 9/5/06, Joost den Boer <[EMAIL PROTECTED]> wrote: I have created a plugin to run an application. The plugin needs the classes of the

Re: [PATCH] add correct ejb-client to war if configured in dependency

2006-08-10 Thread Doug Douglass
Andreas, I responded. My only advice is that you attach this patch to one of the war plugin JIRA issues that you cited. Add a comment to the other issue for completeness. Patches sent to the mailing list(s) will probably get little reaction. Just my .02$, Doug On 8/10/06, Andreas Wüst <[EMAIL P

Re: [m2] How to deploy snapshots of plugins to internal repositories?

2006-07-21 Thread Doug Douglass
I typically just make a copy of the pom and modify it for our repositorier, then use mvn -f my-new-pom.xml. Not elegant, but effective. HTH, Doug On 7/20/06, Barrie Treloar <[EMAIL PROTECTED]> wrote: On 7/21/06, Martin van den Bemt <[EMAIL PROTECTED]> wrote: > You don't seem to have specified

Re: [M1] Status of 1.1 release

2006-02-07 Thread Doug Douglass
Arnaud, I'm trying to produce a failing test for MAVEN-1549 using maven 1.0.2. Unfortunately, like Bretts comment to MAVEN-1321 (which 1549 duplicates), I'm unable to reproduce the problem. I'll poke at it some more, but if I can't reproduce it, I'll have nothing to add to the touchstone test

Re: [M1] Status of 1.1 release

2006-02-03 Thread Doug Douglass
the issue exists. Can you try to do it for example for MAVEN-1549 ? Thanks Arnaud -- Norman "Doug" Douglass Director of Engineering Denver Data Systems, Inc. Office: (303) 534-1745 Fax: (303) 534-2745 E-mail: mailto:[EMAIL PROTECTED] Web: http:

[jira] Commented: (MAVEN-1626) j:file not allowing in its body

2006-02-03 Thread Doug Douglass (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1626?page=comments#action_5 ] Doug Douglass commented on MAVEN-1626: -- working with Lukas via irc on this...It appears to be a JDK issue. I originally was testing with sun jdk1.5.0_04, switched to sun

[jira] Updated: (MAVEN-1626) j:file not allowing in its body

2006-02-03 Thread Doug Douglass (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1626?page=all ] Doug Douglass updated MAVEN-1626: - Attachment: MAVEN-1626-test-propject.tar.gz > j:file not allowing in its body > --- > > Key

[jira] Commented: (MAVEN-1626) j:file not allowing in its body

2006-02-03 Thread Doug Douglass (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1626?page=comments#action_57763 ] Doug Douglass commented on MAVEN-1626: -- unable to duplicate this issue with latest 1.1-beta-3 built from trunk. See attached project to test the issue > j:file not allowing

[jira] Updated: (MAVEN-1549) Excution of pregoals twice.

2006-02-02 Thread Doug Douglass (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1549?page=all ] Doug Douglass updated MAVEN-1549: - Attachment: MAVEN-1549-test-multiproject.tar.gz > Excution of pregoals twice. > --- > > Key: MAVEN-1549 >

[M1] Status of 1.1 release

2006-02-02 Thread Doug Douglass
Hey gang, What's the status of a 1.1 release? I thought a release or rc was eminent, but I may have confused that with all the recent plugin discussions. I've got some free time and would really like to assist, but in reviewing JIRA issues for 1.1-beta-3 and 1.1-rc1 I'm finding it hard to j

[m1] status of MPPLUGIN-21: Autogenerate plugin.properties and properties documentation

2006-01-20 Thread Doug Douglass
Carlos, What's the status of http://jira.codehaus.org/browse/MPPLUGIN-21 ? Is the patch going to be applied/is the plugin-properties.xml going to be the future? I ask because I was just about to create a new issue and submit a patch to allow the plugin:generate-properties to properly generat

Re: [m1] source plugin

2006-01-15 Thread Doug Douglass
Stephane Nicoll wrote: Once this is done, you'll be able to download On 1/15/06, Doug Douglass <[EMAIL PROTECTED]> wrote: Sure that works, presuming you have the source in a local project in which you can run source:install. But, if the source jar is in a remote repo alrea

Re: [m1] source plugin

2006-01-15 Thread Doug Douglass
Stephane Nicoll wrote: On 1/14/06, Doug Douglass <[EMAIL PROTECTED]> wrote: The only problem I see is that the eclipse plugin does not install the sources in the local repository, thus making it appear that it does not work. Perhaps this is the reason it's not working for you Arnau

Re: [m1] source plugin

2006-01-14 Thread Doug Douglass
Arnaud, Stéphane, Install and deploy of sources appears to work well. Setup of the eclipse .classpath sourcepath attributes looks good, also. The only problem I see is that the eclipse plugin does not install the sources in the local repository, thus making it appear that it does not work. Pe

[jira] Created: (MPANNOUNCEMENT-20) Fatal Error [line 31, row 37]: Attribute "ant" bound to namespace "http://www.w3.org/2000/xmlns/" was already specified for element "project"

2005-12-01 Thread Doug Douglass (JIRA)
ava version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-be

Re: m1 plugin.resources when using tags across plugins

2005-11-18 Thread Doug Douglass
he move to Mojo. doug Lukas Theussl wrote: In the pdf plugin I use this to access some resources from the xdoc plugin: var="xdoc.plugin.resources" /> HTH -Lukas Doug Douglass wrote: I know, m1 (1.0.2) and plugin.jelly is old hat, but I need a little help. Here's t

m1 plugin.resources when using tags across plugins

2005-11-18 Thread Doug Douglass
I know, m1 (1.0.2) and plugin.jelly is old hat, but I need a little help. Here's the scenario... 1) plugin-A defines tag a:foo which uses resources provided with the plugin. 2) plugin-B uses tag a:foo to do some work. 3) plugin-B fails with error from within plugin-A saying that the r

m2 plugin developement/testing Qs

2005-11-02 Thread Doug Douglass
In house we've got some pretty simple m1 plugins that deal with PHP webapps/source files: * phpdoc reporting plugin * php compiler/optimizer/obfuscater plugin * some general file/resource copying goals that build a WAR-like structure Not that I'm a huge fan of PHP, but if a customer wan

[jira] Commented: (MNG-685) FAQ about compiling with Java 1.5 are incomplete.

2005-09-16 Thread Doug Douglass (JIRA)
[ http://jira.codehaus.org/browse/MNG-685?page=comments#action_46536 ] Doug Douglass commented on MNG-685: --- DOXIA-16 fix appears to have resolved this issue. The example http://maven.apache.org/maven2/general.html#Compiling-J2SE-5 now appears complete