Re: sending email on every build

2006-07-19 Thread Jo Vandermeeren
I don't believe that this feature is currently supported. On 7/19/06, Tomasz Pik [EMAIL PROTECTED] wrote: Hi, Does anybody knows if there's a way to configure Continuum to send email on every build. not on a 'state change' only? Thanks, Tomek

Re: Error caused by cvs it is in the way

2006-07-19 Thread Emmanuel Venisse
Marcin Gurbisz a écrit : Hi all, I have a problem that continouum shows build error via web interface but no email is sent via registed notifier: These are the steps that leads to that: 1) During cvs update there is a problem: cvs update: move away

Re: Converting AppFuse to a Maven 2 Project

2006-07-19 Thread Ray Tsang
Hi Matt, We have worked on some ideas here http://saturnism.wordpress.com/2006/06/16/prototype/ . We can post the code fairly easily to somehwere. I think there were talks about a war plugin that are able to make copies of another war project into the current? But to include lots of common

RE: How to use maven2 to start hsqldb ?

2006-07-19 Thread Maximilian . Antoni
Hi, I had the same problem and was unable to find anything about it on the web. There seems to be a property available for the antrun plugin, but not for ant mojos. I ended up with writing a java plugin, gathering the project dependencies, combine them in a string and put that in the context.

Re: AW: Re: java.lang.OutOfMemoryError: Java heap space wile checking out

2006-07-19 Thread thorsten
Hi, what is strange: In all other builds i get this log file: D:\build\work\64set MAVEN_OPTS=-Xmx1024m -Xms1024m -XX:MaxPermSize=512m [INFO] Scanning for projects... [INFO] [INFO] Building Accessmanagement [INFO]

Property badly handled ?

2006-07-19 Thread Matthieu Godlewski
Hy, There is perhaps an issue with property in pom. I want set another partition as output directory (no need to have a raid partition to store artifacts). Here my pom : project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Scm:bootstrap : purpose of the goal ?

2006-07-19 Thread Sharma, Jaikumar
Dear Maven Users, bootstrap goal in maven-scm-plugin can be / is used to run multiple goals in sequence (If I learned right from earlier posts in this list) from a scm provider plugin. As to me the semantics of this goal indicates that, running multiple goals from a scm provider plugin is not

Re: Converting AppFuse to a Maven 2 Project

2006-07-19 Thread Carlos Sanchez
I like more the nested approach, it allows you to grow the number of frameworks easier. About the war resources i think you should be able to pack them in a jar in a separate project and then depend on it in the war projects, uncompressing it with maybe the antrun plugin before making the war

RE: Converting AppFuse to a Maven 2 Project

2006-07-19 Thread Jörg Schaible
Hi Matt, Matt Raible wrote on Wednesday, July 19, 2006 7:56 AM: [snip] With Maven and separate modules, it seems like duplication might be a necessary evil. For example, there are many common CSS/JavaScript files between the web framework implementations. There's no way to copy these into

Re: Converting AppFuse to a Maven 2 Project

2006-07-19 Thread Carlos Sanchez
even better ;) http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html On 7/19/06, Jörg Schaible [EMAIL PROTECTED] wrote: Hi Matt, Matt Raible wrote on Wednesday, July 19, 2006 7:56 AM: [snip] With Maven and separate modules, it seems like duplication might be a

Re: Converting AppFuse to a Maven 2 Project

2006-07-19 Thread Alex Shneyderman
Simply build a toolkit.war with your files to share. Let other wars dependend on it and anything will be copied over. See war plugin documentation. WAR plugin does not allow for custom merging (web.xml, springContext.xml, etc.), so take a look at cargo:uberwar (cargo.codehaus.org). It allows

Re: [M2] Generating TOC in sites created in APT or simplified docbook format

2006-07-19 Thread Trygve Laugstøl
Ralf Quebbemann wrote: Hi, I can't seem to find an option to activate the generation of a Table of contents (TOC) for my APT or docbook documentation. I assume that the doxia module is the place to look for such a feature, but I can't find anything except for this JIRA entry

Cargo uberwar PITA (was RE: Converting AppFuse to a Maven 2 Project)

