RE : [m2.0.4] release:perform failure

2006-05-09 Thread Olivier Lamy
Have a look http://jira.codehaus.org/browse/MRELEASE-103 The solution is simple. - Olivier -Message d'origine- De : Dave Hoffer [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 mai 2006 23:43 À : Maven Users List Objet : [m2.0.4] release:perform failure I get the following error when runnin

Re: [m2] download sources to local repo

2006-05-09 Thread delasoul
Thank you for your reply. I had to add both - the source and the normal jar dependency plus I had to add sources to the source dependency - instead of the element. With the element, Maven complained about not finding the pom for the sources jar... But now its working, Michael -- Vie

Re: [m2] dependency scope and jetty

2006-05-09 Thread Jan Bartel
Hi Dan, Try using a for the plugin instead: org.mortbay.jetty maven-jetty6-plugin ... On the scopes, the only source of info I know about is: http://maven.apache.org/guides/intr

[m2] Help with PXE build

2006-05-09 Thread Alex Boisvert
Howdy! I was wondering if any of the experts out here could lend a hand to a fellow open-source project. We've been converting our build system from Ant to Maven2 recently and we're just a few yards short of making it a touchdown. It's a fairly large and complex project, consisting of 38 sub-pro

Re: Why can't continuum find my local m2 repositories?

