Can't delete projects in 1.1-alpha2

2007-06-19 Thread McNaught, Duncan
Hi, I'm having a problem deleting projects that I've been using for a while. New Projects I can delete without problem: When I try to delete an old project I get the error below: This seems to be the JIRA issue: http://jira.codehaus.org/browse/CONTINUUM-1301 The instructions to manually

Re: Ordering with several build definition for one project

2007-06-19 Thread Emmanuel Venisse
You should run them in separate build definitions. Emmanuel Julien Stern a écrit : Hi list, I would like to run several Maven2 goals for one project under Continuum. The problem is that some of these goals should be run in --non-recursive mode, while some others should be run as a reactor.

SCM Changes missing attribution 1.1-alpha2

2007-06-19 Thread Jerry DuVal
The author, date, and comment columns are always blank on the SCM Changes grid. Do I need to configure something to make it display? smime.p7s Description: S/MIME cryptographic signature

Re: SCM Changes missing attribution 1.1-alpha2

2007-06-19 Thread Emmanuel Venisse
What is your SCM? Emmanuel Jerry DuVal a écrit : The author, date, and comment columns are always blank on the SCM Changes grid. Do I need to configure something to make it display?

Re: SCM Changes missing attribution 1.1-alpha2

2007-06-19 Thread Wendy Smoak
On 6/19/07, Jerry DuVal [EMAIL PROTECTED] wrote: The author, date, and comment columns are always blank on the SCM Changes grid. Do I need to configure something to make it display? If it's Subversion, check whether there's a trailing slash on the scm url. See comments on

RE: SCM Changes missing attribution 1.1-alpha2

2007-06-19 Thread Jerry DuVal
scm:cvs:pserver:anoncvs:@wahoo:/var/lib/cvs:epace -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 4:29 PM To: continuum-users@maven.apache.org Subject: Re: SCM Changes missing attribution 1.1-alpha2 What is your SCM? Emmanuel Jerry

Re: SCM Changes missing attribution 1.1-alpha2

2007-06-19 Thread Emmanuel Venisse
ok, it's because your cvs doesn't print messages in english. You can set the LC_MESSAGES (or equivalent) environment variable to something like en_EN Continuum must be restarted after the change. Emmanuel Jerry DuVal a écrit : scm:cvs:pserver:anoncvs:@wahoo:/var/lib/cvs:epace -Original

Re: Question regarding multi-modules setup

2007-06-19 Thread Julien Stern
Hi Tim, thanks for your reply. I tried to use the command you suggested, but unfortunately, the links are also incorrect in this setting. In particular the modules links. -- Julien On Mon, Jun 18, 2007 at 04:42:40PM -0400, Tim Foster wrote: Hi Julien, Regarding the site links not working,

assembly: zip inside zip

2007-06-19 Thread firepol
Hi there, I have a project with 2 additional folders: sql and process. sql contains some SQL files. process contains 2 process definitions (processA and processB) that should be zipped because we use a special tool that deploys them only in zip format. What I need is a ZIP containing the

How do I add jars to my WAR-file ?

2007-06-19 Thread Steinhauer, Frank
Hi there, how do I add JARs from the repository to my WAR file, using a special directory (not in WEB-INF/lib)? I tried using the assembly plugin, but I can't get it to do something When using goal attached, nothing happens, when using directory-inline, I get an error message (see below).

Re: How do I add jars to my WAR-file ?

2007-06-19 Thread Jochen Wiedmann
On 6/19/07, Steinhauer, Frank [EMAIL PROTECTED] wrote: how do I add JARs from the repository to my WAR file, using a special directory (not in WEB-INF/lib)? Use the maven-dependency-plugin. -- Besides, manipulating elections is under penalty of law, resulting in a preventative effect

Building maven-2.0.6 from source

2007-06-19 Thread Graham Leggett
Hi all, I am trying to build maven-2.0.6 from source, and have run into a small problem. After checking out the maven-2.0.6 tag, I have run mvn install to run through the build. The build ran through to completion, but I cannot find the assembly that is used to create the binary distribution.

