Re: How to build a EAR with EJB and WAR included ?

2005-02-14 Thread Tim Stephenson
James, Are the three directory structures you describe different projects (each with own project.xml) or do they overlap? If they overlap this is the first thing to change. I can't find the reference on the FAQ or elsewhere in the web site, but I am pretty sure maven strongly advises against crea

Re: Maven SCM Plugin 1.5 Beta 3 gets confused over extra output

2005-02-14 Thread Brett Porter
I thought it did pass -q. I'll check. These are just warnings - no need to panic. - Brett On Mon, 14 Feb 2005 15:14:09 -0800, Mark Donszelmann <[EMAIL PROTECTED]> wrote: > Hi, > > it seems the Maven-scm-plugin 1.5 beta 3 gets confused over the output of svn > when extrenals are > used in svn.

How to build a EAR with EJB and WAR included ?

2005-02-14 Thread James Adams
I want to build an EAR file which contains a WAR and EJB JAR. Currently I am able to have all of my class files put into a single JAR, whether I do "maven ejb" or "maven war", but really what I want is a goal which will 1. Create the WAR with all JSPs and Servlet classes. My project's directory

Maven SCM Plugin 1.5 Beta 3 gets confused over extra output

2005-02-14 Thread Mark Donszelmann
Hi, it seems the Maven-scm-plugin 1.5 beta 3 gets confused over the output of svn when extrenals are used in svn. The output of my svn command is: > svn update --non-interactive Fetching external item into 'common' External at revision 3257. At revision 3257. so, the output of doing: > maven

Re: regexp plugin

2005-02-14 Thread Brett Porter
> - map to new tag library by full class name in plugin.jelly this is only because Jelly shipped with Maven didn't require it. eg. jelly:regexp will work in Maven 1.1 (though so will your solution) > - include new tag library's dependencies in my plugin's project > dependencies > this is always

RE: regexp plugin

2005-02-14 Thread Chris DeJong
This worked, thanks. Although I needed the tag library's dependencies too. So in general, to install jelly tags that are not maven plugins into my own custom plugin, I had to - map to new tag library by full class name in plugin.jelly - include new tag library's dependencies in my plugin's proj

Re: Trying to build latest SCM plugin for trunk (was RE: jar:deploy via ftp)

2005-02-14 Thread Brett Porter
I'm starting to get the feeling that when the repositories where shuffled recently, some of the SNAPSHOT dependencies used for m2 got replaced with older versions. I've uploaded a new cvs provider also. Please try again - they are all up to date now. I'll do some more cleaning up of the repositor

Re: How to properly use filtering on resources.

2005-02-14 Thread Brett Porter
> 1) It doesn't filter anything. Files are not touched, just copied. Double check your resource set matches the one copied, and that it doesn't overlap with another one defined to contain the same files without filtering. > 2) Maven always try to load a file named "some.properties" ?! That's not

Re: Jboss SAR plugin/goals

2005-02-14 Thread Julien Kirch
Poppe, Troy wrote: Are there any plugins/goals geared towards producing a SAR for Jboss? I've seen some jelly script to do something like this, but I was curious if there is something 'official'. there is a lomm plugin with some advanced features that can produces sar files http://loom.codehau

How to properly use filtering on resources.

2005-02-14 Thread Damien Raude-Morvan
Hello, I'm trying to get working resources filtering in thesame way as explained on Maven Wiki [1]. I've put in project.xml : ...bla.. true And in maven.xml I'm figuring couple of problems : 1) It doesn't filter anything. Files are not touched, just copied. 2) Maven always

Jboss SAR plugin/goals

2005-02-14 Thread Poppe, Troy
Are there any plugins/goals geared towards producing a SAR for Jboss? I've seen some jelly script to do something like this, but I was curious if there is something 'official'. Thanks. T - To unsubscribe, e-mail: [EMAIL PROTE

RE: Trying to build latest SCM plugin for trunk (was RE: jar:deploy via ftp)

