Continuum User Authentication via LDAP

2005-10-17 Thread Frank Zhao
I am very glad to see the recent Continuum Beta 1 version having user management functions. It is very important to us. My question is will Continuum support LDAP for the user authentication? If not, is there a plan to do that in the near future? Thanks in advance, Frank

[m2] ActiveProjectArtifact

2005-10-17 Thread Orjan Austvold
I have created a plugin which creates a custom distribution of artifacts built within a multi-project. Since maven-2.0-beta-3 I've seen that the file property of an ActiveProjectArtifact has changed from a reference to a jar-file to a reference of the artifacts target/classes directory. How

Re: Suggestion: Seperate list for M2?

2005-10-17 Thread David Sag
I second that - a separate m2 list would be welcome Kind regards, Dave Sag Siegfried Heintze [EMAIL PROTECTED] wrote on 17/10/2005 03:46:37 AM: Just a suggestion: should there not be a separate list for M2? Siegfried

RE: [urgent] Proxy Properties in Maven1.0.2 for GridPort3.5.1

2005-10-17 Thread Mazhar . Shaikh
_ From: Shaikh, Mazhar Sent: Monday, October 17, 2005 12:53 PM To: 'Maven Users List'; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED]' Subject: RE: [urgent] Proxy Properties in Maven1.0.2 for GridPort3.5.1 If you are working on

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

2005-10-17 Thread David Sag
Hi all, I am writing an M2 plugin for QALab. QALab aggregates the reports from other plugins such as checkstyle etc. In my plugin.xml file there is a tag requiresReportsfalse/requiresReports and so I guessed that setting @requiresReports at the to of my Mojo would change this flat to true

Re: Suggestion: Seperate list for M2?

2005-10-17 Thread Thomas Van de Velde
+1 On 10/17/05, David Sag [EMAIL PROTECTED] wrote: I second that - a separate m2 list would be welcome Kind regards, Dave Sag Siegfried Heintze [EMAIL PROTECTED] wrote on 17/10/2005 03:46:37 AM: Just a suggestion: should there not be a separate list for M2? Siegfried

Rép. : Re: [m2] artifact:dependencies and EAR generation probleme

2005-10-17 Thread Antonio PAROLINI
I tried, but the ear task dosen't support mappers. I have to go through a temporary folder using the copy task and the mapper, then making the EAR. But this rise up anothre issue for me, since the file order into the ear is changed. This has an impact for us since our appserver classloader loads

Re: [m2] NetBeans Plugin - M2 Subversion and Ibiblio Repository

2005-10-17 Thread Trygve Laugstøl
Jason van Zyl wrote: On Fri, 2005-10-14 at 19:10 +0200, wilfred springer wrote: To whom it concerns: I would (still) really like to know what I need to do to get my NetBeans plugin into the Maven 2 repository. It won't go into the SVN repository @ Apache but we can get you setup at the

RE: SPAM: can't load wrapper.dll

2005-10-17 Thread Charles Osei
It runs ok with the warning. I just thought you should know. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 14 October 2005 08:34 To: continuum-users@maven.apache.org Subject: Re: SPAM: can't load wrapper.dll I'm not sure that wrapper support win 2003 64 bit,

transitive dependencies? [ dueme Frage]

2005-10-17 Thread Pilgrim, Peter
What are transitive dependencies ? -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 == Please

Re: transitive dependencies? [ dueme Frage]

2005-10-17 Thread Nicolas De Loof
In maven 1.x, if your project depends on jar A and jar A itself requires jar B, you have to manually add dependency to jar B. In maven 2, dependencies are *transitive*, this means your project will automatically be dependent to jar B. Maven 2 includes version conflicts algorithm so that it

Re: transitive dependencies? [ dueme Frage]

2005-10-17 Thread mika
Dependency mechanism in m2 is explained here: http://maven.apache.org/maven2/dependency-mechanism.html Regards, mika Pilgrim, Peter wrote: What are transitive dependencies ? -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada

Re: transitive dependencies? [ dueme Frage]

2005-10-17 Thread David Sag
Transitivity is a property of some relationships. I was exposed to this term in maths, but assume it has wider meaning. Baically a relationship is transitive if that ralationship behaves as follows: say A relates to B and B relates to C then if A relates to C the relationship is transitive.

