Re: Failed attempts to download POMs

2005-10-22 Thread Brett Porter
It's a known issue we'll look to fix in 2.0.1. You can alleviate it by using the main maven2 repository for artifacts that already exist there, and creating short poms for anything else. - Brett On 10/22/05, Trey Moore <[EMAIL PROTECTED]> wrote: > How do I prevent Maven 2 from attemping to downl

Failed attempts to download POMs

2005-10-22 Thread Trey Moore
How do I prevent Maven 2 from attemping to download a POM for every dependency every time I run it? Do I actually have to create a local POM for every single one of my existing dependencies for which a POM cannot be found online? My project is building fine, but I have to wait a long time while

Re: Where can I find resources-1.0.jar?

2005-10-22 Thread Trey Moore
It was commons-configuration-1.0.jarwhen I upgraded to commons-configuration-1.1.jar, I no longer got the error message. Thanks for your help. -Trey On 10/23/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > I think this comes from commons-configuration and correction of it is > under discussi

Re: Where can I find resources-1.0.jar?

2005-10-22 Thread Brett Porter
I think this comes from commons-configuration and correction of it is under discussion. - Brett On 10/22/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > You can run mvn with the "-X" option to see where it comes from > > On 10/22/05, Trey Moore <[EMAIL PROTECTED]> wrote: > > > > > > I keep gettin

Re: Where can I find resources-1.0.jar?

2005-10-22 Thread Carlos Sanchez
You can run mvn with the "-X" option to see where it comes from On 10/22/05, Trey Moore <[EMAIL PROTECTED]> wrote: > > > I keep getting the error message below. I have no resources-1.0 in my POM > so I am assuming this is a Maven dependency. > > What exactly is resources-1.0.jar? Where can I fi

Where can I find resources-1.0.jar?

2005-10-22 Thread Trey Moore
I keep getting the error message below. I have no resources-1.0 in my POM so I am assuming this is a Maven dependency. What exactly is resources-1.0.jar? Where can I find it? Downloading: http://repo1.maven.org/maven2/resources/resources/1.0/resources-1.0.jar [WARNING] Unable to

Re: [m2] Can't exclude jdbc-stdext from JPOX

2005-10-22 Thread Carlos Sanchez
commons-dbcp depends on jdbc:jdbc, so excluding javax.sql:jdbc-stdext doesn't work. On 10/22/05, Brett Porter <[EMAIL PROTECTED]> wrote: > I thought it was a matter of adding javax.sql to ojb? > > - Brett > > On 10/22/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > You probably need > >

Re: [m2] Can't exclude jdbc-stdext from JPOX

2005-10-22 Thread Brett Porter
I thought it was a matter of adding javax.sql to ojb? - Brett On 10/22/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > You probably need > >jdbc >jdbc > > in commons-dbcp. > I've filed an issue http://jira.codehaus.org/browse

Re: [m2] Can't exclude jdbc-stdext from JPOX

2005-10-22 Thread Carlos Sanchez
You probably need jdbc jdbc in commons-dbcp. I've filed an issue http://jira.codehaus.org/browse/MNG-1286 Regards On 10/22/05, Matt Raible <[EMAIL PROTECTED]> wrote: > Now I'm having the same problem with OJB - and I don't see

Re: [m2] Can't exclude jdbc-stdext from JPOX

2005-10-22 Thread Matt Raible
Now I'm having the same problem with OJB - and I don't see jdbc-stdext specified anywhere in the POM. Here's what I've specified for OJB dependencies so far: db-ojb ojb 1.0.3 commons-pool commons-pool 1.2

Including the pom schema

2005-10-22 Thread Srepfler Srgjan
It would be really nice if the project tag gets a reference to the schema on http://maven.apache.org/maven-v4_0_0.xsd that way our editors could do some fancy stuff like auto fetching etc. Am I lazy or what? - To unsubscribe, e-

Re: [Maven 2] Can't use archetypeArtifactId=maven-archetype-site

2005-10-22 Thread Wendy Smoak
From: "Jorg Heymans" <[EMAIL PROTECTED]> - If you look at the plugin docs [1], you'll see that m2 defaults to version "RELEASE" for all archetypes. - Now maven complains that it can't find this version, so your best bet is to go and have a look on the repository itself [2] to see what versions

Re: Converting WTP projects to maven 2

2005-10-22 Thread Jesse McConnell
hello :) http://jira.codehaus.org/browse/MNG-743 that jira issue contains a sample project that ought to at least get your foot in the door for understanding how things work in maven2. it will build out all the artifact, albeit empty, but you should have any problems moving on from that starting

Converting WTP projects to maven 2

2005-10-22 Thread Srepfler Srgjan
Hi, I'm trying to pass from a project that was built on the eclipse WTP (it's 0.7.1 now) plugin to a maven2 build system. It's comprised of two modules (Web and EJB) with no XDoclet stuff and a EAR project. Can someone give me an example or a short how-to to describe how can it be done (even in

Re: [M2] directorypermissions ignored during deploy

2005-10-22 Thread Brett Porter
It sounds like a bug. Please ensure to include your provider (scp or scpexe) in a bug report. - Brett On 10/22/05, Jorg Heymans <[EMAIL PROTECTED]> wrote: > Hi, > > I've specified 0775 in > settings.xml for a server. > > However during deployment, maven creates them with 0755. Is this a bug > or

Re: [M2] porting console plugin

