Re: Starting with Maven2

2006-04-10 Thread dan tran
want to learn maven-scm? ;-p) try to use existing maven projects like surefire ,maven-scm itself. Learn about their poms then use scm:checkout to fetch the source) scm:bootstrap to fetch and build. If you problem, post the question ( this time forsure it will be more specific ;-) -D On 4/10

RE: Trying to understand maven readonly parameters

2006-04-10 Thread Brian E. Fox
I wrote a jira and submitted a patch for this very problem: http://jira.codehaus.org/browse/MNG-1929 Please vote and or comment on it if you think it is important, as it hasn't been applied yet. Basically showing readonly parameters is more confusing than helpful, therefore they probably shouldn't

RE: dependency-maven-plugin force copy

2006-04-10 Thread Brian E. Fox
That option is only available on 1.1, which isn't released yet. You can use a snapshot rev or build from svn until the new release is performed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Cooper Sent: Friday, April 07, 2006 12:53 PM To: Maven

Re: Assembly Plugin Changes

2006-04-10 Thread Wayne Fay
I don't know much about these assembly changes etc so I can't comment on any of that. Perhaps search the dev@ list to find more details. Here's another idea you might not have considered... You could find out the version number for the old (working) assembly plugin and specify it directly in your

Re: Starting with Maven2

2006-04-10 Thread Wayne Fay
Hello Vivian, My group does not use the scm features of M2. Instead we use "manual" SVN through either TortoiseSVN on Windows, Subclipse in Eclipse, and other SVN tools on other platforms. So I can't speak very well to your scm concerns/needs. I know some people in this list are using scm:* and p

Assembly Plugin Changes

2006-04-10 Thread Stephen Duncan
I know I'm a bit slow here, as it appears these changes were released quite a while ago. But still, I've just noticed today the issue (discussed before, but since I didn't realize it was affecting ME, I didn't pay attention!) regarding the assembly plugin forking the lifecycle, causing my existing

Re: Starting with Maven2

2006-04-10 Thread Vivian Steller
Eric Redmond schrieb: http://maven.apache.org/guides/ All sorts of documentation. Start with the first one! Yeah, of course started with it, but I could not find any specific hints about using scm:*? I just want to manage svn checkouts/commints from/into my svn repository (especially using src

Re: Starting with Maven2

2006-04-10 Thread Eric Redmond
http://maven.apache.org/guides/ All sorts of documentation. Start with the first one! Eric On 4/10/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > > hello at all, i'm new to maven and want to start managing my next > Webapplication > Project with maven2. > > As far as I understood, the way

Re: Maven and IRAD (WSAD)

2006-04-10 Thread Sanjay Choudhary
I have done this for our company. It was a challenge in begining but now things are very smooth. It is not easy as saying do this and do that. If you give me your project structure, I can give you some advice and RAD6 maven plugins. I also plan to write an article on "How to work on RAD6 using m

Re: m2.0.3 - aggregated reports at top-level... - javadoc plugin flaw ?

2006-04-10 Thread Jules Gosnell
Brett Porter wrote: Still thinking, one alternative is to do nothing with the repositories, and build the javadoc plugin from source locally. This is the route that I chose. I pulled the latest maven-javadoc-plugin from svn, built and installed it in my ~/.m2/repository. I added a version e

[M2] Websphere enableEndpts hangs forever

2006-04-10 Thread Lee Meador
I need some advice on where to look. First, this project has been building property from the command line, from within eclipse and from continuum for some time. (several months) All these builds are, however, on the same Windows XP machine. Second, I have been adding things, fixing bugs and so fo

Re: m2.0.3 - aggregated reports at top-level...

2006-04-10 Thread Brett Porter
Still thinking, one alternative is to do nothing with the repositories, and build the javadoc plugin from source locally. - Brett On 4/11/06, Brett Porter <[EMAIL PROTECTED]> wrote: > certainly a limitation. You can lock in the non-bleeding edge > versions, but that's a bit tedious. > > The Javad