2006-05-09 Thread Alexandre Poitras
Well depend of where continuum is running. Continuum uses the $M2_HOME$/conf/settings.xml file (or the user's one if there is one). On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote: When I setup my internal m2 repositories I followed the advice of an online m2 review which suggested it is best

Re: Two new Sun jars available in Maven repos (Thanks Carlos)

2006-05-09 Thread Carlos Sanchez
1.1 is final. http://java.sun.com/products/javabeans/jaf/downloads/index.html On 5/4/06, Thorsten Heit <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Wayne, > Just wanted to post and let everyone know that Carlos Sanchez has > recently uploaded two new Sun jars int

Re: organizationUrl with ','

2006-05-09 Thread Carlos Sanchez
With the latest version of the site plugin, 2.0-SNAPSHOT, it works correctly for me. On 5/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, my organization has ',' in their URL: http://www.europe.nokia.com/nokia/0,,64463,00.html when I try to enter that in the pom and generate the site, t

Re: Full StAX repository?

2006-05-09 Thread Wayne Fay
This is best handled as a JIRA bug report in component MVN. Feel free to download the 1.0 pom and modify, then attach to the bug report. Wayne On 5/9/06, Daniel Kulp <[EMAIL PROTECTED]> wrote: Carlos, Any chance of getting the stax-api/1.0.1 stuff fixed? The directory doesn't have a pom in

[m2.0.4] release:perform failure

2006-05-09 Thread Dave Hoffer
I get the following error when running the release:perform task. I had already run the release.prepare -DdryRun=true and had no errors or warnings. I am using 2.0-beta-4-snapshot of the maven.release.plugin which supports the starteam scm. [INFO] Checking out the project to perform the release .

Re: Full StAX repository?

2006-05-09 Thread Daniel Kulp
Carlos, Any chance of getting the stax-api/1.0.1 stuff fixed? The directory doesn't have a pom in it. It works in that maven will download it and use it, but the problem is that it ALWAYS tries to download a pom for it so it ALWAYS hits ibiblio. A simple copy of the 1.0 pom with the v

Re: Full StAX repository?

2006-05-09 Thread Carlos Sanchez
1.2.0_rc2-dev of stax has the dependencies fixed On 5/9/06, Daniel Kulp <[EMAIL PROTECTED]> wrote: > I need a Maven repository with a full StAX (JSR 173, javax.xml.stream) > implementation. You want an impl or the API's? For Celtix and Tuscany, we use stax/stax-api for the API jars and then

Re: Full StAX repository?

2006-05-09 Thread Wayne Fay
Yes, I also suggest woodstox. Wayne On 5/9/06, Daniel Kulp <[EMAIL PROTECTED]> wrote: > I need a Maven repository with a full StAX (JSR 173, javax.xml.stream) > implementation. You want an impl or the API's? For Celtix and Tuscany, we use stax/stax-api for the API jars and then woodstox/wst

Re: [M2] site generation - tests run twice

2006-05-09 Thread Wayne Fay
Might be related to: http://jira.codehaus.org/browse/MSUREFIREREP-6 Wayne On 5/9/06, Szczepan Faber <[EMAIL PROTECTED]> wrote: What's the easiest way to make 'mvn site' goal run tests just once? If cobertura is among reporting plugins, tests are run twice. Thanks, Szczepan ---

Re: Full StAX repository?

2006-05-09 Thread Daniel Kulp
> I need a Maven repository with a full StAX (JSR 173, javax.xml.stream) > implementation. You want an impl or the API's? For Celtix and Tuscany, we use stax/stax-api for the API jars and then woodstox/wstx-asl for the stax implementation. -- J. Daniel Kulp Principal Engineer IONA P: 781-90

Full StAX repository?

2006-05-09 Thread Adam Winer
I need a Maven repository with a full StAX (JSR 173, javax.xml.stream) implementation. I've found stax/stax and stax/stax-api, but pulling in those two leaves xmlbeans/xmlbeans-jsr173-api unavailable (its target directory has poms, but no JARs). Has anyone found a public impl. of the streaming A

Re: [m2.0.x] Any way to give hints to change the order of repos for downloads per artifact?

2006-05-09 Thread Alex Karasulu
Mike Perham wrote: Reduce your dependency on SNAPSHOTs. They lead to non-deterministic builds. Use the explicit versions generated when you deploy a snapshot if you are not updating the snapshot often. BTW problem still occurs on fresh builds (clean local repo) if there no SNAPSHOTs. -

central repository search tools

2006-05-09 Thread Marcel Schutte
Hi, Just came across these sites. They can be used to search ibiblio in a more maven friendly way than you can with google. http://www.mvnregistry.com http://mvnrepository.com Regards, Marcel Schutte __ Do You Yahoo!? Tired of spam? Yahoo! Mail h

[M2] site generation - tests run twice

2006-05-09 Thread Szczepan Faber
What's the easiest way to make 'mvn site' goal run tests just once? If cobertura is among reporting plugins, tests are run twice. Thanks, Szczepan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: Assembly - how to

2006-05-09 Thread Pierre Monestie
I tried that but it doesn't work: I tried in the pom: 4.0.0 com.synarc idt_sqa pom ... I don't quite understad why, from a pom mvn doesn't let me rebuild an application. Thanks, Pierre On 5/8/06, dan tran <[EMAIL PROTECTED]> wrote: On 5/8/06, Pierre Monestie <[EMAIL PROTECTED]> wrote: > >

Why can't continuum find my local m2 repositories?

2006-05-09 Thread Dave Hoffer
When I setup my internal m2 repositories I followed the advice of an online m2 review which suggested it is best to have the following internal repositories. internal internal_snapshots external_free external_non_free Not knowing any better, I followed this advice. For all of our develo

Re: Trying to run goal site

2006-05-09 Thread Wayne Fay
Don't see any system dependencies there so that doesn't seem to be it... I'm not convinced you're running the latest version of site plugin (and others). Run mvn -U site to ensure you're all updated. If that doesn't work, perhaps you can add the Snapshot repo to your pom, and force an update with

Re: Trying to run goal site

2006-05-09 Thread Wendy Smoak
On 5/9/06, Douglas WF Acheson <[EMAIL PROTECTED]> wrote: Okay so I got passed my errors of missing dependencies (which are not really used) by mucking with the poms (not the best way, but it worked so I can move on). Now I get a NPE when running the site goal, which is incl'd below. How do I kn

Re: Trying to run goal site

2006-05-09 Thread Douglas WF Acheson
To be honest not sure what that means, but if I where to assume (with my limited knowledge of m2) the only scope I identified was in dependencies and those where compile) I will include my pom.xml (btw the parent pom only has modelVersion atm) ... 4.0.0 mycompany mypoject jar 0.1 tb

Re: Trying to run goal site

