[Continumm 1.0.3] Alot of errors in the continumm log file..

2006-07-26 Thread Mattias Andersson
Hi, I got some errors today in the continuum log fil that I do know how to solve? The appeared when I pressed the build button for a project. It's a shell project, SCM is CVS and I use continumm 1.0.3. Are these errors known or should I add new isues? And are there any workarounds? (the complete

Re: [Continumm 1.0.3] Alot of errors in the continumm log file..

2006-07-26 Thread Emmanuel Venisse
It's a known problem thazt we'll fix in 1.1. The length of a field (COMMAND_OUTPUT) isn't enought in database, you can change it to a blob with a sql client like squirrel. Emmanuel Mattias Andersson a écrit : Hi, I got some errors today in the continuum log fil that I do know how to solve?

Re: [Continumm 1.0.3] Alot of errors in the continumm log file..

2006-07-26 Thread Emmanuel Venisse
If you change it, can you send us the procedure? we'll add an entry in faqs. Emmanuel Mattias Andersson a écrit : Hi Emmanuel, ok, I'll try to change the column. Thanks for the quick response! Regards, Mattias It's a known problem thazt we'll fix in 1.1. The length of a field

Super Pom

2006-07-26 Thread Lakshman Srilakshmanan
Hi All, I have used maven 1.x for a couple of years now and am in the process of migrating to maven 2.x I need to set some configuration globally (eg customised checkstyle). I find the appropriate place would be to include it in the super pom. Unfortunately I don't seem to be able to find it.

AW: scm connection in parent POM?

2006-07-26 Thread Nick Panienski
How does the scm connection in a parent POM have to configured so that sub-projects are found with the convention of putting them in groupId/artifactId (with dots replaced by slashes in groupId) in CVS? Hi, I use SVN and configured the root to where all my projects reside as scmconnection.

Re: eclipse plugin archetype?

2006-07-26 Thread Stéphane Bouchet
Hi, there is some improvement to the maven-eclipse-plugin to adress this. If you set these lines in your POM, you could be able to compile and debug an eclipse plugin : plugin artifactIdmaven-eclipse-plugin/artifactId

Re: Super Pom

2006-07-26 Thread Emmanuel Venisse
http://maven.apache.org/plugins/maven-checkstyle-plugin/customize.html Lakshman Srilakshmanan a écrit : Hi All, I have used maven 1.x for a couple of years now and am in the process of migrating to maven 2.x I need to set some configuration globally (eg customised checkstyle). I find the

[m2] Download page

2006-07-26 Thread Damien Viel
Hi all, Is there a way to create a download page in the maven site that will expose a link to get the assembly build with the assembly plugin ? Thanks Damien -- -- Damien Viel | +33 1 41 97 83 20 | [EMAIL PROTECTED]

Re: [m2] Download page

2006-07-26 Thread Denis Cabasson
Damien Viel wrote: Hi all, Is there a way to create a download page in the maven site that will expose a link to get the assembly build with the assembly plugin ? Thanks Damien Short answer: no You have to make this page yourself, using the apt format (not that difficult...).

changes.xml and jira query

2006-07-26 Thread juergen.schumacher
Hi, for the change report I only found that the changes.xml have to edit manually. As far as the development team uses tools like jira or bugzilla it doesnt make any sense to repeat all the data. Somewhere in the todo issues I found that it is planned to create the changes.xml automatically from

Re: modules and assembly problem

2006-07-26 Thread Damien Viel
Ok, Thanks for your answer Damien Barrie Treloar a écrit : On 7/25/06, Damien Viel [EMAIL PROTECTED] wrote: Thank for your help. I've tried your solution with a dedicated project for the build which has dependencies on the binary assemblies. But my assembly still empty. This is because

Project description

2006-07-26 Thread Jeff Mutonho
My project description is a bit long and would like to introduce paragraphs and sub-headings in it.Is it possible to do this? -- Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042

Re: Project description

2006-07-26 Thread Ivo Limmen
I recently discovered that the description is also added to the manifest within the jar that is produced. When the description spans more than one line my build fails i.e. the jar is not valid. So to answer your question: I don't think it is possible. On 7/26/06, Jeff Mutonho [EMAIL PROTECTED]

[M1] warning: last-modified not specified with non snapshot dependency

