Re: [m2] Fatal error trying "mvn site"

2005-10-20 Thread Wim Deblauwe
Is this already in JIRA or should I file a bug? 2005/10/20, Bernd Mau <[EMAIL PROTECTED]>: > > 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

Re: Multiproject Release: No check in

2005-10-20 Thread Wim Deblauwe
We currently use a simular structure with maven 1, so this would need fixing for us also regards, Wim 2005/10/20, Brett Porter <[EMAIL PROTECTED]>: > > I guess that's considered a bug. It currently assumes that everything > is under the current directory. > > Please record it in JIRA: http://jir

Re: m2: starting a java class

2005-10-20 Thread Roy van der Kuil
HI Jesse, I am really looking forward to the try the run plugin. If you need any help testing/coding it please let me know, because this seems like the most important hurdle to take before moving to maven. For now I will try to build the execute plugin and see where that brings me :) Tanks On 10

Re: missing (not needed) resources stopping build

2005-10-20 Thread Brill Pappin
In this case is was Hibernate 3.0.5 looking for the Sun's jacc library... AFAIK it's not really needed to use Hibernate (never included it in dependencies before now, but I could be mistaken). I did eventually find it to download at http://java.sun.com/j2ee/javaacc/ Maybe the POM for dependencies

RE: [M2] Docbook support

2005-10-20 Thread Jeff Jensen
Yes, we will use Maven's docbook support. -Original Message- From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 12:10 PM To: Maven Users List Subject: Re: [M2] Docbook support 2005/10/20, Emmanuel Venisse <[EMAIL PROTECTED]>: > > > Jason van Zyl a écrit

Re: [m2] unable to download plugin SNAPSHOT

2005-10-20 Thread andrew
For anyone like me who takes their time getting to the DTD (or just misses the blindingly obvious :) I managed to get my plugins resolving correctly [1]. Is there any reason why m2 couldn't default to checking your 'normal' repositories for plugins if no pluginRepositories are defined? Thanks, ..

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

2005-10-20 Thread Edwin Punzalan
No need to worry about those... Some checksums in central repo are already outdated. They'll soon be updated. Wim Deblauwe wrote: 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-co

Re: Maven & SQL tasks

2005-10-20 Thread Dion Gillard
Is this for just running adhoc sql, or creating a database (tables, views, etc)? If it's the latter, we have an internal plugin we could easily open source. On 10/21/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > I'm not sure there's a SQL plugin for maven 1 but you effectively can do it > wit

Re: M2 - repository:bundle-create

2005-10-20 Thread Brett Porter
no, it hasn't been released... Jason - maybe a quick alpha-1 release is in order? On 10/20/05, Brian E. Fox <[EMAIL PROTECTED]> wrote: > I'm trying the new repository bundle goal and I get the following error: > [DEBUG] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: The plugin > '

Re: SCM: cvs user

2005-10-20 Thread Edwin Punzalan
The developer section is not meant to store username/password. servername, path, module is already enough. Do you have a plugin that utilizes this connection? I'm sure that plugin have a configurable username/password outside of pom.xml like -D in CLI Bernd Mau wrote: Hi, how can I av

M2 - repository:bundle-create

2005-10-20 Thread Brian E. Fox
I'm trying the new repository bundle goal and I get the following error: [DEBUG] Trace org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.m aven.plugins:maven-repository-plugin' does not exist or no valid version could b e found I cleared my repo just in case but it'

Re: missing (not needed) resources stopping build

2005-10-20 Thread Brett Porter
Yep, you can use on a dependency to block out a dependency you don't want. I'd recommend letting us know what it is so we can make it optional in future too. - Brett On 10/20/05, Brill Pappin <[EMAIL PROTECTED]> wrote: > I'm having a lot of issues with refereced POMs requiring libraries that ar

Re: [m2] pom repositories

2005-10-20 Thread Edwin Punzalan
Aside from declaring in the parent pom.xml, you should also put in the child poms. Have you done that? stanislav lyahnovich wrote: when I specify repositories element in parent pom.xml and build it's all work fine, maven checks repositories specified in pom.xml. But when I fall down to

Re: [m2] dependency versions