2006-05-09 Thread Wayne Fay
Using any system scoped dependencies? Wayne On 5/9/06, Douglas WF Acheson <[EMAIL PROTECTED]> wrote: > Okay so I got passed my errors of missing dependencies (which are not > really used) by mucking with the poms (not the best way, but it worked > so I can move on). Now I get a NPE when running

Re: Trying to run goal site

2006-05-09 Thread Douglas WF Acheson
Okay so I got passed my errors of missing dependencies (which are not really used) by mucking with the poms (not the best way, but it worked so I can move on). Now I get a NPE when running the site goal, which is incl'd below. How do I know what the arguments are that are needed for this goal or

RE: [m2] starteam release goal error

2006-05-09 Thread Dave Hoffer
Thanks, that gets the snapshot plugin going... -dh -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 3:10 PM To: Maven Users List Subject: RE: [m2] starteam release goal error Check out http://maven.apache.org/guides/development/guide-testing-de

RE: [m2] starteam release goal error

2006-05-09 Thread Allison, Bob
Check out http://maven.apache.org/guides/development/guide-testing-development-plu gins.html -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 14:57 To: Maven Users List Subject: RE: [m2] starteam release goal error I got the following error when

RE: [m2.0.x] Any way to give hints to change the order of repos for downloads per artifact?

