Re: Mail notifier: change sender address

2007-11-05 Thread olivier lamy
Hi, In file WEB-INF/classes/META-INF/plexus/application.xml. You will find from-mailbox/from-mailbox, add your from here. This need continuum restart. -- Olivier 2007/11/5, Martin Vysny [EMAIL PROTECTED]: Hi guys, can you please help me? I need to set sender address different than the

RE: Build Error: svn: Working copy '.' locked

2007-11-05 Thread VanIngen, Erik (ESTG)
I know, but I don't want this to happen at all. I don't want my developers to be bothered by non-relevant emails of Continuum -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of olivier lamy Sent: 05 November 2007 09:54 To: continuum-users@maven.apache.org

continuum being visible to all users

2007-11-05 Thread Ionut S
Hi, In the 1.0.3 version the continuum project page was visible to everyone.. Now only registered users have access to it. How can I configure it so that, by default, everybody can see most of the pages ? I didn't find a link for this kind of instructions, so excuse me if I missed it ..

Build all schedule

2007-11-05 Thread Raúl Arabaolaza Barquín
Hi: I need the proper execution order on my projects based on dependencies. I can´t use maven modules so the only option i know to acomplish the correct build order is to use the build all button, but is a bit annoying to do it manually. I think a schedule is aproximate in continuum due to

Re: link to continuum in emails

2007-11-05 Thread olivier lamy
Hi, Can you try to change Base URL in the configuration screen ? -- Olivier 2007/11/5, Ionut S [EMAIL PROTECTED]: Hi, I recently switched to 1.1 Beta 4 and I'm having a weird problem.. I installed Continuum on port 8085, started it, then stopped it and changed the port back to 8080. Now all

Re: continuum being visible to all users

2007-11-05 Thread Emmanuel Venisse
You need to add some rights to the guest users, at least Project group reader. Emmanuel Ionut S a écrit : Hi, In the 1.0.3 version the continuum project page was visible to everyone.. Now only registered users have access to it. How can I configure it so that, by default, everybody can see

Re: continuum being visible to all users

2007-11-05 Thread Ionut S
I realized how I need to do it.. Basically I just need to add Continuum Group Project Developer and Continuum Group Project User to the Global Roles. Ionut S [EMAIL PROTECTED] wrote: Hi, In the 1.0.3 version the continuum project page was visible to everyone.. Now only registered users have

Re: link to continuum in emails

2007-11-05 Thread Ionut S
I guess this was it.. Thank you. olivier lamy [EMAIL PROTECTED] wrote: Hi, Can you try to change Base URL in the configuration screen ? -- Olivier 2007/11/5, Ionut S : Hi, I recently switched to 1.1 Beta 4 and I'm having a weird problem.. I installed Continuum on port 8085, started it, then

Re: Build all schedule

2007-11-05 Thread Emmanuel Venisse
If your projects are m2 projects, Continuum will read dependencies to find the order. To change the schedule used by a group, edit the group build definition in the 'Build Definitions' tab Emmanuel Raúl Arabaolaza Barquín a écrit : Hi: I need the proper execution order on my projects based

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-05 Thread Dion Gillard
Just wrt previous versions. Last time I tried Archiva as a replacement for maven-proxy, it was pretty hostile for maven 1 usage; I gave up after a few hours. I'll try the new beta and see how it goes. On 11/5/07, Brett Porter [EMAIL PROTECTED] wrote: On 04/11/2007, Dion Gillard [EMAIL

Build Error: svn: Working copy '.' locked

2007-11-05 Thread VanIngen, Erik (ESTG)
Hi continuum, We are using continuum 1.1-beta-3 on Windows 2000. It is working fine but today all of the sudden there is this message: Build Error:

Re: How to create eclipse project from parent-child POMs

2007-11-05 Thread Nick Stolwijk
You can run the eclipse:eclipse commando inside the project folder or make sure that the project folder is a submodule of the root by added modulesmoduleartifactId/module/modules to root/pom.xml. Hth, Nick Stolwijk lightbulb432 wrote: At a particular source control location, how can I run