RE: transitive dependencies? [ dueme Frage]

2005-10-17 Thread Pilgrim, Peter
Of course, which implies the existence of A(B+C) == AB+BC Cool! -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 -Original Message- From: David Sag

RE: [m2] Can't get hello world plugin to work

2005-10-17 Thread Kevin McNamee
Hi again, I updated to Maven 2.0 RC and reran the demo, with the same result (see below) What is the problem? Why can't it find my plugin? Why is it throwing an exception? Please help. Much appreciated, Kevin maven-hello-plugin m2 install -DupdateReleaseInfo=true [INFO] Scanning for

[m2] NoSuchMethodError exception when executing site:site

2005-10-17 Thread Zhong ZHENG
Hi, there, I am trying to use m2 to generate the project site. When executing site:site, i got the following NoSuchMethodError exception: [INFO] Searching repository for plugin with prefix: 'site'. [INFO] [INFO]

[m2] Help! Getting started with plugins

2005-10-17 Thread Kevin McNamee
Hi, I have been trying to create a plugin for Maven 2 without much success. I have looked at the following links for help: http://www.onjava.com/pub/a/onjava/2004/03/17/maven.html?page=1 (Maven 1) http://maven.apache.org/maven2/developers/plugin-development-guide.html (Maven 2 - empty)

[m2] where is the Maven 2.0 RC ?

2005-10-17 Thread farid
Hi everybody ! Sorry the for the question but where is the RC version everybody is talking about. On the main maven site http://maven.apache.org/maven2/ it is nowhere to be found. Thanks again, Farid - To

RE: [m2] Help! Getting started with plugins

2005-10-17 Thread Vincent Siveton
Hi Kevin, Have a look on this following: http://www.codehaus.org/~jvanzyl/maven2/guides/plugin/guide-java-plugin-deve lopment.html Thanks Jason to work on m2 documentation. HTH Cheers, Vincent -Original Message- From: Kevin McNamee [mailto:[EMAIL PROTECTED] Sent: Monday, October

Re: [m2] where is the Maven 2.0 RC ?

2005-10-17 Thread eric . starr
http://people.apache.org/~brett/maven-2.0-RC/ farid [EMAIL PROTECTED] wrote on 10/17/2005 06:55:20 AM: Hi everybody ! Sorry the for the question but where is the RC version everybody is talking about. On the main maven site http://maven.apache.org/maven2/ it is nowhere to be found.

RE: [m2] where is the Maven 2.0 RC ?

2005-10-17 Thread Vincent Siveton
Hi Farid, Subject: [m2] where is the Maven 2.0 RC ? http://people.apache.org/~brett/maven-2.0-RC/ Cheers, Vincent Hi everybody ! Sorry the for the question but where is the RC version everybody is talking about. On the main maven site http://maven.apache.org/maven2/ it is nowhere to

RE: [m2] Help! Getting started with plugins

2005-10-17 Thread Kevin McNamee
Hi Vincent, OK, following the instructions I got it built and deployed to my local repository. However, the only way I could get it to run was to type: m2 sample.plugin:maven-hello-plugin:1.0-SNAPSHOT:sayhi or m2 sample.plugin:maven-hello-plugin:sayhi I tried updating my settings.xml

Re: Suggestion: Seperate list for M2?

2005-10-17 Thread Xavier Toth
+1 On 10/17/05, Thomas Van de Velde [EMAIL PROTECTED] wrote: +1 On 10/17/05, David Sag [EMAIL PROTECTED] wrote: I second that - a separate m2 list would be welcome Kind regards, Dave Sag Siegfried Heintze [EMAIL PROTECTED] wrote on 17/10/2005 03:46:37 AM: Just

SNAPSHOT Dependency not working for me

2005-10-17 Thread Gianfranco Oldani
Hello, I try to use the SNAPSHOT keyword in a dependeny but I get always an errop message. Maven try to search for an artifact with SNAPSHOT in the name e.g. artifactId-1.2.7-SNAPSHOT.jar and obviously cannot be found. I use maven 1.1-beta-2 Thanks for help Gianfranco

Re: [M2] Multiple Project Layout and Eclipse

