Re: ClearCase and Continuum

2006-06-08 Thread Emmanuel Venisse
I don't think you can. Look at clearcase scm provider sources if you can provide a patch. Emmanuel Mike Lundin a écrit : I started there, and I've got it to the point that it shuts of the -vws flag, but the setup shown in the documentation only shows examples for ClearCase LT that use a

RE: Mail Notifier self-replication

2006-06-08 Thread Shute, James
Thanks. As a workaround I've discovered that the notifier added from the nagEmailAddress element in the POM doesn't suffer from this replication so I've added that for this project and am ok for now. James -Original Message- From: Carlo Bonamico [mailto:[EMAIL PROTECTED] Sent:

Subversion post-commit hook

2006-06-08 Thread Chris Wall
We'd like to trigger Continuum builds upon developer commits in Subversion. It sounds like to do so we need to develop an xml-rpc client. Has anyone developed a post-commit hook into Continuum from Subversion? Is there related documentation available? Thanks. -Chris

Re: Subversion post-commit hook

2006-06-08 Thread Carlos Sanchez
why do you need that, setting a short period like 5 min is not enough? On 6/8/06, Chris Wall [EMAIL PROTECTED] wrote: We'd like to trigger Continuum builds upon developer commits in Subversion. It sounds like to do so we need to develop an xml-rpc client. Has anyone developed a post-commit

RE: Subversion post-commit hook

2006-06-08 Thread Baron.Reznik
I know I'd find this useful as well, for several reasons: -If you simply let continuum build every 5 mins, there could potentially be more than 1 commit during that time, and you would be building multiple revisions worth of changes. Ideally, you would want to build once/revision so if the

Re: [m2] changes plugin configuration

2006-06-08 Thread Wim Deblauwe
Thanks! Do you want me to file a jira to include this into the site documentation? regards, Wim 2006/6/8, Allan Ramirez [EMAIL PROTECTED]: configure the plugin to something like this ... build plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: Maven 2 and WTP

2006-06-08 Thread giacumbert
Hello Jamie I tried to convert an example from the xfire distribution to an wtp project. I used the following commands: mvn eclipse:clean eclipse:eclipse This command created 4 files (.component, org.eclispe.wst.common.project.facet.core.xml, .classpath , .project). But when use the context

Re: Maven 2 and WTP

2006-06-08 Thread giacumbert
Hello Alexandre I tried to convert an example from the xfire distribution to an wtp project. I used the following commands: mvn eclipse:clean eclipse:eclipse But this command doesn't to the trick at all for me. I used the following pom.xml in the xfire example. If you can see any faults

Re: Best practices for multi-flavour build?

2006-06-08 Thread badaud
Using build profiles is what I intended to do. My main concern is: as Maven usually uses fixed directories for most of the tasks, how should I structure my project to easily maintain the different configuration files/class files? Coudl you provide some samples of your pom files? Thank you --

Re: Best practices for multi-flavour build?

2006-06-08 Thread Kieran Brady
Sure! The below is from one of our webapps. !-- ... -- build resources resource directorysrc/main/resources/directory /resource resource filteringtrue/filtering directorysrc/main/resources/filtered/directory /resource resource

Issue in using Maven2 with CruiseControl Jcoverage

2006-06-08 Thread shinjan sen
Hi, I couldn't find the appropriate plugins for CruiseControl and Jcoverage for Maven2 though it's available for maven1. Can anyone kindly let me know if this is a fact? If true, what's the best alternative we have? Thanks Shinjan

Re: [m2] logging for plugins

2006-06-08 Thread Arnaud Bailly
John Casey [EMAIL PROTECTED] writes: you mean other than wrapping it in an adapter from within the execute() method? H. Looks like I sometimes try to find too complicated solutions... Yes I could make a wrapper for commons-logging interface around maven-logging. Thx. -- OQube software

Re: RMI compiler plugin

2006-06-08 Thread Mark Donszelmann
Hi the resulting class stub files which are generated are supposed to end up in target/classes and so should be packaged automatically. You may have set targetDirectory to something else, which probably would mean that the jar tool does not pick them up. This needs to be corrected in the

