Re: Subject Line of Continuum Email

2007-08-09 Thread Emmanuel Venisse
actually, no. Morgovsky, Alexander (US - Glen Mills) a écrit : Is there a way to change the subject line of a Continuum-generated email? Thank you. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-09 Thread LAMY Olivier
Hi, Until the next release, you have to use the following workflow : Add installation (jdk1.6.0) - Add profile (JDK1.6)-Edit profile-Add the new installation from list Here don't use the save button but go the Profile List with the link in the left menu. [1] You will see the profile with the

Continuum Emails

2007-08-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am using Continuum 1.1-alpha-2. I have noticed that my Continuum instance is not sending out emails. In the logs I found the error: [pool-1-thread-1] ERROR org.apache.maven.continuum.notification.ContinuumNotificationDispatcher: default - Error while trying to use the mailnotifier.

Re: Continuum Emails

2007-08-09 Thread Emmanuel Venisse
the jndi conf must be done in conf/plexus.xml Morgovsky, Alexander (US - Glen Mills) a écrit : I am using Continuum 1.1-alpha-2. I have noticed that my Continuum instance is not sending out emails. In the logs I found the error: [pool-1-thread-1] ERROR

RE: Continuum Emails

2007-08-09 Thread Morgovsky, Alexander (US - Glen Mills)
Does this mean that I should put the whole component node into plexus.xml? component roleorg.codehaus.plexus.mailsender.MailSender/role implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation configuration

RE: Continuum Emails

2007-08-09 Thread LAMY Olivier
Yep. -Message d'origine- De : Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 10 août 2007 00:36 À : continuum-users@maven.apache.org Objet : RE: Continuum Emails Does this mean that I should put the whole component node into plexus.xml? component

RE: continuum-1.1-beta-1: Error while generating mail contents.

2007-08-09 Thread Andreas Guther
Hi, I have the feeling it is the other way around. Projects without a profile send email but the one with profile does not. But need to look at the Issue CONTINUUM-1374. Andreas -Original Message- From: LAMY Olivier [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 1:21 PM

RE: continuum-1.1-beta-1: Error while generating mail contents.

2007-08-09 Thread Andreas Guther
Found the problem: I did not fully configure the profile: it had no JDK installation assigned. This is not very clear in the current documentation. After fixing this the build succeeded and email were sent. Andreas -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED]

Hiding arguments

2007-08-09 Thread Oscar Picasso
Hi, I use continuum 1.0.3 to build some ant projects. The project scripts require a password as an argument but I don't this password to be seen by guest users. Is there a mean to hide parts or all of the arguments to the guest user? If currently it's not possible I could write some code to do

Re: Hiding arguments

2007-08-09 Thread Oscar Picasso
Solved. Actually that was very easy. I just changed the View template. On 8/9/07, Oscar Picasso [EMAIL PROTECTED] wrote: Hi, I use continuum 1.0.3 to build some ant projects. The project scripts require a password as an argument but I don't this password to be seen by guest users. Is

Disable logins for continuum?

2007-08-09 Thread Luke Matthews
Hi all, Quick question, is it possible to disable having to log in to continuum? Our CI server is well inside our firewall and it is a pain having to log in. I click the remember me but it seems to forget me! Cheers, Luke. --

Re: Database lifecycle in Maven

2007-08-09 Thread Dion Gillard
We do this in our internal maven 1.x 'db' plugin. We have goals like: db:create db:create-schema db:drop-schema db:delete db:clean db:load-dataset db:unload-dataset etc... On 8/8/07, Eric Redmond [EMAIL PROTECTED] wrote: This may be a good suggestion for JIRA. I am not against the addition

Question on adding a dependency

2007-08-09 Thread Farhan Sarwar
Got a simple question if someone could respond. All the dependencies that we add in a project's pom are in the form of groupid ,artifactid and version, so what in case we have some propriety product/jar for which the maven structure (or let's say the pom) is yet not defined, so in that case

Re: Database lifecycle in Maven

2007-08-09 Thread chriscoder
Hi, I have a pom for creating the database via hibernate3 with hbm2ddl, hbm2java. This works fine. This pom packages the jar for the hibernate pojo's. I also added the sql plugin and added some sql statements to drop db, create db, and run the sql created from the hbm2ddl. I found that for

Re: Question on adding a dependency

2007-08-09 Thread Insitu
Farhan Sarwar [EMAIL PROTECTED] writes: Got a simple question if someone could respond. All the dependencies that we add in a project's pom are in the form of groupid ,artifactid and version, so what in case we have some propriety product/jar for which the maven structure (or let's say

any way to use legacy layout for local repository ?