2005-02-14 Thread Vincent Massol
Hi Brett, Just tried it. I got the following exception (which I didn't get with the beta 3 version): C:\dev\maven\maven-1\plugins\clover>maven scm:prepare-release [snip] scm:find-connection: [echo] Using connection: scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/clover

Re: jar:deploy via ftp

2005-02-14 Thread Arnaud HERITIER
Hi Brett, It's not resolved (for me at least) and I can't build the new artifact plugin (because of missing dependencies). Arnaud On Mon, 14 Feb 2005 23:09:48 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > Hi Chris, > > Sorry for the long delay. > > Did you get this resolved? > > If not, I

Remote repository mirror mirrors.sunsite.dk dead?

2005-02-14 Thread Martijn Dashorst
Hi, I looked at http://mirrors.sunsite.dk/maven and found the maven distribution instead of the remote repository. Has something gone wrong with a rsynch? Or is this intentional? Martijn - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Trying to build latest SCM plugin for trunk (was RE: jar:deploy via ftp)

2005-02-14 Thread Brett Porter
My mistake - missed a deployment. All should now be on cvs.apache.org/repository. You can also build it from CVS, it is under the maven-scm module. On Mon, 14 Feb 2005 13:37:42 +0100, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi Brett, >

Re: I18n site

2005-02-14 Thread Arnaud HERITIER
Waiting for a POM modification, these informations (default and supported langages) can be defined as properties (It's what you're doing actually). I don't know if we will be able to change the POM in 1.1 ? Arnaud On Mon, 14 Feb 2005 07:36:33 -0500, Siveton Vincent <[EMAIL PROTECTED]> wrote: > H

Trying to build latest SCM plugin for trunk (was RE: jar:deploy via ftp)

2005-02-14 Thread Vincent Massol
Hi Brett, > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: lundi 14 février 2005 13:10 > To: Maven Users List > Cc: [EMAIL PROTECTED] > Subject: Re: jar:deploy via ftp > > Hi Chris, > > Sorry for the long delay. > > Did you get this resolved? > > If not, I ha

RE: I18n site

2005-02-14 Thread Siveton Vincent
Hi Brett, Well, according my experience, we also have these problems: there is classpath for bundles and another one for multiproject (maven reactor). Please check this mail: http://www.mail-archive.com/dev@maven.apache.org/msg21646.html Actually, I have no clue about it, what about you? Another

Re: jar:deploy via ftp

2005-02-14 Thread Brett Porter
Hi Chris, Sorry for the long delay. Did you get this resolved? If not, I have recently updated to a new set of code. If you are able to build the latest plugin from subversion, I'd appreciate you testing to see if it is resolved. If you need help doing that or want a pre-rolled version of the

Re: I18n site

2005-02-14 Thread Brett Porter
Hi, Is any work being undertaken on this? I'm not actively doing anything to xdoc at the moment, and it should be safe to apply the changes to HEAD. Currently the only known problems is that anything inside is being lost in translation (ie most fragments). - Brett On Thu, 3 Feb 2005 11:47:15

Re: Subprojects with Subversion

2005-02-14 Thread Brett Porter
you need to set the maven.scm.svn.tag.base property: maven.scm.svn.tag.base=https://adress/svn/tags http://www.apache.org/~brett/maven-stage-site/reference/plugins/scm/properties.html Cheers, Brett On Tue, 8 Feb 2005 17:50:52 +0100, Harald Meyer <[EMAIL PROTECTED]> wrote: > Hi, > > I am curre

Re: Jira plugin issue

2005-02-14 Thread Brett Porter
It appears that you are using an NTLM proxy and the JIRA plugin is not utilising it. The JIRA plugin should have a bug filed against it. - Brett On Mon, 14 Feb 2005 10:25:07 +0100, Sven Mariën <[EMAIL PROTECTED]> wrote: > When I try to use the maven-jira-plugin to create a Jira issues report, I

RE: Bootstrapping a build with clearcase

2005-02-14 Thread James.Shute
I'm using CruiseControl 2.1.6 and it all seems to work out of the box quite nicely. I've got a custom JSL for using with the Maven CruiseControl plugin with this in it:

Jira plugin issue

2005-02-14 Thread Sven Mariën
When I try to use the maven-jira-plugin to create a Jira issues report, I always get the following error : Credentials cannot be used for NTLM authentication: org.apache.commons.httpclient.UsernamePasswordCredentials Although I am able to view the issues using the generated url of the plugin :