maven-clean-plugin is not working as expected

2007-11-05 Thread Manish Gupta
Hi, I have following plugin entry in my pom.xml but my build directory is not being removed after **mvn clean**. It only deletes project.build.outputDirectory which is *build/classes/common*. There are few directories under build folder containing jaxb generated source. plugin

RE: Build Error: svn: Working copy '.' locked

2007-11-05 Thread Graham Leggett
On Mon, November 5, 2007 11:22 am, VanIngen, Erik (ESTG) wrote: I know, but I don't want this to happen at all. I don't want my developers to be bothered by non-relevant emails of Continuum From experience, this error happens extremely seldom, and only when continuum is forceably stopped. Is

Re: [m2] OutOfMemoryError with MAVEN_OPTS=-Xmx1792m

2007-11-05 Thread Dion Gillard
What is causing the large usage of memory? On 8/22/07, Mick Knutson [EMAIL PROTECTED] wrote: I am putting almost 2GB to a build and still getting permGen errors. Is there something else I can set? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com

Re: Build Error: svn: Working copy '.' locked

2007-11-05 Thread olivier lamy
It can happen if continuum was forceably stopped during a svn checkout or update. It's the same case if you forceably stopped your svn command line during a checkout or update. -- Olivier 2007/11/5, Graham Leggett [EMAIL PROTECTED]: On Mon, November 5, 2007 11:22 am, VanIngen, Erik (ESTG)

Re: [m2] OutOfMemoryError with MAVEN_OPTS=-Xmx1792m

2007-11-05 Thread Nick Stolwijk
Maybe you can try it with -XX:MaxPermSize The default value is 64M iirc. If you set this to a higher value, it helps maybe. Still, it is good to try out why you are using so much permgen space. Hth, Nick Stolwijk Dion Gillard wrote: What is causing the large usage of memory? On 8/22/07,

Re: [m2] dashboard error....

2007-11-05 Thread dvicente
Hi, could you attach your pom.xml and the log of maven execution as : mvn -e -X org.codehaus.mojo:dashboard-maven-plugin:1.0-SNAPSHOT:persistmaven.log best regards David Vicente Mick Knutson-4 wrote: Well, I added the plugin prefix to my pom.xml, then ran the full command and this is

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-05 Thread Arnaud HERITIER
Nicolas, are there some issues opened to have a full m1 support ? I don't have the time to check on Jira... Arnaud On Nov 5, 2007 5:34 AM, Dion Gillard [EMAIL PROTECTED] wrote: Just wrt previous versions. Last time I tried Archiva as a replacement for maven-proxy, it was pretty hostile for

Question regarding project dependencies

2007-11-05 Thread Ross Mcdonald
Hi, I am a newbie Maven user just seeking advice on how to include a dependency in our project. Our webapp has a dependency on jboss jbpm 3.2.1, and this of course is not in the repository at repo1.maven.org, so I was wondering what the procedure is to let Maven get hold of it.

Communicating with Continuum

2007-11-05 Thread Vishal Pahwa
Hi all We are using continuum1.1-beta-1 for continuous build. Now the requirement in our project is such that we need to generate a report in which we can specify the number of builds that have been taken place in a day. And for that we need to fetch data from Continuum's database. So anyone

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-05 Thread nicolas de loof
Sorry, I came too late for the vote on this beta-3 release. Jira is in maintenance for now and I cannot check for issues. For my personnal experiments, beta3 solves all the issues I got with archiva from a maven1 point of view. I'm using it (installed one hour ago) as my corporate repository for

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-05 Thread Brett Porter
Yes, all the filed issues regarding the m1 interface have been closed as of this release. On 05/11/2007, nicolas de loof [EMAIL PROTECTED] wrote: Sorry, I came too late for the vote on this beta-3 release. Jira is in maintenance for now and I cannot check for issues. For my personnal

Re: [m2] OutOfMemoryError with MAVEN_OPTS=-Xmx1792m

2007-11-05 Thread Mark Struberg
Hi! On 8/22/07, Mick Knutson [EMAIL PROTECTED] wrote: I am putting almost 2GB to a build and still getting permGen errors. You have to be very carefully if you get close to the 2GB memory usage and you are running in an 32bit environment, since the number of available threads will get very

Re: Communicating with Continuum

2007-11-05 Thread Emmanuel Venisse
Can you ask on [EMAIL PROTECTED] ? Thanks Emmanuel Vishal Pahwa a écrit : Hi all We are using continuum1.1-beta-1 for continuous build. Now the requirement in our project is such that we need to generate a report in which we can specify the number of builds that have been taken place in a

Incomplete SCM Changes section when using Perforce

2007-11-05 Thread Banck, Arent-Jan
Hi, Using Continuum 1.1-beta-4 with Perforce, in the SCM Changes section of the email the changed and comment fields are not filled in with the values as in Perforce. Is this something not yet coded for Perforce, or some configuration problem on the installed instance? Section of the continuum

Re: Question regarding project dependencies

2007-11-05 Thread Nicole Lacoste
Hi Ross, I think what you want to do is download all the stuff you need, then use the maven deploy plugin goal, deploy-file to put it in your repository. Read the details of the plugin, but you give it a groupId, artifactId and version, and if there isn't a pom file, one will be created and

Re: Question regarding project dependencies

2007-11-05 Thread Ross Mcdonald
Hi, thanks Nicole, just trying to get to grips with this, it looks great, I appreciate your help, regards Ross On 5 Nov 2007, at 13:18, Nicole Lacoste wrote: Hi Ross, I think what you want to do is download all the stuff you need, then use the maven deploy plugin goal, deploy-file to

RE: Archiva 1.0 beta 3

2007-11-05 Thread Lewandowski, Eric
Thanks for your information Brett ! I tried this : just copy the /conf et the data directories from my 1.0 beta 2 to my 1.0 beta 3 and it works. For your information, I did not delete the indexes and the archiva databases. Cheers, Eric. -Message d'origine- De : Brett Porter

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-05 Thread Julien CARSIQUE
Hi, Trying to upgrade from beta-1 to beta-2, I have had some configuration issues; more than simply change the repositories tag to managedRepositories and remoteRepositories. What do you think I have to do for upgrading from beta-1 to beta-3 ? Which changes are expected in conf/archiva.xml ?

Running Continuum as a service under Red Hat

2007-11-05 Thread Raffaele
Hi all, I have problems running Continuum as a service under Red Hat System, I know the section which explain how to do this task running a specific script, nevertheless that sript under my System doesn't work. In particular it seems that my System doesn't recognize that script, please take a

POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-05 Thread Boeckli, Dominique
Whenever i try to add a project to Continuum i get following error: POM file does not exist. Either the POM you specified or one of its modules does not exist. In the log i have following messages: 2007-11-05 16:14:02,175 1239586 WARN

Re: Include source, javadocs, etc in installed artifact

2007-11-05 Thread Yaakov Chaikin
As part of your plugins configuration, do this; plugin artifactIdmaven-source-plugin/artifactId configuration aggregatefalse/aggregate /configuration executions execution phasepackage/phase goals goaljar/goal /goals /execution /executions /plugin

War packaging and how to change dependencies directory

2007-11-05 Thread Saloucious
Hi, I'm packaging a war and all dependencies go into WEB-INF/lib, but i would like to exclude 2 of them and but them into a services dir. The target layout I'm after is: WAR root | |---WEB-INF | |---lib (with dependencies) | |---services (with my 2 excluded

Maven's current working directory and changing resources location ...

2007-11-05 Thread KedarMhaswade
I have two questions, answers to which were not obvious. 1- What is the current working directory (i.e. System.getProperty(user.dir))? Can this be printed when one does mvn -X ...? 2- In our company we have resources (properties files for resource bundles) along side the Java sources

Re: Communicating with Continuum

2007-11-05 Thread Emmanuel Venisse
1.1-beta-4 is released and have a xml-rpc client API that you can use to get builds informations Emmanuel Vishal Pahwa a écrit : Hi all We are using continuum1.1-beta-1 for continuous build. Now the requirement in our project is such that we need to generate a report in which we can

jspc precompiler error

2007-11-05 Thread mljv
hi, i have a difficult problem with precompiling jsp with jspc-maven-plugin (v1.4.6) i get this error: [INFO] [jspc:compile {execution: jspc}] java.lang.NumberFormatException: For input string: ${count} java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at

Re: Running Continuum as a service under Red Hat

2007-11-05 Thread Raffaele
I've just tried adding a new line (now the total number of lines in the script is 51) but I have the same errors... Obviously I've downloaded the script from that link. Thanks, regards Raffaele Emmanuel Venisse wrote: Where did you find the script? here:

Re: continuum being visible to all users

2007-11-05 Thread Ionut S
The lowest right I can give (Project User) will let everybody see the project; however one can't start a build. When I move up to the Project Developer role, everyone can delete things in Continuum !! Is there a way to let everybody see the projects and the build results and start a new build

Re: War packaging and how to change dependencies directory

2007-11-05 Thread Saritha SV
Hi Inorder to exclude dependencies you can specify scope as provided for the dependencies . And to include these dependencies in a different folder please try : javaModule groupIdgrupid of dependency/groupId artifactIdartifact id of

Re: Running Continuum as a service under Red Hat

2007-11-05 Thread Emmanuel Venisse
I don't have a Redhat to test it but if it doesn't run for you, you can extract the continuum startup script from it: #! /bin/sh # chkconfig: 345 90 10 # description: Maven Continuum server # uncoment to set JAVA_HOME as the value present when Continuum installed #export JAVA_HOME=${JAVA_HOME}

Rights management for Proxy Connectors

2007-11-05 Thread ArneD
Hello all, is it possible to configure Archiva in a way, that access to repo1 through a proxy connector is available only for a few super users (= repository managers)? In my scenario, normal users should only be able to access the artifacts available in the internal repository. In case they

Re: How do I get secondary artifacts of dependencies into an assembly?

2007-11-05 Thread jpanelli
Hi Kalle, We are in fact using 2.2-beta-1, but I am unable to pull in the secondary artifacts of the dependencies. I tried various forms of the following (with and without the attachmentClassifier tag): moduleSets moduleSet binaries

Re: jspc precompiler error

2007-11-05 Thread Ian Springer
I'm not sure about the solution to your problem, but you may want to try using the Jetty jspc plugin, rather than the Codehaus one... http://www.mortbay.org/jspc-maven-plugin/ [EMAIL PROTECTED] wrote: hi, i have a difficult problem with precompiling jsp with jspc-maven-plugin (v1.4.6) i

Re: jspc precompiler error

2007-11-05 Thread Saritha SV
Hi You must use the jspc plugin in conjunction with the maven-war-plugin. The maven-war-plugin must have its *webXml* configuration parameter set to the newly created web.xml, which is $basedir/target/jspweb.xml by default. See the following example configuration in the link :

Problem installing Archiva as a service

2007-11-05 Thread Lewandowski, Eric
Hi, First, I installed Archive bundled in a product called Maestro. I uninstall Maestro to move to Archiva 1.0 beta 2. But when I tried to run Archiva 1.0 beta 2 as a Windows service (Archiva is hosted on a Windows Server Service pack 1), ma new Archiva 1.0 beta 2 started with my Maestro

RE: Build all schedule

2007-11-05 Thread Raúl Arabaolaza Barquín
Hi Emmanuel: If your projects are m2 projects, Continuum will read dependencies to find the order. To change the schedule used by a group, edit the group build definition in the 'Build Definitions' tab Thanks for the answer, yes my projects are m2 projects. I don´t understand that very

Re: Problem installing Archiva as a service

2007-11-05 Thread Wendy Smoak
On 11/5/07, Lewandowski, Eric [EMAIL PROTECTED] wrote: First, I installed Archive bundled in a product called Maestro. I uninstall Maestro to move to Archiva 1.0 beta 2. But when I tried to run Archiva 1.0 beta 2 as a Windows service (Archiva is hosted on a Windows Server Service pack 1), ma

Re: War packaging and how to change dependencies directory

2007-11-05 Thread Dimitris Kapanidis
Saritha SV wrote: Hi Inorder to exclude dependencies you can specify scope as provided for the dependencies . And to include these dependencies in a different folder please try : javaModule groupIdgrupid of dependency/groupId

proxy

2007-11-05 Thread leahpar
Bonjour, Is anybody succeed in using archiva beta 3 behind an enterprise proxy? I cannot get archiva providing me any artifact... following tests have fail official archiva beta 3 with standalone / window / proxy / jdk 5 official archiva beta 3 with standalone / debian / proxy / jdk 5

Re: Maven's current working directory and changing resources location ...

2007-11-05 Thread Saritha SV
Hi For changing Resources location you can give the following : build resources resource directorysrc/main/java/directory /resource /resources /build and place the properties file in the directory src/main/java . Then the properties file will be incuded in

Re: Rights management for Proxy Connectors

2007-11-05 Thread Wendy Smoak
On 11/5/07, ArneD [EMAIL PROTECTED] wrote: is it possible to configure Archiva in a way, that access to repo1 through a proxy connector is available only for a few super users (= repository managers)? I don't think the permissions scheme supports this right now, but it's an interesting idea.

Re: Maven's current working directory and changing resources location ...

2007-11-05 Thread KedarMhaswade
Thank you. I somehow misread directory as an attribute of resource. Regards, Kedar Saritha SV wrote: Hi For changing Resources location you can give the following : build resources resource directorysrc/main/java/directory /resource /resources

Re: War packaging and how to change dependencies directory

2007-11-05 Thread Saritha SV
Hi Sorry for the wrong info .I just plainly forgot that. Another work around which can be done with war plugin is to include the dependency as a web resource entry like : build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId configuration

maven-antrun-plugin executed on site:site

2007-11-05 Thread Erez Nahir
Hi, We have a multi module project with bunch of antrun executions running in some components. Our build runs mvn clean, mvn install, mvn site:site and mvn site:deploy. While site:site is running, many ant executions run again (it was running on install as expected). We use maven2.0.7,

Custom target directory and assembly

2007-11-05 Thread Plotnicki, Grzegorz
Hi, I'm writing a custom plug-in and wanted to change the standard output directory 'target'. I do it in the initialize phase via Build.setDirectory(). Now, I would like to use the standard assembly plug-in to collect all the artifacts (including the dependent ones) from this custom target

Build.setSourceDirectory() MavenProject.getCompileSourceRoots()

2007-11-05 Thread Plotnicki, Grzegorz
Hi, I'm writing a custom plug-in and want to change the standard location of a source directory + add additional source directories. I've used Build.setSourceDirectory() at the initialize phase, but when I try access all the source directories in the compile phase via

Re: Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-05 Thread Lukas Theussl
I don't see why this wouldn't work, it should. I tried a little test case modelled on your snippet and got the desired result. If you can't get it to work, try to cut it down to a small reproducible test case and attach it to jira. -Lukas Karr, David wrote: I did that but the result is the

Question about the scm-tag

2007-11-05 Thread Roland Asmann
Hi everybody, I'm back! ;-) Haven't posted much the last coupe of months, 'cause I fell ill and after that had to make up a lot of work... But now I'm back and hope to post some more around here. To start things of, I have a question about the SCM-tag in the POM. It appears that sub-modules

Re: Library Resource used in test goal

2007-11-05 Thread jeffrey ai
Randall, I had the same problem with you. It seems JRE extension jars get ignored in test phase The way I found to get around it is to define a dependency explicitly like below: dependency groupIdsun.jdk/groupId

Getting Hibernate3's hbm2ddl to generate SQL but not wipe my db?

2007-11-05 Thread Lally Singh
Hey everyone, I'm trying to get the plugin to generate my SQL code, but I can't seem to do it without it trying to connect to my db. Is there an option that tells it to generate the .sql, but not run it, clobbering my existing db? Thanks, -ls -- H. Lally Singh Ph.D. Candidate, Computer

RE: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-05 Thread Boeckli, Dominique
it was the first project i tried out, so i took the simpliest one, no modules, no parents! -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 05:24 PM To: [EMAIL PROTECTED] Subject: Re: POM file does not exist. Either the POM you

Re: Getting Hibernate3's hbm2ddl to generate SQL but not wipe my db?

2007-11-05 Thread Paul MERLIN
On Monday 05 November 2007 21:57:23 Lally Singh wrote: Hey everyone, I'm trying to get the plugin to generate my SQL code, but I can't seem to do it without it trying to connect to my db. Is there an option that tells it to generate the .sql, but not run it, clobbering my existing db?

Deploy to production from a production Maven repository

2007-11-05 Thread Simon Taylor
Hi, I've recently seen the light of using Maven to build projects. I understand that once complete artifacts are deployed to a production Maven repository so they can be consumed as ready. Whats not clear to me is whether Maven is the tool to then consume that production ready artifact and deploy

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-05 Thread Brett Porter
On 06/11/2007, Julien CARSIQUE [EMAIL PROTECTED] wrote: Hi, Trying to upgrade from beta-1 to beta-2, I have had some configuration issues; more than simply change the repositories tag to managedRepositories and remoteRepositories. Archiva should have done this for you automatically - if you

Re: Rights management for Proxy Connectors

2007-11-05 Thread Brett Porter
I like this idea - can you file a feature request? I agree with Wendy - a permission on the remote repository seems to make the most sense. On 06/11/2007, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/5/07, ArneD [EMAIL PROTECTED] wrote: is it possible to configure Archiva in a way, that access

maven 2.0.7 assembly plugin

2007-11-05 Thread Brandon Enochs
I'm trying to assemble a multi-module project with a single jar file for all of the modules in my project and a lib directory with all of jar files for my dependencies. Does anyone know how to do this with the assembly plugin?

Re: can't find maven-buildnumber-plugin

2007-11-05 Thread Dan Tran
I just move the source out of sandbox and deploy a snapshot, please give the snapshot another try. Thannks -D On 11/2/07, Mick Knutson [EMAIL PROTECTED] wrote: You ROCK!! On 11/2/07, Dan Tran [EMAIL PROTECTED] wrote: I already call a VOTE at mojo-dev ;-) should see this baby up at

Re: Deploy to production from a production Maven repository

2007-11-05 Thread Maria Odea Ching
No, Maven is not the tool to consume a deployed artifact in a repository to the production server. You may want to take a look of this thread from a couple of days ago: http://www.nabble.com/Newbie-question-on-deployment-strategy-t4685770s177.html HTH, Deng On 11/6/07, Simon Taylor [EMAIL

Re: Deploy to production from a production Maven repository

2007-11-05 Thread Wendy Smoak
On 11/5/07, Simon Taylor [EMAIL PROTECTED] wrote: I've recently seen the light of using Maven to build projects. A convert! :) I understand that once complete artifacts are deployed to a production Maven repository so they can be consumed as ready. Whats not clear to me is whether Maven is

Re: can't find maven-buildnumber-plugin

2007-11-05 Thread Mick Knutson
What is that URL? On 11/5/07, Dan Tran [EMAIL PROTECTED] wrote: I just move the source out of sandbox and deploy a snapshot, please give the snapshot another try. Thannks -D On 11/2/07, Mick Knutson [EMAIL PROTECTED] wrote: You ROCK!! On 11/2/07, Dan Tran [EMAIL PROTECTED]

Re: can't find maven-buildnumber-plugin

2007-11-05 Thread Dan Tran
http://snapshots.repository.codehaus.org On 11/5/07, Mick Knutson [EMAIL PROTECTED] wrote: What is that URL? On 11/5/07, Dan Tran [EMAIL PROTECTED] wrote: I just move the source out of sandbox and deploy a snapshot, please give the snapshot another try. Thannks -D On