Re: Maven 1.x ibiblio problems

2005-10-26 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.net,

Re: [M2] clearcase

2005-10-26 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: [m2] Switching XML Parsers?

2005-10-26 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

Re: [m2] including ejb client jar in webapp

2005-10-26 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' transitive

Re: Deploy artifact and site via FileSystem

2005-10-26 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

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

2005-10-26 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: to execute

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

2005-10-26 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 webstart

[m2] not building if only in local repository

2005-10-26 Thread Wim Deblauwe
Hi, I have 2 modules: moduleA depends on moduleB. I did a mvn install on moduleA. Then I tried to build moduleB, but I get an error: [INFO] Failed to resolve artifact. GroupId: com.mycomp.utils ArtifactId: utils-logging Version: 1.0-SNAPSHOT Reason: Unable to download the artifact from any

how can I identify transitive dependencies

2005-10-26 Thread Christian Goos
Good Morning, yesterday I tried to build a web application with struts. I included a struts 1.1 dependency and a lot of other libraries. But the build failed saying that oro 2.07 can not be found but not who needs that dependency. I was wondering who uses this dependency and finally found

A few questions about creating archetypes

2005-10-26 Thread Alexander Hars
Hi, I have read the Guide to creating archetypes but I am not sure about a few things: I assume that we create the archetype as a maven-plugin. Then it needs a pom. Do I include the archetype ... /archetype in the archetype plugin's pom.xml? Do I also need to define

Re: A few questions about creating archetypes

2005-10-26 Thread Jorg Heymans
Alexander Hars wrote: Hi, I have read the Guide to creating archetypes but I am not sure about a few things: I assume that we create the archetype as a maven-plugin. Then it needs a pom. Do I include the archetype ... /archetype in the archetype plugin's pom.xml? Do I also need to

RE: A few questions about creating archetypes