2006-07-26 Thread Stephane Nicoll
Hi, We have recenlty switched to the maven proxy and I have a weird behavior quite often. When downloading a dependency maven outputs the following: Attempting to download xdoclet-1.2.3.jar. warning: last-modified not specified 138/? The download of such (light!) dependency is very slow and

Re: [M1] warning: last-modified not specified with non snapshot dependency

2006-07-26 Thread Stephane Nicoll
Also the following weird count outputs. I have no idea where it's coming from: warning: last-modified not specified 145K downloaded Attempting to download xdoclet-xdoclet-module-1.2.3.jar. warning: last-modified not specified 54K downloaded Attempting to download xdoclet-ejb-module-1.2.3.jar.

Re: [M1] warning: last-modified not specified with non snapshot dependency

2006-07-26 Thread Stephane Nicoll
Wouh 115K downloaded Attempting to download xdoclet-bea-module-1.2.3.jar. 103K downloaded Attempting to download xdoclet-apache-module-1.2.3.jar. 94K downloaded Attempting to download xdoclet-web-module-1.2.3.jar. 72K downloaded Attempting to download xdoclet-jdo-module-1.2.3.jar. 28K downloaded

per-user db settings in maven

2006-07-26 Thread Denis McCarthy
Hi, I'm moving from an ant build process to maven. I'm currently trying to replace an ant target that rebuilt our database. In the ant target each developer had an individual local.properties file that defined their own username/password/tnsname for the database. I'm writing a simple plugin

Re: [m1.1] Unable to deploy to remote repository

2006-07-26 Thread Daniel Beland
Hi, yes I can logon with ssh, scp and sftp works perfectly fine. I already accepted to add the server to my list. I can se a line for gdps in the file ~/.ssh/known_hosts. I am not using authentication keys, I always type in the password. As I said, everything works fine with maven 1.0.2 and

[m2] Including LICENSE.txt in jars

2006-07-26 Thread Andrew Wilde
Hi, I'm migrating our build from maven 1 to maven 2 at the moment. It seems the LICENSE.txt is automatically included in the jar for maven 1, but this doesn't seem to be the default behaviour for maven 2. Is there some setting I have to make ? I couldn't find any obvious information on the maven

Re: [m2] Including LICENSE.txt in jars

2006-07-26 Thread Emmanuel Venisse
Put your license file under src/main/resources Emmanuel Andrew Wilde a écrit : Hi, I'm migrating our build from maven 1 to maven 2 at the moment. It seems the LICENSE.txt is automatically included in the jar for maven 1, but this doesn't seem to be the default behaviour for maven 2. Is there

maven-scm-plugin : pupose of scm:status goal ?

2006-07-26 Thread Sharma, Jaikumar
Hi, I would like to know the purpose of scm:status goal in maven-scm-plugin, becuase I am not able to get clear view about the functionality provided by this goal with regard to MKS proivder counterpart command ? Could somebody give some idea on this please ? Regards.

Re: eclipse plugin archetype?

2006-07-26 Thread Valerio Schiavoni
Hello Stéphane, maybe i can contribute some code with the proposed archetype. what do you think? I'm quite new to eclipse plugin development, so i don't know either if there's a common/best practice way to organize a project structure. On 7/26/06, Stéphane Bouchet [EMAIL PROTECTED] wrote:

maven site into Trac?

2006-07-26 Thread Valerio Schiavoni
hello everyone, any one knows how to 'merge' the maven generated website within Trac, as it's done here: http://dev.rectang.com/projects/javautil/maven/ i think they did it 'manually'..but maybe not. thanks, valerio -- http://valerioschiavoni.blogspot.com http://jroller.com/page/vschiavoni

Re: eclipse plugin archetype?

