Re: [M2] How does filtering resources work?

2005-08-22 Thread Carsten Ziegeler
If I'm not the only one who thinks that filters directly defined at the resources is a good idea, I could try to develop a patch. Interested? Carsten Carsten Ziegeler wrote: > Hi Brett, > > Brett Porter wrote: > >>There was some hesitation to adding filtering in the first place - we >>added it

Re: M2 transitive dependencies and releasing with M1

2005-08-22 Thread Brett Porter
The way it works is that a version you give becomes a "suggestion" to m2, and depending on your conflict resolution strategy that version might be selected, or the latest release. We're still working on this, so we'll have it all set up by beta-1 to test fully and will get some docs together. Curr

Re: [m2] deployment during integration-test lifecycle phase

2005-08-22 Thread Brett Porter
I know that someone else on this list is going to jump in and suggest the same thing... When they are ready, I'd suggest looking at the Cargo (http://cargo.codehaus.org) and Cactus (http://jakarta.apache.org/cactus) plugins. Evenif you don't use them directly, you could use them as inspiration for

M2 transitive dependencies and releasing with M1

2005-08-22 Thread Martijn Dashorst
All, I'm currently releasing Wicket and we have 2 projects: wicket and wicket-extensions. The extensions project has a dependency on wicket. When I create a new version of wicket, do I need to release a new, updated version of extensions as well? Or is this automatically resolved with m2?

[m2] deployment during integration-test lifecycle phase

2005-08-22 Thread Michael Deck
Hello all - I have taken over a project that is being built on maven 1 and would like to move it on to maven 2 when it is released. Currently we do a lot of in-container testing on our ejbs which sounds like it would belong in the integration-test phase of the m2 lifecycle. The question is,

Re: Disabling Deploy Task - Maven 2

2005-08-22 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 just FYI, if you don't specify a section, you won't have much luck deploying your project, even accidentally. ;-) - -john Scott Goldstein wrote: | I have a quick newbie question. In Maven 2, from the documention, it appears that the "deploy" lifec

Re: Ant Tasks + Proxy

2005-08-22 Thread Brett Porter
Do setting the standard Java system properties work? We do not yet handle NTLM configuration. - Brett On 8/23/05, Wyvis vis <[EMAIL PROTECTED]> wrote: > I am doing an evaluation of the Maven2 Ant dependency management tasks and > I am having a few problems getting them to work :-( > > I am sitti

Re: Disabling Deploy Task - Maven 2

2005-08-22 Thread Brett Porter
It's just a matter of not running it. Since nothing comes after "deploy", the only way it will run is if you run "m2 deploy". - Brett On 8/23/05, Scott Goldstein <[EMAIL PROTECTED]> wrote: > I have a quick newbie question. In Maven 2, from the documention, it appears > that the "deploy" lifecyc

[m1.1] JCoverage fails multiproject:site

2005-08-22 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, How do I prevent that a failing JCoverage JUnit test fails the multiproject:site goal? Obviously "fixing the test/code" is one answer, but I am looking for the other one ;-) I have already tried to set the property maven.test.failure.ignore to true, but that didn't seem to help. Thanks,

Disabling Deploy Task - Maven 2

2005-08-22 Thread Scott Goldstein
I have a quick newbie question. In Maven 2, from the documention, it appears that the "deploy" lifecycle publishes a project to teh remote repository. For projects in which you don't want published to the remote ibiblio repository, it seems like you would want to disable this lifecycle phase,

[m2] maven-antrun-plugin

2005-08-22 Thread Chris Berry
Greetings, I am trying to get the m2 maven-antrun-plugin to run. I have gotten pretty far but now I'm stumped. First I downloaded the latest/greatest m2 from SVN. Then I pulled the maven-antrun-plugin code out and built it, after hacking a bit. I had to; 1) Change the pom.xml parent version 2) Gra

Re: How to access default value of property of another plugin