Re: Workaround for MNG-1508 (process-test-classes phaseis missing)?

2006-06-08 Thread Thomas Marti (HSR)
Please, anyone? We really need some kind of solution for this. How can we specify a phase that is executed *after* test-compile, but *before* the tests are run?? Bye, Thomas Thomas Marti (HSR) schrieb: Hello everyone Is there a workaround for this limitation =

Re: Re: Workaround for MNG-1508 (process-test-classes phaseis missing)?

2006-06-08 Thread Thomas Marti
Hallo Edwin Thanks for you response. We want to run an ANT-Script with the maven-antrun-plugin. Which phase do we have to specify in the execution-tag, so that it runs after test-compile, but before the tests are run?? Thanks and bye, Thomas Edwin Punzalan schrieb: What is your use

Re: cli parameters vs pom

2006-06-08 Thread Max Cooper
This might work: 1. Make up a name for a property, like assemblyOutputDirectory, or carrots.are.orange (it doesn't matter what the name is, technically). 2. Configure the assembly plugin (in your pom.xml) to use the value of this property as the outputDirectory. blah, blah, xml, blah...

Maven-IDEA-Plugin documentation?

2006-06-08 Thread Stefan Arentz
Is there documentation for the IDEA plugin somewhere? The documentation at: http://maven.apache.org/plugins/maven-idea-plugin/index.html is kind of lacking. S. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Maven-IDEA-Plugin documentation?

2006-06-08 Thread Geoffrey De Smet
I base everything on http://maven.apache.org/plugins/maven-idea-plugin/plugin-info.html follow the idea:module goals link etc Stefan Arentz wrote: Is there documentation for the IDEA plugin somewhere? The documentation at: http://maven.apache.org/plugins/maven-idea-plugin/index.html is kind

Re: Maven-IDEA-Plugin documentation?

2006-06-08 Thread Stefan Arentz
Thanks, that is very useful. I looked again but I cannot find a link to this page when I enter through http://maven.apache.org/plugins/maven-idea-plugin/ S. On 6/8/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: I base everything on

Re: Maven-IDEA-Plugin documentation?

2006-06-08 Thread Max Cooper
I agree that the navigation is a bit odd. But you can click on Plugin Documentation in the Project Reports group to get there. Remember that, because you will need to do the same for many other plugins. :-) -Max Stefan Arentz wrote: Thanks, that is very useful. I looked again but I cannot

RE: Issue in using Maven2 with CruiseControl Jcoverage

2006-06-08 Thread Adam Leggett
With regard to plugin status im unsure but Cruise 2.4.1 has built in support for m2 projects. -Original Message- From: shinjan sen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 8:50 AM To: users@maven.apache.org Subject: Issue in using Maven2 with CruiseControl Jcoverage Hi,

Re: Re: Workaround for MNG-1508 (process-test-classes phaseis missing)?

2006-06-08 Thread Roland Asmann
Hi Thomas, Every plugin you 'attach' to a certain phase, gets run AFTER the default plugins for that phase are run. If you want multiple plugins to run, the order of defining them is the order in which they run (respecting the default as the very first to run). In your case, I suggest you

Re: inhouse WebSphere repo

2006-06-08 Thread Carlos Sanchez
Exactly the same On 6/8/06, Jeff Jensen [EMAIL PROTECTED] wrote: That is interesting...how does one then utilize POMs like that once in a remote repo, with the jars in my own proxy or local repo? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos

Re: Issue in using Maven2 with CruiseControl Jcoverage

2006-06-08 Thread shinjan sen
Thanks Adam, I have downloaded some jars after trying out with various versions but I am getting a null pointer exception : java.lang.NullPointerException at org.apache.maven.plugin.DefaultPluginManager.addPlugin( DefaultPluginManager.java:292) ... [Stacktrace follows] I am using the following

Re: inhouse WebSphere repo

2006-06-08 Thread Tomasz Pik
On 6/8/06, Jeff Jensen [EMAIL PROTECTED] wrote: That is interesting...how does one then utilize POMs like that once in a remote repo, with the jars in my own proxy or local repo? Somebody, who wants to work on your project will know, where to go to download jars and how to name them so (s)he