2007-08-09 Thread nicolas de loof
Hello Lot's of my old projects use maven1, and new one start with maven2. To avoid downloading multiple copy of same jars, I'd like to share the local repository between m1 and m2. Is there any way to make maven2 use legacy repository layout ? Nico.

How file be filtered but not include in jar?

2007-08-09 Thread wanyna
If a resource file I only want to filtering but don't want to put it into the artifact jar, how to write pom file? -- View this message in context: http://www.nabble.com/How-file-be-filtered-but-not-include-in-jar--tf4241298s177.html#a12068442 Sent from the Maven - Users mailing list archive

[Maven documentation] How to insert images

2007-08-09 Thread Tibetoine
Hi, I would like to know what's the issue to insert images with the maven documentation system? PLease help me :) -- View this message in context: http://www.nabble.com/-Maven-documentation--How-to-insert-images-tf4241448s177.html#a12068871 Sent from the Maven - Users mailing list archive

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-09 Thread remi . chevalier
Thank you Olivier, but I already understood this. My problem was a little bit different seeing that I was not able to add correctly any installation, it was the ADD button which introduce the NPE, not the SAVE button. But I found the solution: my Firefox version was not good, I installed the

Re: [Maven documentation] How to insert images

2007-08-09 Thread Patrick Kimber
Hi Have a look at the documentation guide: http://maven.apache.org/guides/mini/guide-apt-format.html The section heading Figure is probably what you are looking for. Patrick On 09/08/07, Tibetoine [EMAIL PROTECTED] wrote: Hi, I would like to know what's the issue to insert images with the

Re: How file be filtered but not include in jar?

2007-08-09 Thread Nick Stolwijk
wanyna wrote: If a resource file I only want to filtering but don't want to put it into the artifact jar, how to write pom file? According to the maven-jar-plugin page[1] it should be possible, but I found a feature report contradicting this [2]. I don't think it is possible yet. Hth,

not possible to use empty values in Collection for plugin configuration.

2007-08-09 Thread Jerome Lacoste
Hei, [This question is highly related to plexus] How does one pass an empty value in the configuration of a plugin ? I am facing the problem using the exec plugin where I need to conditionally enable a parameter based on a profile. It looks like maven doesn't differentiate between empty elements

Re: Custom packaging question

2007-08-09 Thread Insitu
Eric Redmond [EMAIL PROTECTED] writes: I wrote a little bit about it here - though I suppose it wouldn't hurt going into more depth. http://www.sonatype.com/book/repository.html#tips_and_tricks Please read, and request any clarifications so I can fix the book. Thanks :) Hello, Thanks for

Re: any way to use legacy layout for local repository ?

2007-08-09 Thread Max Bowsher
nicolas de loof wrote: Hello Lot's of my old projects use maven1, and new one start with maven2. To avoid downloading multiple copy of same jars, I'd like to share the local repository between m1 and m2. Is there any way to make maven2 use legacy repository layout ? No. I believe one of

Findbugs plugin cannot find dependencies' classes

2007-08-09 Thread Matthew-M . Rose
Dear Maven users, I recently tried adding the findbugs mojo to our build. It seems fairly happy except it is failing to find a lot of dependency classes. My configuration in the top level pom looks like: plugin groupIdorg.codehaus.mojo/groupId artifactIdfindbugs-maven-plugin/artifactId

Re: any way to use legacy layout for local repository ?

2007-08-09 Thread Gisbert Amm
Max Bowsher wrote: nicolas de loof wrote: Hello Lot's of my old projects use maven1, and new one start with maven2. To avoid downloading multiple copy of same jars, I'd like to share the local repository between m1 and m2. Is there any way to make maven2 use legacy repository layout ? No.

Re: any way to use legacy layout for local repository ?

2007-08-09 Thread Franz Fehringer
Also the Maven2 repository for JAXB2 was a legacy one in former times to be used with layoutlegacy/layout. Franz Gisbert Amm schrieb: Max Bowsher wrote: nicolas de loof wrote: Hello Lot's of my old projects use maven1, and new one start with maven2. To avoid downloading multiple copy of

Re: any way to use legacy layout for local repository ?

2007-08-09 Thread Nick Stolwijk
Franz Fehringer wrote: Also the Maven2 repository for JAXB2 was a legacy one in former times to be used with layoutlegacy/layout. Franz Gisbert Amm schrieb: Max Bowsher wrote: nicolas de loof wrote: Hello Lot's of my old projects use maven1, and new one start with maven2. To avoid

[m2] multiple sourceDirectory possible ?

2007-08-09 Thread Gex Dev
Hi, A little problem : Constraints : - have some java projects build with ant, those projects have multiple source directories. - would like to build those projects with Maven2 - the former ant build must work - the structure of sources mustn't be changed How can i do this ? Maven don't

