Re: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec

2005-10-25 Thread jerome lacoste
On 10/25/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > On Tue, 2005-10-25 at 10:41 +0200, jerome lacoste wrote: > > Here are a small set of m2 plugins I've developped which are missing > > in the confluence Plugin Matrix page. Please update the page. > > > > - webstart-maven-plugin: to generate we

Re: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec

2005-10-25 Thread jerome lacoste
On 10/25/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > On Tue, 2005-10-25 at 10:41 +0200, jerome lacoste wrote: > > Here are a small set of m2 plugins I've developped which are missing > > in the confluence Plugin Matrix page. Please update the page. > > > > Here's the list > > - exec-maven-plugin

Re: Deploy artifact and site via FileSystem

2005-10-25 Thread Brett Porter
You should use a property in the settings that is substituted into the pom. - Brett On 10/25/05, Eric Pugh <[EMAIL PROTECTED]> wrote: > Hi all, > > Is there a way for me to define the URL for file deployment in my > settings.xml? When I mount a directory on OSX, I have /Volumes/ > bronze/repo di

Re: [m2] including ejb client jar in webapp

2005-10-25 Thread Brett Porter
Is that not the correct behaviour? The ejb doesn't include the jars itself, does it? - Brett On 10/25/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > Thanks that works. However I still get all the dependency artifacts > referenced in the ejb > pom file - is there some way to 'switch off' transi

Re: [m2] Switching XML Parsers?