2005-10-17 Thread Bernd Mau
This is a frequently asked and answered question - you'll find plenty in the mail archives. Unfortunately I could not find the answers in the mail archive. That's why I have posted the questions. Any eclipse users volunteer to write a short howto/faq? If I' ll get some input, I could write the

Digester File DTD and Maven

2005-10-17 Thread Pilgrim, Peter
Hi I got a ``special.dtd'' DTD file under say the Java Package ``com.csfb.goldeneye.app'' and I want the Apache Digester to read. How do I tell maven to copy the DTD file under ``com\csfb\goldeneye\app'' in the target folder ``project\target\classes'' ? So what I need is

Re: Suggestion: Seperate list for M2?

2005-10-17 Thread Milos Kleint
call me grumpy, but I don't want m3 or m4 to arrive. complete rewrites shouldn't be a daily routine. on the other hand a separate mailing list for m1 and m2 doesn't sound like a good idea. As long as people mention the version in the subject, it's fine with me. Milos Pilgrim, Peter wrote:

Re: Suggestion: Separate list for M2?

2005-10-17 Thread David Sag
I take Peter's point (fnaa fnaa) but also agree there should be no need for an M3 or M4 for quite a while. Kind regards, Dave Sag Milos Kleint [EMAIL PROTECTED] wrote on 17/10/2005 03:46:55 PM: call me grumpy, but I don't want m3 or m4 to arrive. complete rewrites shouldn't be a

RE: Suggestion: Seperate list for M2?

2005-10-17 Thread Casper Thomsen
I doubt people will continue doing that for very long. In my opinion it makes no sense to have both in one list, since they are so different it would generate a large amount of noise for both groups of users. There is really not very much administrative overhead to creating an additional

Re: Digester File DTD and Maven

2005-10-17 Thread Wendy Smoak
From: Pilgrim, Peter [EMAIL PROTECTED] How do I tell maven to copy the DTD file under ``com\csfb\goldeneye\app'' in the target folder ``project\target\classes'' ? So what I need is ``project\target\classes\com\csfb\goldeneye\app\special.dtd'' and then the whole thing should be jared up.

RE: [m2] Help! Getting started with plugins

2005-10-17 Thread Vincent Siveton
Hi Kevin, OK, following the instructions I got it built and deployed to my local repository. However, the only way I could get it to run was to type: m2 sample.plugin:maven-hello-plugin:1.0-SNAPSHOT:sayhi or m2 sample.plugin:maven-hello-plugin:sayhi I tried updating my settings.xml

Plugin development headaches

2005-10-17 Thread Kevin McNamee
Hi all, I have high hopes for Maven and am looking forward deploying it here. I have been struggling to get Maven to create a plugin for me for about a week now. From the mails on this list I realise that documentation is lacking but that with the launch of Maven 2.0 nearing it will

M2: Install third party library

2005-10-17 Thread Christian Schlaefcke
Hi folks, I try to install a third party jar into my local repository. Under M1 I was used to create a directory that contains the jar-file and a project.xml (now pom.xml) and run maven install. When I do this under M2 I just get this: [INFO] [jar:jar] [WARNING] JAR will be empty - no content

RE: [m2] Maven release plugin and CVS: bug?

2005-10-17 Thread fabrice . belingard
Hi Michael, I put my pom[1] at the end of the mail. I still can't manage to make it work, even when I embed my password in the URL. I still get: Command output: cvs update: Empty password used - try 'cvs login' with a real password cvs [update aborted]: authorization

Re: M2: Install third party library

2005-10-17 Thread Arik Kfir
Hi Christian, It is very easy - see http://maven.apache.org/maven2/general.html#importing-jars for instructions. On 10/17/05, Christian Schlaefcke [EMAIL PROTECTED] wrote: Hi folks, I try to install a third party jar into my local repository. Under M1 I was used to create a directory that

Re: M2: Install third party library

2005-10-17 Thread Christian Schlaefcke
Thank you! I promise to take a closer look to FAQ next time ;-) Hi Christian, It is very easy - see http://maven.apache.org/maven2/general.html#importing-jars for instructions. On 10/17/05, Christian Schlaefcke [EMAIL PROTECTED] wrote: Hi folks, I try to install a third party jar into

Re: Suggestion: Seperate list for M2?