Re: m2.0.3 - aggregated reports at top-level...

2006-04-10 Thread Brett Porter
certainly a limitation. You can lock in the non-bleeding edge versions, but that's a bit tedious. The Javadoc plugin is up for release right now (the vote passed, it just hasn't been done). So if you just use that to test for a day or two, you will be able to remove the snapshots again and set the

Re: m2 - multiproject - inherit and add to surefire plugin

2006-04-10 Thread Jules Gosnell
John Casey wrote: I've setup a small test here, and using the merge-control attributes I introduced for plugin configuration handling, I cannot get it to work. It'll take more debugging to get this worked out. In the meantime, I filed this issue: http://jira.codehaus.org/browse/MNG-2218 Pleas

Re: m2.0.3 - aggregated reports at top-level...

2006-04-10 Thread Jules Gosnell
Brett Porter wrote: 2.0-20060330.003327-1 from cvs.apache.org/maven-snapshot-repository Add true to the configuration in the root project. Brett, Thanks for this - unfortunately - no dice :-(. Adding : maven-snapshot-repository Maven Snapshot Repository http://cvs.a

Re: m2 - multiproject - inherit and add to surefire plugin

2006-04-10 Thread John Casey
I've setup a small test here, and using the merge-control attributes I introduced for plugin configuration handling, I cannot get it to work. It'll take more debugging to get this worked out. In the meantime, I filed this issue: http://jira.codehaus.org/browse/MNG-2218 Please vote/watch it for u

Re: [M2] How to ensure reproducible releases?

2006-04-10 Thread Brett Porter
I'm working on the release plugin this week so that it is a bit friendlier with rewriting, and so that it does a better job of populating versions for you. As for the pertest thing, that's a regression that should be filed and fixed (I guess by making both valid now). There is an open bug to renam

Re: m2 - multiproject - inherit and add to surefire plugin

2006-04-10 Thread Brett Porter
I don't think adding that to the child POM is necessary, since it is implied when you run the tests. What Jules was asking was if systemProperties could be merged during inheritence. The answer to that is, I believe, no. However, there may be an attribute that you can set on the system properties

Re: ¿How to change the central reposi tory?

2006-04-10 Thread Emmanuel Venisse
It isn't an error in Continuum but in Maven. If your server can't access to internet, you need to create an internal repository that will be a "mirror" of central repository. You can do it with maven-proxy. maven-proxy must be installed on a server that can access to internet. Emmanuel Chucho

Re: m2 - multiproject - inherit and add to surefire plugin

2006-04-10 Thread John Casey
You should be able to setup your plugin configuration at the top level using a section, then simply reference the plugin by: maven-surefire-plugin in each module POM. -john On 4/10/06, Jules Gosnell <[EMAIL PROTECTED]> wrote: > > > I have a number of submodules which I would like to all in

Re: Apparent bug, can't change group

2006-04-10 Thread Emmanuel Venisse
No, The group name is created when continuum add a new project. I don't understand how you can have this issue. File an issue in jira, and I look at it later. Emmanuel Dave Hoffer a écrit : Do you mean that if I completely delete a project from Continuum and then add the project again, it is

Re: [m2] Weblogic J2EE Plugin

2006-04-10 Thread mjohnsonaz74
Thank you. As I suspected it was a significant, yet trivial misunderstanding on my part. I wasn't specifying goals inside of an execution block and instead I was trying to stack POM's and have the plugin point to another project as its artifiact. If that last sentence didn't make any sense, the

Re: wrong file permissions with scp deploy

2006-04-10 Thread Brett Porter
The scpexe version is fixed in SVN. - Brett On 4/11/06, Kathryn Huxtable <[EMAIL PROTECTED]> wrote: > I have the same problem. It works for me with scp and fails with scpexe > through openssh on Mac OS X. > > -K > > > On 4/10/06 11:18 AM, "Olivier Lamy" <[EMAIL PROTECTED]> wrote: > > > Hi, > > I

Re: m2.0.3 - aggregated reports at top-level...

2006-04-10 Thread Brett Porter
2.0-20060330.003327-1 from cvs.apache.org/maven-snapshot-repository Add true to the configuration in the root project. - Brett On 4/11/06, Jules Gosnell <[EMAIL PROTECTED]> wrote: > Brett Porter wrote: > > >Surefire - no, there is no mechanism for this currently. > > > > > any plans ? > > >Javad

Re: m2.0.3 - aggregated reports at top-level...

2006-04-10 Thread Jules Gosnell
Brett Porter wrote: Surefire - no, there is no mechanism for this currently. any plans ? Javadoc - only in the next release of the Javadoc plugin. is there a snapshot that I can pull down from somewhere ? If someone could point me to the correct repo and an example pom, I would be very

Re: m2.0.3 - aggregated reports at top-level...

2006-04-10 Thread Jules Gosnell
Mike Perham wrote: Jules, I had it working last week. Something changed when I tried to reproduce it from scratch this morning and now I can't get it working. that's always the way :-) Jules -Original Message- From: Jules Gosnell [mailto:[EMAIL PROTECTED] Sent: Monday, April 10

Re: m2.0.3 - aggregated reports at top-level...

2006-04-10 Thread Brett Porter
Surefire - no, there is no mechanism for this currently. Javadoc - only in the next release of the Javadoc plugin. - Brett On 4/11/06, Mike Perham <[EMAIL PROTECTED]> wrote: > Jules, I had it working last week. Something changed when I tried to > reproduce it from scratch this morning and now I

Re: [m2] Weblogic J2EE Plugin

2006-04-10 Thread Konstantin Polyzois
Ok basic pom for building using appc follows (please note that you have to install weblogic files in to your repo): http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0

RE: m2.0.3 - aggregated reports at top-level...

2006-04-10 Thread Mike Perham
Jules, I had it working last week. Something changed when I tried to reproduce it from scratch this morning and now I can't get it working. -Original Message- From: Jules Gosnell [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 2:03 PM To: Maven Users List Subject: m2.0.3 - aggreg

m2.0.3 - aggregated reports at top-level...

2006-04-10 Thread Jules Gosnell
After much googling and gnashing of teeth I gave up on trying to integrate an aggregated clover report with my site build. I spent less time on surefire and javadoc reports. Does aggregation of any of these reports work in 2.0.3 ? If so, can anyone please point me at a concrete example of a wo

m2 - multiproject - inherit and add to surefire plugin

2006-04-10 Thread Jules Gosnell
I have a number of submodules which I would like to all inherit the same sys-props from a top-level pom to be set when running unit tests. Each module may wish to provide its own additional properties at test time. Is this possible ? Or do I have to either repeat shared props in every module

Re: wrong file permissions with scp deploy

2006-04-10 Thread Kathryn Huxtable
I have the same problem. It works for me with scp and fails with scpexe through openssh on Mac OS X. -K On 4/10/06 11:18 AM, "Olivier Lamy" <[EMAIL PROTECTED]> wrote: > Hi, > I have a trouble with scp deploy (from solaris/cygwin to a solaris > machine). > My settings.xml contains : > 775 > 775

¿How to change the central repository?

2006-04-10 Thread Chucho
I have maven and continuum working on a internal server that don't have access to the Internet, and throw me this error, i assume that its cause continuum cant download the plugins. so, How do I change the central repository to a local one? and ...there is a format that i have to use for the local

Re: Question about skipping tests

2006-04-10 Thread dan tran
sorry i meant, it is a new bug On 4/10/06, dan tran <[EMAIL PROTECTED]> wrote: > > If you are using the latest snaphost of release plugin, then it is a bug > > > On 4/10/06, Todd Nine <[EMAIL PROTECTED]> wrote: > > > > Sorry, I misspoke in my initial posting, I mean release:perform > > > > On 4/10

Re: Question about skipping tests

2006-04-10 Thread dan tran
If you are using the latest snaphost of release plugin, then it is a bug On 4/10/06, Todd Nine <[EMAIL PROTECTED]> wrote: > > Sorry, I misspoke in my initial posting, I mean release:perform > > On 4/10/06, dan tran <[EMAIL PROTECTED]> wrote: > > > > not sure why release:prepare would trigger a bui

Re: Trying to understand maven readonly parameters

2006-04-10 Thread John Casey
readonly parameters are meant for configuration from some other source, often another element in the POM. In this specific case, direct configuration of the maven-compiler-plugin could pretty easily lead to problems with other plugins that need to handle the project sources...that's because the lis

Re: surefire-report : characters problem

2006-04-10 Thread Carlos Sanchez
if the problem is in the xml report that's generated by the surefire plugin, what version you use? On 4/10/06, Pierre Jacquot <[EMAIL PROTECTED]> wrote: > characters problem is the xml reports and in the html reports. I use the > beta 2.0-SNAPSHOT versions for Maven 2. > > 2006/4/7, Carlos Sanchez

Re: Setting up complex webapp

2006-04-10 Thread Martin Cooper
On 4/10/06, Eric S. <[EMAIL PROTECTED]> wrote: > > > Hi, > > you can use the war dependency like this : > > web framework POM : > > sample > 4.0.0 > web-fwk > war > 0.9-SNAPSHOT > Web Framework > > > web final POM > > sample > 4.0.0 > web > war > 0.9-S

wrong file permissions with scp deploy

2006-04-10 Thread Olivier Lamy
Hi, I have a trouble with scp deploy (from solaris/cygwin to a solaris machine). My settings.xml contains : 775 775 ls -lrt says : -rwxr-xr-x 1 olamy staff 365 Apr 10 17:48 maven-metadata.xml Trouble : an other user can't deploy without a manual chmod from the first user. I have recorded the iss

Re: Question about skipping tests

2006-04-10 Thread Todd Nine
Sorry, I misspoke in my initial posting, I mean release:perform On 4/10/06, dan tran <[EMAIL PROTECTED]> wrote: > > not sure why release:prepare would trigger a build, according to the > source, > > the build only happen in release:perform which has special handling of - > Dmaven.test.skip. > > -D

Re: Setting up complex webapp

2006-04-10 Thread Eric S.
Hi, you can use the war dependency like this : web framework POM : sample 4.0.0 web-fwk war 0.9-SNAPSHOT Web Framework web final POM sample 4.0.0 web war 0.9-SNAPSHOT Web sample web-fwk 0.9-SNAP

Re: [m2] Weblogic J2EE Plugin

2006-04-10 Thread mjohnsonaz74
Yes, this is a Maven 2 plugin. "This plugin provides support for Weblogic 9.0 deployment capabilities as well as artifact (EAR, WAR, RAR, etc.) compilation within the maven 2 environment." It also supports Weblogic 8.x. You can find this plugin at http://mojo.codehaus.org/weblogic-maven-plugin/

Re: Apparent bug, can't change group

2006-04-10 Thread Emmanuel Venisse
Can you check in files in working directory of your project in continuum if it's the correct pom that was checkouted. Perhaps you updated the pom in the wrong view in starteam Emmanuel Dave Hoffer a écrit : Emmanuel, Here are the pom files for the two projects I have. The Group name that a

RE: Apparent bug, can't change group

2006-04-10 Thread Dave Hoffer
Emmanuel, Here are the pom files for the two projects I have. The Group name that appears is 'xrite-commons component' for both projects. It seems they should be 'xrite-commons' and 'xrite-colorlib' given the name tag. Like I said, it is possible the name tag was 'xrite-commons component' whe

Re: Snapshots never enabled!?

2006-04-10 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > > > You should try true to activate your default profile; yours above doesn't work AFAIK. HTH Thorsten -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (MingW32) iD8DBQFEOni1QvObk

Snapshots never enabled!?

2006-04-10 Thread David J. M. Karlsen
Hi list! I've been struggeling with this for a day or two now. I have the snapshot repo's for mojo and maven2 enabled in my profile in settings.xml: defaultProfile

Re: Question about skipping tests

2006-04-10 Thread dan tran
not sure why release:prepare would trigger a build, according to the source, the build only happen in release:perform which has special handling of - Dmaven.test.skip. -D On 4/10/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > A quick-n-dirty approach... In your pom.xml, in , add the > element src

Re: Question about skipping tests

2006-04-10 Thread Wayne Fay
A quick-n-dirty approach... In your pom.xml, in , add the element src/mytests. This will override the src/test folder, so no tests will be found, and thus no tests will be executed. You should see: [INFO] [surefire:test] [INFO] No tests to run. Make sure you use "mvn clean" first to delete the c

Re: Trying to understand maven readonly parameters

2006-04-10 Thread ian . d . stewart
Hi Raymond, Most of the time when you see a read-only property like this in the configuration of a plugin, it's an indication that the plugin is referencing a property defined within the core project descriptor, in this case project.build.sourceDirectory. HTH, Ian It's better to be hated for wh

RE: Question about skipping tests

2006-04-10 Thread Krishnan A S
Your solution will definitely do :) but u may need to define a maven-surefire-plugin inside build/plugins and there you define true Thanks & Regards, A.S.KRISHNAN, AZTEC, BANGALORE. -Original Message- From: Todd Nine [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 7:38 PM To: user

Re: [m2] IncompatibleClassChangeError using maven-surefire-plugin 2.1.3

2006-04-10 Thread apill
I have the identical situation with cobertura and surefire. Did you manage to find a permanent solution for other users? -- View this message in context: http://www.nabble.com/-m2-IncompatibleClassChangeError-using-maven-surefire-plugin-2.1.3-t1412704.html#a3843168 Sent from the Maven - Users fo

Re: Tomcat plugin

2006-04-10 Thread Mark Hobson
On 10/04/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > Does anyone know where the download and installation instructions are? http://www.codeczar.com/products/maven-tomcat-plugin/download.html says: maven -DartifactId=maven-tomcat-plugin -DgroupId=codeczar-tomcat -Dversion=1.2.1 plugin:download

Re:Setting up complex webapp

2006-04-10 Thread Christophe Deneux
Hi Julien, Have you try to use the following dependencies mechanism: - a war "Framework" depending on a jar "Framework" - a jar "ISF" depending on the jar "Framework" - a war "ISF" depending on the jar "ISF" and the war "Framework". Christophe -- Initial Header --- >From

Problem with parallel lifecycle

2006-04-10 Thread Štěpán Roh
Hello. While playing with Maven 2 I tried to create a new plugin which uses parallel lifecycle (@execute phase="compile"). But I discovered something which may or may not be bug, so I thought I better ask here: I have pom project which includes two modules, both jar projects, let's name them

Setting up complex webapp

2006-04-10 Thread Julien Henry
Hi, I'm trying to make an existing complexe web application working with Maven 2. The first module is called "Framework". It contains java classes, JSP, xml, ... but it's not a webapp by itself. There are many applications based on this framework. Currently, I'm just focussed on a simple one

Trying to understand maven readonly parameters

2006-04-10 Thread Raymond Domingo
Hello, Can anyone explain why maven-compiler-plugin setting compileSourceRoots is readonly ? Isn't it a pain in the as you have to use the build-helper-maven-plugin to work around this problem or am I missing something ? raymond --

RE: Getting started with maven 2

2006-04-10 Thread Steve Coy
The logs contain no activity related to posting the form. I've been digging through the code (the continuum-1.0.x branch) for the last couple of hours, but have not been able to identify which bit of code does the actual validation of the URL. Any further help would be appreciated. Steve ---

RE: Apparent bug, can't change group

2006-04-10 Thread Dave Hoffer
Yes I do (it is the same as ), however the Group name is different. -dh -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 7:43 AM To: continuum-users@maven.apache.org Subject: Re: Apparent bug, can't change group Do you have a defined in y

Question about skipping tests

2006-04-10 Thread Todd Nine
Hi all, I need to perform a build without executing any of the unit tests. While I know this is a horrible practice, I am migrating our existing ant builds to maven2, most of them have old unit tests that were not updated, and as a result will fail. I need to perform the 1.0.0 release now to mi

Re: Tomcat plugin

2006-04-10 Thread Jeff Mutonho
Does anyone know where the download and installation instructions are? On 4/10/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > Looks like the instructions are for M2.Any chance of getting this to > work with Maven 1.x? > > > > On 4/3/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > It was renamed: > > h

Starting with Maven2

2006-04-10 Thread vivian . steller
hello at all, i'm new to maven and want to start managing my next Webapplication Project with maven2. As far as I understood, the way getting started with this is: - create new project with webapp archetype - configure my pom.xml - perform goal eclipse:eclipse to enable eclipse project facilities

[m2] localRepository in settings.xml gets mangled

2006-04-10 Thread Peschier J. \(Jeroen\)
It seems when I set the local repository in settings.xml like this: C:\Documents and Settings\maven then I get the output below when I ${localRepository} from the antrun-plugin: [local] -> file://C:\Documents and Settings\maven2 Is this normal? It's preventing ${localRepository} being useable i

Re: [M2] How to ensure reproducible releases?

2006-04-10 Thread Geoffrey De Smet
Lock down the versions of your plugins with , either: - manually - by using the release plugin (warning: currently that rewrites all your pom's and removed comments, schema declarations, reorders dependencies, etc) With kind regards, Geoffrey De Smet Jörg Schaible wrote: Hello folks, what

RE: [2.0.3] scp with password in settings.xml still needs type in pwd

2006-04-10 Thread Jörg Schaible
Roland Kofler wrote on Monday, April 10, 2006 12:56 PM: > Hi, I use scp://... andI believe this is a standard java > SCP that > is part of maven dist. I don't want to use a native SCP because we > develop in a heterogenous environment. Also my aim is to produce as > minimal configuration hassle as

Re: [2.0.3] scp with password in settings.xml still needs type in pwd

2006-04-10 Thread Marcell Manfrin Barbacena
Hi, Same problem here. It also happen with passphase here. I had to setup a public/private key with no passphase to deploy. []'s On 4/10/06, Roland Kofler <[EMAIL PROTECTED]> wrote: > Tried this, but the sam error. > > the stange thing is maven always promts me with "Password: : ", i.e. > double

Re: Wich snapshot are you using at ci.codehaus.org ?

2006-04-10 Thread Emmanuel Venisse
Hehe, we have a very fast server. Most seriously, it's the latest snapshot and not the RC, but we have two major issues on it. Emmanuel Kaare Nilsen a écrit : I mean.. it so very, very, very, very much faster than my continuum instance

Re: [M2] surefire plugin and JUnit 4

2006-04-10 Thread Jakub Pawlowicz
Thanks Wayne & Brett. Now, my tests runs in Eclipse without a hitch. :-) However, I'm eagerly waiting to see them working directly from maven (with the maven-surefire-plugin 2.2). I hope it won't take too long. Best regards, Jakub On Apr 10, 2006, at 2:37 AM, Brett Porter wrote: Support ha

Wich snapshot are you using at ci.codehaus.org ?

2006-04-10 Thread Kaare Nilsen
I mean.. it so very, very, very, very much faster than my continuum instance

Re: [2.0.3] scp with password in settings.xml still needs type in pwd

2006-04-10 Thread Roland Kofler
Tried this, but the sam error. the stange thing is maven always promts me with "Password: : ", i.e. double colons And the password you type is visible at the console. [INFO] [deploy:deploy] [INFO] Retrieving previous build number from systemone-repository Password: : xyz Password: : xyz Upload

RE: [M2] How to ensure reproducible releases?

2006-04-10 Thread Jörg Schaible
Hi Simon, Simon Kitching wrote on Monday, April 10, 2006 12:23 PM: > On Mon, 2006-04-10 at 12:17 +0200, Jörg Schaible wrote: >> Hello folks, >> >> what is the best way to ensure reproducible releases in M2? > By default Maven will update its plugins and dependencies > from time to time - which i

RE: [2.0.3] scp with password in settings.xml still needs type in pwd

2006-04-10 Thread hermod.opstvedt
Hi I am also struggling with the scp stuff. I am uploading a Windows box, which is running OPENSSH. If a do a commandline scp the file is deployes as i should, but when I run mvn deploy it first creates a "03" directory in the home directory, and creates the complete directory path to the repos

Re: Apparent bug, can't change group

2006-04-10 Thread Emmanuel Venisse
Do you have a defined in your pom? Emmanuel Dave Hoffer a écrit : I am adding Maven2 projects; all it asks me for is the pom.xml file in the Add Project screen. Once the project has been added, the edit screen does not show the group name. -dh -Original Message- From: Emmanuel Ven

Re: Getting started with maven 2

2006-04-10 Thread Emmanuel Venisse
Do you have an error in logs? Steve Coy a écrit : Thanks for your prompt response. If I drop the scm:svn: part of the url I still have the same problem. Any other ideas? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Mon 4/10/2006 5:42 PM To: continuum-user

Maven and IRAD (WSAD)

2006-04-10 Thread Pierre Jacquot
I wan to create J2EE project on maven, moreover the project must work on the IDE IRAD( or websphere). I don't how to do this, and i would like to build a project from existing soures or from existing JAR or EAR files. Thanks for your help

Re: [2.0.3] scp with password in settings.xml still needs type in pwd

2006-04-10 Thread Stephen Duncan
Due to a server change/security settings change, I now use sftp://, but had previously used scp:// with success. -Stephen On 4/10/06, Roland Kofler <[EMAIL PROTECTED]> wrote: > Hi, I use scp://... andI believe this is a standard java SCP that > is part of maven dist. I don't want to use a native

Re: [2.0.3] scp with password in settings.xml still needs type in pwd

2006-04-10 Thread Roland Kofler
Hi, I use scp://... andI believe this is a standard java SCP that is part of maven dist. I don't want to use a native SCP because we develop in a heterogenous environment. Also my aim is to produce as minimal configuration hassle as possible for my coworkers. Everybode else use scpexe? At least

RE: [m2] Eclipse plugin does not seem to make references for packaging "sar"

2006-04-10 Thread Peschier J. \(Jeroen\)
I updated components.xml to true. It did not make any difference. Sar dependecies were not on the build classpath. Would I need to do anything else to get addedToClasspath to work? -Oorspronkelijk bericht- Van: Tom Huybrechts [mailto:[EMAIL PROTECTED] Verzonden: maandag 10 april 2006 10

Re: Weblogic help

2006-04-10 Thread Paul Li
thanks guys! will try this out and see how I go ... and will post the result back on here On 4/7/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > We are doing the same with our Oracle App Server oc4j-specific files... > > Just create this file yourself manually, and copy to the appropriate > place in r

Re: [M2] How to ensure reproducible releases?

2006-04-10 Thread Simon Kitching
On Mon, 2006-04-10 at 12:17 +0200, Jörg Schaible wrote: > Hello folks, > > what is the best way to ensure reproducible releases in M2? By default Maven > will update its plugins and dependencies from time to time - which is fine as > long as I work on the trunk. But when I release an artifact, I

[M2] How to ensure reproducible releases?

2006-04-10 Thread Jörg Schaible
Hello folks, what is the best way to ensure reproducible releases in M2? By default Maven will update its plugins and dependencies from time to time - which is fine as long as I work on the trunk. But when I release an artifact, I must freeze the current set of plugins/versions for this release

Re: Using the Eclipse compiler under maven

2006-04-10 Thread Rolf Strijdhorst
I have this same problem as I mentioned in an earlier post. It seems that the eclipse compiler is commented out as a possible compiler option I have no idea when someone is going to fix this there are some problems using the eclipse plugin it seems. Rolf On 4/10/06, Jochen Wiedmann <[EMAIL PROTE

Re: [m2] Eclipse plugin does not seem to make references for packaging "sar"

2006-04-10 Thread Tom Huybrechts
That's because addedToClasspath = false in the components.xml for jboss-sar see https://svn.mojo.codehaus.org/mojo/trunk/mojo/mojo-sandbox/jboss-sar-maven-plugin/src/main/resources/META-INF/plexus/components.xml Maybe that is also an explanation for why the dependency isn't added to the Eclipse pr

RE: [m2] Eclipse plugin does not seem to make references for packaging "sar"

2006-04-10 Thread Peschier J. \(Jeroen\)
In addition to project references not being made for sar projects, I also observed that building projects that depend on sar artifacts doesn't work. It seems that sar artifacts are not added to the build classpath. I have tried setting the sar dependency scoped to "compile" and "provided". Neithe

Re: How can I label the build?

2006-04-10 Thread Emmanuel Venisse
Dave Hoffer a écrit : I am trying to configure a new build system using Continuum and Maven2, can anyone comment on these questions? 1. How do I label the build (apply version label to source control system)? It isn't yet a continuum feature, but you can create a little m2 plugin th

Re: Tomcat plugin

2006-04-10 Thread Jeff Mutonho
Looks like the instructions are for M2.Any chance of getting this to work with Maven 1.x? On 4/3/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > It was renamed: > http://mojo.codehaus.org/tomcat-maven-plugin/ > > And read this too for help getting it running: > http://geekswithblogs.net/jolson/archiv

Re: M2 Inherit properties across all subprojects

2006-04-10 Thread javed mandary
Thanks that solves the problem it seems. Info: http://maven.apache.org/guides/introduction/introduction-to-profiles.html cheers, javed On 4/7/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 4/7/06, javed mandary <[EMAIL PROTECTED]> wrote: > > > I tried adding my property values inside

Re: Using the Eclipse compiler under maven

2006-04-10 Thread Jochen Wiedmann
On 4/9/06, gdub <[EMAIL PROTECTED]> wrote: > I see messages that suggest that I > can use the Eclipse compiler instead > of the Sun compiler from within > Maven. Is this true? Is there a con- > figuration page somewhere? I can't > seem to find it. See http://jira.codehaus.org/browse/MCOMPILE

Re: surefire-report : characters problem

2006-04-10 Thread Pierre Jacquot
characters problem is the xml reports and in the html reports. I use the beta 2.0-SNAPSHOT versions for Maven 2. 2006/4/7, Carlos Sanchez <[EMAIL PROTECTED]>: > > Are you talking about the web page, the txt report, the xml report, ??? > what versions are you using? > > On 4/7/06, Pierre Jacquot <[

Re: How to develop a new scope

2006-04-10 Thread Brett Porter
On 4/10/06, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > Well, Brett has just encouraged to stop thinking about it and I could > hardly remember what the use case was ;) You asked a simple question, so I gave a concise answer :) > As Brett pointed out, such discussion was already taken place and

Re: How to assign properties to dependencies

2006-04-10 Thread Brett Porter
(I assume you meant to reply to the list?) On 4/10/06, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > > The assembly plugin should be replacable with the Maven assembly > > plugin, which was one of them. > > I know Prasad who's working on the plugin thinks alike, but what I > dislike with this appro

Re: How to develop a new scope

2006-04-10 Thread Jacek Laskowski
On 4/10/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > Just wondering, what other scope(s) do you need, and what's the use > case? Although Brett has made it clear that its generally not > possible... ;-) Well, Brett has just encouraged to stop thinking about it and I could hardly remember what the us