2005-08-22 Thread Thomas Van de Velde
TODO: Remove from documentation ;-) On 8/23/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > Maven:pluginVar is deprecated. > You must use maven:get > http://maven.apache.org/tags.html#maven:get > > Arnaud > > > > -Message d'origine- > > De : Thomas Van de Velde [mailto:[EMAIL PROTEC

RE: searching the archives??

2005-08-22 Thread Arnaud HERITIER
You can also try this one : http://www.mail-archive.com/users@maven.apache.org/index.html Arnaud > -Message d'origine- > De : Thomas Van de Velde [mailto:[EMAIL PROTECTED] > Envoyé : mardi 23 août 2005 00:48 > À : Maven Users List > Objet : Re: searching the archives?? > > Try http://

RE: How to access default value of property of another plugin

2005-08-22 Thread Arnaud HERITIER
Maven:pluginVar is deprecated. You must use maven:get http://maven.apache.org/tags.html#maven:get Arnaud > -Message d'origine- > De : Thomas Van de Velde [mailto:[EMAIL PROTECTED] > Envoyé : mardi 23 août 2005 00:46 > À : Maven Users List > Objet : Re: How to access default value of pr

Re: searching the archives??

2005-08-22 Thread Thomas Van de Velde
Try http://marc.theaimsgroup.com/?l=turbine-maven-user Cheers, Thomas On 8/23/05, Chris Berry <[EMAIL PROTECTED]> wrote: > > Greetings, > At the risk of asking a dumb question, is users@maven.apache.org > searchable?? When I go to the archives > (http://mail-archives.apache.org/mod_mbox/maven-us

Re: How to access default value of property of another plugin

2005-08-22 Thread Thomas Van de Velde
Martin, This has been documented here: http://maven.apache.org/tags.html#maven:pluginVar e.g. <*maven**:**pluginVar* var="reportsDir" plugin='maven-test-plugin' property='maven.test.reportsDirectory'/> Cheers, Thomas On 8/22/05, Martin Burger <[EMAIL PROTECTED]> wrote: > > Hello, > > I need

PDF plugin 2.4-SNAPSHOT available

2005-08-22 Thread Arnaud HERITIER
A new snapshot is available. Changes in this version include: New Features: o Allow the pdf plugin to be added as a project's report. Issue: MPPDF-9. Thanks to Fabrizio Giustina. Fixed bugs: o sub-/superscripts do not work. Issue: MPPDF-43. Thanks to Lukas Theussl. o Error when logo loc

searching the archives??