2005-10-17 Thread Arik Kfir
+1 m1 and m2 are inherently different. Such a massive rewrite is now something that happens everyday, and therefor a seperate list would not be required for m3, m4, etc. However - I think once m2 becomes final - the [EMAIL PROTECTED] should be focused on m2 - not m1. The m1 list should be named

Re: M2: Install third party library

2005-10-17 Thread Arik Kfir
no problem :D On 10/17/05, Christian Schlaefcke [EMAIL PROTECTED] wrote: Thank you! I promise to take a closer look to FAQ next time ;-) Hi Christian, It is very easy - see http://maven.apache.org/maven2/general.html#importing-jars for instructions. On 10/17/05, Christian

RE: Digester File DTD and Maven

2005-10-17 Thread Pilgrim, Peter
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 17 October 2005 15:01 To: Maven Users List Subject: Re: Digester File DTD and Maven From: Pilgrim, Peter [EMAIL PROTECTED] How do I tell maven to copy the DTD file under ``com\csfb\goldeneye\app'' in

Re: [m2] is maven.xml still used

2005-10-17 Thread Arik Kfir
Hi Xavier, Are you looking at http://maven.apache.org; or http://maven.apache.org/maven2;? Moreover - m2 doesn't use maven.xml anymore. Custom goals should be written as plugins from now on. See http://maven.apache.org/maven2; for more information about that (see

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Arik Kfir
Could you post the dependency you're declaring? On 10/17/05, Gianfranco Oldani [EMAIL PROTECTED] wrote: Hello, I try to use the SNAPSHOT keyword in a dependeny but I get always an errop message. Maven try to search for an artifact with SNAPSHOT in the name e.g. artifactId-1.2.7-SNAPSHOT.jar

RE: Maven Internal Repository Setup

