Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-20 Thread David H. DeWolf
pluto 1.1 branch has made the switch and includes some custom plugins as well. Check out: http://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1/ On 10/19/05, Jorg Heymans [EMAIL PROTECTED] wrote: Pete Thomas wrote: I was looking for some example projects that are using M2 and

Re: [m2] writing a Mojo for a plugin that requires Reports to have been run

2005-10-20 Thread David Sag
Hmm sorry we seem to be t cross-purposes here. All I want to do is to ensure that the various reports have been run. I don't need to access the liost of registered reports specifically. unless i suppose i wish to check from within my mojo that the other reports have been run. i am probably just

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Thomas Van de Velde
Congratulations to all! This is great news. On 10/20/05, Jorg Heymans [EMAIL PROTECTED] wrote: Brett Porter wrote: We are pleased to announce that Maven 2.0 has been released, and is available for download from http://maven.apache.org/maven2/download.html Congratulations , tremendous

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread David Sag
Fantastic work all round. well done everyone involved. This has come at exactly the right time for the project I am about to start. Kind regards, Dave Sag Brett Porter [EMAIL PROTECTED] wrote on 20/10/2005 12:24:47 AM: We are pleased to announce that Maven 2.0 has been released, and is

Re: [M2.0] Getting started with M2.0 and Eclipse

2005-10-20 Thread Piotr Bzdyl
Hello, There exists an m2 plug-in for Eclipse and I will probably release it next week sometime. It supersedes anything in Mevenide as far as m2 goes. It will be a preview but it needs a little work before it's released. Is it possible to checkout sources of this Eclipse plugin and take a

RE: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Donszelmann, Mark
Great, keep up the good work. Regards Mark Donszelmann -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 3:25 PM To: users@maven.apache.org Cc: dev@maven.apache.org Subject: [ANN] Maven 2.0 Release Now Available We are pleased to

Re: [m2] scm:checkout requires a pom.xml to be present

2005-10-20 Thread Emmanuel Venisse
try m2 -U scm:checkout -DconnectionUrl=scm:cvs:local:/cvs/src:my-app for update scm plugin Emmanuel Miks Rozenbergs a écrit : Emmanuel Venisse wrote: it works for me. Check if you have the correct plugin version. Emmanuel Hmm, seems like I do not have the right version -- it's

Re: Remote shared repository in M2

2005-10-20 Thread Pete Thomas
cheers Russell that worked. It would be good if someone could revise the M2 Guides in http://maven.apache.org/maven2/guides/introduction/introduction-to-repositories.html So just to clarify, if in the POM.xml I add :- repositories repository idmy-repo1/id nameyour custom

RE: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread fabrice . belingard
We've been so much looking forward to it, congrats!!! :oD Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED] Brett Porter

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Orjan Nygaard Austvold
Congratulations to all of you! Best regards, Ørjan Austvold Brett Porter wrote: We are pleased to announce that Maven 2.0 has been released, and is available for download from http://maven.apache.org/maven2/download.html Maven is a build system that provides software project management and

[m2] Plugin descriptor generator

2005-10-20 Thread Jan Bartel
Hi, Using the 2.0-beta-3 release of Maven, I'm trying to create a Java plugin. I've tried just cutting and pasting the Hello World example from the website, but I get the same error, which is when I try to generate the plugin.xml as part of the m2 install command, I get: Exception in thread

Re: [m2] xdoclet help

2005-10-20 Thread Philippe HUET
Kevin, I found a workaround for this problem by changing all references to 2.0-beta-1 to 2.0 in pom xdoclet-maven-plugin-1.0-alpha-1.pom in my repository. Not sure that it's the cleanest solution, but it work for me. The public svn repository for xdoclet-maven-plugin is inaccessible so I

Re: [m2] scm:checkout requires a pom.xml to be present

2005-10-20 Thread Miks Rozenbergs
Emmanuel Venisse wrote: try m2 -U scm:checkout -DconnectionUrl=scm:cvs:local:/cvs/src:my-app for update scm plugin Nope. No success. I even deleted the whole local repository. Even though it did download now version alpha-3 of maven-scm-plugin, the bug is still there. When you are saying

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Mark Hobson
Fantastic - thanks for all the great work everyone! Mark On 20/10/05, Orjan Nygaard Austvold [EMAIL PROTECTED] wrote: Congratulations to all of you! Best regards, Ørjan Austvold Brett Porter wrote: We are pleased to announce that Maven 2.0 has been released, and is available for