Re: [m2] multiple sourceDirectory possible ?

2007-08-09 Thread Markku Saarela
Use maven-build-helper plugin http://mojo.codehaus.org/build-helper-maven-plugin/ - markku Gex Dev wrote: Hi, A little problem : Constraints : - have some java projects build with ant, those projects have multiple source directories. - would like to build those projects with Maven2 -

[CREATE:ARCHETYPE - MAVEN EMBEDDER BUG]

2007-08-09 Thread João Kreuzberg
Hi I actually don't have a pom.xml yet, cause I'm running archetype:create for creating the new project and the pom.xml Embedder doesn't care about user.dir or basedir parameters. You guys think that is a bug? Regards, João Kreuzberg On 8/9/07, Brett Porter [EMAIL PROTECTED] wrote: I

Re: [m2] multiple sourceDirectory possible ?

2007-08-09 Thread Mick Knutson
This module ROCKS! On 8/9/07, Markku Saarela [EMAIL PROTECTED] wrote: Use maven-build-helper plugin http://mojo.codehaus.org/build-helper-maven-plugin/ - markku Gex Dev wrote: Hi, A little problem : Constraints : - have some java projects build with ant, those projects

Maven and Sun Java System Application Server

2007-08-09 Thread BISO
Dears, I am trying to run maven 2 with Sun Java System Application Server on netbeans 5.5 and I got the following error: [INFO]Deploying on Sun Java System Application Server [INFO]debugMode=false [INFO]clientModuleuri=null [INFO]clientUrlPart= [INFO]forcedeploy=true no dd

maven-dependency-tree

2007-08-09 Thread Sommers, Elizabeth
Where is the scm for this module? Thanks Liz Sommers [EMAIL PROTECTED]

Re: Subject Line of Continuum Email

2007-08-09 Thread Jesse McConnell
patches are welcome though :) On 8/9/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: actually, no. Morgovsky, Alexander (US - Glen Mills) a écrit : Is there a way to change the subject line of a Continuum-generated email? Thank you. This message (including any attachments) contains

Re: maven-dependency-tree

2007-08-09 Thread Mark Hobson
On 09/08/07, Sommers, Elizabeth [EMAIL PROTECTED] wrote: Where is the scm for this module? http://svn.apache.org/repos/asf/maven/shared/trunk/maven-dependency-tree/ Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Relationship of resources and testResources

2007-08-09 Thread Eric Redmond
Well, 2.1 is a lot cooler than 2.0.x - however, I would tend to stay away for now unless you want to get involved in the core - it's not THAT stable. At least wait until the alpha release, which should be coming around in a month or so. -- Eric Redmond http://blog.propellors.net On 8/8/07, Ryan

Re: Relationship of resources and testResources

2007-08-09 Thread Ryan Moquin
Ok, I'd prefer to stay away from it then since these kinds of problems are killer on my development schedule. I do look forward to when a new version of Maven comes out though and can't wait to see what it's in 2.1. On 8/9/07, Eric Redmond [EMAIL PROTECTED] wrote: Well, 2.1 is a lot cooler

How to activate profile for certain packaging?

2007-08-09 Thread Gisbert Amm
I want to activate a profile for the packaging type war. This is what I've tried without success: activation property namepom.packaging/name valuewar/value /property /activation How can I achieve that? -Gisbert -- Gisbert Amm Softwareentwickler Infrastruktur Telefon: (0721) 91374

Re: How to activate profile for certain packaging?

2007-08-09 Thread Michael Meyer
Hi, does this work? activation property nameproject.packaging/name valuewar/value /property /activation Cheers, michael Gisbert Amm wrote: I want to activate a profile for the packaging type war. This is what I've tried without success: activation property

Re: Database lifecycle in Maven

2007-08-09 Thread Wayne Fay
What about a developer that checks out this project for the first time, how do they create a local version of the DB, do they need to know to run the ant script as a separate step? Yes. I never claimed it was ideal. This is primarily because of political issues in the way our operations team

Re: Maven SVN Integration

2007-08-09 Thread Steven Crosley
Thanks, Emmanuel. I had to use `svn add *` before it actually checked in the items, which makes sense. I guess what I'd really like to know is if this can be automated to perform SVN tasks any time I run a specific goal, such as install. So running mvn install -Dmessage=This is a test

Analysing transient dependencies

2007-08-09 Thread Saminda Abeyruwan
Hi All, Please bare with me, is there a maven2 command to analyse the transient dependencies structure for a given dependency? Thank you, -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

put rar and jar in local repo