2005-10-20 Thread Edwin Punzalan
Those are erroneous poms in the repo... We'll be fixing those real soon. For now, you can edit the downloaded pom in your local repo and replace those with the correct versions. Xavier Toth wrote: In http://www.ibiblio.org/maven2/activemq/activemq/3.1/activemq-3.1.pom a number of the depe

missing (not needed) resources stopping build

2005-10-20 Thread Brill Pappin
I'm having a lot of issues with refereced POMs requiring libraries that are not in the repository... In this case I'm fairly sure I *don't* need the library requested but I can get past the requirement for it. Is there an easy way short of finding, downloading and installing the dependency that I

Re: Prevent M2 repository from constantly checking for POM

2005-10-20 Thread Brett Porter
Yes, it will do this. We'll probably sort that out for 2.0.1, but for now you can report the missing pom as an issue or create it in your repo. - Brett On 10/20/05, Eric Pugh <[EMAIL PROTECTED]> wrote: > Interesting... > > I do have maven 2 beta 3 as well, but when I check the version: > > xativa

Re: Prevent M2 repository from constantly checking for POM

2005-10-20 Thread Eric Pugh
Interesting... I do have maven 2 beta 3 as well, but when I check the version: xativa:~/Documents/java/ergito/manager eric$ mvn -v Maven version: 2.0 The messages I am getting are: Downloading: http://bronze.jbpub.com/maven/repo/jurt/jurt/ergito/jurt- ergito.pom [WARNING] Unable to get resourc

Re: [m2] ibiblio upload and pom formatting

2005-10-20 Thread jerome lacoste
On 10/20/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > 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 > >

[m2] dependency versions

2005-10-20 Thread Xavier Toth
In http://www.ibiblio.org/maven2/activemq/activemq/3.1/activemq-3.1.pom a number of the dependencies contain versions like the following. The dependencies don't download is it valid to use a variable? xstream xstream ${xstream_version}

Re: m2 ejb:ejb Error please help!!?

2005-10-20 Thread Brett Porter
looks ok, but please upgrade to maven 2.0 so the error reporting is more explanative. - Brett On 10/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi > > I was trying to generate client from my ejb project > > here what i have in my ejb pom.xml under section >

Re: Prevent M2 repository from constantly checking for POM

2005-10-20 Thread Carlos Sanchez
2.0 final doesn't check for poms after they are dowloaded. That happened with first beta versions On 10/20/05, Eric Pugh <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm noticing that M2 is constantly checking for POM's from the > repositories. It seems like I can control how often we check via: >

Prevent M2 repository from constantly checking for POM

2005-10-20 Thread Eric Pugh
Hi all, I'm noticing that M2 is constantly checking for POM's from the repositories. It seems like I can control how often we check via: true daily warn central Maven Repo http://repo1.maven.org/maven2 default Ho

weblogi specific ejb deployed code creation

2005-10-20 Thread raghurajan . x . gurunathanv
Is there any weblogic plugin to create deployed code for ejbs, like in websphere we have ejbDeploy tools which we can use to generate deployed code Thanks, Raghurajan Gurunathan

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Adam Hardy
Fantastic work, Maven Team! I think the flood of users onto this user group has already started, I have definitely noticed almost double the emails since beta-1 came out. Vincent Massol on 19/10/05 23:47, wrote: Woohoo! This is a great achievement. Well done everyone! Now be ready for the

RE: [m1.1] Email notification on build failure.

2005-10-20 Thread Hogeweg, Erwin \(GE Infrastructure\)
Arnaud, Thanks for your suggestions but I am not using a CI tool, I guess that severely limits my options doesn't it? Thanks, Erwin > -Original Message- > From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 20, 2005 4:23 PM > To: 'Maven Users List' > Subject: RE:

Re: [m2] multiproject and dependency management.

2005-10-20 Thread Sridhar Radhakrishnan
I have two projects, project A and B where project A depends on project B. 1) How is this represented in the pom.xml? Would project B considered a module in this case or an actual dependency? In Project A's pom.xml, you would need something like this... foo

RE: [m1.1] Email notification on build failure.