Re: [M2.0] Getting started with M2.0 and Eclipse

2005-10-20 Thread Edwin Punzalan
The source is within http://svn.apache.org/repos/asf/maven/components/trunk look under maven-plugins/maven-eclipse-plugin. Piotr Bzdyl wrote: Hello, There exists an m2 plug-in for Eclipse and I will probably release it next week sometime. It supersedes anything in Mevenide as far as m2

Re: [M2.0] Getting started with M2.0 and Eclipse

2005-10-20 Thread Piotr Bzdyl
Hello, The source is within http://svn.apache.org/repos/asf/maven/components/trunk look under maven-plugins/maven-eclipse-plugin. Just a little misunderstanding. I was talking about plugin for Eclipse to execute maven 2 goals from Eclipse IDE and not about maven 2 plugin to create .classpath

Maven SQL tasks

2005-10-20 Thread Marco Mistroni
hello all, i was curious about one thing.. with ant, you can launch SQL commands to create a database, for example does Maven have same capabilities or do i have to revert to ant:sql in my maven.xml? thanks in advance and regards Marco

RE: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Pilgrim, Peter
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] ===== We are pleased to announce that Maven 2.0 has been released, and is available for download from http://maven.apache.org/maven2/download.html Maven is a build system that provides software project

RE: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Kevin McNamee
Congrats! Well done! /Kevin -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 20 October 2005 00:25 To: users@maven.apache.org Cc: dev@maven.apache.org Subject: [ANN] Maven 2.0 Release Now Available We are pleased to announce that Maven 2.0 has been released, and is

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Guillaume Laforge
Well done everybody for this great achievement! I'm looking forward to have (more) fun with Maven 2.0 :-) Guillaume On 20/10/05, Brett Porter [EMAIL PROTECTED] wrote: We are pleased to announce that Maven 2.0 has been released, and is available for download from

Re: [M2.0] Getting started with M2.0 and Eclipse

2005-10-20 Thread Arik Kfir
No, for that you will Mevenide - however, I believe Mevenide does not support m2 yet. On 10/20/05, Piotr Bzdyl [EMAIL PROTECTED] wrote: Hello, The source is within http://svn.apache.org/repos/asf/maven/components/trunk look under maven-plugins/maven-eclipse-plugin. Just a little

Migrating from m1 to m2 (was RE: [ANN] Maven 2.0 Release Now Available)

2005-10-20 Thread Vincent Massol
Hi Peter, -Original Message- From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Sent: jeudi 20 octobre 2005 11:15 To: 'Maven Users List' Subject: RE: [ANN] Maven 2.0 Release Now Available -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] ===== We

Re: [m2 m1]Inject POM values into application

2005-10-20 Thread Geoffrey
There is even second use case besides the releaseDate that the filtering can't cut: Depending on a variable, for example release.database = mysql Certain hibernate properties should be set, such as the hibernate dialect and the jdbc url, depending on a condition based on the release.database

[M2] Docbook support

2005-10-20 Thread Jose Gonzalez Gomez
Hi there, In the announcement docbook support is mentioned, but I haven't been able to find anything about it in the docs. I've also found some thread talking about docbook support in Doxia, but its web says nothing about it. Finally the plugin matrix mentions a docbook plugin that seems to be M2