2005-10-22 Thread Brett Porter
With a good JVM the difference is really quite negligable as the startup time is really all that will be saved - there is barely any code between the CLI and where the executor kicks in. That said, its entirely possible, probably using the embedder (we'll probably include this in the next release

Re: [M2] deployment : session is down

2005-10-22 Thread Brett Porter
We upgraded to a jsch that was supposed to have fixed it, but it seems to have gotten worse. The main workaround at this point is to use scpexe:// or ftp:// instead. http://maven.apache.org/guides/mini/guide-deploy-ftp.html details using ftp - the steps for scpexe (wagon-ssh-external) are similar

RE: How to add html parser dependency?

2005-10-22 Thread Siegfried Heintze
Oh -- thanks! Now I am confused. Scott Ryan said m2 was such a complete rewrite that the repositories would have to be duplicated. Then, after submitting htmlparser.sourceforge.net to the m1 repository, Carlos explained that there is nothing more for me to do for m2. I think he said m1 and m2 would

M2 basic question about generate-sources and xdoclet

2005-10-22 Thread Pete
1) I'm using the xdoclet plugin to generate the EJB .java files for Home, Remote etc, these are currently going in the ejb JAR as .java files, surely the .class files should go in the .jar file. The only .class file in my EJB jar is the Bean.class that has my xdoclet tags on it. 2) Where shou

[M2] checkstyle

2005-10-22 Thread Mark Kuzmycz
How do I specify a customized checkstyle format. The source code for the checkstyle report suggests that it only knows about sun, turbine and avalon. Regards, Mark. ___ Siebel IT'S ALL ABOUT THE CUSTOMER Visit www.siebel.com This e-mail message is for the sole use of the intended re

Re: mojo.codehaus.org messed up

2005-10-22 Thread Jorg Heymans
Ashley Williams wrote: > That was my screwup, jesse has fixed it - just refresh the page. yup, much nicer now :-) thanks Jorg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mojo.codehaus.org messed up

2005-10-22 Thread Ashley Williams
That was my screwup, jesse has fixed it - just refresh the page. On 22 Oct 2005, at 15:01, Jorg Heymans wrote: The root page points to the maven-xjc plugin, there used to be a mojo overview there. Jorg - To unsubscribe, e-ma

mojo.codehaus.org messed up

2005-10-22 Thread Jorg Heymans
The root page points to the maven-xjc plugin, there used to be a mojo overview there. Jorg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[M2] directorypermissions ignored during deploy

2005-10-22 Thread Jorg Heymans
Hi, I've specified 0775 in settings.xml for a server. However during deployment, maven creates them with 0755. Is this a bug or is there something wrong with my configuration ? Filepermissions (eg 0664) on the other hand are honoured. Regards Jorg

[M2] deployment : session is down

2005-10-22 Thread Jorg Heymans
Hi, During cocoon deployment, i consistently keep getting this : [INFO] - [INFO] Error installing artifact's metadata: Error while deploying metadata: Error occured while deploying 'apache-cocoon/cocoon-test-core/2.2-SNAPSHOT

[M2] porting console plugin

2005-10-22 Thread Jorg Heymans
Hi, >From the plugin matrix, I can tell that the maven console plugin has not been ported to m2. What would be the effort in porting the console plugin to m2? Anything underway already ? Any performance boost gained by keeping maven running is a plus during development IMO. Regards Jorg --

Re: Where should configuration files go?

2005-10-22 Thread Robert Taylor
Vincent, thanks for advice. I'll put it to good use. /robert Vincent Massol wrote: Hi Robert, -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: samedi 22 octobre 2005 14:03 To: users@maven.apache.org Subject: Where should configuration files go? Greetings, I'm

Re: intermittent build failures - cocoon build

2005-10-22 Thread Jorg Heymans
Brett Porter wrote: >> >>1) java.lang.OutOfMemoryError. I can't really say what triggers this, >>but it happens every now and then when doing a full build of all modules. > > > Others have had success skipping tests. We'll have forking of tests > available soon which will also help. We're yet to

RE: Where should configuration files go?

2005-10-22 Thread Vincent Massol
Hi Robert, > -Original Message- > From: Robert Taylor [mailto:[EMAIL PROTECTED] > Sent: samedi 22 octobre 2005 14:03 > To: users@maven.apache.org > Subject: Where should configuration files go? > > Greetings, > > I'm a recent Ant-to-Maven 2.0 convert and am trying to "mavenize" some > ex

Where should configuration files go?

2005-10-22 Thread Robert Taylor
Greetings, I'm a recent Ant-to-Maven 2.0 convert and am trying to "mavenize" some existing greenfield projects. In the past I have usually kept my Hibernate *.hbm.xml files in the same directory as their corresponding .java files because it facilitates referencing. Should I still keep them t

RE: build release process using maven

2005-10-22 Thread Arnaud HERITIER
Hi, You can take a look at the JDIFF plugin which allow you to tracks changes in your APIs : http://maven.apache.org/reference/plugins/jdiff/ (be careful, I don't know if we'll not replace this URL - in some hours/days - by http://maven.apache.org/maven-1.x/reference/plugins/jdiff/) Arnaud >

RE: [M1.0.2] How to change resources dependencies at runtime

2005-10-22 Thread Arnaud HERITIER
I don't understand what you want to do. Can you explain it a little bit more ? What do you call "at runtime" ? When you are running maven ? Arnaud > -Message d'origine- > De : Alexandre Touret [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 21 octobre 2005 11:53 > À : Maven Users List >

Re: [m2] installation instructions incorrect (windows)

2005-10-22 Thread Wim Deblauwe
Windows XP (service pack 1) 2005/10/21, Brett Porter <[EMAIL PROTECTED]>: > > This worked for me. What is your version of Windows? > > - Brett > > On 10/20/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I just followed the installation instructions on > > http://maven.apache.org/maven