2006-05-09 Thread Mike Perham
Reduce your dependency on SNAPSHOTs. They lead to non-deterministic builds. Use the explicit versions generated when you deploy a snapshot if you are not updating the snapshot often. Maven should only query for new SNAPSHOTs once per day AFAIK. -Original Message- From: Alex Karasulu [ma

[m2.0.x] Any way to give hints to change the order of repos for downloads per artifact?

2006-05-09 Thread Alex Karasulu
Hi, Problem Description --- I have a few repositories some of which are for snapshots and others for release jars. Right now downloads will hit each server for each artifact when the artifact is only on one of these servers. This slows down the build and it also makes fo

RE: [m2] starteam release goal error

2006-05-09 Thread Dave Hoffer
I got the following error when I pasted the dependency into my pom. [ERROR] BUILD ERROR [INFO] - [INFO] Failed to resolve artifact. GroupId: org.apache.maven.plugins ArtifactId: maven-release-plugin Version: 2.0-beta-4-SNAPSHOT

Manifest.Mf

2006-05-09 Thread Sanjay Choudhary
Is there a way to add properties folder to Manifest.mf classpath entry when building using maven? Thx, sanjay

Re: [m2] starteam release goal error

2006-05-09 Thread dan tran
snapshot already deployed at snapshot repo, just enter the plugin version in the pom. -D On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote: Your suspicion seems to be right; beta-3 does not support starteam yet, only cvs and svn. Do you have a 2.0-beta-4-SNAPSHOT.jar I could install? If not

RE: [m2] starteam release goal error

2006-05-09 Thread Dave Hoffer
Your suspicion seems to be right; beta-3 does not support starteam yet, only cvs and svn. Do you have a 2.0-beta-4-SNAPSHOT.jar I could install? If not how do I get this project to build and install? -dh -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09

Re: Project stuck in building state

2006-05-09 Thread Carlos Henriquez
I had the same problem and even when I shut down all the possibles JAVA process from the server I couldn't change the "building" state. I had to remove the project and added again. If there's is other way I would like to know. Also I had to erase the project writing the URL for it because the del

Project stuck in building state

2006-05-09 Thread Matthew Beermann
I've got a process stuck in the "building" state, and nothing I seem to do will bring it out. I know from Process Explorer that the build process itself is long dead, and in the startup logs, I see this mysterious message: 33079 [WrapperSimpleAppMain] INFO org.apache.maven.continuum.Contin

Re: Errors in pom´s on ibiblio concurren, stax

2006-05-09 Thread Carlos Sanchez
You shouldn't use other repositories that change poms http://jroller.com/page/carlossg?entry=beware_of_unofficial_maven_repositories On 5/9/06, Martin Vysny <[EMAIL PROTECTED]> wrote: On Tue, 2006-05-09 at 15:45 +0200, Jens Zastrow wrote: > http://www.ibiblio.org/maven2/stax/stax/1.1.2-dev/stax-

[m2] dependency scope and jetty

2006-05-09 Thread Dan Adams
I have a web app that I run in jetty using jetty6:run. The problem is that I need hsqldb for the database. How do I specify the dependency so that it won't get packaged? If i use 'provided' then it isn't in the classpath when jetty launches. On an unrelated note, where can you find a list of all th

Where to place developer/contributor phone numbers?

2006-05-09 Thread justin_fung
Should it just go under and if so, how can I make use of this? Ideally the site goal output would also spit out the phone #. I realize this isn't a big deal for an open source project, but in a corporate environment it may really help. Thanks, -j

Re: Trying to run goal site

2006-05-09 Thread Douglas WF Acheson
Hello, The output you see is from running [m2] with the -X option. I ran the package goal (with -X) and the same output is produced. Regards, Douglas WF Acheson On Tue, 2006-05-09 at 10:22 -0500, Wayne Fay wrote: > I'm not sure where these dependencies are coming from, esp poi 1.1 is > a very

Re: [m2] starteam release goal error

2006-05-09 Thread dan tran
It is possible that beta-3 does not support starteam yet, one way to findout is to inspect beta-3's pom.xml to see it has starteam provider as dependency any how, beta-4 is about to be released. You can help with testing by placing maven-release-plugin 2.0-beta-4-SNAPSH

RE: [m2] starteam release goal error

2006-05-09 Thread Dave Hoffer
I see I have maven-release-plugin 2.0-beta-3 in my user-dir repository. Is that what I should have? By the way, I was doing a dryRun when I got this error. -dh -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 12:52 PM To: Maven Users List Subject:

AND/OR Conditional Profile

2006-05-09 Thread raghurajan . x . gurunathan
Hi All Is that possible to activate profile based on conditional Like shown below i want to actiate QA-Prof profile, if my operating system is solaris AND build.env has the value of Qa ?? QA-Prof solaris

Re: Downloading poms

2006-05-09 Thread Tim McCune
On Tue, 2006-05-09 at 22:25 +1200, Simon Kitching wrote: > Even if your process is just doing a copy, a pom file is a fairly simple > xml file. I'm sure your automated process could be enhanced to generate > one. Thanks for the detailed response Simon. Your answers make sense, but I'm still disap

Re: [m2] starteam release goal error

2006-05-09 Thread dan tran
I just run a release:perform using the latest snapshot of release plugin against starteam, it ran fine. what version of release plugin do you have? -D On 5/9/06, Dave Hoffer <[EMAIL PROTECTED]> wrote: Using 2.0.4 running release:prepare goal I get the following error. Embedded error: Can'

Re: Errors in pom´s on ibiblio concurren, stax

2006-05-09 Thread Martin Vysny
On Tue, 2006-05-09 at 15:45 +0200, Jens Zastrow wrote: > http://www.ibiblio.org/maven2/stax/stax/1.1.2-dev/stax-1.1.2-dev.pom > Has an dependency to xmlbeans-jsr173-api > > xmlbeans > xmlbeans-jsr173-api > 2.0-dev > > > There is no such on ibiblio, see > http://www.mail-archive.com

RE: [M2]How to compile with JDK 1.2

2006-05-09 Thread Andre . Tran
The executable must be linked to javac.exe. I do not try but the "official help" says: ... org.apache.maven.plugins maven-compiler-plugin true 1.3 C:/Program Files/Java/jdk1.3.1_18/bin/javac

Re: [M2]How to compile with JDK 1.2

2006-05-09 Thread Carlos Sanchez
Can you file a jira issue at http://jira.codehaus.org/browse/PLX under plexus-compiler component? I'm sure nobody tried 1.2 JDK On 5/9/06, Roald Bankras <[EMAIL PROTECTED]> wrote: Java 1.4 is the minimum required version for use with maven 2. So I don't think it's going to work. Roald Bankras

[m2] starteam release goal error

2006-05-09 Thread Dave Hoffer
Using 2.0.4 running release:prepare goal I get the following error. Embedded error: Can't load the scm provider. No such provider: 'starteam' I have my scm specified in my project's pom file. I have the starteam command line exe in my path and starteam works with Continuum. Why do I get

Re: Can't parse date/time (while Generating reports with standard)

2006-05-09 Thread Wayne Fay
That error message is coming from your CVS binary, not Maven or Continuum. See if perhaps there is a newer release of CVS you can download and use. Wayne On 5/8/06, Vijay Shanker <[EMAIL PROTECTED]> wrote: > Could any body suggest me the solution for the below given problem. I have > project wi

Re: Trying to run goal site

2006-05-09 Thread Wayne Fay
I'm not sure where these dependencies are coming from, esp poi 1.1 is a very old release, so you might want to run "mvn -X package" to see what is bringing in poi 1.1 since it appears to be a transitive dependency. But here's poi, latest appears to be 2.5.1: http://www.ibiblio.org/maven2/poi/poi/

Re: Re: m2: How do I expand the clean-goal?

2006-05-09 Thread Henrik Mejlgaard
Syntax is something like this (from top of my head): org.apache.maven.plugins maven-clean-plugin ${basedir}/src/main/java **/generated/** **/generated

Antwort: Re: m2: How do I expand the clean-goal?

2006-05-09 Thread Rainer . Muetze
Good Idea, but how? I found only three parameters in the plugin-documentation, each can handle only a single directory and are read only! mvn clean ... [INFO] Error configuring: org.apache.maven.plugins:maven-clean-plugin. Reason: E RROR: Cannot override read-only parameter: directory in goal: cl

RE: First time

2006-05-09 Thread Roald Bankras
You should only add 3th party jars which aren't available on www.ibiblio.org/maven2. A lot of them you can link by specifying dependencies in your pom. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Chris Eidhof [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006

Re: First time

2006-05-09 Thread Wayne Fay
Just make sure you specify -DgeneratePom=true when running mvn install:install-file on those 3rd party jars. This is missing from that webpage and will save you some headache. And you should use packaging=jar for any of those 3rd party artifacts which are jars -- if you have any wars or ears you'r

First time

2006-05-09 Thread Chris Eidhof
Hi everyone, I'm a first-time maven user. I quite like the idea, but I'm not sure how to do some things. I hope someone can help me! First of all, I'm depending on quite some third-party jars. I want to use them, and I thought the way to go is doing it this way: http:// maven.apache.org/gu

Re: m2: How do I expand the clean-goal?

2006-05-09 Thread Henrik Mejlgaard
Use the maven-clean-plugin and configure it to delete the generated source folders you want. /Henrik On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, we have bound a source-generator on the generate-sources-phase with the maven-antrun-plugin. I wan't to clean the generated sources w

Re: classpath in jar manifest

2006-05-09 Thread Wayne Fay
Sounds like a possible bug in the handling of Class-Path manifest entry. I'd take a look at the source code for maven-jar-plugin and see if you can't track it down. Or file a JIRA bug and wait for someone to fix it for you. Wayne On 5/9/06, Fredrik Vraalsen <[EMAIL PROTECTED]> wrote: > Hi, > > I

Re: Is with maven-war-plugin?

2006-05-09 Thread Wayne Fay
Classifier goes in the top of your XML file, next to artifactId and groupId, not down in the war plugin configuration. At least, that's where I've put it when I've used it on some Jar files. Give that a try. Wayne On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > The feature appea

Re: Problem with Ajaxanywhere

2006-05-09 Thread Wayne Fay
1. You should upgrade to m2-2.0.4. 2. What's (exactly) is the error?? Wayne On 5/9/06, Anshuman Srivastava <[EMAIL PROTECTED]> wrote: > Hi, > I am using Maven2.0.3.I have a multiple module project and I want ot use > Ajax Anywhere 1.2-RC1.I put the dependecy in my web modue pom.xml file as > belo

Re: Errors in pom´s on ibiblio concurren, stax

2006-05-09 Thread Wayne Fay
Please open new JIRA bugs in the MVN component for these types of issues, so the Maven team can resolve them. Wayne On 5/9/06, Jens Zastrow <[EMAIL PROTECTED]> wrote: > Maybe someone can correct this?! > > http://www.ibiblio.org/maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.pom > Is not a v

m2: How do I expand the clean-goal?

2006-05-09 Thread Rainer . Muetze
Hi, we have bound a source-generator on the generate-sources-phase with the maven-antrun-plugin. I wan't to clean the generated sources with the clean-goal, but clean is not a Build-Lifeycle-Phase, so I can not do it at the same way. In Maven 1 I had the pre-goal. How do I resolve my problem in mav

[M2] Complex Multi-module Project (one virtual project by branch ?)

2006-05-09 Thread SiD
Hi all, I'm trying to setup Maven 2 on about 70 litle projects (who make a global project, but it's just virtual) we made a branch everytime we have a request and we put only the projects witch need to be modified in the branch. on the CVS server we have for example : + branch 001 project a