Rép. : [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Antonio PAROLINI
Got it, tried it, great stuff! Keep up the good job! antonio [EMAIL PROTECTED] 10/20 12:24 We are pleased to announce that Maven 2.0 has been released, and is available for download from http://maven.apache.org/maven2/download.html Maven is a build system that provides software project

lifecycle documentation - inherited execution

2005-10-20 Thread jerome lacoste
In http://maven.apache.org/maven2/guides/introduction/introduction-to-the-lifecycle.html When multiple executions are given that match a particular phase, they are executed in the order specified in the POM, with inherited executions running first. What is this inherited execution? I created a

Re: [m2] scm:checkout requires a pom.xml to be present

2005-10-20 Thread Emmanuel Venisse
sorry, this pb was fix in maven-scm-plugin 1.0-alpha-4 that will be release in few days. Emmanuel Miks Rozenbergs a écrit : Emmanuel Venisse wrote: try m2 -U scm:checkout -DconnectionUrl=scm:cvs:local:/cvs/src:my-app for update scm plugin Nope. No success. I even deleted the whole local

Re: lifecycle documentation - inherited execution

2005-10-20 Thread jerome lacoste
On 10/20/05, jerome lacoste [EMAIL PROTECTED] wrote: In http://maven.apache.org/maven2/guides/introduction/introduction-to-the-lifecycle.html When multiple executions are given that match a particular phase, they are executed in the order specified in the POM, with inherited executions

m2 and J2EE archetype

2005-10-20 Thread HATTAT Jérémie
Hello, I'm starting with m2, where could i find examples of complete EAR apps? Is the an ear or J2ee archetype? Thx Jeremie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Dário Luís Coneglian Oliveros
Wow ! Great job and congrats to all !!! Looking forward to starting using it. Regards, Dário Oliveros -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 19 de outubro de 2005 20:25 To: users@maven.apache.org Cc: dev@maven.apache.org Subject: [ANN] Maven

plugin configuration execution seem to have different parameter values

2005-10-20 Thread jerome lacoste
When I mark the following plugin in phase package, it works OK. When I mark it in a phase before 'package' (e.g. compile), project parameter is null while the debug log shows that the configuration was done properly. If I add a @required, same thing. Here's the mojo: * @phase package *

Re: sun jars

2005-10-20 Thread Dalibor Topic
On Wed, Oct 19, 2005 at 04:52:33PM -0700, Jason van Zyl wrote: On Thu, 2005-10-20 at 01:40 +0200, Tomasz Pik wrote: On 19/10/05, Marcel Schutte [EMAIL PROTECTED] wrote: Couldn't someone from the maven development team ask Sun for their explicit permission to publish all these jars? As we

[m2]scp deploy help!

2005-10-20 Thread Hong Xing
When I deploy my artifact to the remote repository, I got the following exception. Caused by: com.jcraft.jsch.JSchException: reject HostKey: 61.135.154.158 at com.jcraft.jsch.Session.checkHost(Unknown Source) at com.jcraft.jsch.Session.connect(Unknown Source) at

Re: [M2.0] Getting started with M2.0 and Eclipse

2005-10-20 Thread Piotr Bzdyl
No, for that you will Mevenide - however, I believe Mevenide does not support m2 yet. As Jason van Zyl wrote: There exists an m2 plug-in for Eclipse and I will probably release it next week sometime. It supersedes anything in Mevenide as far as m2 goes. It will be a preview but it needs a

Re: [m2]scp deploy help!

2005-10-20 Thread jerome lacoste
On 10/20/05, Hong Xing [EMAIL PROTECTED] wrote: When I deploy my artifact to the remote repository, I got the following exception. Caused by: com.jcraft.jsch.JSchException: reject HostKey: 61.135.154.158 at com.jcraft.jsch.Session.checkHost(Unknown Source) at

Re: sun jars

2005-10-20 Thread Fabrizio Giustina
Some more thoughts... The same problem with Sun licenses was recently addressed also by Eclipse. They implemented a click-through mechanism where the user must accept the sun license everytime a file is requested from a sun server (an eclipse window containing a page from the sun website and an

Problems with maven-project-info-reports-plugin

2005-10-20 Thread Jørgen Solberg
Seems like it's still a problem with the plugin. [ERROR] FATAL ERROR [INFO] - --- [INFO] Can't find bundle for base name project-info-report, locale no_NO [INFO]

RE: Problems with maven-project-info-reports-plugin

2005-10-20 Thread Vincent Siveton
Hi, It is a known bug http://jira.codehaus.org/browse/MNG-1216 http://jira.codehaus.org/browse/MNG-1239 Corrected in SVN Cheers, Vincent -Original Message- From: Jørgen Solberg [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 7:03 AM To: users@maven.apache.org Subject:

Re: plugin configuration execution seem to have different parameter values

2005-10-20 Thread jerome lacoste
On 10/20/05, jerome lacoste [EMAIL PROTECTED] wrote: When I mark the following plugin in phase package, it works OK. When I mark it in a phase before 'package' (e.g. compile), project parameter is null while the debug log shows that the configuration was done properly. If I add a @required,

Re: m2: starting a java class

2005-10-20 Thread Roy van der Kuil
Hi all, Thanks for you're fast reply, although I have tried to insert the 'plugin' part into my pom.xml's build properties. Whenever I start maven, it complains it cannot find the plugin. Should I add something to my local plugin repository? Thanks for your help, -Roy On 10/19/05, Jason van Zyl

[m1.1] Email notification on build failure.

2005-10-20 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, What is the preferred way to send an email notification to all developers when the build failed? I have looked, but can't really find anything on that subject. Did I miss something? Thanks, Erwin - To unsubscribe,

Re: sun jars

2005-10-20 Thread Dalibor Topic
On Wed, Oct 19, 2005 at 07:54:49PM -0400, Brill Pappin wrote: Yah, its a bit of a gray area though... I could write a plugin that used each of the libs in question in some way and distribute the plugin... the user would then have it in the environment. No, you can't. The license demands that

Re: [m2] Exception running site:site

2005-10-20 Thread Kees de Kooter
Sorry Brett, I just installed maven 2 (congrats with the release!) but the error is still happening: [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0 [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0 [INFO] Generate Dependencies report. [INFO]

Re: [m2] Plugin descriptor generator

2005-10-20 Thread Roy van der Kuil
Hi, I ran into the same error. You need to update to the latest maven release (or at least the RC version). There seems to be a method added in this release which is used by the latest version from the plugin creator plugin. Good luck, Roy On 10/19/05, Jan Bartel [EMAIL PROTECTED] wrote: Hi,

Re: m2 and J2EE archetype

2005-10-20 Thread Jesse McConnell
http://jira.codehaus.org/browse/MNG-743 there is a jar on that issue that ought to get you started ;) lemme know if you have any questions about it On 10/20/05, HATTAT Jérémie [EMAIL PROTECTED] wrote: Hello, I'm starting with m2, where could i find examples of complete EAR apps? Is the an

SCM: cvs user

2005-10-20 Thread Bernd Mau
Hi, how can I avoid to specify the cvs user in the pom? Now my connection looks like this: developerConnectionscm:cvs:pserver:username@servername:path:module/developerConnection This works fine, with the .cvspass. But the user is always the same. Is it possible to specify the user in the

Re: m2: starting a java class

2005-10-20 Thread Jesse McConnell
that particular plugin isn't available on any mirrors as it is largely a bastard child plugin that certain developers have given me a hard time for even spawning...so no release on it... you can checkout mojo and build it yourself if you want to use it in the shortterm until the runtime plugin

[m2] installation instructions incorrect (windows)

2005-10-20 Thread Wim Deblauwe
Hi, I just followed the installation instructions on http://maven.apache.org/maven2/download.html, but they are incorrect. If I follow then I get an error that M2_HOME is not set properly. It printed: M2_HOME = C:\Program Files\Apache Software Foundation\maven- 2.0\bin\mvn.bat\.. although I did

[m2] typo in docs

2005-10-20 Thread Wim Deblauwe
on the url http://maven.apache.org/maven2/guides/getting-started/index.html, under the title How do I filter resource files? ...file using the syntax ${property name}}. The property... should be ...file using the syntax ${property name}. The property... regards, Wim

[m2] maintaining your own repository

2005-10-20 Thread Wim Deblauwe
Hi, currently we use Maven 1 and have our own repository on a windows share. Whenever a new dependency is needed, I copy it manually from ibiblio to our share. Our proxy requires autentication, and passwords change often, so it is easy to get locked out because you forgot to change your password

Re: sun jars

2005-10-20 Thread Dalibor Topic
On Thu, Oct 20, 2005 at 01:25:31PM +0200, Fabrizio Giustina wrote: Some more thoughts... The same problem with Sun licenses was recently addressed also by Eclipse. They implemented a click-through mechanism where the user must accept the sun license everytime a file is requested from a sun

[m2] Plugin Documentation

2005-10-20 Thread Tomislav Stojcevich
What happened to the plugin documentation? Are they still available somewhere and am I just not finding them? There use to be a link that took you to a list of all available plugins and you could get to the documentation for each of the plugins that showed all of the parameters. It's kind of

[m2] css is lost on page not found exception

2005-10-20 Thread Wim Deblauwe
Hi, try to surf here: http://maven.apache.org/maven2/guides/plugin/developers/mojo-api-specification.html It shows a quite ugly page (probably because the css is not found) regards, Wim

RE: [m2] Plugin Documentation

2005-10-20 Thread fabrice . belingard
Hi Tomislav, the plugins doco is still at the same place: http://maven.apache.org/maven2/plugins/index.html You can get there by clicking on Documentation on the left menu, then go down the page and you'll find the link Available Plug-ins. It's true that some useful links could be directly

RE: sun jars

2005-10-20 Thread Mike Perham
Is there some reason why people can't use the geronimo-spec jars? I discovered these a few months back and never looked back. I doubt they have a spec jar for everything under the sun but importing their j2ee 1.4 jar should solve 90% of people's problems... mike

RE: [m2] css is lost on page not found exception

2005-10-20 Thread fabrice . belingard
Actually, this is the case for every page that does not exist on the Maven site. And the Page Not Found page does not look the same in every case (problem of relative links I guess): - http://maven.apache.org/maven2/foo.html : correct - http://maven.apache.org/maven2/bar/foo.html : CSS is

CVS Mayhem

2005-10-20 Thread Wilfred Springer
All, Could anybody give me a clue why this isn't working? (I have been working with CVS and Maven 2 before, and it never was a problem, until today. Maven tells me that it's not a valid scm url. But why?) scm developerConnectionscm:cvs:pserver:[EMAIL

[m2] checksum failed errors for plexus and commons-logging

2005-10-20 Thread Wim Deblauwe
Hi, I'm trying the quick start guide and I got this: [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for plexus/plexus-components/1.0/plexus-components-1.0.pom - IGNORING Downloading: http://repo1.maven.org/maven2/plexus/plexus-root/1.0/plexus-root-1.0.pom 4K downloaded [WARNING]

[m2/mvn] CVS Mayhem

2005-10-20 Thread Wilfred Springer
Hmmm, I omitted the obligatory m2 (or should it be mvn from now on?) tag in the subject: All, Could anybody give me a clue why this isn't working? (I have been working with CVS and Maven 2 before, and it never was a problem, until today. Maven tells me that it's not a valid scm url. But why?)

Re: [m2] javadoc:javadoc for war projects

2005-10-20 Thread Stephen Duncan
Anybody have any more information on this? Taking away a feature without any explanation is a little frustrating... -Stephen On 10/19/05, John Mendonca [EMAIL PROTECTED] wrote: After this new version of maven 2, I can no longer create javadocs for my war packaged projects, as they are not

Re: [m2] javadoc:javadoc for war projects

2005-10-20 Thread Stephen Duncan
Also, on jar projects, where javadoc does work, when included as a site report, it creates the javadocs, but doesn't correctly create the index.html page, so there is no javadocs on that page. -Stephen On 10/20/05, Stephen Duncan [EMAIL PROTECTED] wrote: Anybody have any more information on

Re: sun jars

2005-10-20 Thread Fabrizio Giustina
On 10/20/05, Mike Perham [EMAIL PROTECTED] wrote: Is there some reason why people can't use the geronimo-spec jars? I discovered these a few months back and never looked back. I doubt they have a spec jar for everything under the sun but importing their j2ee 1.4 jar should solve 90% of

Re: sun jars

2005-10-20 Thread Fabrizio Giustina
On 10/20/05, Dalibor Topic [EMAIL PROTECTED] wrote: On Thu, Oct 20, 2005 at 01:25:31PM +0200, Fabrizio Giustina wrote: You will not believe it, but this is also required for standard dtds and xsds (like the web.xml schema)... according to Sun any xml editor which reads the xsd declaration

[M2] SCP nightmare in Windows

2005-10-20 Thread Jose Gonzalez Gomez
Hi there, Is anybody successfully using SCP with public key authentication deployment under Windows with Maven 2.0? My current problems: 1. Using scp: 1.1 You either have to put your private key passphrase in the settings.xml file or have an unprotected private key. 1.2 Maven cannot stablish

Re: [m2] maintaining your own repository

2005-10-20 Thread Jose Gonzalez Gomez
2005/10/20, Wim Deblauwe [EMAIL PROTECTED]: Hi, currently we use Maven 1 and have our own repository on a windows share. Whenever a new dependency is needed, I copy it manually from ibiblio to our share. Our proxy requires autentication, and passwords change often, so it is easy to get

RE: CVS Mayhem

2005-10-20 Thread Bernd Mau
Hi Wilfred, this looks like my entry. Do you have the problem using the release-plugin? I had this message and the fault was an invalid entry in the file release.properties (meanwhile I changed the pom). After deleting the file everything worked again. Bernd

[m2] Fatal error trying mvn site

2005-10-20 Thread Wim Deblauwe
Hi, I get the following error trying to build a site: [INFO] [ERROR] FATAL ERROR [INFO] [INFO] Can't find bundle for base name

Re: [m2/mvn] CVS Mayhem

2005-10-20 Thread Emmanuel Venisse
what is your command? Do you have more infos with -e cli parameter? Emmanuel Wilfred Springer a écrit : Hmmm, I omitted the obligatory m2 (or should it be mvn from now on?) tag in the subject: All, Could anybody give me a clue why this isn't working? (I have been working with CVS and Maven

Re: [m2] Exception running site:site

2005-10-20 Thread David H. DeWolf
I experienced this issue when I attempted to nest menu items. To fix, change: menu menu item/ /menu /menu to menu item/ /menu menu item/ /menu or something similar. David On 10/20/05, Kees de Kooter [EMAIL PROTECTED] wrote: Sorry Brett, I just installed maven 2 (congrats with the

Re: archetype xsd ?

2005-10-20 Thread Jason van Zyl
On Tue, 2005-10-18 at 10:01 +0200, Jorg Heymans wrote: Jason van Zyl wrote: Not right now, but I'm going to start using modello at which point I can generate an XSD. All right, I've flipped Archetype over to using modello so I can now generate the XSD. ok cool. Is is possible to

Re: archetypes: prevent resources from being parsed

2005-10-20 Thread Jason van Zyl
On Tue, 2005-10-18 at 10:14 +0200, Jorg Heymans wrote: Hi, How can I tell m2 that it shouldn't look for variable tags in certain archetype resources ? We'll need to change the archetype model to allow for this. Currently velocity tries to filter everything in the archetype. -- jvz. Jason

Re: [m2] Exception running site:site

2005-10-20 Thread Kees de Kooter
I have not attempted anything to change yet, just run site:site. Which file are you referring to? Kees - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Exception running site:site

2005-10-20 Thread David H. DeWolf
your descriptor (site.xml) -- probably located at project-home/src/site/site.xml David On 10/20/05, Kees de Kooter [EMAIL PROTECTED] wrote: I have not attempted anything to change yet, just run site:site. Which file are you referring to? Kees

Re: [M2] SCP nightmare in Windows

2005-10-20 Thread Stephen Duncan
On the RSA key: Make sure that you have a folder C:\Documents And Settings\yourusername\.ssh Potentially make sure you have a known_hosts file in that directory if it still doesn't work. The issue is that it's not creating that file, most likely, so it asks for every attempt to use scp. At

Re: archetypes: prevent resources from being parsed

2005-10-20 Thread Jorg Heymans
Jason van Zyl wrote: We'll need to change the archetype model to allow for this. Currently velocity tries to filter everything in the archetype. How about a per resource flag like eg interpolate-vars=true|false , possibly also configurable on the sources testSources etc level ? That should

Re: [m2] Fatal error trying mvn site

2005-10-20 Thread Bernd Mau
Hi, I have got the same problem with the german locale (java.util.MissingResourceException: Can't find bundle for base name project-info-report, locale de_DE) I did not have the problem with m2-beta-1. I tried some configuration for the plugins: build plugins

Re: archetype xsd ?

2005-10-20 Thread Jorg Heymans
Jason van Zyl wrote: All right, I've flipped Archetype over to using modello so I can now generate the XSD. cool! thanks. Maybe we can chat in IRC and go over scenarios for Cocoon as I would like to enhance Archetype deal with sure. where ? I'm also working on a generator to make

Re: [m2] ibiblio upload and pom formatting

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 05:41 +0200, jerome lacoste wrote: Hi, I would like to upload an artifact to ibiblio and I need some guidance in the following aspects: 0- pom groupid 1- pom dependencies 2- pom version 3- submission to ibiblio The code is taken from Mustang. It's a special part

Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 00:11 -0400, David H. DeWolf wrote: pluto 1.1 branch has made the switch and includes some custom plugins as well. Check out: http://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1/ Is this going to be in the main line soon? BTW, I added your article to the

Re: How to add jtidy as a depency?

2005-10-20 Thread Jason van Zyl
On Wed, 2005-10-19 at 22:42 -0600, Siegfried Heintze wrote: Thanks for that last response on license.txt. I'm looking at http://www.ibiblio.org/maven/jtidy/jars/. How would I add this as a dependency? This does not work: dependency groupIdjtidy/groupId

Re: [M2.0] Getting started with M2.0 and Eclipse

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 09:32 +0200, Piotr Bzdyl wrote: Hello, There exists an m2 plug-in for Eclipse and I will probably release it next week sometime. It supersedes anything in Mevenide as far as m2 goes. It will be a preview but it needs a little work before it's released. Is it

Re: [M2.0] Getting started with M2.0 and Eclipse

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 11:23 +0200, Arik Kfir wrote: No, for that you will Mevenide - however, I believe Mevenide does not support m2 yet. Mevenide doesn't but something else has been written. On 10/20/05, Piotr Bzdyl [EMAIL PROTECTED] wrote: Hello, The source is within

Re: [M2] SCP nightmare in Windows

2005-10-20 Thread Jose Gonzalez Gomez
Just creating the directory made it work, thanks a lot Jose 2005/10/20, Stephen Duncan [EMAIL PROTECTED]: On the RSA key: Make sure that you have a folder C:\Documents And Settings\yourusername\.ssh Potentially make sure you have a known_hosts file in that directory if it still doesn't

[m2] Maven project descriptor documentation is wrong

2005-10-20 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to http://maven.apache.org/maven2/maven-model/maven.html, the testResources element contains resource elements. According to the XSD, they're testResource elements. Should I file a bug in JIRA? If so, under what? - -- Craig S.

Re: [M2] SCP nightmare in Windows

2005-10-20 Thread Stephen Duncan
Since it didn't get fixed for 2.0, I created a bug for that problem: http://jira.codehaus.org/browse/MNG-1255 -Stephen On 10/20/05, Jose Gonzalez Gomez [EMAIL PROTECTED] wrote: Just creating the directory made it work, thanks a lot Jose 2005/10/20, Stephen Duncan [EMAIL PROTECTED]: On the

Re: [m2] Maven project descriptor documentation is wrong

2005-10-20 Thread Vincent Siveton
Hi That sounds like the MNG-523 issue http://jira.codehaus.org/browse/MNG-523 Cheers, Vincent 2005/10/20, Craig S. Cottingham [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to http://maven.apache.org/maven2/maven-model/maven.html, the testResources element

Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-20 Thread David H. DeWolf
Yes, moving Pluto 1.1 to trunk is actually up for discussion right now on the pluto dev list. Thanks for the plug! David On 10/20/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Thu, 2005-10-20 at 00:11 -0400, David H. DeWolf wrote: pluto 1.1 branch has made the switch and includes some

Re: [m2] Plugin descriptor generator

2005-10-20 Thread Jan Bartel
Jason, Overnight I checked out svn head of Maven and built it and the plugin generator is now working fine. Thanks Jan Jason van Zyl wrote: On Wed, 2005-10-19 at 16:31 +0200, Jan Bartel wrote: Hi, Using the 2.0-beta-3 release of Maven, I'm trying to create a Java plugin. I've tried just

[m2] deployment of Jetty 6

2005-10-20 Thread Greg Wilkins
Hi all (and congrads on the 2.0 release), we're moving Jetty 6 over to use m2 and I have lots of questions about deployment. As well as questions, I would not mind a sanity check on what we have done. Firstly naming! The groupId I'm using is org.mortbay.jetty In m1 it appears that the group

RE: [M2.0] Getting started with M2.0 and Eclipse

2005-10-20 Thread Siegfried Heintze
Jason, Would you mind elaborating on that a bit? Maybe a URL, perhaps? Sieg -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 9:28 AM To: Maven Users List Subject: Re: [M2.0] Getting started with M2.0 and Eclipse On Thu, 2005-10-20 at

Multiproject Release: No check in

2005-10-20 Thread Bernd Mau
Hi, I tried to release a multiproject with 5 modules (on a Branch). Well, the POMs of all modules are changed and there are some dependencies which have been updated correctly. But only the master has been checked in correctly. I'm changed the recommended layout, to fit in an eclipse workspace.

Re: [M2] Docbook support

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 11:28 +0200, Jose Gonzalez Gomez wrote: Hi there, In the announcement docbook support is mentioned, but I haven't been able to find anything about it in the docs. I've also found some thread talking about docbook support in Doxia, but its web says nothing about it.

Re: sun jars

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 04:10 -0700, Dalibor Topic wrote: On a side note, any idea whether JSR 277 will be developped in an open fashion, with an open source RI, like the concurrency JSR was? That's up to the spec lead (Stanley Ho), but we are still designing so no code has been written yet.

Re: [M2] Docbook support

2005-10-20 Thread Emmanuel Venisse
Jason van Zyl a écrit : On Thu, 2005-10-20 at 11:28 +0200, Jose Gonzalez Gomez wrote: Hi there, In the announcement docbook support is mentioned, but I haven't been able to find anything about it in the docs. I've also found some thread talking about docbook support in Doxia, but its web

mvn doesn't work with java-1.4.2-ibm-1.4.2.1 (IBM JDK)

2005-10-20 Thread Sridhar Radhakrishnan
Not sure whether this has been already addressed. Anyway, posting for your information. I was using the ibm jdk version (java-1.4.2-ibm-1.4.2.1) and trying to build the test project. It couldn't compile and fails with the error Failed to build model from file

RE: [m2] Plugin Documentation

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 15:17 +0200, [EMAIL PROTECTED] wrote: Hi Tomislav, the plugins doco is still at the same place: http://maven.apache.org/maven2/plugins/index.html You can get there by clicking on Documentation on the left menu, then go down the page and you'll find the link

Re: [M2] Docbook support

2005-10-20 Thread Jose Gonzalez Gomez
2005/10/20, Emmanuel Venisse [EMAIL PROTECTED]: Jason van Zyl a écrit : On Thu, 2005-10-20 at 11:28 +0200, Jose Gonzalez Gomez wrote: Hi there, In the announcement docbook support is mentioned, but I haven't been able to find anything about it in the docs. I've also found some thread

Re: [m2] maintaining your own repository

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 15:00 +0200, Wim Deblauwe wrote: Hi, currently we use Maven 1 and have our own repository on a windows share. Whenever a new dependency is needed, I copy it manually from ibiblio to our share. Our proxy requires autentication, and passwords change often, so it is easy

[m2] Working with project versions

2005-10-20 Thread Piotr Bzdyl
Hi, I would like to make sure that I understand maven 2 philosophy correctly. This is how I work with versions and SVN now: 1. Working with version 1.0-SNAPSHOT in svn.myhost.com/projectA/trunk 2. I want to release stable version so I use mvn release:prepare and mvn release:perform using as

Re: sun jars

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 13:25 +0200, Fabrizio Giustina wrote: Some more thoughts... The same problem with Sun licenses was recently addressed also by Eclipse. They implemented a click-through mechanism where the user must accept the sun license everytime a file is requested from a sun server

  1   2   >