changelog plugin not working for top-level project

2007-06-19 Thread maarten roosendaal
Hi I've been trying to use the changelog plugin for Maven 2 and it works fine for the modules but not for the top-level project. I have a project consisting of 3 modules and the changes for each module can be seen, but when the top-level pom.xml changes or any file directly under the root of

RE: 0-Snapshot numbering for classifiers

2007-06-19 Thread Alok, Niraj
Im trying to do through code, but the numbering of the jar changes for snapshot versions, making them unavailable for download. Is there some specific piece of code that is required to attach a classifier jar to the same snapshot version as the app jar ?? I tried the code from

profile and distributionmanagement

2007-06-19 Thread capira
Hi! I just wonder if there is a way to distribute software depending on the profile. Regards, Rael -- View this message in context: http://www.nabble.com/profile-and-distributionmanagement-tf3946050s177.html#a11193589 Sent from the Maven - Users mailing list archive at Nabble.com.

[m2.06] How to catch the 'prepare-package' phase in this release ?

2007-06-19 Thread Alexandre Touret
Hello, I have to replace one argument in a file which is in the src/main/webapp/WEB-INF directory . Just for information, the argument is the version of the current maven project. ex. : from core:init debug=true jndi-pattern=@@applicationname@@/#{ejbName}/local / to core:init debug=true

AW: How do I add jars to my WAR-file ?

2007-06-19 Thread Steinhauer, Frank
Thanks, it worked! Haven't seen it -Ursprüngliche Nachricht- Von: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 19. Juni 2007 12:53 An: Maven Users List Betreff: Re: How do I add jars to my WAR-file ? On 6/19/07, Steinhauer, Frank [EMAIL PROTECTED] wrote: how do I

Re: Building maven-2.0.6 from source

2007-06-19 Thread Wendy Smoak
On 6/19/07, Graham Leggett [EMAIL PROTECTED] wrote: After checking out the maven-2.0.6 tag, I have run mvn install to run through the build. The build ran through to completion, but I cannot find the assembly that is used to create the binary distribution. Does anyone know what the steps are

Re: profile and distributionmanagement

2007-06-19 Thread Arnaud Bailly
capira [EMAIL PROTECTED] writes: Hi! I just wonder if there is a way to distribute software depending on the profile. Did you try adding a distributionManagement section in each profile in a pom.xml ? regards, -- OQube software engineering \ génie logiciel Arnaud Bailly, Dr. \web

Request for advice: webapp customisations as an overlay to an existing WAR

2007-06-19 Thread krupa Vyaghra
Hello, I am working on a project where we have a standard webapp - let's call this Standard Webapp - which is a project with a WAR packaging. It in turn depends on some JAR projects, which are largely irrelevant to the question in hand. The Standard Webapp WAR project contains all the

Inherited Profile won't activate with property

2007-06-19 Thread Clifton
I have a profile declared in my global team's pom.xml that controls the deployment location for our projects. (It includes the distribution management section.) I want to use it for the child poms so I declared it to activate with a property. I can activate it by specifying it on the command line

Re: Inherited Profile won't activate with property

2007-06-19 Thread Wendy Smoak
On 6/19/07, Clifton [EMAIL PROTECTED] wrote: I have a profile declared in my global team's pom.xml that controls the deployment location for our projects. (It includes the distribution management section.) I want to use it for the child poms so I declared it to activate with a property. I can

Re: profile and distributionmanagement