Re: SCM plugin arguments

2006-05-09 Thread dan tran
Starteam SCM Provider has a hidden "-cr path" during checkin, would this work? pass -Dmaven.scm.issue=path to maven https://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-provider-starteam/src/main/java/org/apache/maven/scm/provider/starteam/command/checkin/StarteamCheck

Trying to run goal site

2006-05-09 Thread Douglas WF Acheson
Hello, I am trying to run the goal site for my project, and I am running into problems. Specifically, unable to find required dependencies, here is the output : 1) easymock:easymockcontainer:jar:1.0.1 Try downloading the file manually from the project website. Then, install it using the

[m2] Building the official release artifact

2006-05-09 Thread David Jackman
We're using an automated build system to do all builds of our projects, and many others do the same. This works great for the snapshot builds, but we'd like the build system to do the official release builds as well. The automated system always gets the head and builds that, but when releasing th

Errors in pom´s on ibiblio concurren, stax

2006-05-09 Thread Jens Zastrow
Maybe someone can correct this?! http://www.ibiblio.org/maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.pom Is not a valid xml: >http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html http://www.ibiblio.org/maven2/stax/stax/1.1.2-dev/stax-1.1.2-dev.pom Has an depend

Re: Archetype Directories

2006-05-09 Thread Kathryn Huxtable
Doesn't the 1.0-alpha-4 version take care of this? -K On 5/8/06 3:16 PM, "Alexandre Poitras" <[EMAIL PROTECTED]> wrote: > I think you'll have to install the patch Aaron submitted until a new release > of the archetype plugin. Voting for the issue should help ;) > > On 5/8/06, bryan hansen <[EMA

RE: [M2]How to compile with JDK 1.2

2006-05-09 Thread Siegmann Daniel, NY
> Java 1.4 is the minimum required version for use with maven > 2. So I don't think it's going to work. > > Roald Bankras Java SE 1.4 is the minimum to run Maven2 itself. However, it should be able to fork off and execute any JDK. I don't know why M2 should always use a source argument - if non

Re: M2 Continuum

2006-05-09 Thread Emmanuel Venisse
You need to write an xml-rpc client and call it in your script http://maven.apache.org/continuum/faqs.html#add-an-scm-hook-script Emmanuel Ben Short a écrit : Hi, Can anyone point me to where I can find some scripts to hook into svn and make continuum build projets on post commit? Ben -

M2 Continuum

2006-05-09 Thread Ben Short
Hi, Can anyone point me to where I can find some scripts to hook into svn and make continuum build projets on post commit? Ben

Problems with Eclipse plugin

2006-05-09 Thread Jose Gonzalez Gomez
Hi there, I'm still unable to get the Maven2 support in Eclipse running properly. I have tried again after upgrading to 0.0.7 and I keep getting errors I don't get when running Maven at the command line. Here you have an example: [INFO] ---

Problem using Maven 2 Axistools wsdl2java (namespaceToPackage)

2006-05-09 Thread Shahbaz Hafeez
Hi there, I seem to have run into a problem using the axistools wsdl2java to generate source from a WSDL file, specifically with the namespaceToPackage tag. Here's a snippet from my pom.xml: ... org.codehaus.mojo axistools-maven-plugin 1.0

Re: Downloading poms

2006-05-09 Thread Alexandre Poitras
You're right. I thought it was not working anymore but it just takes a longer time. Thank for the info! On 5/9/06, Simon Kitching <[EMAIL PROTECTED]> wrote: On Mon, 2006-05-08 at 16:08 -0400, Alexandre Poitras wrote: > If I remember correctly, Maven 2 was able to work without pom in the past >

Re: [m2] internal repository with jars but no pom

2006-05-09 Thread Simon Kitching
On Tue, 2006-05-09 at 00:48 -0700, barth wrote: > I am stupid... and not patient enough !!! > After the hundreds of "unable to get resource..." for the pom files, it > downloads directly the jars. Therefore I have just had to wait a bit. And if you really can't be bothered to install pom files in

Re: Downloading poms

2006-05-09 Thread Simon Kitching
On Mon, 2006-05-08 at 16:08 -0400, Alexandre Poitras wrote: > If I remember correctly, Maven 2 was able to work without pom in the past > but in the end there were so many jars coming without pom that they decided > to remove the option. But I could be wrong. I'm pretty sure maven2 works fine with

Re: Downloading poms

2006-05-09 Thread Simon Kitching
On Mon, 2006-05-08 at 11:50 -0700, Tim McCune wrote: > On Mon, 2006-05-08 at 13:36 -0500, Wayne Fay wrote: > > When you installed those dependencies in your local repo, did you use > > -DgeneratePom=true ? > > > > If not, reinstall the 3rd party artifacts and use that parameter so > > poms are c

[M2]How to compile with JDK 1.2

2006-05-09 Thread Roald Bankras
Java 1.4 is the minimum required version for use with maven 2. So I don't think it's going to work. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Tung Nguyen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 11:06 AM To: users@maven.apache.org Subject: [M2]How

[M2]How to compile with JDK 1.2

2006-05-09 Thread Tung Nguyen
Hi everybody, I want to compile my source files with an external jdk1.2 : I've tried this: org.apache.maven.plugins maven-compiler-plugin true C:\jdk1.2.2\bin 1.2 but it doesn't work 'cause javac 1.2 can

Re: [1.1] Hung build - threaddump

2006-05-09 Thread jerome lacoste
On 5/7/06, Jon Strayer <[EMAIL PROTECTED]> wrote: I occasionally get hung maven builds with cruise control. About one a day (that's about one every 40 builds or so). I finally got a thread dump. I can't make sense of it. Can anyone help? FYI, this is Maven 1.1 Beta 2, but I've had the proble

SCM plugin arguments

2006-05-09 Thread Antonio D'Errico
Hi, I've a problem with SCM plugin, I need to pass some arguments to command line. I'm working with a project configured under starteam and when I use the release plugin during the checkin task starteam requires an active item. There are two way: pass the task id to the command line or the -acti

Re: [m2] internal repository with jars but no pom

2006-05-09 Thread barth
I am stupid... and not patient enough !!! After the hundreds of "unable to get resource..." for the pom files, it downloads directly the jars. Therefore I have just had to wait a bit. Thanks for your help, Cheers, barth -- View this message in context: http://www.nabble.com/-m2-internal-reposi

classpath in jar manifest

2006-05-09 Thread Fredrik Vraalsen
Hi, I'm moving a project from maven 1.1 to 2.0, but I've hit a problem with specifying the classpath in the manifest file in my main application jar and was wondering if someone here could help. Basically, I wish to add some resource directories to the classpath, in addition to the jar depen

Is with maven-war-plugin?

2006-05-09 Thread sbarriba
Hi, The feature appears not to be supported by the WAR plugin. Has anyone got this working? I always see an installed artifact of the form: [finalname]-[version].war I'm expecting to see: [finalname]-[version][classifier].war My pom.xml contains the following:

RE: [m2] download sources to local repo

2006-05-09 Thread Roald Bankras
Hi Alas, the jar does not include the binaries. So you have to add both the jars. Three if you also want the javadoc available. Futhermore, all jars will automatically be packaged into a war file, which is something I don't like. Is there an easy way to exclude the source/javadoc jars from your