2006-07-26 Thread Stéphane Bouchet
Valerio Schiavoni a écrit : Hello Stéphane, maybe i can contribute some code with the proposed archetype. what do you think? Sure ! but i am not familiar with archetype creations :( I'm quite new to eclipse plugin development, so i don't know either if there's a common/best practice way to

Re: [M1] warning: last-modified not specified with non snapshot dependency

2006-07-26 Thread Stephane Nicoll
restarting the tomcat process fixes the problem. I really don't get it. On 7/26/06, Stephane Nicoll [EMAIL PROTECTED] wrote: Hi, We have recenlty switched to the maven proxy and I have a weird behavior quite often. When downloading a dependency maven outputs the following: Attempting to

Re: changes.xml and jira query

2006-07-26 Thread Allan Ramirez
Not sure about it. Have you tried using changes:jira-report? Anyway, cid:part1.00030506.04030609@exist.com maven-changes-plugin should help you alot regarding jira querying. Cheers, allan juergen.schumacher wrote: Hi, for the change report I only found that the changes.xml have to edit

how to include tests.jar in ear

2006-07-26 Thread mawi
Hi all, I'm using the maven-ear-plugin to build an ear, which also should include a secondary tests-jar-artifact (with the classifier tests). The artifact is defined as dependency in the ear-projects pom. As the javaModule definition provides no means to declare a classifier, I find no way to

Re: [m1.1] Unable to deploy to remote repository

2006-07-26 Thread Arnaud HERITIER
The new artifact plugin uses the wagon project. I must have a look at the code to see how it works. Can you try the version 1.9-SNAPSHOT please? maven plugin:download -DgroupId=maven -DartifactId=*maven-artifact-plugin* -Dversion=*1.9*-SNAPSHOT

Re: maven site into Trac?

2006-07-26 Thread Andrew Williams
:) I am the dev behind dev.rectang.com and can tell you it is not manually done :) I have a trac plugin that is almost ready for a release that does it for me. step 1) install plugin, tell it where the site is generated to (on the filesystem) step 2) set your site to use the maven-trac-skin

Re: exec-maven-plugin and classpath

