RE: Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
Right, but if I have separate projects which cannot be tied to one parent project because the same svn information will be assumed for the child projects, how should I aggregate the child projects if I am not allowed to add them as modules? Thanks. -Original Message- From: Emmanuel

Re: Diverse Repositories

2006-11-06 Thread Emmanuel Venisse
You need to add them separately. If you have children projects in three sources repositories, you'll need to add three projects in Continuum (one by child) Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : Right, but if I have separate projects which cannot be tied to one parent

RE: Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks for all of your help. I will try your solution now. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 11:50 AM To: continuum-users@maven.apache.org Subject: Re: Diverse Repositories You need to add them separately. If you have

Site generation and reporting

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
What is the best way to maintain site generation and reporting with Continuum? Should the location of the sites be somewhere inside the Continuum directory? Also, for a task like checkstyle, how could I add MAVEN_OPTS to the Continuum configuration? Thanks. This message (including any

Re: Project build order

2006-11-06 Thread Wayne Fay
Sounds to me like Client depends on Server depends on Common. Thus: common/pom.xml dependencies...none.../dependencies server/pom.xml dependencies...common.../dependencies client/pom.xml dependencies...server, common.../dependencies or dependencies...server.../dependencies and common will be

Subversion connectivity issue

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am adding the pom.xml like this: http://user:[EMAIL PROTECTED]/a/b/c/pom.xml However, I am getting a 405 forbidden error. I verified that user/password is able to check out by using TortoiseSVN. What else do I need to do to overcome this problem of authentication? This message (including

configuring email nofifiers

2006-11-06 Thread ashley . m . jarvis
Hi, Is there a way in which the email notification verbosity can be turned down ? For example can the email just contain the project name, the build result and a url to the build results page which would have the build output in full detail ? With thanks, Ashley

Re: We need some explanation ...

2006-11-06 Thread franz see
Good day to you, Arnaud, Ah, yes :-) Thank you for that example :-) the maven-clover-plugin's (see [1]) instrumentInternal goal is bound to the process-sources phase. Not sure though how it works :-) [1] http://maven.apache.org/plugins/maven-clover-plugin/ Arnaud Bailly-3 wrote: franz see

Re: We need some explanation ...

2006-11-06 Thread Arnaud Bailly
franz see [EMAIL PROTECTED] writes: Good day to you, Arnaud, Ah, yes :-) Thank you for that example :-) the maven-clover-plugin's (see [1]) instrumentInternal goal is bound to the process-sources phase. Not sure though how it works :-) Good day to you too, Unfortunately, the example is

ZQ: Overide project and dependency versions using command line attribute

2006-11-06 Thread Rahamim, Zvi \(Zvi\)
Hi, I have a project my-app that depends on my-app-2. The version that is specified in that file is version 1.0.0 for my-app and 2.0.0 for my-app2. I want, without modifying the pom.xml file, to build deploy my-app but with version 1.0.1 that uses my-app2's version 2.0.1 Can you tell me how to do

Re: Continuum problem

2006-11-06 Thread Emmanuel Venisse
Continuum build the module url from the parent url. It take the url you provide for the parent and use module relative path from your parent pom for the module url. It can't know that your module isn't in the same repo. In a future version, we'll probably use scm connection for module load.

Re: We need some explanation ...

2006-11-06 Thread franz see
Good day to you, Arnaud, Thanks for the correction :-) my eyes must be playing tricks on me :-P hehehe :-D Anyway, I'm not sure though if another goal would be bound to the same phase as instrumentInternal. Though I haven't really disected the code to its very core, the architecture provided in

Re: Mirrors and repositories

2006-11-06 Thread Emmanuel Hugonnet
Edwin Punzalan a écrit : Mykel is correct. In addition, until MNG-714, when the mirror fails to deliver, the mirrored repository is not used. So are mirrors of the same repository id. Mykel Alvis wrote: NEEDED WIKI TOPIC My understanding is that mirrors simply override the URLs for the

Re: We need some explanation ...