Re: Maven 2 and WTP

2006-06-08 Thread Alexandre Poitras
If you want a web project, add 'packagingwar/packaging' just after 'version'. Also be sure to run 'mvn eclise:eclipse -Dwtpversion=1.0'. If you don't specify the wtpversion, Maven just create a regular Eclipse project and not a web project. On 6/8/06, giacumbert [EMAIL PROTECTED] wrote: Hello

Re: Maven 2 and WTP

2006-06-08 Thread Alexandre Poitras
Forget about wtpversion, I didn't see it was already set in your pom file. On 6/8/06, Alexandre Poitras [EMAIL PROTECTED] wrote: If you want a web project, add 'packagingwar/packaging' just after 'version'. Also be sure to run 'mvn eclise:eclipse -Dwtpversion=1.0'. If you don't specify the

Re: Maven-EAR-Plugin - Including an EJB client in an EAR mystery

2006-06-08 Thread Stephane Nicoll
You don't need to configure it to be included in the application.xml since it's an ejb-client. Declaring it as a dependency is enough. http://maven.apache.org/plugins/maven-ear-plugin/howto.html s/ On 6/7/06, Stefan Arentz [EMAIL PROTECTED] wrote: On 6/7/06, Roland Asmann [EMAIL PROTECTED]

Re: Maven-EAR-Plugin - Including an EJB client in an EAR mystery

2006-06-08 Thread Stephane Nicoll
Nice. If you have ideas to improve the docs, let us know. s/ On 6/7/06, Stefan Arentz [EMAIL PROTECTED] wrote: On 6/7/06, Roland Asmann [EMAIL PROTECTED] wrote: There's an ejbClientModule??? I haven't used ejb-client so far (only ejb), but at least I wasn't that far off! ;-) :-) A beer if

Re: [m2] Where to put log4j.properties file

2006-06-08 Thread Stephane Nicoll
Hi, If you want to bootsrap log4j, you'll need to put it in the root of a JAR file included in your EAR. EAR is just an artifacts container, i.e. it just contains librarries (ejb, jar, etc). Adding single resources file is not forseen (even if app server have custom solutions such as the

Re: inhouse WebSphere repo

2006-06-08 Thread Carlos Sanchez
You can upload also the checksums of the jars, so that will work. we should do that for Sun jars. On 6/8/06, Tomasz Pik [EMAIL PROTECTED] wrote: On 6/8/06, Jeff Jensen [EMAIL PROTECTED] wrote: That is interesting...how does one then utilize POMs like that once in a remote repo, with the jars

Errors in adding cruisecontrol plugin

2006-06-08 Thread shinjan sen
Hi, Can anyone kindly tell me how to integrate cruise control with maven2 ? I have added the following in the plugin section under reporting in POM.xml plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-cruisecontrol-plugin/artifactId /plugin It's throwing an

Help picking a webapp solution

2006-06-08 Thread Dane Summers
Hello, I'm trying to decide what webapp solution to use for program I have integrated with maven2. Any ideas which solutions work particularly well, or don't work particularly well? Slight reward for a workable solution. Thanks, Dane Summers http://guruza.com/question/84/reward-20.00

Docs (Was: Maven-EAR-Plugin - Including an EJB client in an EAR mystery)

2006-06-08 Thread Adam Hardy
OK, I'll throw in my 2 cents worth. It's an idea I had for an ideal world. Invent a configuration section for plugin POMs that contains the configuration options for the plugin including possible values that can be set for each and a short description. Then you can run a batch job that compiles

uses for config directory?

2006-06-08 Thread rudy.bistrovich
Can someone tell me or give me an example of what the config directory is actually used for? I can't seem to figure out a reasonable use for this directory. Maven doesn't actually appear to do anything with this dir. It doesn't end up on the classpath that I can tell, packaging and

Re: Errors in adding cruisecontrol plugin

2006-06-08 Thread Kieran Brady
There is no CruiseControl plugin for Maven2 AFAIK, only for maven1. You can just point your CC config.xml at a pom.xml and it will build it: ... schedule maven2 pomFile=path/to/pom.xml goal=clean scm:update|install site time=0200/ /schedule - Original Message - From: shinjan sen