2005-10-17 Thread Andreas Guther
Sampreet: Your settings look fine to me regarding Maven. I think you have a tomcat problem. Anyway, I would put the repository on web server like Apache. Andreas -Original Message- From: Sampreet Chawla [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 11:54 AM To:

[m2] xdoclet help

2005-10-17 Thread Kevin McNamee
Hi again, I am trying to get the xdoclet-plugin to work for Maven 2. Using the example from: http://mojo.codehaus.org/xdoclet-maven-plugin/usage.html I get the following m2 compile [INFO] Scanning for projects... [INFO]

RE: Suggestion: Seperate list for M2?

2005-10-17 Thread Jason van Zyl
On Mon, 2005-10-17 at 14:34 +0100, Pilgrim, Peter wrote: -1 What happens when M3 or M4 arrive? One thing to consider here is that we knew full well that m1 and m2 would be vastly different. We don't expect this for future revisions and plan the m2 design to last for many years. As I said,

For critical project we use maven 1.0.2 or m2 ?

2005-10-17 Thread Marouane Amraoui
Hi, i m working on a critical j2ee project, i want an advise from you if i use a released version maven 1.0.2 or beta version of maven 2.0 (m2) thx in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Maven 2 questions

2005-10-17 Thread Polevoy, Igor
I'm a newbie to Maven 2 and Maven in general, please help: Q1. Where to find out what goals are bound to what lifecycle Q2. How to run individual tests? Q3. How to run JUnit GUI? Q4. Plugin documentation for various plugins provides information of different variables one can supply to a

[m2] NoSuchMethodError when running war plugin

2005-10-17 Thread Christian Schlaefcke
Hi folks, I´m not sure weather this is an m2 or continuum or a configuration issue. When running m2 install on my webapp project I get this error: [INFO] [war:war] [INFO] Exploding webapp... [INFO] Copy webapp resources to D:\eclipse\workspace\MyProject\target\MyWebApp [INFO] Assembling webapp

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Gianfranco Oldani
Hello Arik, Thanks for your answer. Here is an example of dependency I want use, but I don't think it's related to the specific dependency because I have tried with many and got always same result. Maybe it's the way I use the SNAPSHOT keyword. dependencies dependency

RE: For critical project we use maven 1.0.2 or m2 ?

2005-10-17 Thread Casper Thomsen
Given that m2 is still in a beta release, I would advise m1.0.2 /casper -Original Message- From: Marouane Amraoui [mailto:[EMAIL PROTECTED] Sent: Mon 10/17/2005 18:07 To: Maven Users List Subject: For critical project we use maven 1.0.2 or m2 ? Hi, i m working on a critical j2ee

Re: Plugin development headaches

2005-10-17 Thread Jason van Zyl
On Mon, 2005-10-17 at 16:11 +0200, Kevin McNamee wrote: Hi all, I have high hopes for Maven and am looking forward deploying it here. I have been struggling to get Maven to create a plugin for me for about a week now. From the mails on this list I realise that documentation is lacking

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread mika
Hi, try upgrading to maven 2 rc, the problem should disappear. regards, mika Christian Schlaefcke wrote: Hi folks, I´m not sure weather this is an m2 or continuum or a configuration issue. When running m2 install on my webapp project I get this error: [INFO] [war:war] [INFO] Exploding

RE: For critical project we use maven 1.0.2 or m2 ?

2005-10-17 Thread Marouane Amraoui
good, so if i use maven1.0.2, and the m2 is released in your opinion is necesary to migrate to m2 or not ? -Message d'origine- De : Casper Thomsen [mailto:[EMAIL PROTECTED] Envoyé : lundi 17 octobre 2005 16:17 À : Maven Users List Objet : RE: For critical project we use maven 1.0.2

RE: [m2] Local vs Remote Repository

2005-10-17 Thread Jason van Zyl
On Mon, 2005-10-17 at 09:11 -0600, Russell, Mark wrote: I realize this is not would most would consider a normal usage scenario, and quite frankly I agree it's not. Unfortunately I happen to work for a company that wants to put the repository into ClearCase Fair enough and we are going to

Re: For critical project we use maven 1.0.2 or m2 ?

2005-10-17 Thread Jason van Zyl
On Mon, 2005-10-17 at 16:07 +, Marouane Amraoui wrote: Hi, i m working on a critical j2ee project, i want an advise from you if i use a released version maven 1.0.2 or beta version of maven 2.0 (m2) The Maven 2.0 final will be release today/tomorrow and I think if you are starting a new

maven ant not finding settings.xml?

2005-10-17 Thread Brian E. Fox
Hello, We have reproduced this problem on beta 3 and rc1: We are using an ant script to call maven deploy to auto deploy jar, pom and md5's and sh1's for 3rd party libraries to our remote repository. The maven deploy ant task isn't using the settings to find our mirrors or repositories for

anyone ever deployed and used a m2 plugin from non-default repository?

2005-10-17 Thread Milos Kleint
hello, i'm kind of frustrated here, sorry for harsh tone. i've developed a m2 plugin for creation of netbeans modules. it's a conversion of the m1's plugin (http://mevenide.codehaus.org/maven-nbm-plugin ). I don't have access to the default deployment repository, so I deployed to a place at

Maven 2.0 and Eclipse

2005-10-17 Thread John R. Storey
Hello, I just downloaded Maven 2.0 yesterday and am trying to work out the eclipse integration. Unfortunately when I try to run 'm2 eclipse:eclipse' I get the exception stack shown below. This is probably something obvious to the more experienced members on this list, but I am at a loss. Any

Re: Maven 2.0 and Eclipse

2005-10-17 Thread mika
Hi John maybe upgrading to maven 2 rc could resolve your problem. you can get m2 RC from here: http://people.apache.org/~brett/maven-2.0-RC/ Regards, mika John R. Storey wrote: Hello, I just downloaded Maven 2.0 yesterday and am trying to work out the eclipse integration. Unfortunately

Re: For critical project we use maven 1.0.2 or m2 ?

2005-10-17 Thread Eric Biesterfeld
Plugin support is still incomplete, but most of the things that people use are there. On 10/17/05, Marouane Amraoui [EMAIL PROTECTED] wrote: now arround m2 we can find all kind plug in used in maven 1.0.2 ? -Message d'origine- De : Jason van Zyl [mailto:[EMAIL PROTECTED] Envoyé :

RE: Suggestion: Seperate list for M2?

2005-10-17 Thread Jeff Jensen
+1 When I want both, I subscribe to both. When I want one, I subscribe to one. Quoting Casper Thomsen [EMAIL PROTECTED]: I doubt people will continue doing that for very long. In my opinion it makes no sense to have both in one list, since they are so different it would generate a large

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread Christian Schlaefcke
mika schrieb: Hi, try upgrading to maven 2 rc, the problem should disappear. Where do I get it? regards, mika Christian Schlaefcke wrote: Hi folks, I´m not sure weather this is an m2 or continuum or a configuration issue. When running m2 install on my webapp project I get this

[urgent]Maven1.0.2 build Failed

2005-10-17 Thread F-a-r-h-a-n-a
Hi Ive been trying to deploy maven in my GridPort3.5.1 Project for past 1 week on redhat Linux 9...im using command 'maven deploy' and following is the error that I get every time .Plz suggest sloution : maven deploy __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~

[urgent]Maven1.0.2 deploy Failed in GridPort3.5.1

2005-10-17 Thread F-a-r-h-a-n-a
Hi Ive been trying to deploy maven in my GridPort3.5.1 Project for past 1 week on redhat Linux 9...im using command 'maven deploy' and following is the error that I get every time .Plz suggest sloution : Also Plz subscribe me to : [EMAIL PROTECTED] already sent request to subscribe

Re: Maven 2.0 and Eclipse

2005-10-17 Thread John R. Storey
Thank you Mika. Unfortunately I get the same error. Here are the steps I am following, on an SUSE Linux Professional 9.3 box. It should not be relevant, but Eclipse is 3.1.1. 1. Install Maven 2 (used the link you gave for the RC) 2. Go to an empty directory and execute 'm2 archetype:create

Re: [urgent]Maven1.0.2 build Failed

2005-10-17 Thread Lukas Theussl
Are you running maven as root or did you point your local repo to /root? (neither of which is a good idea). It looks like you don't have read access to your local repo (/root/.maven/...). -Lukas F-a-r-h-a-n-a wrote: Hi Ive been trying to deploy maven in my GridPort3.5.1 Project for past

Re: Maven 2.0 and Eclipse

2005-10-17 Thread John R. Storey
Never mind, I forgot to reset my environment and was picking up the beta build. Everything works great in the RC. Thanks! John S - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Arik Kfir
When you specify that you depend on a snapshot version - those that publish the dependency must publish a snapshot version of it. So if I publish a project named arik, you will see several versions of my project at the repository: arik-0.1-SNAPSHOT.jar - published while I'm developing the 0.1

Re: Maven Internal Repository Setup

2005-10-17 Thread Arik Kfir
Hi Sampreet - if you can't access the http://localhost:8080/maven; then it is not related to Maven - you probabaly forgot to configure your tomcat. If you are new to tomcat - I recommend you try the tomcat site or the tomcat mailing list for help. cheers, Arik. On 10/17/05, Andreas Guther

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread mika
it's currently available from: http://people.apache.org/~brett/maven-2.0-RC/ Cheers, mika Christian Schlaefcke wrote: mika schrieb: Hi, try upgrading to maven 2 rc, the problem should disappear. Where do I get it? regards, mika Christian Schlaefcke wrote: Hi folks, I´m

Re: [m2] ActiveProjectArtifact

2005-10-17 Thread Orjan Austvold
Since I got now responses yet I'll try to clarify: A plugin that I wrote loops through the dependencies of an artifact trying to copy jars, wars and special archives into a distribution directory. The problem now is that since m2-b3 all artifacts beeing a part of the current multi-artifact

RE: Suggestion: Seperate list for M2?

2005-10-17 Thread rks
This is a stage when you'd get a number of How do I do this m1.x function in m2? questions from m1.x users. For this reason - and considering that we could prefix the subject with m1 or m2 - it seems like having separate lists right now is a bad idea, unless people largely Cc such topics to both

Re: [m2] is maven.xml still used

2005-10-17 Thread Xavier Toth
Thanks that's what I was beginning to think after have looked thru the maven 2 site. Maybe I missed it but I didn't see anywhere on the site what you've said m2 doesn't use maven.xml anymore. Custom goals should be written as plugins from now on. This seem like such a fundamental thing that is

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread Christian Schlaefcke
cool! Thank you! Why isn´t it available from the official site? Chris it's currently available from: http://people.apache.org/~brett/maven-2.0-RC/ Cheers, mika Christian Schlaefcke wrote: mika schrieb: Hi, try upgrading to maven 2 rc, the problem should disappear.

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread mika
huh, don't know... AFAIK the 2.0 final is planned just for today or tomorrow. The RC has been announced on the list 2 days ago or so, suppose the final release will be available from the site then. mika Christian Schlaefcke wrote: cool! Thank you! Why isn´t it available from the official

archetype xsd ?

2005-10-17 Thread Jorg Heymans
Hi, Is there an xsd available for archetype.xml ? Thanks Jorg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] NoSuchMethodError exception when executing site:site

2005-10-17 Thread David H. DeWolf
Zheng, I got the same thing over the weekend and found that Maven was downloading the most recent plugins but I didn't have the most recent dist to go with them. To get things working (at least partway), I cleared out my maven plugings from the repo and installed M2 RC. This got me further, but

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Gianfranco Oldani
Now all is clear, thank you very much. My understanding was that maven gets the latest version but I didn't realize that that version must contain the SNAPSHOT keyword in the artifactId name. I don't want to use spring-core SNAPSHOT, I am just learning maven going through the very good book A

RE: [m2] NoSuchMethodError exception when executing site:site

2005-10-17 Thread Mark Kuzmycz
Brett Porter had this to say about the error There was a required update to the reporting API. Compatible plugins will be republished in the near future. If you are able to rebuild the plugin from SVN that should work as is. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: archetype xsd ?

2005-10-17 Thread Jason van Zyl
On Mon, 2005-10-17 at 21:05 +0200, Jorg Heymans wrote: Hi, Is there an xsd available for archetype.xml ? Not right now, but I'm going to start using modello at which point I can generate an XSD. Thanks Jorg - To

Re: Suggestion: Seperate list for M2?

2005-10-17 Thread Martijn Dashorst
-1 for me. I find it very comforting to have one list on which I can ask all questions maven. Be it working with 1.0.2, 1.1-beta2 or m2. I don't mind the high traffic, and I also don't mind when people don't put m2 or m1 in the header (it does help, though). And I agree with RKS that the

Re: [m2] ActiveProjectArtifact

2005-10-17 Thread Brett Porter
The active project changes during the reactor build. At the compile stage, it refers to the target/classes directory. At the package stage, it points to the jar file. If you are implementing your own packaging goal, you need to call project.getArtifact().setFile( ... ) to ensure this is used. -

JXR in M2

2005-10-17 Thread Jim Dickinson
I've done a lot of work with m1, and now I'm working on a small project with m2... Is there a way to pretty print sources, like m1 did? I believe it was the jxr plugin in m1. Also, do other people have an issue with javadocs being created, but not properly linked in. I am running the

Re: For critical project we use maven 1.0.2 or m2 ?

2005-10-17 Thread Wendy Smoak
From: Marouane Amraoui [EMAIL PROTECTED] i m working on a critical j2ee project, i want an advise from you if i use a released version maven 1.0.2 or beta version of maven 2.0 (m2) I would not start any new projects in Maven 1. What's your timeline? Brett posted a Maven 2 release

Re: Digester File DTD and Maven

2005-10-17 Thread Wendy Smoak
From: Pilgrim, Peter [EMAIL PROTECTED] Ok suppose I hafe a file like src/conf/com/csfb/xrocket/trading/config.dtd I would expect this to be copied to the jar. Is that happening? With the right resource tag, it should get copied to target/classes and end up in the .jar file. And the unit

RE: [urgent]Maven1.0.2 deploy Failed in GridPort3.5.1

2005-10-17 Thread Arnaud HERITIER
Hi Ive been trying to deploy maven in my GridPort3.5.1 Project for past 1 week on redhat Linux 9...im using command 'maven deploy' and following is the error that I get every time .Plz suggest sloution : [SNIP] It seems that this jar is invalid :

Re: SNAPSHOT Dependency not working for me

2005-10-17 Thread Arik Kfir
No problem :) Regarding the documentation regarding snapshots - you could take a look at http://maven.apache.org/using/managing-dependencies.html - which has a section called Using SNAPSHOT Dependencies (especially the last paragraph). Note that it refers mainly to Maven 1.0, and not 2.0, but

[m2] assembly:assembly broken for subproject modules in b3

2005-10-17 Thread Ron Yust
Since installing maven2-beta3, I cannot get the assembly plugin to zip up all the dependencies for subprojects modules in a parent project pom. I can run the assembly:unpack target and find all dependencies to unpack, but the assembly:assembly no longer will do the reverse and package all into a

Re: [m2] is maven.xml still used

2005-10-17 Thread Xavier Toth
Ok, so the Getting Started page should say Custom goals are written as plugins. since other like myself have no m1 experience ;). On 10/17/05, Arik Kfir [EMAIL PROTECTED] wrote: Hi Xavier! Actually it is written - see http://maven.apache.org/maven2/maven1.html, which summarizes the changes