2005-08-22 Thread Chris Berry
Greetings, At the risk of asking a dumb question, is users@maven.apache.org searchable?? When I go to the archives (http://mail-archives.apache.org/mod_mbox/maven-users/) I cannot see any mechanism to search. Am I missing something?? Thanks, -- Chris ---

Re: Maven 1 subversion repository

2005-08-22 Thread Jon Strayer
Never mind. I got ot. On 8/22/05, Jon Strayer <[EMAIL PROTECTED]> wrote: > > What's the path/url to the subversion repository for Maven plugins? >

Maven 1 subversion repository

2005-08-22 Thread Jon Strayer
What's the path/url to the subversion repository for Maven plugins?

RE: New PDF plugin SNAPSHOT

2005-08-22 Thread Arnaud HERITIER
> > I found the solution by accident: you just have to remove the > 'dir="${internal_pdf_workingDir}"' option when you call fop > in plugin.jelly. > Apparently a problem of relative url resolution (it only > failed for svgs containing relative url links within the same > document, ie starting

Ant Tasks + Proxy

2005-08-22 Thread Wyvis vis
I am doing an evaluation of the Maven2 Ant dependency management tasks and I am having a few problems getting them to work :-( I am sitting behind an NTLM proxy and, when using Maven 1, have to specify the "maven.proxy.ntlm.host" and "maven.proxy.ntlm.domain" properties in my build.properties fil

Re: New PDF plugin SNAPSHOT

2005-08-22 Thread Lukas Theussl
I found the solution by accident: you just have to remove the 'dir="${internal_pdf_workingDir}"' option when you call fop in plugin.jelly. Apparently a problem of relative url resolution (it only failed for svgs containing relative url links within the same document, ie starting with #, and only

plugins

2005-08-22 Thread Jorge Nicolás Mikitiuk
Hello: I´m writing a plugin. This plugin works executing different tasks (goals) in each subproject of a project. My questions are: How I can change the pom referenced in each case? How I can invoke the plugins with a relative path? I´ve tried to adapting the multiproject plugin and to over

How do I package a Swing application in Maven?

2005-08-22 Thread Mick Knutson
I have many items I want to combine for a swing application using maven. I am just wondering what the best approach is to packaging the many libs I will be using. Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulti

How to access default value of property of another plugin

2005-08-22 Thread Martin Burger
Hello, I need the value of the property "maven.test.reportsDirectory" in the plugin.jelly of my plugin even if it is not set via a project.properties file. Regard this simple goal: Value of maven.test.reportsDirectory: ${maven.test.reportsDirectory} If I run this goal without setting

Re: jellybean awaits setter with File instead of String argument

2005-08-22 Thread Martin Burger
Dion Gillard schrieb am 12.08.2005 23:53: What are the other methods on that class? I violated the bean specification, there was a getter returning File instead of String. And how do you know its passing in a File or expecting one to go to the class? Log message of the beanutils: co

Re: xdoclet dependency

2005-08-22 Thread Nicolas De Loof
For info, http://maven.ozacc.com/search?keyword=xjavadoc is very usefull for such broken-dependecy-search. Nico. Dennis Geurts a écrit : ok nicolas, thanks for the info (is must have copied it 'eons' ago and forgot about it afterwards), seems that some alteration is in order; either move/ cop

Re: xdoclet dependency

2005-08-22 Thread Dennis Geurts
ok nicolas, thanks for the info (is must have copied it 'eons' ago and forgot about it afterwards), seems that some alteration is in order; either move/ copy the xjavadoc-1.0.* to xjavadoc or the maven-xdoclet-plugin (version 1.2) should incorporate a correct dependency. I do not think it is a

Re[10]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 4:42:18 PM, you wrote: > This is what I mean with the *corresponding* version. The > xdoclet-plugin defines the dependency to xjavadoc. Unfortunately > xjavadoc-1.0.2 is not located at ibiblio, you must downloat it > manually (remember the URL ;-) and install

RE: Re[8]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
Dmitry Ochnev wrote on Monday, August 22, 2005 1:39 PM: [snip] > > It became better but it is still not working. > Here is the part of the "project.xml": > ---begin--- > > > xdoclet > 1.2 > > > > xdoclet > xdoclet-web-module > 1.2 > > >

Re: Standardized Maven Environment

2005-08-22 Thread Thomas Van de Velde
Sounds like a good tip & trick for mavenbook.org On 8/22/05, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > > On Mon, Aug 22, 2005 at 02:21:31PM +0200, Thomas Van de Velde wrote: > > Jared, > > > > I've used the solution mentioned by Brett on large projects and it works > > w

Re: Standardized Maven Environment

2005-08-22 Thread Trygve Laugstøl
On Mon, Aug 22, 2005 at 02:21:31PM +0200, Thomas Van de Velde wrote: > Jared, > > I've used the solution mentioned by Brett on large projects and it works > well. I also place a project.xml and project.properties in the Maven cvs/svn > module that holds configuration data common to all applicati

Re: xdoclet dependency

2005-08-22 Thread Nicolas De Loof
xjavadoc-1.0.* exists on ibiblio with groupId 'xdoclet' latter versions (1.1) are registered under groupId xjavadoc. Dennis Geurts a écrit : Dmitry, maven-xdoclet-plugin depends on xjavadoc-1.0.2 this file seems to have disappeared from ibiblio.org/maven! i do not k

Re: Standardized Maven Environment

2005-08-22 Thread Thomas Van de Velde
Jared, I've used the solution mentioned by Brett on large projects and it works well. I also place a project.xml and project.properties in the Maven cvs/svn module that holds configuration data common to all applications on a project. Applications then extend this project-level pom with ${ mave

Re: Re[8]: xdoclet dependency

2005-08-22 Thread Dennis Geurts
Dmitry, maven-xdoclet-plugin depends on xjavadoc-1.0.2 this file seems to have disappeared from ibiblio.org/maven! i do not know how to get it back there... Dennis On 8/22/05, Dmitry Ochnev <[EMAIL PROTECTED]> wrote: > > Hello Dennis, > > Monday, August 22, 2005,

includes tools.jar as dependency

2005-08-22 Thread Scokart Gilles
I have a project generates code. In my tests, I want to verify that this code compile properly. I would like to use the tools.jar of the JDK in my tests to do that. How should I set the dependency with maven 2. I guess I should use the "provided" scope, but I didn't manage to find what

Re[8]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Dennis, Monday, August 22, 2005, 3:01:35 PM, you wrote: > only for the xjavadoc jar, you should use a groupId of "xjavadoc" and > version "1.1" > for the xdoclet jars groupId="xdoclet" and version="1.2" > so: > > xjavadoc > xjavadoc > 1.1 > > > xdoclet > xdoclet > 1.2 > > > xdo

Re[8]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 3:08:47 PM, you wrote: >> What do you mean "the original version"? > Version numbers of xjavadoc and xdoclet are not in sync. How can I know the correct combinations of versions of xjavadoc and xdoclet? -- Best regards, Dmitry

Re: Maven/Spring Testing

2005-08-22 Thread Thomas Van de Velde
Case closed ;-) On 8/22/05, Marcelo Alcantara <[EMAIL PROTECTED]> wrote: > > Hey Thomas, > > As I said before, I asked that in a good way ("Where are you guys"). > And the confusion between me and Craig was already solved. > > I didn´t intend to be aggressive. (But I know I was when answering t

Re: Maven/Spring Testing

2005-08-22 Thread Marcelo Alcantara
Hey Thomas, As I said before, I asked that in a good way ("Where are you guys"). And the confusion between me and Craig was already solved. I didn´t intend to be aggressive. (But I know I was when answering to Craig). Don´t get me bad. Cheers Marcelo On 8/22/05, Thomas Van de Velde <[EMAIL PR

Re: Maven/Spring Testing

2005-08-22 Thread Thomas Van de Velde
Marcelo, I haven't answered your follow-up for two reasons: 1) You ask something I've already answered "...as this may have a big performance impact..." 2) I do not like your tone. You have posted twice "Where are you guys?" In response to that I can tell you that I was on a flight from the US t

RE: Re[6]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
Dmitry Ochnev wrote on Monday, August 22, 2005 12:51 PM: > Hello Jörg, > > Monday, August 22, 2005, 1:58:33 PM, you wrote: > >>> Attempting to download xjavadoc-1.2.jar. > >> This does not exist. Latest release is 1.1. > > It does exist: http://www.ibiblio.org/maven/xdoclet/jars/ As long as y

RE: Recursive multiproject site

2005-08-22 Thread Allison, Bob
The way I get this to work is to set "maven.multiproject.site.goals" to "multiproject:site" in the sandbox project and to "site" in the mid-level projects (newproj, otherproj). Actually, I have a goal in the sandbox project called "gendocs" which has "multiproject:site" as a prerequisite but I don

Re: Re[6]: xdoclet dependency

2005-08-22 Thread Dennis Geurts
Hi Dmitry, only for the xjavadoc jar, you should use a groupId of "xjavadoc" and version "1.1" for the xdoclet jars groupId="xdoclet" and version="1.2" so: xjavadoc xjavadoc 1.1 xdoclet xdoclet 1.2 xdoclet xdoclet-web-module 1.2 xdoclet xdoclet-ejb-module 1.2 etcetera... Dennis

Re[6]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 1:58:33 PM, you wrote: >> Attempting to download xjavadoc-1.2.jar. > This does not exist. Latest release is 1.1. It does exist: http://www.ibiblio.org/maven/xdoclet/jars/ > You should stay with > the original version (or at least check, that your used versi

Re[6]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 1:58:33 PM, you wrote: >> Attempting to download xjavadoc-1.2.jar. > This does not exist. Latest release is 1.1. You should stay with > the original version (or at least check, that your used version of > XDoclet is compliant with the one of xjavadoc). Why t

Re: Should I run maven on the Free Software Foundation's GCJ or Sun's java platform

2005-08-22 Thread Trygve Laugstøl
On Mon, Aug 22, 2005 at 12:01:41PM +0800, bw t wrote: > Hi all, > > Should I run maven on the Free Software Foundation's GCJ or Sun's java > platform ? No idea about GCJ but I know that Maven 1 and 2 runs just fine on several free platforms. It's been verified that Maven 1 runs on Kaffe by Kaffe

RE: Re[4]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
Dmitry Ochnev wrote on Monday, August 22, 2005 11:51 AM: > Hello Jörg, > > Monday, August 22, 2005, 12:31:21 PM, you wrote: > >> The group id for xjavadoc is "xjavadoc" and not "xdoclet" > > I have replaced the group id "xdoclet" with "xjavadoc". > Now I get the following: > ---begin--- > Attem

Re[4]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 12:31:21 PM, you wrote: > The group id for xjavadoc is "xjavadoc" and not "xdoclet" I have replaced the group id "xdoclet" with "xjavadoc". Now I get the following: ---begin--- Attempting to download xjavadoc-1.2.jar. Response content length is not known Resp

RE: [m2] error "maven.repo.local" property in the ant file

2005-08-22 Thread Stephane Nicoll
Yup, This is hardcoded in the plugin. File an improvement in Jira please. Cheers, Stéphane -Original Message- From: flyisland [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 11:17 AM To: users@maven.apache.org Subject: [m2] error "maven.repo.local" property in the ant file Hi A

[m2] error "maven.repo.local" property in the ant file

2005-08-22 Thread flyisland
Hi All, i used "m2 ant:ant" to create a ant build file, and found the following line: but i had changed the localRepository to another directory with the "settings.xml" file, so i have to correct it manually! -- ---

RE: Re[2]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
Dmitry Ochnev wrote on Monday, August 22, 2005 10:17 AM: > Hello Konstantin, > > Monday, August 22, 2005, 12:08:28 PM, you wrote: > >> Aparently xjavadoc-1.0.2 is not available on ibiblio. >> YOu can compile it yourself, and place into your local >> maven repository. > > > I have this jar (xja

Re[2]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Konstantin, Monday, August 22, 2005, 12:08:28 PM, you wrote: > Aparently xjavadoc-1.0.2 is not available on ibiblio. > YOu can compile it yourself, and place into your local > maven repository. I have this jar (xjavadoc-1.0.2.jar) in my repository ("c:\my_home_dir\.maven\repository\xdocl

Re: xdoclet dependency

2005-08-22 Thread Konstantin Priblouda
--- Dmitry Ochnev <[EMAIL PROTECTED]> wrote: > Hello! > > I have a trouble with the 'xdoclet' dependency. > I generate a web app using 'genapp': > maven genapp > > The web application is generated and I launch: > maven > > It tries to download the dependency and fails to > build: > ---begin--

xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello! I have a trouble with the 'xdoclet' dependency. I generate a web app using 'genapp': maven genapp The web application is generated and I launch: maven It tries to download the dependency and fails to build: ---begin--- Tag library requested that is not present: 'maven' in plugin: 'maven-