2007-06-19 Thread capira
Thanks for the reply Arnaud. Maybe my post has a lack of information... We have several enviroments: developing, testing and production. Those enviroments has its own resources, passwords, etc. People from developing does (must) not know the settings of the application deployed (jdbc pool

Access Execution Id from plugin

2007-06-19 Thread Paul Gier
Anyone know how to get the current execution Id from within a plugin? I would like to be able to compare the current execution Id to a system property while the plugin is running. Thanks! - To unsubscribe, e-mail: [EMAIL

RE: profile and distributionmanagement

2007-06-19 Thread Barrett Nuzum
Raul: For most scenarios where you need to abstract the settings for a datasource from the datasource itself, people have largely turned to two design patterns: Service Locator and Dependency Injection If you use Service Locator, your application servers retain the definition of the

Re: Building maven-2.0.6 from source

2007-06-19 Thread Graham Leggett
On Tue, June 19, 2007 3:31 pm, Wendy Smoak wrote: http://maven.apache.org/guides/development/guide-building-m2.html Try: cd maven-core mvn assembly:assembly I think it's different on trunk and the branch now, but see if that works for the 2.0.6 tag, I can't remember when things

RE: 0-Snapshot numbering for classifiers

2007-06-19 Thread Alok, Niraj
After close inspection between maven-sources-plugin and my custom plugin, I notice some differences finally J The source plugin just creates a jar file. During mvn install, the source jar gets installed to the repository along with the app jar in the same execution. The custom plugin creates a

RE: profile and distributionmanagement

2007-06-19 Thread capira
Hi Barret. Thanks in deed! That is what I was looking for, or at least, let me deploy the applicattion correctly. The problem we face is that testing and production have no idea (and should not have) about jndi and other tips and tricks but they must know how to set up the applications

Ordering with several build definition for one project

2007-06-19 Thread Julien Stern
Hi list, I would like to run several Maven2 goals for one project under Continuum. The problem is that some of these goals should be run in --non-recursive mode, while some others should be run as a reactor. One example would be to generate the dependency-convergence for a lot of modules and

NullPointer with maven-ant-tasks-2.0.6 (linux)

2007-06-19 Thread Torsten Krall
Hi, I use following build.xml: project name=myproject default=complete basedir=.. xmlns:artifact=urn:maven-artifact-ant path id=maven-ant-tasks.classpath path=${basedir}/build/maven-ant-tasks-2.0.6.jar / typedef resource=org/apache/maven/artifact/ant/antlib.xml

Compile and jar two artifacts, one with a classifier, in one run?

2007-06-19 Thread Greg Thompson
I have a packaging=jar project for which I'd like to generate two jars: one non-debug (the default) and one debug (w/ classifier=debug). Is this possible? I've looked at trying to run the compiler:compile goal twice into different output directories, but that doesn't seem possible

problem with release:prepare and type / packaging

2007-06-19 Thread Nigel Magnay
I have a multi-module project that works fine for everything, apart from release:perform. I think I know why, but I don't know how to fix it. Basically, I have a project that is defined as packaginguberwar/packaging. This artifact is built into a .WAR file. The dependency that includes it has

Re: NullPointer with maven-ant-tasks-2.0.6 (linux)

2007-06-19 Thread Hervé BOUTEMY
Hi, I'm working on these tasks under Linux without any problem. Can you run ant -d and give me the full stacktrace? Hervé Le mardi 19 juin 2007, Torsten Krall a écrit : Hi, I use following build.xml: project name=myproject default=complete basedir=.. xmlns:artifact=urn:maven-artifact-ant

[m2] running javadoc plugin in package phase

2007-06-19 Thread Paul Copeland
I'm generating javadoc within a webapp context. I put the maven-javadoc-plugin:javadoc goal into the package phase rather than in the usual the generation reporting lifecycle. It is doing the right thing but I get this message - [WARNING] Removing: javadoc from forked lifecycle, to prevent

Cancel build button 1.1-alpha2?

2007-06-19 Thread Jerry DuVal
I thought this was implemented in 1.1, I can't seem to find it. Running Debian Sarge in case you need the OS. http://jira.codehaus.org/browse/CONTINUUM-369?page=com.atlassian.jira.plugin .system.issuetabpanels:all-tabpanel smime.p7s Description: S/MIME cryptographic signature

Packaging .esb files

2007-06-19 Thread André Salvati
Hi, Maven's defaults files extensions are .jar, .war, .ear ... How do I package .esb (JBoss ESB) files with Maven 2? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Packaging .esb files

2007-06-19 Thread Wayne Fay
Someone will need to write an ESB packaging plugin, or you could probably construct it using Assembly plugin. Search Google -- it might already have been done, and if not, I'd expect its pretty similar to a WAR. Wayne On 6/19/07, André Salvati [EMAIL PROTECTED] wrote: Hi, Maven's defaults

RE: Packaging .esb files

2007-06-19 Thread Tim West
I've successfully built a JBoss SAR using jboss-packaging-maven-plugin. This does does other JBoss packages too, I believe (as per http://mojo.codehaus.org/jboss-packaging-maven-plugin/howto.html). The plugin is in Codehaus Sandbox - it isn't in Maven proper yet. My pom.xml snippet, for what

Web Interface for making Maven based releases

2007-06-19 Thread CDickson
Hi, We are using Maven across almost all of our projects now. However, when it comes to making releases we have a bottleneck in that only 1 person really has access to the correct systems and also the knowledge how to make releases with Maven that are in line with our corporate standards. We

Re: Web Interface for making Maven based releases

2007-06-19 Thread Wendy Smoak
On 6/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So firstly, anyone know of any web based interfaces for executing Maven commands? Continuum has a release feature that can handle multi-module releases. It doesn't do everything on your list but would be somewhere to start...

install:install-file demanding a valid lifecycle phase ...

2007-06-19 Thread Kerry Sainsbury
Hi Folks, I'm a Maven newbie (sorry!) and I can't figure out what I'm doing wrong with install:install-file using Maven 2.0.6 I'm trying to install a jar file from the GWT toolkit, on Windows XP, but keep getting told Invalid task 'X': you must specify a valid lifecycle phase, or a goal in

Connection problems

2007-06-19 Thread Celso Junior
Hi Friends, I am having a problem trying to run maven 2: any goal I pass to mvn results in BUILD ERROR. Even a simple mvn clean fails. There is nothing wrong with my internet connection and I don't use proxies servers to connect to internet. I am able to access http://repo1.maven.org/maven2/

Reminder to vote for 2.0.8 issues

2007-06-19 Thread Jason van Zyl
Just a reminder for anyone lurking who wants issues addressed in 2.0.8 to vote for issues in JIRA. Thanks, Jason -- Jason van Zyl Founder and PMC Chair, Apache Maven jason at sonatype dot com

RE: Request for advice: webapp customisations as an overlay to an existing WAR

2007-06-19 Thread Jeff Jensen
How would you recommend we accomplish this? The first idea that strikes me is to use the source control system first. This is not a build tool problem. A build tool should simply make the artifacts for the given codeline. The current setup you describe has partial code for customer

RE: install:install-file demanding a valid lifecycle phase ...

2007-06-19 Thread Bryan Loofbourrow
Well, you have some odd spaces in both of your examples. For example, no space between gwt and -, and a space between the = after version in the first example. -- Bryan -Original Message- From: Kerry Sainsbury [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 5:15 PM To:

Re: install:install-file demanding a valid lifecycle phase ...

2007-06-19 Thread Kerry Sainsbury
That space was a copy/paste/email/highlighting/user error :-) Here it goes again: mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-servlet -Dversion=1.4.10 -Dpackaging=jar -Dfile=gwt-servlet.jar It works FINE on my Linux box -- it just dies on the XP machine (even when I copy

Re: install:install-file demanding a valid lifecycle phase ...

2007-06-19 Thread Mark Derricutt
Hi Kerry - not quite related to your current problem, but you might find the gwt-maven project handy: http://code.google.com/p/gwt-maven/ Mark On 6/20/07, Kerry Sainsbury [EMAIL PROTECTED] wrote: That space was a copy/paste/email/highlighting/user error :-) Here it goes again: mvn