Re: Errors in adding cruisecontrol plugin

2006-06-08 Thread shinjan sen
Hi, Thanks for the help. I have a similar situation with the jcoverage plugin also. I am trying to use groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jcoverage-plugin/artifactId which leads to an exception. Can you kindly tell me whether this plugin has been discontinued for maven 2?

RE: scripts/bin directory

2006-06-08 Thread Bravo, Kris
Your assembly descriptor dep.xml should include your scripts directory as a fileset: fileSet directorysrc/bin/directory outputDirectory/bin/outputDirectory /fileSet Kris Bravo http://www.corridor-software.us -Original Message- From: EJ Ciramella [mailto:[EMAIL

Re: eclipse, wtp, maven and web apps

2006-06-08 Thread Jamie Bisotti
On 6/7/06, Alexandre Poitras [EMAIL PROTECTED] wrote: By the way, when I speak about the Eclipse Maven plugin, I am speaking about this one http://maven.apache.org/eclipse-plugin.html. I guess in the future, there is going to be a more complete Maven builder included. On 6/7/06, Alexandre

Using 3rd party jar with surefire

2006-06-08 Thread Brown, Charles
All, We use Parasoft JTest to generate JUnit based unit tests. Afterward, I am able to run them in eclipse using Run As - JUnit Test, and they work fine. So, I think I should be able to run them using surefire, as long as I have the parasoft jars on the classpath, but I get the errors

RE: Help picking a webapp solution

2006-06-08 Thread Bravo, Kris
I'd recommend using your existing Swing UI via the webstart plugin. You already have a view built, may as well re-use it. Kris Bravo www.Corridor-software.us -Original Message- From: Dane Summers [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 8:49 AM To: users@maven.apache.org

[m2] how to generate test reports?

2006-06-08 Thread Mockford, Ian
I am just trying Maven2 for the first time. I have added the following to my POM plugin artifactIdmaven-surefire-plugin/artifactId /plugin plugin artifactIdmaven-clover-plugin/artifactId /plugin and then did mvn site, but I do not seem to generate the

Re: Errors in adding cruisecontrol plugin