2006-11-06 Thread Arnaud Bailly
franz see [EMAIL PROTECTED] writes: Anyway, I'm not sure though if another goal would be bound to the same phase as instrumentInternal. Though I haven't really disected the code to its very core, the architecture provided in [1] seems to indicate that it is forked to its own lifecycle (clover

Re: ZQ: Overide project and dependency versions using command line attribute

2006-11-06 Thread Arnaud Bailly
franz see [EMAIL PROTECTED] writes: Good day to you, Rahamim, I don't think that is possible. IIRC, Dependencies are resolved before any filtering can take place :-) +1 Hi, I have a project my-app that depends on my-app-2. The version that is specified in that file is version 1.0.0

RE: We need some explanation ...

2006-11-06 Thread Vincent Massol
Hi Arnaud, The clover plugin is presumably one of the most complex m2 plugin. I had some architecture diagrams to explain how it worked but I've hidden them as the code has changed a bit and I hadn't had the time to update the diagrams. I'll try to find some time today to update them and

[M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
Hi *, I have this problem with 1.1-RC1 but not with 1.1-beta3 (august). When I try to compile, jar:install or any other goal a project which is part of a multi-project setup, I get the following exception: BUILD FAILED Errors stack : Error parsing project.xml

Re: problem with provided scope

2006-11-06 Thread Joachim Van der Auwera
Let me correct what I said in my other mail, it does indeed have something to do with transitive dependencies. - I have module A which depends on provided library X. - I have module B which depends on module A and on (provided) library X When library X is not marked as provided, all compiles

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Lukas Theussl
Your pom contains duplicate entries of the versions and reports tags. The error message is certainly misleading, but are you sure this worked with beta-3? -Lukas Benoitx wrote: Hi *, I have this problem with 1.1-RC1 but not with 1.1-beta3 (august). When I try to compile, jar:install or any

RE: [M2] cyclic dependency M2 'plugins' trunk between checkstyle andjavadoc plugin.

2006-11-06 Thread hermod.opstvedt
Hi I am having the same problem. Hermod -Original Message- From: Davy Toch [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 11:13 AM To: Maven Users List Subject: [M2] cyclic dependency M2 'plugins' trunk between checkstyle andjavadoc plugin. Hi, I rebuilt the M2 'core'

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
Hi Thanks for your prompt answer, very appreciated. 100% sure it works with 1.1-b3 (just done the upgrade and kaboom, it no longer works) How would you define module specific versions and/or reports? (ie one is a library, one is a pure jelly plugin, the reports should be different) For the

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
I guess that the option would be NOT to define any report/version in the common build and define everything at lower level to the risk of may be duplicating a bit more config. Benoitx wrote: Hi Thanks for your prompt answer, very appreciated. 100% sure it works with 1.1-b3 (just done

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Lukas Theussl
Ok, I just tried myself and it does work with beta-3. In rc1 we changed the xml parser to solve a problem with entities [1], this is certainly the cause of your issue. However, I don't really understand your problem, nor your questions. You only have to define the 'module' (I guess you mean a

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
Yep, as mentioned in previous email (10:48), I guess that unless all versions and reports are the same across all modules, they should not be defined at the common build level. Thanks for your help. Benoit ltheussl wrote: Ok, I just tried myself and it does work with beta-3. In rc1 we

Re: How to get path to artifact for a dependency in a plugin

2006-11-06 Thread Christoph Schönfeld
you have to declare your mojo class as @requiresDependencyResolution. Best regards, Christoph - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven2-commons-logging-api jar isue

2006-11-06 Thread Vikas Gupta\(SCM\)
Hi, We are running two maven (2.0.4) setups in our company. The problem is that when it tries to download commons-logging-api jar (1.1) from ibiblio it gives an error that pom not found as pom is not available at ibiblio. But the same jar can be downloaded on the other setup. Can anyone

Re: [archiva] disabling the checksum policy

2006-11-06 Thread Nicolas DE LOOF
I've tried with success the snapshot war from Arnaud. My work on this issue was stopped by snapshot repository down and holidays last week. Can some commiter take a look at it ? Solving this issue will make Archiva a REAL alternative to maven-proxy (as too much checksum errors in

Maven 2.0.4 Project Creationm Problem

2006-11-06 Thread Orangeskool
Hi I am trying to create my first Maven project as guided in the Maven GettingStarted Guide This is my first step after installing Maven 2.0.4 and confi.(mirrors,profiles,proxy..) mvn archetype:create -DgroupId=com.test.app -DartifactId=my-test-app But I get the following errors.

RE: ZQ: Overide project and dependency versions using command line attribute

2006-11-06 Thread Rahamim, Zvi \(Zvi\)
Thank you both, Suppose I use the Maven using a java code (MavenEmbedder~). How can I leverage this in order to change the parameter values (my-app and my-app2 versions)? Thanks -Original Message- From: Arnaud Bailly [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 11:39 AM

Re: problem with provided scope

2006-11-06 Thread Edwin Punzalan
This is what you currently have: B - A - X if X is provided scoped in A, then B needs to declare X. Joachim Van der Auwera wrote: Let me correct what I said in my other mail, it does indeed have something to do with transitive dependencies. - I have module A which depends on provided

Re: Maven 2.0.4 Project Creationm Problem

2006-11-06 Thread Arnaud Bailly
Orangeskool [EMAIL PROTECTED] writes: mvn archetype:create -DgroupId=com.test.app -DartifactId=my-test-app mvn -U archetype:create -DgroupId=com.test.app -DartifactId=my-test-app mvn -U -e archetype:create -DgroupId=com.test.app -DartifactId=my-test-app mvn -X archetype:create

ZQ: Fail the build in case a version already exist

2006-11-06 Thread Rahamim, Zvi \(Zvi\)
Hi, I want that in case I try to deploy a version that is already exist, the build will fail. Can you guide me how to do it? Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] How to ensure order of reports?

2006-11-06 Thread Benoitx
Hi *, Under m2.0.4, how do you ensure the order of reports? Assuming that they all have the same @phase, are they run in the order of declaration in reportingplugins... I seem to have the case where I would like qalab (a proto) to run AFTER checkstyle/pmd etc but it seems to run before... Is

Re: Maven 2.0.4 Project Creationm Problem

2006-11-06 Thread Orangeskool
Hi, I got following Error c:mvn -DgroupId=com.test.app -DartifactId=my-test-app archetype:create [INFO] Scanning for projects... [INFO] [INFO] Building Maven Quick Start Archetype [INFO]task-segment:

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Arnaud HERITIER
Hi Benoit, Do you have the same error if you launch maven directly in m1-common-build ? Arnaud Benoitx wrote: Hi *, I have this problem with 1.1-RC1 but not with 1.1-beta3 (august). When I try to compile, jar:install or any other goal a project which is part of a multi-project

Re: problem with provided scope

2006-11-06 Thread Federico Yankelevich
Hi, you said : I have defined the scope in my global pom (in dependecyManagement section) and the classes which reference these are in a module, where the dependency is mentioned without scope (or version). I usually define version in the dependencyManagement section (in parent pom) but scope in

Re: Maven 2.0.4 Project Creationm Problem

2006-11-06 Thread Arnaud Bailly
Orangeskool [EMAIL PROTECTED] writes: Problem with mirror/proxy/downloaded artifacts ? Did you try $ mvn -X -e This gives you a wealth of information on what get executed and downloaded. HTH -- OQube software engineering \ génie logiciel Arnaud Bailly, Dr. \web http://www.oqube.com

RE: Maven2-commons-logging-api jar isue

2006-11-06 Thread LECAN Damien
We are running two maven (2.0.4) setups in our company. The problem is that when it tries to download commons-logging-api jar (1.1) from ibiblio it gives an error that pom not found as pom is not available at ibiblio. But the same jar can be downloaded on the other setup. commons-logging-api

Re: [M1] can't build M1 trunk because maven-model 3.0.2-20061008.232644 not found.

2006-11-06 Thread Lukas Theussl
I have re-deployed the nsis snapshot so this should be fixed now. As for your second problem, I cannot reproduce it ... running 'maven' in the plugins root folder works for me. Arnaud, any idea? Thanks for the feedback! -Lukas Davy Toch wrote: Hi, The problem with

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
Hi Arnaud, I've never tried and I always assumed that the common build project.xml was just a placeholder for the common project stuff; so I've never do a build from there... Lukas was kind enough to point to the real issue (i.e. duplication of reports and versions). This is now fixed in my

RE: Maven 2.0.4 Project Creationm Problem

2006-11-06 Thread hermod.opstvedt
Hi Are you behind a proxy/firewall? It seems that it's not downloading it. What does it say when you add -e and -X? Hermod -Original Message- From: Orangeskool [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 1:15 PM To: users@maven.apache.org Subject: Re: Maven 2.0.4 Project

How to disable shared repository access

2006-11-06 Thread Manish Shah
Hi there, We have a m2 build with three modules (A,B and C) configured. The dependencies are as follows: A - B, B - C. We have a company m2 repository set up on our network. The repository is used for 3rd party dependencies, not our own modules. However, when we build on a developers machine,

Maven 2, Eclipse WTP

2006-11-06 Thread Alexandre Touret
Hello, I m trying to integration a J2EE multiproject built with maven2 under eclipse WTP (last version) I have some troubles: 1 / The location of WEB-INF directory according to the maven structure, I put the WEB-INF directory in src/main/webapp Unfortunately when I start mvn eclipse:eclipse

Re: Maven 2, Eclipse WTP

2006-11-06 Thread Steinar Bang
Alexandre Touret [EMAIL PROTECTED]: 1 / The location of WEB-INF directory according to the maven structure, I put the WEB-INF directory in src/main/webapp Unfortunately when I start mvn eclipse:eclipse WTP doesnt retreive tthe right path of WEB-INF directory and always create a directory

RE: Maven 2, Eclipse WTP

2006-11-06 Thread hermod.opstvedt
Hi Try: mvn -DwtpVersion=1.0 eclipse:eclipse Hermod -Original Message- From: Alexandre Touret [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 1:48 PM To: Maven Users List Subject: Maven 2, Eclipse WTP Hello, I m trying to integration a J2EE multiproject built with maven2

RE: Maven2-commons-logging-api jar isue

2006-11-06 Thread LECAN Damien
We are running two maven (2.0.4) setups in our company. The problem is that when it tries to download commons-logging-api jar (1.1) from ibiblio it gives an error that pom not found as pom is not available at ibiblio. But the same jar can be downloaded on the other setup.

Configuration of Username and password for subversion

2006-11-06 Thread Martin Testrot
Hallo, I would like to use a subversion repository from continuum, but I don't know where to configure username and password for subversion. I would really appreciate some help. Greetings, Martin Here is the section with the scm part from my project pom.xml scm connection

Project build order

2006-11-06 Thread Petter Måhlén
Hi, I have a question concerning what I can do to force projects to be built in a specific order. There have been some previous similar queries, but they don't quite seem to apply to our situation. What we want is this: 1. 'mvn clean install' for project 'common': this leads to a jar file with

Re: [M1] can't build M1 trunk because maven-model 3.0.2-20061008.232644 not found.

2006-11-06 Thread Arnaud HERITIER
Yes ;-) I effectively updated several plugins to change the model in the core : http://svn.apache.org/viewvc?view=revrevision=454415 Your problem is that you are trying to install a new release of the artifact plugin in your local repository with the old plugin. You have to update your maven

Eclipse plugin EAR facet issue

2006-11-06 Thread Srepfler Srgjan
Can someone please confirm if they also have this issue. When I generate a J2EE application eclipse project the Java 1.4 project facet is applied to the EAR module. As I understand this is wrong and eclipse reports errors. Also the absurd is that if one goes to the project properties, project

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-11-06 Thread Valerio Schiavoni
Hi Chris, here is a working for me template.vm: ?xml version=1.0 encoding=utf-8? jnlp spec=1.0+ codebase=file:. xhref=$outputFile information titleyour title here/title vendoryour vendor here/vendor homepage xhref=myapp.html/ descriptionyour descrtion here/description

Re: We need some explanation ...

2006-11-06 Thread David Whitehurst
Franz: Yes, recipes or prescriptions for doing various types of projects. David On 11/5/06, franz see [EMAIL PROTECTED] wrote: Good day to you, David, Hhmmm...I'm not sure I understand your message. What do you mean by neutral to maven or any specific plugin ? Regading the more specific

webstart-plugin: signing takes soo long..

2006-11-06 Thread Valerio Schiavoni
hello everyone, i'm trying to get my way wiith the java-webstart plugin. i'm quite a newbie with it, sorry if i post silly questions. i followed the tutorials here: http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/howto.html first, i tried without signing the jars,

deploy of related artifacts

2006-11-06 Thread Urbieta Matias
Hi, i am faced with a deploy that needs an ordered build of related artifacts. So i want to know how to set up that order. I don't know why continuum doesn't analyse the dependencies of an artifact and try to find it in the pool of continuum proyects. Thanks -- Lic Matias Urbieta

Re: Maven 2.0.4 Project Creationm Problem

2006-11-06 Thread David Whitehurst
mvn archetype:create -DarchetypeGroupId=archetype-groupId -DarchetypeArtifactId=archetype-artifactId \ -DarchetypeVersion=archetype-version -DgroupId=my.groupid -DartifactId=my-artifactId Also be sure that you use the -DarchetypeVersion= ... that's probably your problem David On 11/6/06,

Re: How to disable shared repository access

2006-11-06 Thread Wayne Fay
Most people on this list set up a corporate-wide Maven Proxy of some kind to resolve this situation. Search the list for proxy and you'll find a lot of information about it. Wayne On 11/6/06, Manish Shah [EMAIL PROTECTED] wrote: Hi there, We have a m2 build with three modules (A,B and C)

Re: deploy of related artifacts

2006-11-06 Thread Emmanuel Venisse
Continuum build projects in the correct order by an analyse of dependencies like maven do it in reactor mode. Sometimes, Continuum can't resolve the correct order. This case appears only when you have cyckic dependencies between all your projects in continuum Emmanuel Urbieta Matias a écrit :

Re: Configuration of Username and password for subversion

2006-11-06 Thread Jesse McConnell
you should be able to use the Add M2 Project button and use a url of one of the formats in this link http://maven.apache.org/scm/subversion.html that will drill in and get the top pom and ought to configure the underlying subversion connection. normally it would look something like

deploy jar-with-dependencies ?

2006-11-06 Thread Valerio Schiavoni
hello everyone, not sure if it makes sense, but here is the question: how coud I deploy a jar-with-dependencies (as produced by assembly:assembly) to my private repository ? I need to reference it from the webstart-plugin, so that i can declare it as a dependency, and when a user will launch the

How to set th backgroung color with Doxia

2006-11-06 Thread jc7442
I'm currently writing a reporting plugin. I'd like to have a table cell with a fixed with and a background color in order to have a kind of progress bar (like in corbertura in HTML it may looks like td width=60 bgcolor=green60%/td Threre is a Sink.tableCell(with) method. Is it possible to set

Re: Maven 2, Eclipse WTP

2006-11-06 Thread Srepfler Srgjan
Steinar Bang wrote: Alexandre Touret [EMAIL PROTECTED]: 1 / The location of WEB-INF directory according to the maven structure, I put the WEB-INF directory in src/main/webapp Unfortunately when I start mvn eclipse:eclipse WTP doesnt retreive tthe right path of WEB-INF

SV: Maven 2, Eclipse WTP

2006-11-06 Thread Hermod Opstvedt
Hi Yes, the correct is src/main/webapp - Steinar is wrong Hermod -Opprinnelig melding- Fra: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sendt: 6. november 2006 17:03 Til: Maven Users List Emne: Re: Maven 2, Eclipse WTP Steinar Bang wrote: Alexandre Touret [EMAIL PROTECTED]:

Re: deploy of related artifacts

2006-11-06 Thread Urbieta Matias
Hi Emmanuel, that feature is not working well for me. Here i'm attaching an example where Utils artifact depends on DNI_XML artifact. When i shot the build ( either group build or Utils buld), it doesn't respect the dependency order : ?xml version=1.0 encoding=UTF-8?project

Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
What work-around do you recommend for me to use if I have children which are housed in different source code repositories from the parent, since the source code repository which is read from the parent is assumed for the children? Will the file:// protocol work here? This message (including

RE: We need some explanation ...

2006-11-06 Thread Vincent Massol
Hi Arnaud, I've added the architecture diagrams. See http://maven.apache.org/plugins/maven-clover-plugin/architecture/architectur e.html I don't know why but some images are not displayed correctly. Here are 2 diagrams explaining 2 use cases: - clover:check -

Re: deploy of related artifacts

2006-11-06 Thread Emmanuel Venisse
Continuum check only groupId/artifactId/version and not the packaging. It's the same mechanism that is used by maven for the build order. Emmanuel Urbieta Matias a écrit : Hi Emmanuel, that feature is not working well for me. Here i'm attaching an example where Utils artifact depends on

MRM-211 - some changes occured on maven public repo ?

2006-11-06 Thread Nicolas DE LOOF
I tried Arnaud snapshot that is expected to solve both MRM 211 212. I just notice maven1 plugins in maven repo now have the .plugin extension. Did someone change the maven1 to maven2 converter for this ? This would close MRM-211 Nico. This message contains information that may be

Re: Diverse Repositories

2006-11-06 Thread Emmanuel Venisse
If children are in different souce repositories, I considerate them as different project and mustn't be declare as module in your parent pom. The file protocol is already supported (since the first version), but it is desactivated by default.

Re: deploy of related artifacts

2006-11-06 Thread Urbieta Matias
is there any log where i can find the continuum proccess log? I don't know what is wrong, i've just published both projects and i seems ok. On 11/6/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Continuum check only groupId/artifactId/version and not the packaging. It's the same mechanism that

RE: Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
If I have three diverse children, and each one of these has submodules themselves, should I consider these to be three children independent of each other and separately add them to the Continuum build? If so, if the order of building them is A, C, and B, for example, how should I configure the

Re: webstart-plugin: signing takes soo long..

2006-11-06 Thread Dirk Olmes
[...] so, anyone has any idea on why it takes so long to sign them ? actually, i don't even know if it ever finishes the whole process... This may not be related to maven at all but I ran into slow signing when I built my project on the server. On my workstation the signing of jars was

Re: webstart-plugin: signing takes soo long..

2006-11-06 Thread Valerio Schiavoni
hello dirk, thanks for your reply, On 11/6/06, Dirk Olmes [EMAIL PROTECTED] wrote: In the end it turned out to be the random device that is configured by default in the jdk. Take a look at $JAVA_HOME/jre/lib/security/java.security where the random device is configured. what should I check ?

Re: [archiva] disabling the checksum policy

2006-11-06 Thread Raphaël Piéroni
I just tried Arnaud's war too. It works fine (at least for the needs i have). Many thanks Arnaud. Raphaël Nicolas DE LOOF a écrit : I've tried with success the snapshot war from Arnaud. My work on this issue was stopped by snapshot repository down and holidays last week. Can some commiter

Maven Assembly Plugin

2006-11-06 Thread Shelley
We have noticed some odd behavior related to the maven-assembly-plugin... With the latest 2.2-SNAPSHOT version of the maven-assembly-plugin, the ability to define multiple include dependencySets and to define dependencies by any combination of groupId, artifactId, type, and classifier (using

Problem with ear

2006-11-06 Thread maven_learner
Hi folks, im trying to make an ear out which contains a war. the war can be deployed in jboss without problems. but using the same war, packed in an ear using maven's ear plugin, there are certain actions which i can load and certain ones which i cant. the actions have nothing but just forwards.

Re: Embedded error: Error while executing the external compiler'

2006-11-06 Thread Wayne Fay
Try to compile on another operating system ie Linux. Perhaps the javac command is too long for Windows but will work on Linux? Or split your project up a bit -- 1200 files is quite a lot. Make a few library jars and use dependencies to bring it all together. Wayne On 11/5/06, ram shankar

Re: JRuby POM

2006-11-06 Thread Laurent Bois
OK it is what i've done in fact... Many thanks Laurent Le 6 nov. 06 à 02:07, Wayne Fay a écrit : If you don't need to use the JRuby jars during compiling, but instead only need them at runtime, you should use scoperuntime/scope. Compile is default scope, so if you don't declare a scope,

Re: How to get path to artifact for a dependency in a plugin

2006-11-06 Thread Wayne Fay
Joachim, you originally sent this email at: Date: Nov 4, 2006 5:42 PM Subject: How to get path to artifact for a dependency in a plugin And then again 13hrs later: Date: Nov 5, 2006 6:45 AM Subject: How to get path to artifact for a dependency in a plugin Please *do not* send emails multiple

Re: We need some explanation ...

2006-11-06 Thread Arnaud Bailly
Vincent Massol [EMAIL PROTECTED] writes: Hi Arnaud, Hi Vincent, Thanks a lot for this information. I will devote some time to understand it :-) I have in my work queue a new coverage tool implementation and this my give some insight into issues for these matters. Regards, -- OQube

Re: webstart-plugin: signing takes soo long..

2006-11-06 Thread Wayne Fay
Dirk is simply suggesting (I think) that you can/should check the version and speed of your securerandom.source, and if signing jars takes too long then you might need to look into a faster source. There's not a lot the webstart plugin can do to improve the speed of your random device. If you

pt_BR localization

2006-11-06 Thread Info Desenv - Nélson Richter
Hi people, This is my first post here. I'd like to know whether is a way to have that Project Documentation items in Brazilian Portuguese or not. Other sections of the navigation file are made by hand, so there's no problem at all. I've tried to set maven.xdoc.locale.default = pt_BR without

Re: Maven Assembly Plugin

2006-11-06 Thread John Casey
Can you please file a new JIRA issue for this? It comes from the fact that I modified the include/exclude filtering NOT to be transitive for wildcard patterns, but it is still transitive for normal patterns...it should not be quite so implicit, I guess. If you have a test project that you could

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-11-06 Thread Chris Michiels
Hi Valerio, Thanks for your answer but my JWS Demo App is already up-and-running using two modules : jws (the jws app) and jws-war (the download webapp). So if you are interested ... my template.vm is similar to yours and I use the JnlpDownloadServlet to get the final missing peaces. In my jws

Re: Maven rant

2006-11-06 Thread Wendy Smoak
On 11/5/06, David Whitehurst [EMAIL PROTECTED] wrote: I WIKI everything and I wish I had a public WIKI to write in that I felt comfortable that would stay there for all to see and wouldn't change. That's not really the nature of wikis... people will come along and edit what you've written.

Maintenance branch

2006-11-06 Thread Alexandre Poitras
Hi all, My question concerns the release plugin. I have used it several times in the past time and it works great. However, my problem is that after having tagged the release, I need to create a maintenance branch. So far so good, no problem to do it manually. But how do I update my poms

Re: Progress indicators for project management

2006-11-06 Thread Prasad Kashyap
Hi Benoit, Your QALab plugin for m2 looks quite promising. Can it aggregate surefire-reports too ? We have a very large multi-module project with junit tests in each module. surefire-reports are generated in each module during the site phase. But we'd want to eventually aggregate at the top, a

Re: Progress indicators for project management

2006-11-06 Thread Benoitx
It is a possibility but we will not do it for version 1.0 (we working on it... the M2 plugin is nicely coming along!) Of course, if you want to develop it, we would be gladly include it with full credit. You would need to create a StatMerger which could be simply extending BaseStatMerge. The

Re: pt_BR localization

2006-11-06 Thread Lukas Theussl
The Maven 1 xdoc-plugin only has english, french and german language support built-in. You can make it use any language you like by following the steps outlined here [1], you just have to translate one of the available .properties bundles [2], and set a few properties [3]. The Maven 2 site

Re: Maven rant

2006-11-06 Thread Mykel Alvis
OK. I like this, too, but there's already the mechanism for doing this in the form of documentation for the individual components. Specifically, the how to use sections of most of the plugins, which are a huge portion of the how to maven world, are weak. However, since it requires the

Final name

2006-11-06 Thread Laura Hinojosa
Is there a way to change the Artifact's filename to something else different from the artifactId-version? Thank you Laura This e-mail, and any attachments thereto, is confidential and is intended only for the individual(s) named. If you are

Assembly plugin - packaging chaning the extension

2006-11-06 Thread Stefano Nichele
Hi All, I have a problem with the assembly plug-in. My project builds a war application but the output should be a zip file with the following structure: /webapp/ myapp.war /config configFile1.xml configFile2.xml configFile3.xml I'm using the following assembly descriptor:

Re: Final name

2006-11-06 Thread Mykel Alvis
Yep. Set finalName See http://maven.apache.org/ref/current/maven-model/maven.html On 11/6/06, Laura Hinojosa [EMAIL PROTECTED] wrote: Is there a way to change the Artifact's filename to something else different from the artifactId-version? Thank you Laura

Re: Problem with ear

2006-11-06 Thread maven_learner
please help me . i can send u my ear and war to see as well. there ear only contains a META-INF directory (with 2 files, application.xml and manifest.mf) and a war. i can send you the ear as well, just ask. -- View this message in context:

Re: Problem with ear

2006-11-06 Thread Wayne Fay
You said Action which makes me think Struts... This sounds like a Struts problem, not Maven. Also, you need to post much more specific information if you expect a helpful response from anyone. Wayne On 11/6/06, maven_learner [EMAIL PROTECTED] wrote: please help me . i can send u my ear and

Re: Site generation and reporting

2006-11-06 Thread Emmanuel Venisse
If you want to keep the site even if continuum build the project, you need to deploy it in continuum or somewhere else. About MAVEN_OPTS, you need to define it as an environment var defined for the user that run continum. Maybe you can define it in wrapper.conf Emmanuel Morgovsky, Alexander

Re: configuring email nofifiers

2006-11-06 Thread Emmanuel Venisse
You can configure it in apps/continuum/conf/application.xml (MailContinuumNotifer component) Emmanuel [EMAIL PROTECTED] a écrit : Hi, Is there a way in which the email notification verbosity can be turned down ? For example can the email just contain the project name, the build result and

Re: Problem with ear

2006-11-06 Thread maven_learner
Hi Wayne, sorry. ok i'll explain more. ok i have a working war with struts actions and forms. if i deploy only the war alone it works fine. when i pack it into an ear with maven ear plugin it , some of the struts action and form classes cannot be found. the error messages look like this :

Re: Problem with ear

2006-11-06 Thread Wayne Fay
I still think the Struts guys are probably better with this kind of problem. It seems like you're missing something (missing dependency) or have a misconfiguration in your EAR somewhere. Perhaps JBoss has an EAR Verifier that could help you find the problem and resolve it? Or maybe you should

RE: configuring email nofifiers

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
It looks like the checkout is jumbling my svn username/password: svn --username user:passw --non-interactive checkout instead of svn --username user --password passw ... Is this a known bug? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, November 06,

Export dependant jars

2006-11-06 Thread Artur Wystub
Hello, how can i extract all dependent jar files from maven2 repository while building a jar? Thanks in advance Artur - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >