Re: [c-1.1] Can't edit project notifiers?

2007-12-06 Thread Mick Knutson
I see the changes in the ci when I update the pom, but the strange thing is, I still don't see the emails. Now I created a tools pom with some utilities in it, and added a user notifier with the same email address, and it got delivered. But the one for my main project does not. On Dec 5, 2007

Re: Error caused by cvs it is in the way

2007-12-06 Thread pfuschi
Hi, Is this bug fixed? What is the Bug ID? I have the same bug with 1.1 final again, with a little difference. The cvs error are lots of is no longer in the repository and it is in the way From the logs: 9638342 [Thread-6] ERROR

Creating new user in Continuum 1.1I

2007-12-06 Thread L. J.
Hi, Just want to see if anyone else having this problem. I can only create admin user during the initial installation. After that, whatever the users I created, it says that either the username or password is incorrect while trying to log in. Thanks. LJ

[c11] What is the difference between loading a single pom, verse multiple?

2007-12-06 Thread Mick Knutson
There is an option for multi-module projects to only load the master pom. What is the difference between loading just the top level pom.xml verse all pom's in the project? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com

Re: [1.0.3] Add -Xmx to jvm parameters

2007-12-06 Thread Raúl Casado Piqueras
Hi Mathus. If you want maven to be launched with this param globally, just edit the script mvn file (.bat if it is Windows, .sh on Unix based systems) and add this param to the mvn call like in this example: @REM Start MAVEN2 :runm2 %MAVEN_JAVA_EXE% %MAVEN_OPTS% -Xmx1024 -classpath

Re: deploy jar with dependencies

2007-12-06 Thread Arthur Erdös
did you try the assembly plugin? http://maven.apache.org/plugins/maven-assembly-plugin/index.html I am using it with maven 2, so I dont know if it works with maven 1 bu give it a try ^^ regards, Arthur Sonar, Nishant schrieb: Hi I need to build on a machine and deploy the jar on

Re: deploy jar with dependencies

2007-12-06 Thread Stuart McCulloch
On 06/12/2007, Sonar, Nishant [EMAIL PROTECTED] wrote: Hi I need to build on a machine and deploy the jar on another machine. Now there are dependencies in my jar are to be supplied with this jar, as it is no the build machine the classpath. How should I create a single distributable

RE: Maven 2.0.6 - Windows - SVN question

2007-12-06 Thread Váry Péter
Thanks Tamás! That was the problem :) Regards, Péter -Original Message- From: Tamás Cservenák [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 05, 2007 3:54 PM To: Maven Users List Subject: Re: Maven 2.0.6 - Windows - SVN question Hello AFAIK, on windows if a file is opened (in

Bug: offline build not running, when having SNAPSHOT dependencies

2007-12-06 Thread Matthias Wessendorf
Hi, I am having troubles with mvn ... -o (with maven 2.0.7) says not able to download (but, really, the file is in my local repo) The dependency is a -SNAPSHOT (for what's worth) Luckily, when traveling by train, I had maven 2.0.4 on my box as well. A change to use 2.0.4 works fine. So, is

Error when running dashboard-maven-plugin

2007-12-06 Thread Deneux, Christophe
Hi all, I have the following error when running dashboard-maven-plugin:persist on my project into Continuum. That's works fine on the command line. Can someone help me ? The plugin version used is: 1.0-20070907.172709-15 [INFO]

Build an Eclipse (3.3) RCP Application with Maven2

2007-12-06 Thread Michael Mühlebach
Hello I am sure this question must have been asked several times but I really searched for an answer in here as well as with google etc and found nothing sophisticating. It might be related with me being quite new in the maven world and maybe do not really know what I want to know :-) But now to

Re: Error when running dashboard-maven-plugin

2007-12-06 Thread dvicente
Hi, could you change the Continuum goal as -e -X dashboard-report:persist and send the whole log as attachment. moreover, could you detail your config as : - maven version - JDK version - used database and version - Continuum version Best regards David Deneux, Christophe wrote: Hi all,

RE: how can I just create java files without compiling?

2007-12-06 Thread nicklist
Try to call the goal directly by: mvn axistools:wsdl2java When that starts complaining about an unknown plugin try: mvn org.codehaus.mojo:axistools:wsdl2java Hth, Nick S. -Original Message- From: oetzi [mailto:[EMAIL PROTECTED] Sent: Thu 12/6/2007 8:56 AM To: users@maven.apache.org

Release Plugin/SCM Scheme

2007-12-06 Thread Marco Bakera
Hey everybody, Mavens release plugin relies on the SCM element in the pom file for tagging the release. I'm using Eclipse with CVS, so CVS transport type is extssh. However this is not a legal scm transport specifier for CVS in scm. When using only ext (instead of extssh) Maven claims The scm

Re: Insert images in APT

2007-12-06 Thread Lukas Theussl
You have to include the figure extension in the link. This is a current bug that will be fixed soon: http://jira.codehaus.org/browse/DOXIA-99 HTH, -Lukas Gervais, Christophe wrote: Hello, I cannot insert picture in APT files. I've got the following exception generating my doc:

RE: how can I just create java files without compiling?

2007-12-06 Thread oetzi
thank you very much! I got it with the command mvn org.codehaus.mojo:axistools-maven-plugin:wsdl2java -- View this message in context: http://www.nabble.com/how-can-I-just-create-java-files-without-compiling--tf4954517s177.html#a14189856 Sent from the Maven - Users mailing list archive at

Re: dashboard and site plugin

2007-12-06 Thread emerson cargnin
Erez I presume you don't have any sub-project with a . on the name : ) emerson On 05/12/2007, Erez Nahir [EMAIL PROTECTED] wrote: So am I. Like every other 1.0-SNAPSHOT, there are things to improve, but still, greate work. Erez. P.S. it works for us on a multi module project with no

Re: dashboard and site plugin

2007-12-06 Thread Erez Nahir
Hi Emerson, Nope, we don't have it (and now, I'll make sure no one add it in the future) ;-) Erez. On Dec 6, 2007 12:50 PM, emerson cargnin [EMAIL PROTECTED] wrote: Erez I presume you don't have any sub-project with a . on the name : ) emerson On 05/12/2007, Erez Nahir [EMAIL PROTECTED]

Re: Build an Eclipse (3.3) RCP Application with Maven2

2007-12-06 Thread Graham Leggett
Michael Mühlebach wrote: The client is an Eclipse RCP application built on version 3.3.1 which has several plugins. Here are my fist difficulties: Is the client one project in maven or a multi module project which has for each plugin a project like it is in eclipse itself? To help you

RE: gathe rlist of plugin in poms

2007-12-06 Thread Sonar, Nishant
Hi Calling mvn dependency:resolve-plugins solved it! Regards, Nishant Sonar -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Thursday, November 29, 2007 10:28 PM To: Maven Users List Subject: Re: gathe rlist of plugin in poms You can use the maven-help-plugin

Re: dashboard and site plugin

2007-12-06 Thread dvicente
Hi, could you post a http://jira.codehaus.org/browse/MOJO JIRA issue for this problem with a sample project as attachment ? Best regards David emerson cargnin wrote: Erez I presume you don't have any sub-project with a . on the name : ) emerson On 05/12/2007, Erez Nahir [EMAIL

Re: mvn site:site run maven-antrun-plugin, why?

2007-12-06 Thread Erez Nahir
Removing javadoc and jdepend plugin from reporting section seems to solve the issue. Any idea why? Here is the plugins configuration I removed (both under profile/reporting/plugins element at the root pom of the project). plugin groupIdorg.apache.maven.plugins/groupId

Re: Maven and Ant

2007-12-06 Thread Ethan . Allen
Thank you Kallin. You are correct, and the taskdefs are defined in the POM as well. Ethan Allen Extension 7563 (desk) 414.467.9185 (mobile) [EMAIL PROTECTED] (paging) [EMAIL PROTECTED] (paging) Kallin Nagelberg [EMAIL PROTECTED] 12/05/2007 04:05 PM Please respond to Maven Users List

Re: any tag for customized path ejb-jar.xml?

2007-12-06 Thread eol
I had the same problem. According to this post http://www.nabble.com/-jira--Created%3A-%28MIDEA-95%29-location-of-ejb-jar.xml-is-hard-coded-tf3928089s177.html#a11140114 http://www.nabble.com/-jira--Created%3A-%28MIDEA-95%29-location-of-ejb-jar.xml-is-hard-coded-tf3928089s177.html#a11140114 the

[1.0.3] Add -Xmx to jvm parameters

2007-12-06 Thread MATHUS Baptiste
Hi all, I found this bug report : http://jira.codehaus.org/browse/CONTINUUM-44, but I'm using continuum 1.0.3. I'd like to add something like -Xmx1024m to jvm launched by maven launched by continuum :-). I don't care if I must put this option for every registered projects. So if there's a

Re: Insert images in APT

2007-12-06 Thread Lukas Theussl
Ok, I have another explanation :) http://jira.codehaus.org/browse/DOXIA-118 Can you confirm that it's only the pdf generation via itext that doesn't work? -Lukas Gervais, Christophe wrote: Thank for your help Lukas, Unfortunatly it does not solve the issue. Christophe -Original

release:branch

2007-12-06 Thread Borut Bolčina
Hi, why is branch name stated as optional at http://maven.apache.org/plugins/maven-release-plugin/branch-mojo.html when it clearly isn't? Also the example at http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html is saying To execute this step, run: mvn release:branch which

Continuum Profile during release?

2007-12-06 Thread Wendy Smoak
If I define a Continuum Profile (CP) [1] for scheduled builds, for example to build with a different JDK than the one Continuum is running under, how do I make sure that CP is used when I release the project? Under the Project Group Actions, I could argue that choosing a CP and then clicking

Re: Error while customizing Appearance (Company Details)

2007-12-06 Thread Denis Schettl
Hi Nico, I have checked this, but the behavior is the same ... Is there someone out there, who knows how this feature should work and have an example-pom? So long ... Denis nicolas de loof-2 wrote: organizationlogo is invalid according to maven POM schema AFAIK you have to define a

Re: Bug: offline build not running, when having SNAPSHOT dependencies

2007-12-06 Thread Matthias Wessendorf
and... for some reasons, sometimes, it just downloads a new SNAPSHOT. That is a pain, when you are maintaining the same snapshot on your box, but the build just goes ahead and actually downloads a version.. Thx, Matthias On Dec 6, 2007 9:37 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi,

[m2] Anyone have groovy examples for installing applications, and sysAdmin tasks with a build?

2007-12-06 Thread Mick Knutson
I want to get away from extensive shell scripting, and move to groovy if possible for all these tasks. Anyone have any examples? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson

[M2] multiple source directories for -sources.jar?

2007-12-06 Thread CodingPlayer
Hi, i currently try to bundle all my sources together with generated sources from the jaxws-maven-plugin (for the use of webservices). my own sources are in the default directory: src/main/java/ and the jaxws-maven.plugin is configured to store the generated sources into the following

Re: [M2] multiple source directories for -sources.jar?

2007-12-06 Thread Mick Knutson
plugin groupIdorg.codehaus.mojo/groupId artifactIdbuild-helper-maven-plugin/artifactId executions execution idadd-source/id

Re: [M2] multiple source directories for -sources.jar?

2007-12-06 Thread Wayne Fay
Sounds like a reasonable addition to the plugin. Check JIRA, and if it isn't already posted, go ahead and add it. Wayne On 12/6/07, CodingPlayer [EMAIL PROTECTED] wrote: Hi, i currently try to bundle all my sources together with generated sources from the jaxws-maven-plugin (for the use of

Re: [c-1.1] Can't edit project notifiers?

2007-12-06 Thread Mick Knutson
And 2 other items about nitifiers: 1. My email group internally starts with a hash (#) [EMAIL PROTECTED] and I added it to the project, but does not take: ciManagement systemcontinuum/system urlhttp://rc-sun66e.ut.dentegra.lab:8080/continuum/url notifiers

Re: [M2] multiple source directories for -sources.jar?

2007-12-06 Thread Mick Knutson
Sure, depends upon what you need. Glad it worked. On Dec 6, 2007 9:53 AM, CodingPlayer [EMAIL PROTECTED] wrote: this works great, simple added: plugin groupIdorg.codehaus.mojo/groupId artifactIdbuild-helper-maven-plugin/artifactId version1.0/version

Re: [M2] multiple source directories for -sources.jar?

2007-12-06 Thread CodingPlayer
this works great, simple added: plugin groupIdorg.codehaus.mojo/groupId artifactIdbuild-helper-maven-plugin/artifactId version1.0/version executions execution idadd-source/id phasegenerate-sources/phase goals

Create dir

2007-12-06 Thread Arthur Rodrigues Stilben
I would like to know how can I create a directory in the windows using maven. Arthur Rodrigues Stilben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Create dir

2007-12-06 Thread Wayne Fay
Tell us what you're really trying to do (ultimate goal), and we can probably help you better. If you just want to create a directory, then use the antrun plugin with mkdir ..., or write your own plugin and invoke it. Wayne On 12/6/07, Arthur Rodrigues Stilben [EMAIL PROTECTED] wrote: I would

Bootstrapping problem with parent POM

2007-12-06 Thread Siegmann Daniel, NY
I unhappily stumbled across a bootstrapping problem. My project's parent POM defines the internal repository - the same repository where the parent POM is located. So there is no way for Maven to get the parent POM. Is there any way to specify a repository URL on the command line so Maven can

Re: Bootstrapping problem with parent POM

2007-12-06 Thread Siarhei Dudzin
Not sure abut command line, but you can specify repositories in settings.xml On 12/7/07, Siegmann Daniel, NY [EMAIL PROTECTED] wrote: I unhappily stumbled across a bootstrapping problem. My project's parent POM defines the internal repository - the same repository where the parent POM is

RE: Bootstrapping problem with parent POM

2007-12-06 Thread Brian E. Fox
The recommended best practice is _not_ to define repos in your poms. This issue you ran into is only one of many reasons why. You can search the dev list for more discussions. The best way is to define your repos in your settings file. -Original Message- From: Siegmann Daniel, NY

Changing output of reports

2007-12-06 Thread Scott Glaser
I have a question about redirecting the output directory for reports. By running: %mvn surefire-report:report -DoutputDirectory=/tmp/test-report I don't get the generated html report in /tmp/test-report. It still goes to the default location. How do I send the html output to a

Maven 2 JNLP

2007-12-06 Thread Ahmet Aytekin
Hi what is the right plugin for jnlp. I have tried maven-webstart-plugin with no luck. I also saw the maven 2 plugin list that there is maven- jnlp-plugin but I couldn't find any documentation. Appreciate any help. Regards, Maruf On 29.Kas.2007, at 10:23, Adrian Robert wrote: Hi, I