2005-10-25 Thread Wendy Smoak
Kenney wrote: This is a jvm thing. You probably have a JDK that has a buggy version of xerces (or xalan, if you're using stylesheets). Adding a dependency on xerces (or another xml parser) should fix this. I'm using 1.4.2_09 and I'm pretty sure it was using Crimson, at least that's what I wa

Re: [M2] clearcase

2005-10-25 Thread Wim Deblauwe
I would be very interested in this too. 2005/10/25, Erick Dovale <[EMAIL PROTECTED]>: > > HI, > Can anyone comment on the current status for clearcase support in M2?? > I noticed there is some stuff on svn already for it but I am not sure > how complete it is. > > thanks. > > erick. > > --

Re: Maven 1.x ibiblio problems

2005-10-25 Thread Carlos Sanchez
Hi, We cleaned up jars that ended there by mistake (snapshot jars). commons-resources-0.1-dev is a snapshot that hasn't been released yet velocity-1.4 is still under velocity groupId Regards On 10/25/05, Marlon Pierce <[EMAIL PROTECTED]> wrote: > Hello-- > > We have several projects (gridport.ne

Maven 1.x ibiblio problems

2005-10-25 Thread Marlon Pierce
Hello-- We have several projects (gridport.net, sakaiproject.org, collab-ogce.org) that use Maven 1.x to build. We have noticed recent problems with jars disappearing from the Ibiblio maven repository and its mirrors, including velocity-1.4.jar and commons-resources-0.1-dev.jar. The parent

Re: [m2] lifecycle phase ordering?

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 18:02 -0700, Chad Brandon wrote: > Hello, > > I'm currently writing am m2 plugin for AndroMDA > (http://www.andromda.org), at the moment our build is > based on m1, but I'll be converting that to m2 > shortly. Anyway I have a question: how would I force > the "process-resour

Re: [M2] jar plugin and the jar manifest

2005-10-25 Thread Jamie Bisotti
On 9/29/05, Erick Dovale <[EMAIL PROTECTED]> wrote: > > Thanks a lot Sasa, > I had that figure out after a lot of diging around. I could generate the > manifest however, the resources folder is not added to the classpath in > the manifest. I have stuff like spring contexts that need to be in the >

Re: [m2] including ejb client jar in webapp

2005-10-25 Thread Ashley Williams
Thanks that works. However I still get all the dependency artifacts referenced in the ejb pom file - is there some way to 'switch off' transitive dependencies? On 26 Oct 2005, at 03:20, Tomislav Stojcevich wrote: You need to specify the type as ejb-client in your client project's pom. c

Re: [m2] including ejb client jar in webapp

2005-10-25 Thread Tomislav Stojcevich
You need to specify the type as ejb-client in your client project's pom. com.abc Ejb 1.00 ejb-client On 10/25/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > Hi, > > Just wondering how I go about including an ejb client jar in my > project. It seems the main artifact of an ejb project

[m2] including ejb client jar in webapp

2005-10-25 Thread Ashley Williams
Hi, Just wondering how I go about including an ejb client jar in my project. It seems the main artifact of an ejb project is the ejb jar file, which is fair enough. However it can also generate a client jar, installed in the same directory in the local repository and I can't work out how

[m2] lifecycle phase ordering?

2005-10-25 Thread Chad Brandon
Hello, I'm currently writing am m2 plugin for AndroMDA (http://www.andromda.org), at the moment our build is based on m1, but I'll be converting that to m2 shortly. Anyway I have a question: how would I force the "process-resources" phase to be called before the "generate-sources" phase within my

Re: [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonhttp

2005-10-25 Thread Edwin Punzalan
If i'm not mistaken that should be the Wagon Http Provider... If it is, the error should go away if you put wagon-http in build -> extensions of pom.xml Brian Bonner wrote: Not sure where to send this. I have been trying to figure out why the .wtpmodules is not getting included when I run

Re: [M2] How to checkout

2005-10-25 Thread Edwin Punzalan
To checkout a project using maven 2.x, the command would be: mvn scm:checkout -DconnectionUrl= Alexandre Poitras wrote: Hi, here's a newbie question but I can't find any guide on the subject. I just want to know how to checkout or performs a clean update of a project in a SCM repository.

Deploy artifact and site via FileSystem

2005-10-25 Thread Eric Pugh
Hi all, Is there a way for me to define the URL for file deployment in my settings.xml? When I mount a directory on OSX, I have /Volumes/ bronze/repo directory, but other folks have different paths. But they all point to the same directory! I tried: bronze-maven-repo-file

Re: [m2] pom.xml syntax

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 20:54 +, John Fallows wrote: > On 10/5/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On Wed, 2005-10-05 at 18:56 +, John Fallows wrote: > > > Is it possible to customize the syntax of pom.xml without impacting > > > the rest of the Maven2? > > > > In theory yes, but

RE: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-25 Thread Franck de Bruijn
Hi, I digged a little bit deeper and I noticed the following: * EclipseClassPathWriter and EclipseWtpmodulesWriter are both invoked from EclipsePlugin * EclipseClassPathWriter gets invoked with a reference to 'project', while EcpliseWtpmodulesWriter gets invoked with a reference to 'executedProje

Re: new sites

2005-10-25 Thread Emmanuel Venisse
Thanks Jason Jason van Zyl a écrit : Howdy, Not a whole lot but a tiny start for the Maven SCM and Maven Wagon sites. Just enough to make people ask where the real documentation is :-) Maven SCM http://maven.apache.org/scm Maven Wagon http://maven.apache.org/wagon

Re: [m2] pom.xml syntax

2005-10-25 Thread John Fallows
On 10/5/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > On Wed, 2005-10-05 at 18:56 +, John Fallows wrote: > > Is it possible to customize the syntax of pom.xml without impacting > > the rest of the Maven2? > > In theory yes, but would we want to allow that I don't know. What do you > want to cu

new sites

2005-10-25 Thread Jason van Zyl
Howdy, Not a whole lot but a tiny start for the Maven SCM and Maven Wagon sites. Just enough to make people ask where the real documentation is :-) Maven SCM http://maven.apache.org/scm Maven Wagon http://maven.apache.org/wagon -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org

Re: [M2] How to checkout