Re: sun jars

2005-10-17 Thread Arik Kfir
Hi Xavier, These JARs are not in the repository because they can't be redistributed. You need to download them from Sun's site (at http://java.sun.com) and install them manually in your local repository. See http://maven.apache.org/maven2/general.html#importing-jars for manually installing JARs

Re: [m2] is maven.xml still used

2005-10-17 Thread Arik Kfir
I see your point - perhaps someone in the maven team would pick it up and update the documentation. On 10/17/05, Xavier Toth [EMAIL PROTECTED] wrote: Ok, so the Getting Started page should say Custom goals are written as plugins. since other like myself have no m1 experience ;). On 10/17/05,

Re: sun jars

2005-10-17 Thread mika
Due to licensing issues you have to copy these libs to your local repo (or an internal repo) manually. For m1 this page defined suggests the groupIds / artifactIds to use: http://maven.apache.org/reference/standard-sun-jar-names.html I think the suggested names stay the same with m2 though the

Re: sun jars

2005-10-17 Thread Lukas Theussl
You have to download these jars yourself (due to license issues) and put them in your local repo by hand: http://maven.apache.org/reference/standard-sun-jar-names.html -Lukas Xavier Toth wrote: I'm sorry if this has already been addressed but my dependencies for things like activation and

Maven2 unit test question