2006-06-08 Thread Kieran Brady
Hi Shinjan, I'm afraid I don't know about jcoverage, sorry.. Kierna - Original Message - From: shinjan sen [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Thursday, June 08, 2006 2:27 PM Subject: Re: Errors in adding cruisecontrol plugin Hi, Thanks for the help.

RE: Docs (Was: Maven-EAR-Plugin - Including an EJB client in an EAR mystery)

2006-06-08 Thread Bravo, Kris
Aren't you describing the Plugin Report pages? For example, http://maven.apache.org/plugins/maven-eclipse-plugin/plugin-info.html http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html Or a report plugin which will consolidate (and I assume index) these? Kris Bravo

Re: Using 3rd party jar with surefire

2006-06-08 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Charles, We use Parasoft JTest to generate JUnit based unit tests. Afterward, I am able to run them in eclipse using Run As - JUnit Test, and they work fine. So, I think I should be able to run them using surefire, as long as I have the

RE: Using 3rd party jar with surefire

2006-06-08 Thread Brown, Charles
Yes, but I also add the parasoft jtest and junit jars, and the junit-addons, as below; dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version scopetest/scope /dependency

exported pom encoding

2006-06-08 Thread Alexandre Poitras
Hi all, I have a little problem. My pom.xml encoding is set to ISO-8859-1 but each time I run 'mvn package', maven generates an exported pom which has a 'UTF-8 encoding. I would like to keep the original encoding because Eclipse complains about bad characters in the generated xml file. Any idea

Re: Using 3rd party jar with surefire

2006-06-08 Thread Kieran Brady
Something I would try would be adding those as dependencies to the surefire plugin. HTH - Original Message - From: Brown, Charles [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org; Maven Users List users@maven.apache.org Sent: Thursday, June 08, 2006 3:09 PM Subject: RE:

RE: Using 3rd party jar with surefire

2006-06-08 Thread Brown, Charles
When I moved the dependencies to be only under the durefire plugin, the [compiler:testCompile] goal failed with compile errors, so I left them both at the top level of the POM, and added them as dependencies to the surefire plugin. I figure that can't hurt. Alas, the result is the same

Re: depencency version required

2006-06-08 Thread Lee Meador
Thanks for your suggestions. help:effective-pom gives the same error, dependencies.dependency.version is missing, as just trying to build. (say, mvn install). I see what you are saying about something wrong with the parent section. Other children have the same parent section as the problem

maven-metadata.xml, lastUpdated

2006-06-08 Thread raghurajan . x . gurunathan
Hi All, why the lastUpdated20060607143308/lastUpdated column in maven-metadata.xml is not getting updated everytime i do build, the snippet i placed here is built on today(june8th) eventhough the timestamp of maven-metadata.xml has the right right timestamp(i.e june-8th) the entry inside of

Re: [m2] changes plugin configuration

2006-06-08 Thread Allan Ramirez
I think there is already one, but im not sure. But if it doesnt exist then feel free to file an issue :) -allan Wim Deblauwe wrote: Thanks! Do you want me to file a jira to include this into the site documentation? regards, Wim 2006/6/8, Allan Ramirez [EMAIL PROTECTED]: configure the

Wagon error with Snapshots

2006-06-08 Thread rudy.bistrovich
Any ideas what this error means? This is occurring when I load a parent POM to a inhouse SNAPSHOT repository and have my subproject (modules) attempt to retrieve them via -U cmd. [WARNING] repository metadata for: 'snapshot west-commons:west-commons:2.0-SNAPSHOT' could not be retrieved from

release with dotdot gives wrong result

2006-06-08 Thread Lee Meador
I have my projects set up in folders all within my base folder. The parent of all the projects uses ../child1 and so forth in the module definitions. Here is the picture root + parent + child1 + child2 + child3 Normally, I build by going to the root and doing mvn -f parent/pom.xml install.

Errors in adding jcoverage plugin

2006-06-08 Thread shinjan sen
Hi, Can anyone kindly tell me how to integrate jcoverage with maven 2 ? I have added the following in the plugin section under reporting in POM.xml plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jcoverage-plugin/artifactId /plugin It's throwing an exception

Re: Errors in adding jcoverage plugin

2006-06-08 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Hi, Can anyone kindly tell me how to integrate jcoverage with maven 2 ? I have added the following in the plugin section under reporting in POM.xml plugin groupIdorg.apache.maven.plugins/groupId

Thoughts on Apache Jackrabbit

2006-06-08 Thread William Kinney
Are there any plans to integrate or support jackrabbit for build repositories? Is there a general consensus on how good/useful jackrabbit is? Will - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: uses for config directory?

2006-06-08 Thread Wayne Fay
What version of Maven? What config directory? Where did you read about this config directory etc? Wayne On 6/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can someone tell me or give me an example of what the config directory is actually used for? I can't seem to figure out a reasonable

Re: uses for config directory?

2006-06-08 Thread Wayne Fay
Found a reference to src/main/config in the Better Builds with Maven book (pg 273): src/main/config/ Standard location for application configuration files. So I guess you'd use that directory for application configuration files. But I have never personally used it, as of this point. Wayne On

Re: Errors in adding jcoverage plugin

2006-06-08 Thread shinjan sen
Hi, I have tried with that. by giving the groupid and artofactid as jcoverage but it throws an null pointer exception while I run mvn site. Kindly advise Thanks Utpal On 6/8/06, Thorsten Heit [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Hi, Can anyone

Re: Thoughts on Apache Jackrabbit

2006-06-08 Thread Carlos Sanchez
if somebody volunteers to do it it could be good, but nobody thought about it yet On 6/8/06, William Kinney [EMAIL PROTECTED] wrote: Are there any plans to integrate or support jackrabbit for build repositories? Is there a general consensus on how good/useful jackrabbit is? Will

Re: uses for config directory?

2006-06-08 Thread Kris Nuttycombe
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html I've wondered about this too. Kris Wayne Fay wrote: What version of Maven? What config directory? Where did you read about this config directory etc? Wayne On 6/8/06, [EMAIL PROTECTED] [EMAIL

Re: release with dotdot gives wrong result

2006-06-08 Thread Roland Asmann
Hard to believe that has worked before... If the modules are BELOW the parent (as you 'drew' it), then do NOT use '../', but just use the names. If the modules are NEXT TO the parent, THEN you MUST use the '../'. Roland On Thursday 08 June 2006 16:48, Lee Meador wrote: I have my projects

Re: Errors in adding jcoverage plugin

2006-06-08 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have tried with that. by giving the groupid and artofactid as jcoverage but it throws an null pointer exception while I run mvn site. Have you tried to run mvn -e -X ...? Perhaps you just didn't specify some values such as SCM provider

Re: release with dotdot gives wrong result

2006-06-08 Thread Roland Asmann
I shouls read a little better before I answer questions... Forget my reply please! :-$ Roland On Thursday 08 June 2006 17:19, Roland Asmann wrote: Hard to believe that has worked before... If the modules are BELOW the parent (as you 'drew' it), then do NOT use '../', but just use the names.

Re: [m2] Unit tests and integration tests in the same module?

2006-06-08 Thread Wendy Smoak
On 6/6/06, Vincent Massol [EMAIL PROTECTED] wrote: I don't believe it's currently possible within the same build module. We started discussing it on http://docs.codehaus.org/display/MAVEN/best+practices+-+testing+strategies Been there. :) Though it seems to have moved to MNG-1381 and

Re: Thoughts on Apache Jackrabbit

2006-06-08 Thread Doug Douglass
Will, It's my understanding that when communicating with a remote stand-alone JCR server it must be via a network protocol, e.g., RMI over JRMP or WebDAV. Wagon has a WebDAV implementation, therefore you should already be able to use a remote JCR server. At least that's the impression I get

Generating doc for many projects and aggregates them all into one

2006-06-08 Thread Fabiano Cruz
Hello there, I am able to play around with modules using maven 2 (compile, site etc), but the main problem that I am experiencing is that when u have a couple of modules, how to generate documentation sites for many projects and aggregate them all into one. In fact, I can generate the

Re: [m2] Where to put log4j.properties file

2006-06-08 Thread Wayne Fay
I have a src/main/resources/META-INF directory which includes application.xml, jazn-data.xml, and orion-application.xml. Those files are included in my EAR in the my.ear!META-INF/ directory. My app server (Oracle OAS / OC4J) uses those files to configure security and other j2ee parameters which

Re: can maven use junit 4?

2006-06-08 Thread Fabiano Cruz
pls, refer to the link below for more information: http://jira.codehaus.org/browse/SUREFIRE-31 so, they are planning to have it in the next version of surefire plugin. BR, -- Fabiano On 6/7/06, shen kai [EMAIL PROTECTED] wrote: i think the maven surefire plugin didn't support the junit4 On

RE: can maven use junit 4?

2006-06-08 Thread Ian Springer
Right, M2 doesn't support it yet, but there is an issue open for it - http://jira.codehaus.org/browse/SUREFIRE-31. I don't know about the Maven 1 test plugin. -Original Message- From: shen kai [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 9:23 PM To: Maven Users List Subject:

RE: install:install-file

2006-06-08 Thread Ian Springer
Try using the deploy plugin instead, and specify the path to your repo as a file URL via the 'url' parameter (see http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.htm l). -Original Message- From: SlinnHawkins, Jon (ELS) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June

RE: exported pom encoding

2006-06-08 Thread Jörg Schaible
Alexandre Poitras wrote on Thursday, June 08, 2006 4:12 PM: Hi all, I have a little problem. My pom.xml encoding is set to ISO-8859-1 but each time I run 'mvn package', maven generates an exported pom which has a 'UTF-8 encoding. I would like to keep the original encoding because Eclipse

Re: Internal (intranet) repositories

2006-06-08 Thread mjohnsonaz74
For what it's worth 2 months later, I thought I'd post my experiance using maven-proxy. I followed the setup instructions and had no problem with maven-proxy downloading files from central into the local mirror. However, I did have an issue with my local artifacts being picked up. I setup a

Re: Maven 2 and WTP

2006-06-08 Thread giacumbert
Hello Alexandre That was the missing component for the magic. With the element packagingwar/packaging (I put it after the artifactId-element) in the pom.xml the command mvn eclipse:clean eclipse:eclipse created a WTP project in eclipse. But it still needed some extra configuration in the files.

RE: uses for config directory?

2006-06-08 Thread rudy.bistrovich
I've seen all the reference information on it as well however Maven 2.X appears to completely ignore that directory...so I really don't understand what its real purpose is. So say I store application configuration files in there...now what? Maven doesn't read them or treat it as a source

RE: Error looking up lifecycle mapping to retrieve optional mojos

2006-06-08 Thread andreas.ebbert-karroum
Does somebody have a clue, what's going on here? Can I safely ignore the debug warning? I have no idea what it is trying to tell me... Thanks, Andreas -Original Message- From: ext [EMAIL PROTECTED] e.org [mailto:[EMAIL PROTECTED] en.apache.org] Sent: 08 June, 2006 01:09 To:

[m2] TestNG example integration with Maven?

2006-06-08 Thread Mick Knutson
Has anyone used Maven and XDoclet with TestNG and jdk 1.4.2? --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- - To unsubscribe, e-mail: [EMAIL

Re: uses for config directory?

2006-06-08 Thread Wayne Fay
This is all theory... Perhaps while writing the docs, someone involved with Maven development thought it might be useful to have a src/main/config directory and so it was included in docs, but since it was never implemented in the code, it is not being used today. Perhaps file a JIRA bug and

Re: Maven 2 and WTP

2006-06-08 Thread giacumbert
Hello Jamie Thank you for your reply. In the meantime Alexandre helped me to solve the main problem. I still have some questions please look at the post from 2006-06-08 19:29. Thanks a lot in advance Christian -- View this message in context:

Re: Problems while running maven2

2006-06-08 Thread fe2o3
I was receiving the same error. The -e option provided no additional output. When I removed maven-artifact-ant-2.0.4-dep.jar from mvn/lib, I no longer received the error. The ant artifact jar must contain some older profile classes. Sorry, but I just don't know exactly what guidelines to use

How to exclude modules from a build lifecycle?

2006-06-08 Thread Chris Wall
In a mutli-level project, is there a way to exclude modules from a build? Our use case is that we want to minimize build lifecycle time for developer check-ins by excluding less frequently changed modules. For our full builds (nightly), we obviously want to include all modules. An example would

Re: Assembly and multi-levels multi-modules

2006-06-08 Thread Matt Brozowski
On Jun 7, 2006, at 7:24 AM, Roland Asmann wrote: Not 100% sure on this, but what if you try to make 2 assemblies here? the first one for the subsub-modules (inside the subparent) and the second one with the result of the subparent (=assembly of subsub-modules) and submodule? Not sure on how

Re: How to exclude modules from a build lifecycle?

2006-06-08 Thread Wayne Fay
Others have asked this question and I've not seen any responses, so I'll assume there is no obvious/built-in way to exclude certain modules from being built. Here's a few alternatives I can think of off the top of my head... 1. Use no modules, only dependencies. Build everything independently.

Re: [m2] TestNG example integration with Maven?

2006-06-08 Thread Srepfler Srgjan
Mick Knutson wrote: Has anyone used Maven and XDoclet with TestNG and jdk 1.4.2? --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- - To

Re: How to exclude modules from a build lifecycle?

2006-06-08 Thread Wendy Smoak
On 6/8/06, Chris Wall [EMAIL PROTECTED] wrote: In a mutli-level project, is there a way to exclude modules from a build? Our use case is that we want to minimize build lifecycle time for developer check-ins by excluding less frequently changed modules. For our full builds (nightly), we

working with custom-built org.apache.maven.plugins

2006-06-08 Thread Doug Douglass
I'm struggling with an issue regarding custom-built versions of maven plugins in the org.apache.maven.plugins groupId. Specifically, I've built a custom 2.1-SNAPSHOT version of maven-pmd-plugin that includes http://jira.codehaus.org/browse/MPMD-33. The plugin builds, installs and runs correctly

RE: Subversion post-commit hook

2006-06-08 Thread Chris Wall
For us, it's more the latter - efficient use of the server. We don't mind if multiple check-ins are built at the same time. Ideally Continuum builds are executed only when requested. That enables the server on which Continuum runs to focus on other functions. A side bonus of a trigger

Scm type tasks within maven 2

2006-06-08 Thread EJ Ciramella
Is there any to sync files form perforce (and even better - do something like an rm -rf first? Historically, we've done such things via ant, but I'm having VERY little luck calling maven via ant (via the java ant task). Any suggestions?

RE: working with custom-built org.apache.maven.plugins

2006-06-08 Thread Chris Hilton
Someone before suggested making a sort of internal release. Along those lines, I do the following: 1. Add my own distributionManagement info to the pom.xml, overriding the default info from Apache. This way I can deploy it easily to our internal repository with 'mvn deploy'. 2. Change the

Re: [m2] problem w/ dependency-maven-plugin:unpack-dependencies

2006-06-08 Thread Adrian Herscu
Any encouraging news about this issue?... Brian E. Fox wrote: This is a known issue caused by maven reacting differently when run from a parent. I'll attempt to find a workaround, but IMNSHO, this is a defect in maven core. -Original Message- From: news [mailto:[EMAIL PROTECTED]

Blame mechanism - display SCM commit #, committer, date

2006-06-08 Thread Chris Wall
Right now we're just displaying the list of changes when a build breaks. How can I configure Continuum to include for each commit the #, committer, and date? We're using Subversion. Thanks. -Chris ___ Notice: This email

Re: working with custom-built org.apache.maven.plugins

2006-06-08 Thread Doug Douglass
Thanks for feedback Chris. I like your versioning convention. deploy:deploy-file does work, with the caveat and work-around noted in my original item #2. Strike my original item #3, I'm not seeing this behavior anymore, though I'm not sure why. So, I've got things working, but having to

Re: Blame mechanism - display SCM commit #, committer, date

2006-06-08 Thread Emmanuel Venisse
Normally, the date and the committer is in the changes screen. Check your logs to see if you have some parsing errors. What is your os, svn version, language used? Emmanuel Chris Wall a écrit : Right now we're just displaying the list of changes when a build breaks. How can I configure

Re: Subversion post-commit hook

2006-06-08 Thread Emmanuel Venisse
xml-rpc documentation is there : http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html Emmanuel Chris Wall a écrit : We'd like to trigger Continuum builds upon developer commits in Subversion. It sounds like to do so we need to develop an xml-rpc client. Has anyone developed

Assembly with dependent JARs - (keeping the JARs in a lib dir, or exploding them)

2006-06-08 Thread Brian Bonner
I've been experimenting with the assembly plugin and it looks like it unpacks the dependent jars and creates a large jar with dependencies built-in into one plugin. Is this the preferred deployment mechanism? I can see benefits to this--namely tying it to the build and source more easily. Are

RE: building assemblies from the top level project directory

2006-06-08 Thread EJ Ciramella
The problem I have when I run this, I have two options - 1 - run from within the child module directory and make sure that all the modules this child depends on have been jarred and installed into my local repository. 2 - run from the top parent pom level and I wind up with an error as it doesn't

RE: How to exclude modules from a build lifecycle?

2006-06-08 Thread Chris Wall
Thanks Wayne and Wendy. I will experiment with both options - multiple pom.xmls and profiles. I'll post what I find. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: June 08, 2006 2:21 PM To: Maven Users List Subject: Re: How to exclude modules from a build

Re: building assemblies from the top level project directory

2006-06-08 Thread Wendy Smoak
On 6/8/06, EJ Ciramella [EMAIL PROTECTED] wrote: 2 - run from the top parent pom level and I wind up with an error as it doesn't understand what target/lib is in relation to the top level Do you have it defined as ${basedir}/target/lib ? What are people doing in this situation? John made

RE: building assemblies from the top level project directory

2006-06-08 Thread EJ Ciramella
${basedir} in my assembly descriptor results in this: Embedded error: E:\work\up-svcs-test\proj\P01\${basedir}\target\lib isn't a directory. Should this be working? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 5:01 PM To: Maven Users

  1   2   >