2007-08-09 Thread Lee Meador
I have a RAR project. There are a few interfaces in it that I would like to use in clients. So, I would like to deploy both the RAR file and the JAR file that goes in it to my local repo. It's analogous to deploying an ejb jar and the corresponding ejb client jar at the same time. Does anyone

Re: Analysing transient dependencies

2007-08-09 Thread Dirk Olmes
Hi All, Please bare with me, is there a maven2 command to analyse the transient dependencies structure for a given dependency? run the build with mvn -X and have a look at the output, it gives a detailed dependency tree. Alternatively you could generate the dependencies report and have a

Re: Analysing transient dependencies

2007-08-09 Thread Eric Redmond
Try running: mvn dependency:tree http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html -- Eric Redmond http://blog.propellors.net On 8/9/07, Saminda Abeyruwan [EMAIL PROTECTED] wrote: Hi All, Please bare with me, is there a maven2 command to analyse the transient

maven-assembly-plugin ignore my empty folder.

2007-08-09 Thread acec acec
Hi, I am using maven-assembly-plugin. I want my installation package has a empty logs folder, so I created /src/main/process/logs, which is a empty folder. I tried the following fileSet, but maven assembly ignored logs folder, because it is empty. Is there a way to put the empty folder into my

Eclipse libraries

2007-08-09 Thread asr
Hi all! Does anybody know if there is a repository that holds all eclipse libraries? I'm trying to get some eclipse projects to work in headless-mode, but need several libs for that. I was hoping that a repository existed where these libs can be found (with or without dependencies in the POMs),

Re: Eclipse libraries

2007-08-09 Thread Dan Tran
http://repo1.maven.org/eclipse/ experimental only!! I think On 8/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all! Does anybody know if there is a repository that holds all eclipse libraries? I'm trying to get some eclipse projects to work in headless-mode, but need several libs

Proper Versioning Techniques

2007-08-09 Thread Mark64
Hello, I am new to Maven and trying to setup a local repository with various jars such that I can build my components. The current jar version scheme we use is as follows: product-w.x.y.z.jar Where w.x.y.z are numbers defined as follows: w = major release. Does not change often x = minor

Re: Eclipse libraries

2007-08-09 Thread asr
I'll give it a try, thanks! http://repo1.maven.org/eclipse/ experimental only!! I think On 8/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all! Does anybody know if there is a repository that holds all eclipse libraries? I'm trying to get some eclipse projects to work in

RE: Analysing transient dependencies

2007-08-09 Thread Jason Pringle
Is 2.0-alpha-5 about to be released? The docs you show are live on the maven site, but the repository doesn't (yet) contain version 2.0-alpha-5. --Jason -Original Message- From: Eric Redmond [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 11:12 AM To: Maven Users List

Re: Analysing transient dependencies

2007-08-09 Thread Eric Redmond
Hm... looks like artifacts aren't deployed along side the site. If only there was some sort of tool where deployments could be synched up... perhaps daily or even weekly. But apparently, no tool like that must exist ;) -- Eric Redmond http://blog.propellors.net On 8/9/07, Jason Pringle [EMAIL

RE: Analysing transient dependencies

2007-08-09 Thread Brian E. Fox
The release should be soon. It is normal practice to push out the updated sites ahead of the release so that docs can be updated without waiting. The mojos should show the @since version. -Original Message- From: Jason Pringle [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007

Re: put rar and jar in local repo

2007-08-09 Thread Wayne Fay
The build helper plugin is your friend: http://mojo.codehaus.org/build-helper-maven-plugin/attach-artifact-mojo.html Wayne On 8/9/07, Lee Meador [EMAIL PROTECTED] wrote: I have a RAR project. There are a few interfaces in it that I would like to use in clients. So, I would like to deploy both

Re: put rar and jar in local repo

2007-08-09 Thread Lee Meador
Wayne, I did figure out a work around and with your suggestion, which I will try either tomorrow or when I get back from my vacation, that should be that. What I did was make the project into a jar project and then I bound in the rar plugin to run during the package phase. So the RAR file gets

Re: Maven and Sun Java System Application Server

2007-08-09 Thread Greg Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BISO wrote: Dears, I am trying to run maven 2 with Sun Java System Application Server on netbeans 5.5 and I got the following error: BISO my approach to these kinds of error messages is to use google with key messages. [INFO]Deploying on Sun

maven-clean-plugin: does inheritedtrue/inherited work for you?

2007-08-09 Thread Barrie Treloar
With mvn 2.0.7 and maven-clean-plugin:2.1.1 In my parent plugin build pluginManagement plugins plugin artifactIdmaven-clean-plugin/artifactId inheritedtrue/inherited configuration filesets fileset