2005-10-17 Thread Polevoy, Igor
Folks, is there a way to run individual JUnit tests using Maven 2? help is appreciated thanks, Igor

[M2] Eclipse WTP Web app libraries

2005-10-17 Thread Dietrich Schulten
Hi, how does the m2 eclipse plugin determine the path where it looks for web app libraries when used for dynamic web projects? I have the problem that eclipse complains about a missing WEB-INF/classes classes folder, which seems to come from a Web app library [artifact] containing a

[m2] proxyactive

2005-10-17 Thread Chris Berry
Greetings, Perhaps I don't understand the usage, but I assume that proxy activefalse/active should turn off the proxy. But in my case (beta3) it does not. I had to comment out the entire proxy element. Is this a bug or a misunderstanding?? Thanks, -- Chris

m2 stop surefire from launching junit

2005-10-17 Thread Brian E. Fox
We are launching an ant taks to fire of testNG. How can I make the build stop calling surefire? I know how to bind plugins to phases, but I haven't seen how to UNbind a plugin.

Re: sun jars

2005-10-17 Thread Lukas Theussl
I was thinking in terms of m1. :) Is there an equivalent of install:install-file in m1? -Lukas Arik Kfir wrote: I'd suggest not putting them in your local repo by hand, but use: m2 install:install-file -Dfile=path-to-file -DgroupId=group-id -DartifactId=artifact-id -Dversion=version

Re: m2 stop surefire from launching junit

2005-10-17 Thread mika
adding something like this to your build-section should skip surefire-junit tests - if i remember well ;-): ... build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration skiptrue/skip

Re: JXR in M2

2005-10-17 Thread Stephen Duncan
http://mojo.codehaus.org/jxr-maven-plugin/ groupIdorg.codehaus.mojo/groupId artifactIdjxr-maven-plugin/artifactId Also, to get the reports linked in with the site (both jxr and javadoc): http://maven.apache.org/maven2/site.html#reports -Stephen On 10/17/05, Jim Dickinson [EMAIL PROTECTED]

RE: m2 stop surefire from launching junit

2005-10-17 Thread Brian E. Fox
Thanks Mika, that has the desired effect. I still wonder if there is or could be a better way. Since we don't plan to use junit, it seems like a waste to go get the surefire plugin for nothing. -Original Message- From: mika [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 7:39

  1   2   >