2005-10-26 Thread Luca Gmail
I answer the last part of your question. The pom.xml for the new project is the pom you like to use. So it contanins the dipendences, the repositories, ecc. you decide your new project should have. Bye, Luca -Original Message- From: Alexander Hars [mailto:[EMAIL PROTECTED] Sent:

Re: [m2] multiproject and dependency management.

2005-10-26 Thread Miks Rozenbergs
Brett Porter wrote: This mode is not currently avilable (only binary, or from source in your current source tree). It's a good feature request though, if someone would like to file it in JIRA and vote Here you are -- http://jira.codehaus.org/browse/MNG-1326. However this is my first file

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

2005-10-26 Thread Weichsel, Ingo
-Original Message- From: Spencer Portee [mailto:[EMAIL PROTECTED] I've had this issue before too. Could you resolve your issue? And if yes - how? I still have no idea how to resolve my issue... Weichsel, Ingo wrote: Hello, after upgrading to maven-artifact-ant-2.0 the

create an entry into internal repository

2005-10-26 Thread Luca Gmail
Hi all, I've some jar file and should upload to internal repository. Should I create thebundle manually? Tnx, Luca

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

2005-10-26 Thread Jose Gonzalez Gomez
2005/10/25, Jason van Zyl [EMAIL PROTECTED]: 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 Jason, Where can we download this plugin? Will anybody setup an Eclipse

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

2005-10-26 Thread Hong Xing
You can use a Gmail account to store Maven's mail list, and use Gmail's search function. 2005/10/25, Jason van Zyl [EMAIL PROTECTED]: 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

[m2] version options?

2005-10-26 Thread Wim Deblauwe
Hi, what are the options for the version/ tag? I know I can specify an exact version, but is there a way to say: Just take the latest version which you can find of that dependency and then have a report generated of the exact dependencies that where taken when the build was made? regards, Wim

Re: Need help to build Continuum for the first time

2005-10-26 Thread Emmanuel Venisse
Frank Zhao a écrit : I would like to do my best to make my contribution to the Continuum project. Please help me on building the Continuum. I have Ant, Maven 2 and Java 1.4 installed on my Linux machine. When I tried to build Continuum for the first time and here is the error I got: 1)

[m2] NullPointerException in following the say hi example in plugin development doc

2005-10-26 Thread Rice Yeh
Hi, I follows the plugin development at http://maven.apache.org/maven2/guides/plugin/guide-java-plugin-development.html to build the say hi plugin example. I have successfully install this plugin. But when running this plugin when commnad line mvn

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-26 Thread Ralph Pöllath
Hi, I'm also interested in using m2 with Eclipse WTP, but I'm currently lacking the time to fiddle around with it. Do you guys think you could document your progress somewhere, maybe on the maven wiki (http://docs.codehaus.org/display/MAVEN/Home )? Since the current documentation on the

Re: how can I identify transitive dependencies

2005-10-26 Thread Ralph Pöllath
On 26.10.2005, at 09:10, Christian Goos wrote: Good Morning, yesterday I tried to build a web application with struts. I included a struts 1.1 dependency and a lot of other libraries. But the build failed saying that oro 2.07 can not be found but not who needs that dependency. I was

[m2] exec vs execute (was RE: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec)

2005-10-26 Thread Vincent Massol
Hi Jerome, -Original Message- From: jerome lacoste [mailto:[EMAIL PROTECTED] Sent: mercredi 26 octobre 2005 08:38 To: Maven Users List Subject: Re: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec [snip] Here's the list - exec-maven-plugin: to

Re: new sites

2005-10-26 Thread Mark Hobson
On 25/10/05, Jason van Zyl [EMAIL PROTECTED] wrote: 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 I see

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

2005-10-26 Thread Pilgrim, Peter
Is this plug-in for Mevenide or is it generating eclipse project file e.g `maven eclipse:eclipse' ? -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 25 October 2005 20:36 To: Maven Users List Subject: New JIRA project for the Maven 2.x plug-in for Eclipse

Problems creating a site archetype

2005-10-26 Thread Neil Blue
Hello I am just looking at maven2 after using maven for a few years. I am trying to create a site with the command from the getting started guide: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes

Re: Problems creating a site archetype

2005-10-26 Thread Jorg Heymans
This came up a few weeks ago already, search the mailinglist. In short: you forgot to specify -DarchetypeVersion, which is default set to RELEASE. Neil Blue wrote: Hello I am just looking at maven2 after using maven for a few years. I am trying to create a site with the command from the

Re: Problems creating a site archetype

2005-10-26 Thread Hong Xing
Add a parameter -DarchetypeVersion=1.0-alpha-2 2005/10/26, Jorg Heymans [EMAIL PROTECTED]: This came up a few weeks ago already, search the mailinglist. In short: you forgot to specify -DarchetypeVersion, which is default set to RELEASE. Neil Blue wrote: Hello I am just looking at

RE: Re: Problems creating a site archetype

2005-10-26 Thread Neil Blue
Thanks That is working now with the -DarchetypeVersion setting. I was looking at the mailing archive, but the new archive doesn't seem to have a search feature. Have I missed it? Neil -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Jorg Heymans Sent: 26 October 2005

archetype -- creating empty folders ?

2005-10-26 Thread Alexander Hars
Hi, is it possible to instruct a custom archetype to create an empty folder? I tried with sources sourcesrc/main/java//source /sources //raises an error and sources sourceDirsrc/main/java//sourceDir /sources //didn't work I was not able to find an example in the maven archetype plugins.

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

2005-10-26 Thread Tomasz Pik
On 26/10/05, Pilgrim, Peter [EMAIL PROTECTED] wrote: Is this plug-in for Mevenide or is it generating eclipse project file e.g `maven eclipse:eclipse' ? It's a plugin for Eclipse, something like Mevenide. maven eclipse:eclipse issues are tracked here: http://jira.codehaus.org/browse/MPECLIPSE

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

2005-10-26 Thread Pilgrim, Peter
-Original Message- From: Tomasz Pik [mailto:[EMAIL PROTECTED] Sent: 26 October 2005 10:58 To: Maven Users List Subject: Re: New JIRA project for the Maven 2.x plug-in for Eclipse On 26/10/05, Pilgrim, Peter [EMAIL PROTECTED] wrote: Is this plug-in for Mevenide or is it

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

2005-10-26 Thread Pilgrim, Peter
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] ==== 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

Maven 2 and Jelly

2005-10-26 Thread Dário Luís Coneglian Oliveros
Hi there, Does anybody happen to know what Jelly future will be since Maven 2 does not depend on it anymore ? I couldn´t find a Jelly roadmap. As far as I know most of people who have learned Jelly in the past did it because they needed to develop Maven 1.x plugins. Any comments will be

Re: new sites

2005-10-26 Thread Emmanuel Venisse
Mark Hobson a écrit : On 25/10/05, Jason van Zyl [EMAIL PROTECTED] wrote: 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

RE: create an entry into internal repository

2005-10-26 Thread Sasa.Djuric
The maven Ant Tasks (maven-artifact-ant) can help You there. At least the source trunk comes with an example build.xml showing You how to install and deploy files to local and remote repos. -Original Message- From: Luca Gmail [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005

RE: Maven 2 and Jelly

2005-10-26 Thread Vincent Massol
-Original Message- From: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] Sent: mercredi 26 octobre 2005 12:12 To: Maven Users List Subject: Maven 2 and Jelly Hi there, Does anybody happen to know what Jelly future will be since Maven 2 does not depend on it anymore ?

RE: [M2] jar plugin and the jar manifest

2005-10-26 Thread Sasa.Djuric
i think if you simply put these files into projectroot/src/main/resources they should end up in Your class path. At least getClass().getResource() should find it. -Original Message- From: Jamie Bisotti [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 5:39 AM To: Maven Users

Re: [m2] including ejb client jar in webapp

2005-10-26 Thread Ashley Williams
Hi Brett, I believe the client (happens to be a servlet) should only see the remote and home interfaces. The ejb container (on a different VM) will host my enterprise bean and the util classes it needs to get its work done - as well as about 2 dozen dependency classes that get pulled in.

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

2005-10-26 Thread Tomasz Pik
On 26/10/05, Pilgrim, Peter [EMAIL PROTECTED] wrote: -Original Message- From: Tomasz Pik [mailto:[EMAIL PROTECTED] Sent: 26 October 2005 10:58 To: Maven Users List Subject: Re: New JIRA project for the Maven 2.x plug-in for Eclipse On 26/10/05, Pilgrim, Peter [EMAIL

Re: [m2] deployment of Jetty 6

2005-10-26 Thread Greg Wilkins
Brett Porter wrote: I think you should just leave them out of your repository, and leave it up to Geronimo/Tomcat to deploy them into the repo (which they do now, I think). Neither geronimo or tomcat has a properly named m2 repository yet. They alos version the servlet.jar with their own

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

2005-10-26 Thread Vincent Siveton
Hi Peter, Running mvn javadoc:javadoc [INFO] [javadoc:javadoc] [INFO] C:\opt\j2sdk1.4.2_04\jre\..\bin\javadoc.exe @options @files usage: javadoc [options] [packagenames] [sourcefiles] [classnames] [EMAIL PROTECTED] -overview file Read overview documentation from HTML file

Fwd from eclipse WTP newsgroup

2005-10-26 Thread Srepfler Srgjan
Darren Bell wrote: Brian Bonner wrote: Is there anyway to ensure that the M2_REPO variables that are included as part of the build path are also included in the WEBAPP Library variables that are used at runtime? Under the package explorer, Web App Libraries build path is empty. We've

Re: Maven 2 and Jelly

2005-10-26 Thread Dion Gillard
Dario, none of us working on Jelly have stopped. Some of us will continue to use Jelly with Maven 1.x, as the move to m2 is costly. Many use Jelly as a standalone templating engine like velocity. On 10/26/05, Dário Luís Coneglian Oliveros [EMAIL PROTECTED] wrote: Thanks Vincent. I know Jelly

RE: [m1.0.2] velocity-1.4-dev.jar not found

2005-10-26 Thread Peter Fennema
Hi Today I ran into the same problem. It seems ibiblio has done a cleanup of their repository. However, once published jars should stay there forever, especially the jars that Maven depends on. I can not control its version from my project descriptors. A (ugly) workaround is to download the jar

Re: [m2] Problem to specify project using JDK 5.0

2005-10-26 Thread Ashley Williams
Make sure you kick off mvn using java 5 - just check and change the value of JAVA_HOME accordingly at the command line. I don't believe you need to modify Java 5 settings any further from within the pom from what you are saying here. AW On 26 Oct 2005, at 12:56, Jean-Michel TOURNIE wrote:

Re: [m2] Problem to specify project using JDK 5.0

2005-10-26 Thread Ashley Williams
Although if you want to tinker with the source and target settings just do this: plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration

Issue in calling antrun plugin.

2005-10-26 Thread Dhivakher Balaji
Hi, I'm new to M2, am working on m2 beta-3, am trying to call an ant script in the m2 pom.xml using antrun plugin when i call the antrun plugin i'm getting AbstractMethodError. can any one help me to overcome this problem my pom.xml: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=

RE: Maven 2 and Jelly

2005-10-26 Thread Dário Luís Coneglian Oliveros
Glad to hear that ! Thanks Dion ! -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 26 de outubro de 2005 09:57 To: Maven Users List Subject: Re: Maven 2 and Jelly Dario, none of us working on Jelly have stopped. Some of us will continue to use Jelly

SNAPSHOT problems

2005-10-26 Thread Benedikt Kratz
Hi everyone, I am fairly new to maven, but started using a project that relies on maven, and on Monday I was able to fetch some jar files from the ibiblio repository. Today I wanted to repeat the whole process of getting that project running to make some documentation, but I've noticed that the

Migration path

2005-10-26 Thread Mark Hobson
Hi there, We've been using continuum 1.0-beta-1 since it's release and it's currently happily building away 86 projects. Now I'm wanting to upgrade to 1.0 final - is there any easy way to migrate the data from beta-1 to final without having to re-add all these projects? I see the db schema has

Re: Migration path

2005-10-26 Thread Emmanuel Venisse
The migration tool is planned for continuum 1.1, so you need to re-add all your projects. Sorry. Emmanuel Mark Hobson a écrit : Hi there, We've been using continuum 1.0-beta-1 since it's release and it's currently happily building away 86 projects. Now I'm wanting to upgrade to 1.0 final -

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

2005-10-26 Thread Ruud Wijnands
Is it possible that it has something to do with load balancing of servers? The problem got 'solved' about half an hour after I posted my mail. Via the webserver the file still were not there. I thing this is something that can go wrong when load balancing is applied, but the servers are not in

[maven2] Failed to build model from plexus-utils-1.0.4.pom

2005-10-26 Thread Jeremy Hughes
Hi, I'm a Maven newbie. I just downloaded Maven2 and started going through 'Getting started'. But got stuck on mvn compile. It failed to build the model from plexus utils 1.0.4. Any help really appreciated. Thx. Jeremy This is the output: [INFO] Scanning for projects... [INFO]

[ANN] Continuum 1.0 Final released

2005-10-26 Thread Emmanuel Venisse
The Maven team is pleased to announce the 1.0 of Continuum. Continuum is a continous integration server. We have progressively improved Continuum over five previous releases and now provides the following features: * Support for Maven 2.x * Support for Maven 1.x * Support for Ant *

Re: create an entry into internal repository

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 10:08 +0200, Luca Gmail wrote: Hi all, I've some jar file and should upload to internal repository. Should I create thebundle manually? http://maven.apache.org/guides/mini/guide-ibiblio-upload.html Tnx, Luca -- jvz. Jason van Zyl jason at maven.org

Re: [m2] version options?

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 10:29 +0200, Wim Deblauwe wrote: Hi, what are the options for the version/ tag? I know I can specify an exact version, but is there a way to say: Just take the latest version which you can find of that dependency and then have a report generated of the exact

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

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 10:13 +0200, Jose Gonzalez Gomez wrote: 2005/10/25, Jason van Zyl [EMAIL PROTECTED]: 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

Re: new sites

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 10:01 +0100, Mark Hobson wrote: On 25/10/05, Jason van Zyl [EMAIL PROTECTED] wrote: 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

Re: Problems creating a site archetype

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 11:17 +0200, Jorg Heymans wrote: This came up a few weeks ago already, search the mailinglist. In short: you forgot to specify -DarchetypeVersion, which is default set to RELEASE. I will release this again or go fix the metadata, not sure what happened as the archetype

Re: Problems creating a site archetype

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 17:23 +0800, Hong Xing wrote: Add a parameter -DarchetypeVersion=1.0-alpha-2 That should work, thanks for helping out! 2005/10/26, Jorg Heymans [EMAIL PROTECTED]: This came up a few weeks ago already, search the mailinglist. In short: you forgot to specify

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

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 08:39 +0200, jerome lacoste wrote: 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

[m2] Eclipse webapp lib

2005-10-26 Thread Antonio PAROLINI
Hello, I would like to synchronize the libraries in my POM with an eclipse webapp libs automaticaly. I tried Sysdeo and WTP and with both, the only way to do this in a automated manner is to use a mecanisme to copy the jars into the web-inf/lib folder. So I call mvn eclipse:eclipse followed by

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

2005-10-26 Thread Kevin McNamee
It would be nice to have all these great links on the Maven website. /Kevin -Original Message- From: Hong Xing [mailto:[EMAIL PROTECTED] Sent: 26 October 2005 10:21 To: Maven Users List Subject: Re: How do I search for an issue in maven mailing list? You can use a Gmail account to

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

2005-10-26 Thread sporty.org
I've found building from the machine you deploy your required artifacts from, to be the only way around a few of these type of bugs when using maven2's antlib. Weichsel, Ingo wrote: -Original Message- From: Spencer Portee [mailto:[EMAIL PROTECTED] I've had this issue before too.

Re: [m1.0.2] velocity-1.4-dev.jar not found

2005-10-26 Thread Carlos Sanchez
It'll be fixed in the next hours. Sorry. On 10/26/05, Peter Fennema [EMAIL PROTECTED] wrote: Hi Today I ran into the same problem. It seems ibiblio has done a cleanup of their repository. However, once published jars should stay there forever, especially the jars that Maven depends on. I can

Windows deploy ssh know_hosts

2005-10-26 Thread John Stein
I got the maven 2 deploy task to work using public private key ssh from windows client to linux server. However, I alwyas get the authenticity of host can't be established message. Where/how does maven cache this info on windows? thanks!!! -- John Stein [EMAIL PROTECTED] 717.439.0787

Default POM / POM Documentation

2005-10-26 Thread Doug Knesek
I am a Maven 1.x user trying to port all my projects to Maven 2.0. Currently, I'm trying to understand many of the elements of the Maven 2.0 POM. The documentation strings in maven-v4_0_0.xsd help, but aren't sufficient. 1) Is there comprehensive documentation of the new POM somewhere? 2)

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

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 17:29 +0200, Kevin McNamee wrote: It would be nice to have all these great links on the Maven website. http://maven.apache.org/project-info.html We need to expand the POM to deal with multiple archives. As different archives seem to have different strengths and weaknesses.

Re: Default POM / POM Documentation

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 11:04 -0500, Doug Knesek wrote: I am a Maven 1.x user trying to port all my projects to Maven 2.0. Currently, I'm trying to understand many of the elements of the Maven 2.0 POM. The documentation strings in maven-v4_0_0.xsd help, but aren't sufficient. 1) Is there

Re: Summary: Guide for creating archetypes

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 18:24 +0200, Alexander Hars wrote: Hi, thank you for all the helpful tips about where to look for creating archetypes. I am summarizing what I learned in a step-by-step guide below: The only question that I have not been able to solve is how to use instruct an

Re: Windows deploy ssh know_hosts

2005-10-26 Thread Stephen Duncan
You need to create the directory c:\Documents And Settings\yourusername\.ssh Then it will put the key into known_hosts file in that directory. -Stephen On 10/26/05, John Stein [EMAIL PROTECTED] wrote: I got the maven 2 deploy task to work using public private key ssh from windows client to

Where the [EMAIL PROTECTED] is it!

2005-10-26 Thread Jason van Zyl
Hi, In response to users not being able to find some basic resources I whipped up a Where the [EMAIL PROTECTED] is it! to try to point at the resources users have asked for today. As noted in the document the site still needs some work if people can't easily find what they need but hopefully

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

2005-10-26 Thread Dennis Geurts
Hi Jason, Unsure where to file the issue exactly I filed it here: http://jira.codehaus.org/browse/MAVEN-1719 Dennis On 10/26/05, Carlos Sanchez [EMAIL PROTECTED] wrote: We¡re working on this and it'll be fixed in the next hours. On 10/26/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Wed,

Re: [ANN] Continuum 1.0 Final released

2005-10-26 Thread Ralph Pöllath
Hi, I can't get continuum to fly on Mac OS X 10.4.2. Can anyone help? $ bin/macosx/run.sh start Starting continuum... $ bin/macosx/run.sh status Removed stale pid file: ./continuum.pid continuum is not running. run.sh executes exec ./wrapper wrapper.conf wrapper.pidfile=./continuum.pid

Re: [ANN] Continuum 1.0 Final released

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 19:22 +0200, Ralph Pöllath wrote: Hi, I can't get continuum to fly on Mac OS X 10.4.2. Can anyone help? Please use continuum-users@maven.apache.org for continuum user questions. $ bin/macosx/run.sh start Starting continuum... $bin/macosx/run.sh status Removed stale

RE: No velocity-1.4-dev.jar at ibiblio.org/maven causes Maven builds to break

2005-10-26 Thread Matthew T. Adams
Thanks. It was entered as MAVEN-1718, FYI... --matthew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Wednesday, October 26, 2005 10:52 AM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: No velocity-1.4-dev.jar at

Maven 2 multiproject

2005-10-26 Thread Colin Chalmers
Hi all, I just updated to maven 2 and after following a couple of links on the site/mailinglist got my multiproject project, relatively painlessly, uprunning!! I am generating the three jars I need but one would also like to aggregate all the code from the three seperate modules to build into

Re: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-26 Thread Brian Bonner
I just include: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; And it works fine in the xml editor. Brian

archetype jira project

2005-10-26 Thread Jason van Zyl
Hi, There is now an archetype JIRA project for those who are having issues with the archetype plugin, or the integrating it into other systems. http://jira.codehaus.org/browse/ARCHETYPE -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org We know what we are, but know not what

archetype:create maven-archetype-site Unable to determine the release version

2005-10-26 Thread John Stein
btw, you guys rock! running mvn archetype:create -DgroupId=com.versatile.trafsys -DartifactId=trafsys -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site on the existing getting started project.. [INFO] Failed to resolve artifact. GroupId:

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-26 Thread Brian Bonner
Franck, Nice catch. I'm posting a JIRA on this out on MNG. I'm going to try your chagne to see what happens. Brian On 10/25/05, Franck de Bruijn [EMAIL PROTECTED] wrote: Hi, I digged a little bit deeper and I noticed the following: * EclipseClassPathWriter and EclipseWtpmodulesWriter are

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-26 Thread Brian Bonner
Ralph, When we get it worked out, yes, I'll get w/ Jason to get it posted. Brian On 10/26/05, Ralph Pöllath [EMAIL PROTECTED] wrote: Hi, I'm also interested in using m2 with Eclipse WTP, but I'm currently lacking the time to fiddle around with it. Do you guys think you could document your

Re: Maven 2 multiproject

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 20:03 +0200, Colin Chalmers wrote: Hi all, I just updated to maven 2 and after following a couple of links on the site/mailinglist got my multiproject project, relatively painlessly, uprunning!! I am generating the three jars I need but one would also like to

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-26 Thread Brian Bonner
I posted: http://jira.codehaus.org/browse/MNG-1332 This has a quick patch that enables the eclipse plugin to work for .wtpmodules. Check out maven-eclipse-plugin out of svn into eclipse. apply the patch and then from the command line issue 'mvn install -DupdateReleaseInfo=true. Have fun.

[ANN] Netbeans module (nbm) plugin for Maven 2 released

2005-10-26 Thread Milos Kleint
Hello, the netbeans module (nbm) plugin for maven 2 has been released. It's a complete conversion of the maven 1 plugin. It defines a custom lifecycle and goals for building netbeans modules, module clusters and generating autoupdate sites. Instructions on installations:

RE: Default POM / POM Documentation

2005-10-26 Thread David Jackman
The POM reference is a good start, but there's still a lot missing or left unexplained. How is the maven-model/maven.html file generated? Is it possible to make changes to improve the documentation and submit patches? ..David.. -Original Message- From: Jason van Zyl [mailto:[EMAIL

Re: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-26 Thread Brian Bonner
Since I can't find target anywhere in the project descriptor model http://maven.apache.org/maven-model/maven.html I'm sure this would break it, What is target? Brian On 10/26/05, Stephen Duncan [EMAIL PROTECTED] wrote: Does it still work fine when you include a target element? That's when

Re: [m2] Eclipse webapp lib

2005-10-26 Thread Brian Bonner
Antonio, I'm using WTP 0.71 as well. Antonio, I'm using WTP 0.71 as well. mvn eclipse:eclipse is all you *should* need to do. However, there might be a bug in the maven-eclipse-plugin. For the time being: I posted: http://jira.codehaus.org/browse/MNG-1332 This has a quick patch that

Re: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-26 Thread Stephen Duncan
Configuration for the compiler plugin: build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId

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

2005-10-26 Thread jerome lacoste
Yes. He didn't have the time to do it these days, so I did it. So you are working from what he started? I added you as an author of the JNLP plugin in the matrix. He didn't have the time to start it. RIght now I haven't received any external contributions yet (in terms of code). I reused

RE: Default POM / POM Documentation

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 12:52 -0600, David Jackman wrote: The POM reference is a good start, but there's still a lot missing or left unexplained. How is the maven-model/maven.html file generated? Is it possible to make changes to improve the documentation and submit patches? It is generated

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

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 21:00 +0200, jerome lacoste wrote: Yes. He didn't have the time to do it these days, so I did it. So you are working from what he started? I added you as an author of the JNLP plugin in the matrix. He didn't have the time to start it. RIght now I haven't received

Bad links in the docs

2005-10-26 Thread David Jackman
http://maven.apache.org/guides/introduction/introduction-to-plugins.html http://maven.apache.org/guides/introduction/introduction-to-plugins.htm l has bad links in the Resources section (all three links are bad). Is this the right place to mention this, or is it better to file a JIRA (with a

Re: archetype jira project

2005-10-26 Thread Brett Porter
Can we remove the component in the MNG project, and add the various components/archetypes to the ARCHETYPE project? On 10/26/05, Jason van Zyl [EMAIL PROTECTED] wrote: Hi, There is now an archetype JIRA project for those who are having issues with the archetype plugin, or the integrating it

RE: Default POM / POM Documentation

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 13:44 -0600, David Jackman wrote: Okay. How does the maven.html actually get generated (so I can make sure my changes look okay before submitting)? Do I just run a (m2) goal for the maven-model project? Inside the maven-model project you would execute: mvn modello:xdoc

[m1] Acessing remote repository with HTTPS

2005-10-26 Thread Arnaud Bailly
Hi, I have finally managed to find a solution for accessing a remote repository through HTTPS with client and server certificate authentication. The solution is simply an adaptation of what is proposed on the httpclient web site, with some custom transformations of keystore formats from

Re: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-26 Thread Brian Bonner
well, except for that case. :) configuration takes a type of xsd:any, so target won't break it, but WTP doesn't provide code-assist since the schema indicates that *any* element is valid inside content. xs:element name=configuration minOccurs=0 xs:annotation xs:documentation

Re: Bad links in the docs

2005-10-26 Thread Brian Bonner
It would probably be better to post it to: http://jira.codehaus.org/browse/MNG under 'documentation'. Brian On 10/26/05, David Jackman [EMAIL PROTECTED] wrote: http://maven.apache.org/guides/introduction/introduction-to-plugins.html

Re: Summary: Guide for creating archetypes

2005-10-26 Thread Alexander Hars
The .apt version of the Guide for creating archetypes is below (I did verify that the conversion of this file to html works). In section 2 on archetype.xml, I include a note: At this point one can only specify individual files to be created but not empty directories. If that is not right,

  1   2   >