2006-07-26 Thread Kaare Nilsen
Hi.. What you actually do here is to mix the configuration style og the exec and the java goal. In the configuration of the java goal there is no classpath element because it will automaticly be build based on the project dependencies. Also I would remove the systemProperties section (well that

Re: eclipse plugin archetype?

2006-07-26 Thread Valerio Schiavoni
Hello Stèphane, On 7/26/06, Stéphane Bouchet [EMAIL PROTECTED] wrote: Eclipse plugin is like a java project, but there is 3 files that are mandatory : plugin.xml, build.properties and META-INF/MANIFEST.MF . how much different are those files from plugin to plugin ? i know that when you

Re: [m1.1] Unable to deploy to remote repository

2006-07-26 Thread Daniel Beland
Sorry I was using 1.8 and not 1.7 as I said. 1.9-SNAPSHOT gives me the same error. On 7/26/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: The new artifact plugin uses the wagon project. I must have a look at the code to see how it works. Can you try the version 1.9-SNAPSHOT please? maven

Re: eclipse plugin archetype?

2006-07-26 Thread Stéphane Bouchet
Valerio Schiavoni a écrit : Hello Stèphane, On 7/26/06, Stéphane Bouchet [EMAIL PROTECTED] wrote: Eclipse plugin is like a java project, but there is 3 files that are mandatory : plugin.xml, build.properties and META-INF/MANIFEST.MF . how much different are those files from plugin to

Re: exec-maven-plugin and classpath

2006-07-26 Thread Sean Mitchell
On Wednesday 26 July 2006 7:14 am, Kaare Nilsen wrote: This is at least the setup that works for me. I see that a little more documentation is needed on the mojo site. But for any further question, please use the mojo user group . Thanks for your help... in fact, my problem was that the class

Re: exec-maven-plugin and classpath

2006-07-26 Thread Kaare Nilsen
Glad to help, and to make the commandline a little shorter you could keep the following configuration in the pom (this is my preferred way of use) plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId version1.0.1/version configuration

Re: per-user db settings in maven

2006-07-26 Thread Vincent Siveton
Use the settings.xml For sql statements, check: http://mojo.codehaus.org/sql-maven-plugin/ Cheers, Vincent 2006/7/26, Denis McCarthy [EMAIL PROTECTED]: Hi, I'm moving from an ant build process to maven. I'm currently trying to replace an ant target that rebuilt our database. In the ant

How to add some attributes to the manifest?

2006-07-26 Thread Alexis Midon
Hi all, I'd like to add dynamically some attributes to a manifest. I've searched into the maven-jar-plugin and found a way to set the manifest file itself but nothing about attributes. I'd like something like the Maven 1 jar plugin configuration :

Re: How to add some attributes to the manifest?

2006-07-26 Thread Alexis Midon
I finally found a way to add attribute to the manifest. You should use the following syntax : build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId configuration archive

How to deploy with ftp via gateway to internal repository?

2006-07-26 Thread andreas.ebbert-karroum
Hi everybody, we have our internal repository on a public (=internet) server. The upload should work over FTP, security is sufficient for that. However, some people (like me) cannot ftp directly from the intranet to the internet but only through a FTP Gateway. The gateway works so, that you

Re: changes.xml and jira query

2006-07-26 Thread juergen.schumacher
Hi Allan, yep, with changes:jira-report I get a list of all the jira-issues with the status. But the changes-report generate a Fixed-issue-in-which-release Report based on the changes.xml. Sure, JIRA have all that information too and I think it must be possible to retrieve this and generate with

Re: https proxy support?

2006-07-26 Thread Alexandre Poitras
I have the same exact problem, anyone has find a solution?? On 5/17/06, Franz Fehringer [EMAIL PROTECTED] wrote: Only the first proxy is considered it seems. If i exchange the two proxies (https first http second) the http connects start to fail. How do i configure i proxy for both http amd

Re: maven site into Trac?

2006-07-26 Thread dan tran
On 7/26/06, Andrew Williams [EMAIL PROTECTED] wrote: :) I am the dev behind dev.rectang.com and can tell you it is not manually done :) I have a trac plugin that is almost ready for a release that does it for me. step 1) install plugin, tell it where the site is generated to (on the

Re: https proxy support?

2006-07-26 Thread Alexandre Poitras
Ok I got it : http://jira.codehaus.org/browse/WAGONHTTP-6 On 7/26/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I have the same exact problem, anyone has find a solution?? On 5/17/06, Franz Fehringer [EMAIL PROTECTED] wrote: Only the first proxy is considered it seems. If i exchange the

Re: maven site into Trac?

2006-07-26 Thread Alexandre Poitras
I'm also very interested :) On 7/26/06, dan tran [EMAIL PROTECTED] wrote: On 7/26/06, Andrew Williams [EMAIL PROTECTED] wrote: :) I am the dev behind dev.rectang.com and can tell you it is not manually done :) I have a trac plugin that is almost ready for a release that does it for me.

Code coverage with AspectJ?

2006-07-26 Thread Howard Lewis Ship
Does anyone know how to generate a code coverage report when using AspectJ in a project? The Clover plugin wants to rewrite and recompile the code, which probably won't play well with all things aspect. Is there a Maven2 plugin for emma or cobetura? -- Howard M. Lewis Ship TWD Consulting, Inc.

Re: Code coverage with AspectJ?

2006-07-26 Thread Raphaël Piéroni
Hi 2006/7/26, Howard Lewis Ship [EMAIL PROTECTED]: Does anyone know how to generate a code coverage report when using AspectJ in a project? Sorry, I dunno The Clover plugin wants to rewrite and recompile the code, which probably won't play well with all things aspect. Is there a Maven2

Re: maven site into Trac?

2006-07-26 Thread Raphaël Piéroni
me too ;) and if some one know how to correctly install trac on a amd64 mandriva linux, i will be happy to have some information. Raphaël 2006/7/26, Alexandre Poitras [EMAIL PROTECTED]: I'm also very interested :)

Re: Code coverage with AspectJ?

2006-07-26 Thread Carlos Sanchez
On 7/26/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: Does anyone know how to generate a code coverage report when using AspectJ in a project? The Clover plugin wants to rewrite and recompile the code, which probably won't play well with all things aspect. seems not possible: [quote] Indeed

Re: Code coverage with AspectJ?