2005-10-20 Thread Arnaud HERITIER
You can use a CI tool like continuum, cruise control and it'll do it for you Arnaud > -Message d'origine- > De : Hogeweg, Erwin (GE Infrastructure) [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 20 octobre 2005 14:10 > À : Maven Users List > Objet : [m1.1] Email notification on build failu

RE: Maven & SQL tasks

2005-10-20 Thread Arnaud HERITIER
I'm not sure there's a SQL plugin for maven 1 but you effectively can do it with ant in your maven.xml. Arnaud > -Message d'origine- > De : Marco Mistroni [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 20 octobre 2005 11:03 > À : Maven Users List > Objet : Maven & SQL tasks > > hello all,

Re: sun jars

2005-10-20 Thread Matthew L Daniel
> A screen scraper would be acceptable. This has been discussed but by the > time we finally determined that I had lost interest. I am an advocate of whatever steps we can take to make the end-user's life easier, but I wanted to make an observation about that idea. I don't believe it will be as

Re: [m2] link to mojo.codehaus.org from the "Available plugins" page

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 21:26 +0200, Arik Kfir wrote: > Hi, > > Minor (very minor) suggestion: post a link to http://mojo.codehaus.org > from the "Available plugins" page in the m2 site. Could be useful for > newcomers that want additional plugins... Good idea. Link added. > arik. > > ---

need reccomendation for build release process

2005-10-20 Thread Shukla, Sanjay
I am trying to use maven for our build process, migrating from ant and other script files that do our build currently For deploying to an environment these are the steps that were taken. 1. Tag the release 2. run a script that would create a list of release differences with respect t

Re: sun jars

2005-10-20 Thread Dalibor Topic
On Thu, Oct 20, 2005 at 04:16:09PM +0200, Fabrizio Giustina wrote: > 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.x

Re: [m2] deployment of Jetty 6

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 17:50 +0200, Greg Wilkins wrote: > 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 grou

[m2] link to mojo.codehaus.org from the "Available plugins" page

2005-10-20 Thread Arik Kfir
Hi, Minor (very minor) suggestion: post a link to http://mojo.codehaus.org from the "Available plugins" page in the m2 site. Could be useful for newcomers that want additional plugins... arik. - To unsubscribe, e-mail: [EMAIL PR

Re: sun jars

2005-10-20 Thread Dalibor Topic
On Thu, Oct 20, 2005 at 08:32:14AM -0700, Jason van Zyl wrote: > 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 (

Re: [M2] SCP nightmare in Windows

2005-10-20 Thread Marcin Cetnarski
Witaj Jose, W Twoim liœcie datowanym 20 October 2005 (16:16:56) mo¿na przeczytaæ: Hello, JGG> Hi there, JGG> Is anybody successfully using SCP with public key authentication JGG> deployment under Windows with Maven 2.0? My current problems: Well, I tried many possibilites (almost all combinat

RE: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Siegfried Heintze
Anyone have plans to update the documentation -- maybe a tutorial on how to get started complete with a minimal project that includes converting a minimal maven.xml file? Siegfried -Original Message- From: Erick Dovale [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 12:39 PM T

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Erick Dovale
Cool... Brett Porter wrote: It's been submitted, but not posted. Maybe lost in the void :) I've emailed the editor to find out where its at. - Brett On 10/20/05, Erick Dovale <[EMAIL PROTECTED]> wrote: Hi all, Shall we post this great achievement on theserverside?? cheers edovale Bret

[m2] multiproject and dependency management.

2005-10-20 Thread Ruel Loehr
I am looking at how, am a newbie, and have some questions I hope you can help with. I've looked through the documentation but haven't found the concrete answers I am looking for. I have two projects, project A and B where project A depends on project B. 1) How is this represented in the pom.x

stud and skeleton creation for ejb

2005-10-20 Thread Raghurajan Gurunathan
All, In my project i have multi module, one of them has ejb sources so far everything going fine, but now after compiling ejb sources i need to create stub/skeleton for them i'm not sure how to do them with the use of maven2, so what i did i added following in my maven-ejb-plugin Ejb

Re: [m2] Maven project descriptor documentation is wrong

2005-10-20 Thread Brett Porter
I republished the page with the latest modello plugin. - Brett On 10/20/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > On Thu, 2005-10-20 at 10:34 -0500, Craig S.Cottingham wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > According to

Re: Multiproject Release: No check in

2005-10-20 Thread Brett Porter
I guess that's considered a bug. It currently assumes that everything is under the current directory. Please record it in JIRA: http://jira.codehaus.org/browse/MNG On 10/20/05, Bernd Mau <[EMAIL PROTECTED]> wrote: > Hi, > > I tried to release a multiproject with 5 modules (on a Branch). Well, >

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Brett Porter
It's been submitted, but not posted. Maybe lost in the void :) I've emailed the editor to find out where its at. - Brett On 10/20/05, Erick Dovale <[EMAIL PROTECTED]> wrote: > Hi all, > Shall we post this great achievement on theserverside?? > > cheers > > edovale > > Brett Porter wrote: > > > W

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Erick Dovale
Hi all, Shall we post this great achievement on theserverside?? cheers edovale 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 proj

Re: How to add html parser dependency?

2005-10-20 Thread Carlos Sanchez
A mix of both, so you have to be careful about doing things right On 10/20/05, Siegfried Heintze <[EMAIL PROTECTED]> wrote: > When I submit these jar files via jira, am I submitting them to a human or > an automated process that automatically posts them on ibiblio? > Thanks, > Siegfried > > -O

RE: How to add html parser dependency?

2005-10-20 Thread Siegfried Heintze
When I submit these jar files via jira, am I submitting them to a human or an automated process that automatically posts them on ibiblio? Thanks, Siegfried -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Thursday, October 20, 2005 11:3

inherit from main archetype ?

2005-10-20 Thread Jorg Heymans
Hi, I've noticed that all poms from the available archetypes in the m2 repo define maven-archetypes org.apache.maven.archetypes 1.0-alpha-4-SNAPSHOT Is this necessary for my own archetypes as well? Should i just define this maybe to be "future safe"? What would/could the parent archetyp

Re: [m2] Maven project descriptor documentation is wrong

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 10:34 -0500, Craig S.Cottingham wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to , > the testResources element contains resource elements. According to the > XSD, they're testResource elements.

Re: archetypes: prevent resources from being parsed

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 16:54 +0200, Jorg Heymans wrote: > 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" , > possibl

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

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 15:05 +0200, Wim Deblauwe wrote: > 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) There were two links. I've fixed the page. This is the c

Re: How to add html parser dependency?

2005-10-20 Thread Carlos Sanchez
On 10/19/05, Siegfried Heintze <[EMAIL PROTECTED]> wrote: > Htmlparser includes > > filterbuilder.jar > htmllexer.jar > htmlparser.jar > junit.jar > sax2.jar > thumbelina.jar > > Do I have to make a separate project.xml and jar for each one of these? Yes > Sax2.jar and junit.jar looks like they

Re: [m2] Plugin Documentation

2005-10-20 Thread Jason van Zyl
On Thu, 2005-10-20 at 09:02 -0400, Tomislav Stojcevich wrote: > 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 e

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 > se

[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 t

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

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

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 t

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 '~/.m2/repository/org/codehaus/pl

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 say

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. I'

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

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. I

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 11:23

[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 i

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 cu

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] 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 , > the testResources elem

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]>: >

[m2] Maven project descriptor documentation is wrong

2005-10-20 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to , 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. Cotting

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'

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 > > > htt

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. > >

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: > > > jtidy > jtidy > 4aug2000r7-dev >

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: [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 sp

Re: [m2] Plugin descriptor generator

2005-10-20 Thread Jason van Zyl
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 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

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 c

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:

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 etc level ? That should cover most nee

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 leas

Re: [m2] Exception running site:site

2005-10-20 Thread David H. DeWolf
your descriptor (site.xml) -- probably located at /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] 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: 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. Jas

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 po

Re: [m2] Exception running site:site

2005-10-20 Thread David H. DeWolf
I experienced this issue when I attempted to nest items. To fix, change: to or something similar. David On 10/20/05, Kees de Kooter <[EMAIL PROTECTED]> wrote: > > Sorry Brett, > > I just installed maven 2 (congrats with the release!) but the error is > still happening: > > [ERROR

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

[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 project-info-rep

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

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 ge

[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: 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 decla

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: [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 t

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

[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?)

[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] *

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:cvs:pserver:[EMAIL PROTECTED]:/home/cvs/repository:maven-netbeans-plugin Tha

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 mi

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] 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 direct

  1   2   >