2006-07-19 Thread Vincent Massol
Hi Alex, -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED] Sent: mercredi 19 juillet 2006 13:42 To: Maven Users List Subject: Re: Converting AppFuse to a Maven 2 Project [snip] [...] so take a look at cargo:uberwar (cargo.codehaus.org). It allows for custom

Re: archetypes

2006-07-19 Thread Eric Redmond
Or, you can set up your workspace according to this: http://mojo.codehaus.org/using-sandbox-plugins.html On 7/18/06, Laurent GRANIE [EMAIL PROTECTED] wrote: Hi, I want to generate the structure of a plexus component. There is an archetype : E. Venisse deploy it on

Re: Spring 2.0, hibernate/ejb 3

2006-07-19 Thread Carlos Sanchez
now it is ;) On 7/17/06, Markus Wolf [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it's already in ibiblio Not the final release. - -- __ Markus Wolf Wedeler Landstrasse 63 22559 Hamburg tel: (+49) 40 / 550 083 70

Build/Test classpath order

2006-07-19 Thread viz
Hi All, In Eclipse the order in which libs placed onto the classpath. This is useful when you need to stub a particular class within a library: you can load the original and then load the stubbed class so that your stubbed class get called in place of the original (but leaving the rest of the

Build/Test classpath order

2006-07-19 Thread Marc L. Veary
Hi All, In Eclipse the order in which libs are placed onto the classpath can be controlled. This is useful when you need to stub a particular class within a library: you can load the original and then load the stubbed class so that your stubbed class get called in place of the original (but

Re: archetypes

2006-07-19 Thread Laurent GRANIE
Or, you can set up your workspace according to this: http://mojo.codehaus.org/using-sandbox-plugins.html The repository proposed on that page is an old repository no more maintained. Moreover, it seems to me that archetype plugin does not use repositories declarations in pom.xml or

Re: Build/Test classpath order

2006-07-19 Thread Mark Hobson
On 19/07/06, Marc L. Veary [EMAIL PROTECTED] wrote: Hi All, In Eclipse the order in which libs are placed onto the classpath can be controlled. This is useful when you need to stub a particular class within a library: you can load the original and then load the stubbed class so that your

Re: archetypes

2006-07-19 Thread Eric Redmond
True, sorry, I thought the links had been updated. The repo is here: http://repository.codehaus.org/org/codehaus/mojo/ In anycase, there should be no difference between setting the repository in settings.xml and setting them manually by -DremoteRepositories. If you have your settings.xml set

Eclipse and Maven

2006-07-19 Thread Bill Manuel
Ok, I have maven2 working. I'm trying to use MyEclipse to deploy to Tomcat and the MyEclipse deployer is copying the servlet-api jar file to my server. This is a problem because that file conflicts with the server. Is there anyway to keep that on the dependencies in my POM, but not have it on

Re: archetypes

2006-07-19 Thread Laurent GRANIE
In anycase, there should be no difference between setting the repository in settings.xml and setting them manually by -DremoteRepositories. If you have your settings.xml set correctly and it does not work, then please file a JIRA defect. There is already a defect :

eclipse plugin

2006-07-19 Thread Jon SlinnHawkins
Hi, Is it possible to force execution of the eclipse plugin for a Pom project. I want to set the nature for the Functional tests project as described in the better builds book Any ideas ? Thanks Jon - To unsubscribe,

Re: Eclipse and Maven

2006-07-19 Thread Jon SlinnHawkins
does setting the dependancy scope to provided not work when running from MyEclipse... dependencies dependency groupIdjavax.servlet/groupId artifactIdservlet-api/artifactId version2.3/version scopeprovided/scope /dependency /dependencies Bill Manuel [EMAIL

unbind?

2006-07-19 Thread Jon SlinnHawkins
HI, Is it possible to explicitly unbind a plugin form a phase. i.e. i want to tell a plugin not to execute for a specific phase Thanks Jon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Eclipse and Maven

2006-07-19 Thread Laurent GRANIE
Ok, I have maven2 working. I'm trying to use MyEclipse to deploy to Tomcat and the MyEclipse deployer is copying the servlet-api jar file to my server. This is a problem because that file conflicts with the server. Is there anyway to keep that on the dependencies in my POM, but not have it on

Re: How pass variables of pom.xml file a other pom.xml in the same project??

2006-07-19 Thread Wayne Fay
If you explicitly add a parent tag in the second pom pointing to the first, it should inherit the properties. Wayne On 7/19/06, ThE-cLoN NoLc-EhT [EMAIL PROTECTED] wrote: Hi! My questions is How pass one variable of 1 pom.xml a other pom.xml example: prueba:

Encoding problem

2006-07-19 Thread Lucas Gonçalves
I use filter in web.xml with UTF-8 enconde, but the resulted file of web.xmlisn´t in UTF-8. -Web.xml before Filter: ?xml version=1.0 encoding=UTF-8? web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee;

[m2] Assemby plugin Question

2006-07-19 Thread ben short
Hi, We have several projects that produces a ear files. The ear files contains a war and several jar files. The war file is common to all the projects and uses a import statement in the spring config file to load another spring config file bundled with the ear file. Management has asked us if

Reactor projects and packaging type

2006-07-19 Thread Alex Rau
Hi all, is there any reason (except of that it's currently not implemented that way) that reactor builds can only be defined in projects of packaging type POM? I'd like to define reactor builds for projects of type WAR - maven disallows this and I can't see any reason to not allow that ( as

Re: Scm:bootstrap : purpose of the goal ?

2006-07-19 Thread dan tran
The main purpose is able to do a build in one command line without existing source on your local disk mvn scm:bootstrap -DconnectionUrl=xuy -Dgoals=install -Dtag=ifany it fetches your source based on the given scm url, then invokes the goals from top directory -D On 7/19/06, Sharma, Jaikumar

[m2]How to activate a profile for the test phase in maven life cycle

2006-07-19 Thread Tung Nguyen
Hi all, My question is because I want to inject some more dependencies when my tests are executed. I can't add them directly because of cyclic dependency Illus: B depend A C depend A A is tested with B.jar et C.jar Can anyone show me ? Thanks Regards

RE: NPE for Ant plugin example

2006-07-19 Thread Chris Wall
My bad. My mojo meta-data file and Ant script were located in src/scripts instead of src/main/scripts (default). Although, the NPE (all NPEs) should be translated to a more meaningful message. Thanks. From: Chris Wall Sent: July 18, 2006 5:36 PM To:

Re: [m2]How to activate a profile for the test phase in maven life cycle

2006-07-19 Thread Tung Nguyen
That was an error. Sorry for an urgly question. Sincerely. - Original Message From: Tung Nguyen [EMAIL PROTECTED] To: users@maven.apache.org Sent: Wednesday, July 19, 2006 5:44:31 PM Subject: [m2]How to activate a profile for the test phase in maven life cycle Hi all, My question is

[m2] maven-eclipse plugin + wtp 1.5

2006-07-19 Thread delasoul
Hello, i have just tried to import a maven generated eclipse wtp project into eclipse 3.2 with wtp 1.5. The project was generated with eclipse:eclipse -Dwtpversion=1.0 After failing, I compared the generated files with the files of a wtp project created with eclipse - and changed: renamed

Re: provided is invalid vs package mypackage does not exist

2006-07-19 Thread Matthias Wessendorf
that jar is crap. that's the reason. -Matthias On 7/18/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I have a strange problem... My project depends on a JAR (jstl-1.2.jar) file that contains a package (javax.servlet.jsp.jstl.sql). The Jar is beeing downloaded by Maven (as expected).

Re: unbind?

2006-07-19 Thread David J. M. Karlsen
Jon SlinnHawkins wrote: HI, Is it possible to explicitly unbind a plugin form a phase. i.e. i want to tell a plugin not to execute for a specific phase Thanks Doesn't it work if you bind it to a specific phase with the phase element under execution? -- David J. M. Karlsen - +47 90 68 22

Re: [m2] maven-eclipse plugin + wtp 1.5

2006-07-19 Thread Fabrizio Giustina
Is there any chance in the near future to get a -Dwtpversion=1.5?? already in svn (although there are still some wtp15 changes missing), will be in the 2.3 release. Anyway, I never had problems using WTP 1.0 projects with WTP 1.5: the old file format is still supported (and not converted), only

Re: unbind?

2006-07-19 Thread Eric Redmond
AFAIK, test is the only skippable phase (-Dmaven.test.skip=true). In other cases where this is necessary, I find myself executing all of the goals in order, sans phase. For example, to skip process-test-resources when packaging a jar: mvn resources:resources compile:compile compiler:testCompile

Maven Repository Manager

2006-07-19 Thread Mykel Alvis
I can't seem to locate the new Repository Manager's project site, and google isn't really helping me in that area. The reason for asking this is because we use the maven-proxy to proxy several external repos and set the mirror of central to our proxy. A problem seems to result when I added the

RE: Maven-Dependency-Plugin

2006-07-19 Thread Brian E. Fox
It's not abandoned, just neglected. I intend to resume cleaning it up shortly and release a beta. The current code should work, it was pretty much done when I last worked on it. There where some new features that started in 1.1 that didn't get fully finished yet, but the core of the 1.0

Re: Maven Repository Manager

2006-07-19 Thread Tamás Cservenák
You could give a try to Proximity, found here: http://proximity.abstracthorizon.org/ The support forum already have a theme about maven-proxy migration: http://forum.abstracthorizon.org/viewforum.php?f=13 Have fun, ~t~ On 7/19/06, Mykel Alvis [EMAIL PROTECTED] wrote: I can't seem to locate

[M1] Using FTP in Maven 1.1... the answer....

2006-07-19 Thread Benoit Xhenseval
Don't you love when the person who sends the question comes up with the answer... as if the process of asking the question triggers some brain activity... You need to add more dependencies in your project.xml for Maven 1.1 dependency groupIdnetcomponents/groupId

[M1] Using optional Ant FTP changed between M1.02 and M1.1?

2006-07-19 Thread Benoit Xhenseval
Hello All, Under M1.0.2, I used the elegant solution for sending some stuff (i.e. NOT artifact) via FTP to servers as explained here: http://glaforge.free.fr/weblog/index.php?itemid=114 Download NetComponents from: http://www.savarese.org/oro/downloads/NetComponents-1.3.8.tar.gz Uncompress the

Re: Maven Repository Manager

2006-07-19 Thread Mykel Alvis
Thanks! I did, and I noticed that the base context for the proximity webapp (in my case host:28080/proximity-maven2/ running under jetty5-1.11RC0 ) gave be a browse page for the root of the webapp. It seems that the Documentation link, which I guess should provide docs, is broken somewhere?

Maven 2 - more questions

2006-07-19 Thread EJ Ciramella
As we edge closer to moving more people onto maven 2 here, there are a few questions that keep popping up, can anyone help with these? 1 - How are items submitted to repo1? I've read the article here (http://maven.apache.org/guides/mini/guide-ibiblio-upload.html), but I don't see a validation

Re: Maven-Dependency-Plugin

2006-07-19 Thread Stephen Duncan
I'd to at least see a site push. mojo.codehaus.org no longer has the site, and the link on maven.apache.org is broken: http://maven.apache.org/plugins/maven-dependency-plugin/ - Stephen On 7/19/06, Brian E. Fox [EMAIL PROTECTED] wrote: It's not abandoned, just neglected. I intend to resume

Copy Files Plugin

2006-07-19 Thread Stephen Duncan
I'm wondering if there's anything out there like this already, or being planned. Basically what I'd like to see is the ability to deploy a file somewhere arbitrary. It shoudl reuse the wagon stuff, so that all the same protocols supported for repository deployment are still available. My

Re: Eclipse and Maven

2006-07-19 Thread Adam Hardy
Laurent GRANIE on 19/07/06 15:37, wrote: Ok, I have maven2 working. I'm trying to use MyEclipse to deploy to Tomcat and the MyEclipse deployer is copying the servlet-api jar file to my server. This is a problem because that file conflicts with the server. Is there anyway to keep that on the

Re: Copy Files Plugin

2006-07-19 Thread Martin van den Bemt
I have one in the works (it's finished, but not released and not documented). I'll see if I can find the time this weekend to do that.. Mvgr, Martin Stephen Duncan wrote: I'm wondering if there's anything out there like this already, or being planned. Basically what I'd like to see is the

settings.xml activation activeByDefault setting

2006-07-19 Thread Mykel Alvis
Prepare to laugh at me, because today is my day for discovering that the sky is blue. I recently discovered something that most people almost certainly know but hasn't been clear to me for the last 12 months until about 10 minutes ago. I thought I kept hearing that I can specify repositories in

[m2] Aggregating Javadocs w/ third party source

2006-07-19 Thread Wendy Smoak
I'm looking for ideas on producing aggregated Javadoc, when part of the source to be aggregated comes from a third-party project [1]. My first plan of attack involves depending on the -sources .jar from the other project, and (somehow) expanding it locally. Other (less appealing) choices

Re: Maven Repository Manager

2006-07-19 Thread Tamás Cservenák
Possible, since I tested it only on Tomcat, never on Jetty. My intention is to provide multiple deployments for final 1.0.0 (tomcat, jetty, continuum-like standalone, spring-application-server, etc). In case of any problem, please submit an issue on Proximity Trac here:

Re: Maven 2 - more questions

2006-07-19 Thread Tamás Cservenák
Hi EJ, i would like to provide a half of answer for question number 2. As i wrote that before, Proximity is able to work offline. If your IT is too paranoid to let Proximity fetch what is requested from it (and not found in the cache or found but expired), then i would suggest you to run

Re: settings.xml activation activeByDefault setting

2006-07-19 Thread Max Cooper
Mykel, I am glad you posted your experience! I tried an empty activeByDefault/ the same way you did and assumed that it didn't work. I ended up listing the profile I wanted active in activeProfiles. And then setup an example settings.xml for the rest of my team to active the profile this

[M2] System properties

2006-07-19 Thread ekio
Hello. Does anyone know if there is a way to declare system properties from within a pom file, rather than doing it on the command line? (Ex: mvn -Dproperty=value scm:checkout) I saw some examples on the web, some plugins do the following under configuration of plugin: systemProperties

m2: Discovering problems with the maven-site and the maven-javadoc plugins - No staging of javadocs

2006-07-19 Thread Arne Sutor
Hi all, as newbie I am just playing around with maven2 in a multi-project environment. While setting up the documentation for our project I discovered that maven when executing the site goal generates everything fine including the javadoc. But as soon as I use the stage goal, maven seems not

Re: [M2] System properties

2006-07-19 Thread dan tran
You can have user to set the properties at a fixed file location ( ie ${ user.home}/.yourprovider. Check out the source for cvs, svn,starteam, etc providers -D On 7/19/06, ekio [EMAIL PROTECTED] wrote: Hello. Does anyone know if there is a way to declare system properties from within a pom

Re: settings.xml activation activeByDefault setting

2006-07-19 Thread Mark Hewett
On 7/19/06, Max Cooper [EMAIL PROTECTED] wrote: Mykel, I am glad you posted your experience! I tried an empty activeByDefault/ the same way you did and assumed that it didn't work. I ended up listing the profile I wanted active in activeProfiles. And then setup an example settings.xml for the

Re: settings.xml activation activeByDefault setting

2006-07-19 Thread Mykel Alvis
You're both very welcome. The only place I'd seen the activeByDefault tag before was in the settings reference, which as I said was why I did it that way. Once I started looking (and knew what to look for), I found a couple of examples but I gave up early on for some reason. Let's hope anybody

[m2] Another findbugs plugin problem - site goal resides into a nullpointer execption

2006-07-19 Thread Arne Sutor
Hi all, I set up my project do far and I wanted to include the findbugs in the reporting section. Reading the Mailing list archives I discovered several hints. Executing the coals findbugs:findbugs does not result into any errors. But as soon as I start the mvn site goal, I will get the

Maven Intranet Repository Setup issue

2006-07-19 Thread Tejas
Dear All, To briefly introduce the setup, we have 1) Windows 2003 Server with Apache HTTP Server, Maven Repository with sub-division as Maven2/int and Maven2/Ext (Intranet Repositories) 2) Solaris Server with continuum and Maven.The Continuum on solaris will help build and deployment once