2006-07-26 Thread Howard Lewis Ship
Just tried cobetura plugin but it's giving me 0% coverage: mvn cobertura:cobertura had some hickups on my aspects (NPEs). The tests all run and pass (there would be failures if the aspects weren't in effect), but the output report is all 0% coverage. On 7/26/06, Raphaël Piéroni [EMAIL

RE: Code coverage with AspectJ?

2006-07-26 Thread Vincent Massol
Hi Howard, -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: mercredi 26 juillet 2006 17:19 To: Maven Users List Subject: Code coverage with AspectJ? Does anyone know how to generate a code coverage report when using AspectJ in a project? The Clover

Re: per-user db settings in maven

2006-07-26 Thread Denis McCarthy
That worked - thanks. Vincent Siveton wrote: Use the settings.xml For sql statements, check: http://mojo.codehaus.org/sql-maven-plugin/ Cheers, Vincent 2006/7/26, Denis McCarthy [EMAIL PROTECTED]: Hi, I'm moving from an ant build process to maven. I'm currently trying to replace an ant

RE: [m2] variable for ${basedir}/target ?

2006-07-26 Thread Jason.Yankus
Try ${project.build.directory}. -jason -Original Message- From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 11:37 AM To: Maven Users List Subject: [m2] variable for ${basedir}/target ? Hi! Does any variable exist for ${basedir}/target - or is this the

Re: [m2] variable for ${basedir}/target ?

2006-07-26 Thread Alexis Midon
and a variable for the main resource directory? On 7/26/06, David J. M. Karlsen [EMAIL PROTECTED] wrote: Hi! Does any variable exist for ${basedir}/target - or is this the closest I can come? Does there exist a list over variable expressions in maven2 poms? -- David J. M. Karlsen - +47

JWS - JNLP

2006-07-26 Thread Chris
Where can I find more information about the Maven JNLP Plug-in ? Does anybody already build Java Web Start applications using Maven 2 ? TIA. -- View this message in context: http://www.nabble.com/JWS---JNLP-tf2004761.html#a5506411 Sent from the Maven - Users forum at Nabble.com.

Eclipse plugin 0.0.9 and Maven2 Dependencies Library

2006-07-26 Thread Borut Bolčina
Hello, what would be the reason for Maven2 Dependencies Library not being visible in Package Explorer? The dependencies are resolved as this library is listed in Java Build Path/Libraries. Adding dependencies with context menu doesn't work as a consequence. Can't find the difference in my

M2-snapshot error

2006-07-26 Thread Matilda Robert
Hi all, Is anyone else having a problem trying to access cargo m2 snapshot repository? I didn't start having this problem until yesterday about 2 pm. Before yesterday afternoon everything ran fine now, I am getting this error while compiling: 594$ [INFO] Scanning for projects... [INFO]

RE: M2-snapshot error

2006-07-26 Thread Vincent Massol
Hi Matilda, I did a cargo snapshot deploy at around that time and the deploy failed (some http connection failed in maven). I did a new deploy and it worked. However it's possible that it cause some problem. I'm going to clean up the repo and do a deploy again. I've found in the past that if

Re: Eclipse plugin 0.0.9 and Maven2 Dependencies Library

2006-07-26 Thread Charles Harvey III
Do you have M2_REPOSITORY setup in the classpath variables of your co-worker? Borut Bolčina said the following on 7/26/2006 12:34 PM: Hello, what would be the reason for Maven2 Dependencies Library not being visible in Package Explorer? The dependencies are resolved as this library is

RE: M2-snapshot error

2006-07-26 Thread Matilda Robert
Thank you! Matilda -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 12:53 PM To: 'Maven Users List' Subject: RE: M2-snapshot error Hi Matilda, I did a cargo snapshot deploy at around that time and the deploy failed (some http connection

[m2] add resources to surefire execution

2006-07-26 Thread David J. M. Karlsen
Hi List! I got some resources for the testing phase that should exist on the classpath while testing with surefire. If I merely add testResources testResource directory${basedir}/src/test/config/directory /testResource testResource

RE: Code coverage with AspectJ?

2006-07-26 Thread Jason Chaffee
I use cobetura and load-time weaving during unit-tests to do this. To use load-time weaving you must fork at least once and provide the javaagent as an argline -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 8:42 AM To: 'Maven Users

RE: M2-snapshot error

2006-07-26 Thread Vincent Massol
Done. Try it. Make sure you use -cpu or -u (can never recall which one) or delete the cargo files in your local repo. -Vincent -Original Message- From: Matilda Robert [mailto:[EMAIL PROTECTED] Sent: mercredi 26 juillet 2006 19:12 To: 'Maven Users List'; [EMAIL PROTECTED] Subject:

Re: Eclipse plugin 0.0.9 and Maven2 Dependencies Library

2006-07-26 Thread Borut Bolčina
We both have M2_REPO variable pointed to ${user}/.m2/repository. Charles Harvey III pravi: Do you have M2_REPOSITORY setup in the classpath variables of your co-worker? Borut Bolčina said the following on 7/26/2006 12:34 PM: Hello, what would be the reason for Maven2 Dependencies Library

Re: [m2] variable for ${basedir}/target ?

2006-07-26 Thread Eric Redmond
You can get most (all?) element values from the pom in the form of parameters, nesting by dot notation. for example: project build directoryVALUE/directory is ${project.build.directory} etc. If you want to play with viewing the value of any parameter, try the ant plugin: build

Re: Code coverage with AspectJ?

2006-07-26 Thread Kaare Nilsen
On 26/07/06, Jason Chaffee [EMAIL PROTECTED] wrote: I use cobetura and load-time weaving during unit-tests to do this. To use load-time weaving you must fork at least once and provide the javaagent as an argline -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent:

Re: JWS - JNLP

2006-07-26 Thread Emmanuel Venisse
http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/howto.html Emmanuel Chris a écrit : Where can I find more information about the Maven JNLP Plug-in ? Does anybody already build Java Web Start applications using Maven 2 ? TIA.

Re: [m1.1] Unable to deploy to remote repository

2006-07-26 Thread Lukas Theussl
How does the line with gdps in known_hosts look like exactly? Jsch expects a fully qualified hostname, ie something like gdps.domain.org,xxx.xxx.xxx.xxx ssh-rsa ... and not gdps ssh-rsa ... even though the latter works from the command line. HTH, -Lukas Daniel Beland wrote: Hi, yes I

Help with scm url format

2006-07-26 Thread Wendy Smoak
I'm having trouble wtih the source-repository.html page for a project with an internal Subversion repository available only over svn://. scm developerConnectionscm:svn:svn://example.org/repos/irm/project/trunk/developerConnection /scm It generates: Everyone can access the Subversion

[m2] Developers LDAP plugin anyone?

2006-07-26 Thread Edelson, Justin
I've put together a plugin that enables me to specify only the id for each developer in the pom and populate the remainder of the developer objects with attributes from LDAP. The name, email, etc. properties resolved from LDAP then show up in the team list report as well as the changelog report

Re: [m2] Developers LDAP plugin anyone?

2006-07-26 Thread Carlos Sanchez
absolutely, you can attach it under the MOJO jira project http://jira.codehaus.org/browse/MOJO On 7/26/06, Edelson, Justin [EMAIL PROTECTED] wrote: I've put together a plugin that enables me to specify only the id for each developer in the pom and populate the remainder of the developer objects

Re: Code coverage with AspectJ?

2006-07-26 Thread Carlos Sanchez
I just copied that from another thread about Clover and AspectJ. I never tried it. On 7/26/06, Kaare Nilsen [EMAIL PROTECTED] wrote: On 26/07/06, Jason Chaffee [EMAIL PROTECTED] wrote: I use cobetura and load-time weaving during unit-tests to do this. To use load-time weaving you must fork

RE: Code coverage with AspectJ?

2006-07-26 Thread Vincent Massol
-Original Message- From: Kaare Nilsen [mailto:[EMAIL PROTECTED] Sent: mercredi 26 juillet 2006 19:53 To: Maven Users List Subject: Re: Code coverage with AspectJ? On 26/07/06, Jason Chaffee [EMAIL PROTECTED] wrote: I use cobetura and load-time weaving during unit-tests to do

Re: [m2] Developers LDAP plugin anyone?

2006-07-26 Thread Andrew Williams
yeah baby :) sounds great On Wed, 2006-07-26 at 15:34 -0400, Edelson, Justin wrote: I've put together a plugin that enables me to specify only the id for each developer in the pom and populate the remainder of the developer objects with attributes from LDAP. The name, email, etc. properties

Configuring Continuum to authenticate with SCM

2006-07-26 Thread Chris Audley
I'm new to Continuum and I'm trying to get my first project up and running. The code for the project is stored in a subversion repository accessed through secure HTTP (Apache server). All access to the repository requires authentication. I can create an account for the continuum server, but how

[m2] mojo parameter injection question

2006-07-26 Thread Frederik Bayart
Hello, I'm writing a new mojo in a new plugin. Because I like to reuse functionality from a existing abstract mojo in an existing plugin, I use inheritance. However the parameters defined by the base class (such as project, local, ...) are not automatically injected by maven. I could inject

RE: [m2] Developers LDAP plugin anyone?

2006-07-26 Thread Edelson, Justin
Correct me if I'm wrong, but doesn't that mean I would cease to be a committer on this plugin? Not trying to debate this policy, just trying to understand the implications of codehaus hosting. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez

RE: How to copy jars from local repository?

2006-07-26 Thread Frederik Bayart
This can be done with the maven dependency plugin : http://mojo.codehaus.org/dependency-maven-plugin/introduction.html If you click on how to use, you see how to configure your pom file Frederik -Original Message- From: Kapil Gupta(CT) [mailto:[EMAIL PROTECTED] Sent: Sun 7/23/2006

Re: Configuring Continuum to authenticate with SCM

2006-07-26 Thread Jesse McConnell
you should just need to setup the settings.xml file for the user that is running the continuum instance. general rule of thumb is that if you can run it from the commandline it ought to run in continuum. There is a url format that you can use when pointing at the top lvl pom.xml when adding the

Re: [m2] variable for ${basedir}/target ?

2006-07-26 Thread David J. M. Karlsen
Eric Redmond wrote: You can get most (all?) element values from the pom in the form of parameters, nesting by dot notation. for example: project build directoryVALUE/directory is ${project.build.directory} etc. If you want to play with viewing the value of any parameter, try the ant

Re: [m2] Developers LDAP plugin anyone?

2006-07-26 Thread Carlos Sanchez
it'll be hosted as part of the mojo project. Beased on your contributions you can become a member. On 7/26/06, Edelson, Justin [EMAIL PROTECTED] wrote: Correct me if I'm wrong, but doesn't that mean I would cease to be a committer on this plugin? Not trying to debate this policy, just trying to

Re: Nullpointerexception when executing project containing a profile

2006-07-26 Thread John Casey
Hi Daniel, I've looked around in the current SVN for Maven (this chunk of code hasn't changed much, I don't think), and I'm not seeing any way that your NPE could arise. Can you tell me which Maven version your instance of Continuum is using? That way, I can checkout the code from that release,

RE: [mojo-dev] Re: [m2] Developers LDAP plugin anyone?

2006-07-26 Thread Edelson, Justin
OK. I'll do some cleanup to adhere to the plugin guidelines and try to submit it via Jira this week. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Wednesday, July 26, 2006 4:59 PM To: Maven Users List Cc: dev@mojo.codehaus.org

The authenticity of host 'www.whatever.com' can't be established

2006-07-26 Thread korebantic
I'm working on creating a remote repository. I'm uploading to the repository using: http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html In setting up ssh, I cannot get rid of the The authenticity of host 'www.whatever.com' can't be established message when executing mvn

Re: Help with scm url format

2006-07-26 Thread Emmanuel Venisse
Wendy Smoak a écrit : I'm having trouble wtih the source-repository.html page for a project with an internal Subversion repository available only over svn://. scm developerConnectionscm:svn:svn://example.org/repos/irm/project/trunk/developerConnection /scm It generates: Everyone can

Generate Jira Report report

2006-07-26 Thread Borut Bolčina
Anybody knows how to correct this? It happens when generating site. [INFO] Generate Jira Report report. [INFO] [ERROR] FATAL ERROR [INFO] [INFO]

classpath problem with ant plugin

2006-07-26 Thread raghurajan . x . gurunathan
Hi All, I'm trying to use antrun plugin to call build.xml but when i call it eventhough i have defined jar as dependency in ant plugin execution i'm still getting java.lang.NoClassDefFoundError can any one pls help me with this, This iswhat i'm doing, i have build.xml generated from

Re: Generate Jira Report report

2006-07-26 Thread Dennis Lundberg
Yes, you need to build the latest version of the plugin from SVN. This problem has been fixed there, but no new snapshot has been published. -- Dennis Lundberg Borut Bolčina wrote: Anybody knows how to correct this? It happens when generating site. [INFO] Generate Jira Report report. [INFO]

Re: The authenticity of host 'www.whatever.com' can't be established

2006-07-26 Thread Wayne Fay
This was discussed recently... http://www.nabble.com/Default-dir-fo-site-src-tf1976644.html#a5431309 The resolution was: Try adding an empty file ~/.ssh/known_hosts Wayne On 7/26/06, korebantic [EMAIL PROTECTED] wrote: I'm working on creating a remote repository. I'm uploading to the

Re: Maven Build Notification

2006-07-26 Thread Alexandre Poitras
You could also use continuum manual build functionnalities. Just don't set any scheduled build if you don't need to. On 7/25/06, Thomas Van Buskirk [EMAIL PROTECTED] wrote: Thank you gscokart and ivolimmen ... I'll check JIRA for the issue. It would be nice to be able to determine the actual

Re: Help with scm url format

2006-07-26 Thread Wendy Smoak
On 7/26/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Wendy Smoak a écrit : If there is no connection element, it shouldn't print Everyone can access the Subversion repository (they can't.) It should just say 'Committers must checkout the Subversion repository via SVN.' It's a bug,

Re: Eclipse plugin 0.0.9 and Maven2 Dependencies Library

2006-07-26 Thread Valerio Schiavoni
what happen if you disable/enable the maven nature, on your local copy of the project? On 7/26/06, Borut Bolčina [EMAIL PROTECTED] wrote: Hello, what would be the reason for Maven2 Dependencies Library not being visible in Package Explorer? The dependencies are resolved as this library is

Re: [M2] Request for Sun jars to be added to ibiblio m2 repo

2006-07-26 Thread matthewadams
FYI, I have sent feedback to Sun requesting that the J2EE Connector Architecture class files be rereleased under the CDDL. We'll see where this goes... -- View this message in context: http://www.nabble.com/-M2--Request-for-Sun-jars-to-be-added-to-ibiblio-m2-repo-tf1977662.html#a5512591 Sent

dependency on two versions

2006-07-26 Thread Satish
I have the following dependecies in my POM - ecahce - 1.2 - hibernate 3.1rc1 I have one of the package which depends on ecahce 1.2, but as part of hibernate dependency, it downloads ecache1.1. There are some method signatures change between ecache 1.1 and 1.2 and this results in the

Re: dependency on two versions

2006-07-26 Thread Valerio Schiavoni
you can manually exclude the unwanted version. dependencies dependency groupIdgroup-a/groupId artifactIdartifact-a/artifactId version1.0/version exclusions exclusion groupIdgroup-c/groupId artifactIdexcluded-artifact/artifactId

Re: dependency on two versions

2006-07-26 Thread Satish
is there any way to specificy which version to take precedence in the classpath, looks like i have some other dependency jars which want the older version. I want the latest version to take precedence. -- View this message in context:

RE: Super Pom

2006-07-26 Thread Lakshman Srilakshmanan
Hi Emmanuel, Thanks for your reply. The http://maven.apache.org/plugins/maven-checkstyle-plugin/customize.html describes how to include a customised checkstyle within a POM. I need to know the location of the super POM itself, if one exists. Thanks Lakshman -Original Message-

Re: Super Pom

2006-07-26 Thread Stephen Duncan
You can choose to make a super-pom that all your projects inherit from to provide common configuration. - Stephen On 7/26/06, Lakshman Srilakshmanan [EMAIL PROTECTED] wrote: Hi Emmanuel, Thanks for your reply. The http://maven.apache.org/plugins/maven-checkstyle-plugin/customize.html

Re: dependency on two versions

2006-07-26 Thread Max Cooper
No. You must exclude the versions you don't want. This can be tricky to do, since dependencies quickly multiply. You could have just one direct dependency and up with MANY inherited dependencies. I have used a technique where I comment-out all the dependencies and add them back in to the

Re: dependency on two versions

2006-07-26 Thread Edwin Punzalan
Hi. Direct dependencies take precedence over transitive dependencies. Therefore, if you declare ehcache 1.2 in your pom.xml, then any transitive dependency of the same artifact but different version will not go into your project's classpath. No need to exclude if the problem is only the

Re: dependency on two versions

2006-07-26 Thread Stephen Duncan
While this is generally true, the problem/confusion is caused by the fact that the groupId for ehcach in version 1.1 is ehcache, whereas for 1.2 it is net.sf.ehcache, cause Maven to treat them as different artifacts, and therefore both will be included unless ehcache 1.1 is explicitly excluded.

  1   2   >