2005-10-25 Thread Mark Hobson
On 25/10/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > And I also wanted to know is it possible to use the WebDav protocol with the > "repository" goal instead of FTP or SCP to upload my jar? Regarding webdav, my colleague has written a webdav wagon provider (wagon is what m2 uses internally

Problem after running custom plugin in Maven 1.1-beta-1

2005-10-25 Thread surabhi
Hi , I have written a custom plugin and installed it. Once when I run that goal which is in that plugin it runs fine. After that whenever I try to run any other goal in any other folder of the project , maven still tries to run same goal(custom plugin goal) which I ran before. Has anyone have a

Re: assembly info and archive search

2005-10-25 Thread Kevin Galligan
That page gives some examples, but I don't know what the sections describe or what's possible. I think this page... http://maven.apache.org/maven2/plugins/maven-assembly-plugin/assembly.html with details for each part of the descriptor would help. There are several parts of the xml file that

OutOfMemoryErrors in Reports

2005-10-25 Thread Christian Goos
Hi I get OutOfMemoryErrors with javadoc, checkstyle and surefire reports. Configure Maven_opts did not help. What can I do? Thanks for help Christian __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE F

[M2] clearcase

2005-10-25 Thread Erick Dovale
HI, Can anyone comment on the current status for clearcase support in M2?? I noticed there is some stuff on svn already for it but I am not sure how complete it is. thanks. erick. - To unsubscribe, e-mail: [EMAIL PROTECTED] F

[M2] How to checkout

2005-10-25 Thread Alexandre Poitras
Hi, here's a newbie question but I can't find any guide on the subject. I just want to know how to checkout or performs a clean update of a project in a SCM repository. Do I have to use the goal "scm" like with Maven 1? Any documentation on this subject? And I also wanted to know is it possible to

[solved]Re: bad pgp signature and checksum on the distributed files.

2005-10-25 Thread Francois Bertel
Ok, I solved the issue myself... I got confused by the name of the link on the download page http://maven.apache.org/maven-1.x/start/download.html . I first downloaded the checksum and PGP signatures by right clicking on "checksum" and "PGP" and they were real files. So, I did the same for ".tar

Re: [ANN] Maven Repository Plugin v2.0 Released

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 15:26 -0400, Alexandre Poitras wrote: > I am not able to retrieve it from the repository.I keep getting the > following error : It doesn't appear to be up at ibiblio. I'll find out why. Thanks. > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with p

[m1.0.2] retrieve goal called

2005-10-25 Thread Marc Attiyeh
Is there a way in Jelly (my maven.xml) to retrieve the name of the goal the user called? I want some validation on parameters to only take place if certain goals are called. Thanks! -marc - To unsubscribe, e-mail: [EMAIL PROTEC

Re: [ANN] Maven Repository Plugin v2.0 Released

2005-10-25 Thread Alexandre Poitras
I am not able to retrieve it from the repository.I keep getting the following error : [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'repository'. Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-reposi tory-plugin/2.0/maven-repository-

Re: Mapping to Lists

2005-10-25 Thread Brian Bonner
Thanks, Jason. That's almost how I did it (actually using java.lang.String in place of the singular), but why does: http://svn.apache.org/viewcvs.cgi/*checkout*/maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-5/project.xml?rev=280259 have a comma separated list?

Re: velocity-1.4-dev.jar gone from Ibibli, what to do?

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 20:17 +0200, Dennis Geurts wrote: > Funny, I just noticed the same !!! > If you can find it at > http://www.ibiblio.org/maven2/velocity/velocity/1.4-dev/ > I agree it's of course much nicer to be able to automatically download it > after a repo clean... > as a side note:

[ERROR] Nonexistent component: org.apache.maven.wagon.Wagonhttp

2005-10-25 Thread Brian Bonner
Not sure where to send this. I have been trying to figure out why the .wtpmodules is not getting included when I run mvn eclipse:eclipse. I added a test case to the EclipsePluginTest (the dreaded "project-7") and added a project-7 directory with a pom.xml (renamed to projects.xml) to /src/test/pr

Re: Mapping to Lists

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 14:06 -0400, Brian Bonner wrote: Ok, I updated the doco for lists: http://maven.apache.org/guides/mini/guide-configuring-plugins.html Works very much like the population of arrays. -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org --

Re: [m2] How to add Javadoc Report(s) ?

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 19:16 +0200, Christian Schulte wrote: > Hi, > > I have setup a simple multi module project by looking at the maven > sources on how it is done in maven itself. Everything is working so far > and I am quite happy with maven 2. I cannot figure out how to add a > javadoc "rep

New JIRA project for the Maven 2.x plug-in for Eclipse

2005-10-25 Thread Jason van Zyl
Hi, I've created a project so that people who are trying out the new Maven 2.x plug-in for Eclipse can raise issues/concerns: http://jira.codehaus.org/browse/MNGECLIPSE -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org -

Re: Logging/tracing conventions

2005-10-25 Thread Jamie Bisotti
On 9/28/05, Orjan Austvold <[EMAIL PROTECTED]> wrote: > > Instead of having lots of debug statements in your Mojo, you could > simply connect a debugger to Maven. > > I'm doing this with IDEA simply by running maven with > > MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE > -Xrunjdwp:transport=d

Re: How to use different context.xml files?

2005-10-25 Thread Claus, Janek (NIH/NICHD)
Thank you very much, this helped! I hadn't even looked at profiles. They solve this problem very elegantly. Janek Mark Hobson wrote: Hi Janek, Filtering is obviously the best way to achieve this, but we need to resolve MNG-791 first. An alternative way which I'm using in the interim is to u

Re: velocity-1.4-dev.jar gone from Ibibli, what to do?

2005-10-25 Thread Dennis Geurts
Funny, I just noticed the same !!! If you can find it at http://www.ibiblio.org/maven2/velocity/velocity/1.4-dev/ I agree it's of course much nicer to be able to automatically download it after a repo clean... as a side note: It also seems that commons-logging-1.1-dev.jar is also missing... (a

[m2] ant WAR tasks and

2005-10-25 Thread Darren Hartford
Hey all, Trying to do something pretty simple I thought - use the task to create the classpath, then for WAR task (and similar tasks) simply add the classpath as the param: But,

Mapping to Lists

2005-10-25 Thread Brian Bonner
It appears this part of the doco is missing: http://maven.apache.org/guides/mini/guide-configuring-plugins.html In the eclipse plugin test case: http://svn.apache.org/viewcvs.cgi/*checkout*/maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-5/project.xml?rev=2802

bad pgp signature and checksum on the distributed files.

2005-10-25 Thread Francois Bertel
Hi, It seems the distributed files of maven have wrong pgp signature and checksum. I'm running Gentoo Linux on a x86 architecture. I downloaded maven-1.0.2.tar.bz2 , md5 and asc files from this page: http://maven.apache.org/maven-1.x/start/download.html First, I typed: $ gpg --verify maven-1.0

[m2] How to add Javadoc Report(s) ?

2005-10-25 Thread Christian Schulte
Hi, I have setup a simple multi module project by looking at the maven sources on how it is done in maven itself. Everything is working so far and I am quite happy with maven 2. I cannot figure out how to add a javadoc "report" to the generated site the right way. I would like to have either

Re: maven-artifact-ant-2.0 fails to set the correct fileset

2005-10-25 Thread Spencer Portee
I've had this issue before too. Weichsel, Ingo wrote: Hello, after upgrading to maven-artifact-ant-2.0 the classpath for a dependent artifact is not set correctly, unless the artifact was installed locally before running ant. The ant task and our repository definition:

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-25 Thread Brian Bonner
I should have added: of EclipseWtpmodulesWriter. On 10/25/05, Brian Bonner <[EMAIL PROTECTED]> wrote: > Looking for the same thing :) II looked at the maven-eclipse-plugin > source and it looks like it should pull these artifacts (check out the > addDependency() method). > > Anyone have a sugges

RE: [m2] Defining Custom Compiler in POM

2005-10-25 Thread Stevenson, Chris
Brett, Thanks for this reply. I've got a bit further but have reached another sticking point. What I'm trying to do is: get the dotnet compiler working for ms csc and mono msc, also I'm writing plugins to wrap NUnit and NDoc so that there can be a roughly similar dotnet build as the java build.

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-25 Thread Brian Bonner
Looking for the same thing :) II looked at the maven-eclipse-plugin source and it looks like it should pull these artifacts (check out the addDependency() method). Anyone have a suggestion on this? On 10/24/05, Franck de Bruijn <[EMAIL PROTECTED]> wrote: > Hi, > > > > I'm trying out maven 2 and t

Re: [M2] Multi project documentation

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 17:21 +0100, Pilgrim, Peter wrote: > Hi > > Is there any documentation available that explains how to create > a multi-project under Maven2? > > "Guide to creating a multi module build" is empty page. ;-( > http://maven.apache.org/guides/mini/guide-multi-module.html

Re: [M2] Docbook support

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 17:12 +0200, Jose Gonzalez Gomez wrote: > So I have the feeling that this is not the right approach... What I > would probably do is drop the docbook support in Doxia (or keep it > deliberately simple), as I see no reason to write a Maven site using > Docbook: APT or HTML/XHT

[M2] Multi project documentation

2005-10-25 Thread Pilgrim, Peter
Hi Is there any documentation available that explains how to create a multi-project under Maven2? "Guide to creating a multi module build" is empty page. ;-( http://maven.apache.org/guides/mini/guide-multi-module.html -- Peter Pilgrim Organiser / Founder ( JAVAWUG http://developers.

RE: [m2] What is the Maven 2 equivalent for site logos etc?

2005-10-25 Thread Pilgrim, Peter
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 25 October 2005 16:07 > To: Maven Users List > Subject: RE: [m2] What is the Maven 2 equivalent for site logos etc? > > > On Tue, 2005-10-25 at 15:33 +0100, Pilgrim, Peter wrote: > > I just want to change the ba

RE: [ANN] Maven Repository Plugin v2.0 Released

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 11:22 -0400, Brian E. Fox wrote: > This is weird. I didn't specify anything in my pom and it's looking for > 1.0-SNAPSHOT?? I will take a look shortly. -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org We all have problems. How we deal with them is a measu

Re: [M2] Unable to download the artifact from any repository --javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 16:36 +0200, Jon Ekdahl wrote: > I've been following the user list for about a month now and > this issue seems to be constantly recurring. This suggests to > me that the site and/or docs are not informative enough about > the issue, maybe something could be done about that (a

Re: How do I search for an issue in maven mailing list?

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 19:21 +0530, [EMAIL PROTECTED] wrote: > Hi , > > There is no search facility in maven mailing list. If I have to look for > an issue do I have to go in each date wise folder and browse whole content > ? Nabble works well: http://www.nabble.com/Maven---Users-f178.html You

RE: [m2] What is the Maven 2 equivalent for site logos etc?

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 15:33 +0100, Pilgrim, Peter wrote: > I just want to change the banner icons. So I have to re-create > the site.xml with all the XML elements, is that right? > > Is there simple configuration. BTW: Surfing to > > http://maven.apache.org/guides/mini/plugins/maven-site-plugin

Re: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 10:41 +0200, jerome lacoste wrote: > Here are a small set of m2 plugins I've developped which are missing > in the confluence Plugin Matrix page. Please update the page. > > - webstart-maven-plugin: to generate webstart 'packages' (sign jars, > pack200, generate JNLP files)

[m1] Site plugin, width of left column w/ image in non-IE browsers

2005-10-25 Thread Wendy Smoak
I followed the instructions[0] to add an image to the website navigation[1]: http://apachecon.com/2005/US"; img="http://apache.org/images/ac2005us_white_184x80.jpg"; /> Take a look at http://struts.apache.org with Firefox and resize your browser... see how the

Re: [m2] resource bundle problem in pmd plugin

2005-10-25 Thread Wim Deblauwe
There is no plain pmd-report.properties file in my jar ( maven-pmd-plugin-2.0-alpha-2.jar), only the _en and _fr versions regards, Wim 2005/10/25, Jason van Zyl <[EMAIL PROTECTED]>: > > On Tue, 2005-10-25 at 13:41 +0200, Wim Deblauwe wrote: > > Hi, > > > > The pmd plugin seems to have the same r

Re: [M2] Docbook support

2005-10-25 Thread Jeff Jensen
I think you are right on. +1 Quoting Jose Gonzalez Gomez <[EMAIL PROTECTED]>: > 2005/10/25, Jason van Zyl <[EMAIL PROTECTED]>: > > On Tue, 2005-10-25 at 09:35 +0200, Jose Gonzalez Gomez wrote: > > > Brett, > > > > > > Do you mean docbook support in Doxia or are you talking about anything > else

RE: [ANN] Maven Repository Plugin v2.0 Released

2005-10-25 Thread Brian E. Fox
This is weird. I didn't specify anything in my pom and it's looking for 1.0-SNAPSHOT?? E:\STC\workspace\sample-project>mvn repository:bundle-create [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Unnamed - sample-project:mavenFull:pom:SNAPSHOT [INFO] Maven Quick Start Arche

Re: How do I search for an issue in maven mailing list?

2005-10-25 Thread Sridhar Radhakrishnan
... also http://www.mail-archive.com/users@maven.apache.org/ Vincent Massol wrote: ... or even better: http://www.nabble.com/Maven-f177.html -Vincent -Original Message- From: Gail Jakubowski [mailto:[EMAIL PROTECTED] Sent: mardi 25 octobre 2005 16:52 To: users@maven.apache.org Su

RE: [m2] Project that doesn't create a package

2005-10-25 Thread David Jackman
If that's true, then I probably won't bother. I'll just use a groupId for the project that isolates it from everything I'm installing that is important. Thanks for sparing me the trouble of finding this out myself. ..David.. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED]

Re: [M2] Docbook support

2005-10-25 Thread Jose Gonzalez Gomez
2005/10/25, Jason van Zyl <[EMAIL PROTECTED]>: > On Tue, 2005-10-25 at 09:35 +0200, Jose Gonzalez Gomez wrote: > > Brett, > > > > Do you mean docbook support in Doxia or are you talking about anything else? > > He meant find a general approach that works. If it can be done in Doxia > that's great,

RE: [m1.0.2] nested expressions in Jelly

2005-10-25 Thread Marc Attiyeh
Jon - Thanks for the suggestion. It worked. However, it is kind of inelegant to have to declare a temporary variable every time I want to use nested expressions. Is there a way to do it in one line? Thanks. -marc -Original Message- From: Jon Ekdahl [mailto:[EMAIL PROTECTED] Sent:

maven-artifact-ant-2.0 fails to set the correct fileset

2005-10-25 Thread Weichsel, Ingo
Hello, after upgrading to maven-artifact-ant-2.0 the classpath for a dependent artifact is not set correctly, unless the artifact was installed locally before running ant. The ant task and our repository definition:

RE: How do I search for an issue in maven mailing list?

2005-10-25 Thread Vincent Massol
... or even better: http://www.nabble.com/Maven-f177.html -Vincent > -Original Message- > From: Gail Jakubowski [mailto:[EMAIL PROTECTED] > Sent: mardi 25 octobre 2005 16:52 > To: users@maven.apache.org > Subject: Re: How do I search for an issue in maven mailing list? > > http://marc.t

Re: [m2] Project that doesn't create a package

2005-10-25 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The part that will be tricky is having a project in the build that doesn't have anything to deliver in the install process. You'd almost need to configure the install and deploy plugins within that POM ONLY to flag them as disabled or something... Is

Re: How do I search for an issue in maven mailing list?

2005-10-25 Thread Gail Jakubowski
http://marc.theaimsgroup.com/?l=turbine-maven-user - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, October 25, 2005 9:51 AM Subject: How do I search for an issue in maven mailing list? Hi , There is no search facility in maven mailing list. If I have to look for a

How do I search for an issue in maven mailing list?

2005-10-25 Thread surabhi
Hi , There is no search facility in maven mailing list. If I have to look for an issue do I have to go in each date wise folder and browse whole content ? Regards, Surabhi Asthana Team Leader Spend Data Management ZYCUS INC. Ph : ++ 91 22 5640 7676 Extn. : 7803

RE: Re: [m2] Project that doesn't create a package

2005-10-25 Thread David Jackman
Well, I'm using "pom" as the packaging value now, but it isn't really what I want. I'd rather not install anything to my repository that has no value. Just don't want it cluttered up. Is there a way to do this? I guess I could create my own plugin that does this and attach it to a packaging val

Re: [M2] Unable to download the artifact from any repository --javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Jon Ekdahl
I've been following the user list for about a month now and this issue seems to be constantly recurring. This suggests to me that the site and/or docs are not informative enough about the issue, maybe something could be done about that (add it to the FAQ, for example, or maybe improve the error me

RE: [m2] What is the Maven 2 equivalent for site logos etc?

2005-10-25 Thread Pilgrim, Peter
I just want to change the banner icons. So I have to re-create the site.xml with all the XML elements, is that right? Is there simple configuration. BTW: Surfing to http://maven.apache.org/guides/mini/plugins/maven-site-plugin/ The webpage is incomplete: "Page Not Foyund" -- Peter Pilgrim ::

Re: [M2] Unable to download the artifact from any repository -- javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Dave Brondsema
Hiber Miks Rozenbergs wrote: > Dave Brondsema wrote: > >> See http://maven.apache.org/reference/standard-sun-jar-names.html for >> general info. Let us know if that doesn't explain enough. > > It doesn't. Because I'm not referencing Sun jar's. I've only added > dependency to Hibernate. That jav

Re: assembly info and archive search

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 07:49 -0400, Kevin Galligan wrote: > I have a couple simple questions. The first is about the assembly > plugin. Is there a place to find some more detailed info about the > descriptor file? The documentation pages are pretty light at this > point. Maybe a mailing list

Re: [m2] resource bundle problem in pmd plugin

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 13:41 +0200, Wim Deblauwe wrote: > Hi, > > The pmd plugin seems to have the same resource bundle problem: > > java.util.MissingResourceException: Can't find bundle for base name > pmd-report, locale nl_NL There is a "pmd-report.properties" in the PMD plugin in SVN. Can you

Re: [m2] What is the Maven 2 equivalent for site logos etc?

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 08:07 -0400, David H. DeWolf wrote: > This information now belongs in your site.xml. > > See: > > http://maven.apache.org/guides/mini/guide-site.html > > and specifically the part on creating the site "descriptor". Cool, it's great when users can point other users at solut

Re: [M2] Multiple Project Layout and Eclipse

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 11:14 +0200, Bernd Mau wrote: > Hi Pete, > > actually I didn't get any satisfying anwsers, but I have followed some > eclipse discussions. I have also read your posting from this morning > (Hamburg, DE) referring to "[M2] Project structure and Eclipse". I think > I'm going to

Re: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 10:41 +0200, jerome lacoste wrote: > Here are a small set of m2 plugins I've developped which are missing > in the confluence Plugin Matrix page. Please update the page. > > Here's the list > - exec-maven-plugin: to execute programs (with some features for > classpath managem

Re: [M2] Unable to download the artifact from any repository -- javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Miks Rozenbergs
Dave Brondsema wrote: See http://maven.apache.org/reference/standard-sun-jar-names.html for general info. Let us know if that doesn't explain enough. It doesn't. Because I'm not referencing Sun jar's. I've only added dependency to Hibernate. That javax.transaction.jta is probably required by o

RE: [M2] Unable to download the artifact from any repository --javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Donszelmann, Mark
The current error message leaves the user in doubt if: 1. the jar is actually not available at all 2. the jar is licensed, but can be retrieved elsewhere. It may be useful if the error message of would actually show the value of the downloadUrl, since maven did find the corresponding pom file.

Re: [M2] Unable to download the artifact from any repository -- javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 10:53 +0300, Miks Rozenbergs wrote: > Hello! > > Here is my POM, with dependency to hibernate. But when doing "mvn > compile", Maven can't download one of dependencies -- GroupId: > javax.transaction, ArtifactId: jta, Version: 1.0.1B. See console output > down bellow. Any

Re: [M2] Docbook support

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 09:35 +0200, Jose Gonzalez Gomez wrote: > Brett, > > Do you mean docbook support in Doxia or are you talking about anything else? He meant find a general approach that works. If it can be done in Doxia that's great, otherwise you might need a separate tool. > Jose > > 2005

Re: [ANN] Maven Project Info Reports Plugin v2.1 Released

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 08:09 +0200, Wim Deblauwe wrote: > Does this mail contain the wrong title or the wrong body? Just plain wrong, I accidentally did the resources and repository plugin with the wrong title the first time around (cut and paste) so just ignore the 2nd and 3rd "Maven Project Info

Re: [m2] Javadoc index.html incorrect

2005-10-25 Thread Matthieu
Hi,have the same problem too There is already a jira on this. http://jira.codehaus.org/browse/MNG-1249 Best regards, Matthieu 2005/10/25, Wim Deblauwe <[EMAIL PROTECTED]>: > > Hi, > > testing with Maven 2 (final). I executed mvn site:site with the javadoc > report enabled. This worked fine, how

Re: [m2] Javadoc index.html incorrect

2005-10-25 Thread Thomas Recloux
Hello all, I have got exacty the same problem. 2005/10/25, Wim Deblauwe <[EMAIL PROTECTED]>: > Hi, > > testing with Maven 2 (final). I executed mvn site:site with the javadoc > report enabled. This worked fine, however, the site/apidocs/index.html page > is empty. The other pages are created ok.

Re: using assembly to repackage a war

2005-10-25 Thread Mikael Wikström
jerome lacoste wrote: >On 10/22/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > >>If they are never used independantly I'd say merge, otherwise I'd say >>fix the war plugin, merge the 2 web.xml's, and add that as the >>resulting one. >> >> > >OK. > >My idea is that there shouldn't be any mer

Re: [M2] Unable to download the artifact from any repository -- javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Dave Brondsema
See http://maven.apache.org/reference/standard-sun-jar-names.html for general info. Let us know if that doesn't explain enough. Miks Rozenbergs wrote: > Hello! > > Here is my POM, with dependency to hibernate. But when doing "mvn > compile", Maven can't download one of dependencies -- GroupId: >

Re: [m2] ant tasks and SNAPSHOTs

2005-10-25 Thread Dave Brondsema
I deploy with: The repository's maven-metadata.xml has: edu.cornerstone.portal.eforms eforms 1.0-SNAPSHOT 89 20051025124212 The local repository of the box that deployed the artifact has the same contents in maven-metadata-remote.xml However

Re: [m2] What is the Maven 2 equivalent for site logos etc?

2005-10-25 Thread David H. DeWolf
This information now belongs in your site.xml. See: http://maven.apache.org/guides/mini/guide-site.html and specifically the part on creating the site "descriptor". David On 10/25/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > > > In Maven 1.0 you wrote this in your project.xml > > > CSFB (c

Re: [ANN] Maven Project Info Reports Plugin v2.0-beta-3 Released

2005-10-25 Thread Rico (privat)
Is this an upgrade for Maven 2? I dont understand. In which part of the XML grammar should I copy and paste the above section. Should it be Hi Peter, put it here ... http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://m

[m2] Plugins that depend on other plugin goals

2005-10-25 Thread Mark Hobson
Hi there, I'm trying to realign the tomcat plugin to the recent war plugin changes and having some trouble specifying my prerequisites. I basically want the following: * tomcat:deploy: @execute phase="package" * tomcat:exploded: @execute goal="war:exploded" * tomcat:inplace: @execute goal="war:i

assembly info and archive search

2005-10-25 Thread Kevin Galligan
I have a couple simple questions. The first is about the assembly plugin. Is there a place to find some more detailed info about the descriptor file? The documentation pages are pretty light at this point. Maybe a mailing list post or bug report? This leads to the second question. Is ther

[m2] resource bundle problem in pmd plugin

2005-10-25 Thread Wim Deblauwe
Hi, The pmd plugin seems to have the same resource bundle problem: java.util.MissingResourceException: Can't find bundle for base name pmd-report, locale nl_NL at java.util.ResourceBundle.throwMissingResourceException( ResourceBundle.java:837) at java.util.ResourceBundle.getBundleImpl(ResourceBun

[m2] What is the Maven 2 equivalent for site logos etc?

2005-10-25 Thread Pilgrim, Peter
In Maven 1.0 you wrote this in your project.xml CSFB (c) 2005 http://www.csfb.net/ http://www.csfb.net/images/standardmaessig.gif 2005 com.csfb.csar.private.internal.it http://private-details.internal.foo.csfb.net/images/project_logo.gif What d

[m2] Javadoc index.html incorrect

2005-10-25 Thread Wim Deblauwe
Hi, testing with Maven 2 (final). I executed mvn site:site with the javadoc report enabled. This worked fine, however, the site/apidocs/index.html page is empty. The other pages are created ok. That index page shows the maven menu on the left but an empty content. regards, Wim PS: I haven't spec

RE: [ANN] Maven Project Info Reports Plugin v2.0-beta-3 Released

2005-10-25 Thread Pilgrim, Peter
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 24 October 2005 21:43 > To: users@maven.apache.org; Maven Developers List > Subject: [ANN] Maven Project Info Reports Plugin v2.0-beta-3 Released > > > The Project Reporting plugin has been released. This release

velocity-1.4-dev.jar gone from Ibibli, what to do?

2005-10-25 Thread Ruud Wijnands
I just removed my complete maven 1.0.2 repository to perform a full clean build and download everything fresh. I ran into the problem that now velocity-1.4-dev.jar cannot be downloaded. When I look at the ibiblio site this seems correct. Has this been removed by mistake? How can I fix this? I don'

Re: [M2] Multiple Project Layout and Eclipse

2005-10-25 Thread Bernd Mau
Hi Pete, actually I didn't get any satisfying anwsers, but I have followed some eclipse discussions. I have also read your posting from this morning (Hamburg, DE) referring to "[M2] Project structure and Eclipse". I think I'm going to write a Howto, discussing the two approaches on working with ma

  1   2   >