Re: Pomtools plugin

2007-08-03 Thread Arnaud Bailly
Eric Redmond [EMAIL PROTECTED] writes: Do you mean pom manipulation plugin? http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-pom-plugin/ Hello, I meant http://mojo.codehaus.org/pomtools-maven-plugin/overview.html But maybe it's the same thing... Thanks -- OQube software

Re: Julia Vilke/Moscow/Canon/FI is out of the office.

2007-08-03 Thread Gisbert Amm
Dear list administrators, is it possible to filter out any messages with subject lines containing out of the office or out of office? -Gisbert [EMAIL PROTECTED] wrote: I will be out of the office starting 16.05.2007 and will not return until 08.01.2008. I'm on maternity leave till January

WebLogic Deployment ok from child, fails from parent ?

2007-08-03 Thread Anton Schoultz
Hi, I have an prototype setup with three modules, 2 Jars and a WEB app. I have set up the WebLogic plugins in the web project. When I CD to the web project and mvn weblogic:deploy the web app is deployed as expected. However, if I go to the root/parent dir and try mvn weblogic:deploy I get this

[1.1-beta-1] group/project build definitions

2007-08-03 Thread Przemyslaw Madzik
Hello Is it possible to have group of projects where some projects use group build definition and some use specifical own (project) build definition? How to achieve it? Regards, PM -- View this message in context:

Re: [M2] Modifying war plugin

2007-08-03 Thread Antony Stubbs
I'm sorry, but I really do have to say - that is quite a hilarious statement! Mang Jun Lau-2 wrote: I need it because without it, the classes in my war cannot find classes from jars in my ear. -- View this message in context:

maven-bundle-plugin and thrid party dependencies

2007-08-03 Thread Arash Amiri
Hi I cant figure out how or where to add third party libraries to my maven-bundle-plugin. for example, I want to add the org.apache.commons.httpclient library to my bundle and want to use classes of this library in my bundle. how do I do that? greetings, arash

maven2 blacklist

2007-08-03 Thread Guillaume Boucherie
Hi all, I'm trying to use archiva and unfortunately maven2 blacklist one of my repository because of bad configuration. How can I turn off the blacklisted repository ? Thanks CletteBou

RE: Maven 1 to Maven 2 Question

2007-08-03 Thread Girish1702
Hi All dependendyManagement solves the problem Thank guys Vihung Marathe wrote: Actually, I think the best way to achieve this is to use the dependenciesManagement section in the parent POM. In your parent POM you define the specific versions of the dependencies you want in the

Re: WebLogic Deployment ok from child, fails from parent ?

2007-08-03 Thread Scott Ryan
Why is the plugin definition not in your parent? If you run the command in the parent directory then the plugin definition needs to be there as well. Scott Ryan On Aug 3, 2007, at 1:04 AM, Anton Schoultz wrote: Hi, I have an prototype setup with three modules, 2 Jars and a WEB app. I

Re: Release Plugin svn tags and branches

2007-08-03 Thread Jose Alberto Fernandez
Graham Leggett wrote: The release plugin doesn't ever make commits to the tags directory. The version number of the branch/trunk you are tagging is first bumped from the SNAPSHOT version to a release version, the changes are committed to the branch/trunk. Then the branch/trunk is

Re: Release Plugin svn tags and branches

2007-08-03 Thread Graham Leggett
On Fri, August 3, 2007 12:59 pm, Jose Alberto Fernandez wrote: The problem we had when using the default configuration is that SVN by default does not allow you to make commits on the tags/ directory. As they are supposed to be fix images of the code at a particular point in time. As I

maven-eclipse-plugin: configuration is ignored in reactor builds

2007-08-03 Thread Graham Leggett
Hi all, I have a multi-module project, one of the modules in the project is an eclipse PDE plugin, and as such is configured as follows: pdetrue/pde In order to force the PDE config to be in sync with the maven config, the maven-eclipse-plugin is tied into the validate phase. This means that

Re: Release Plugin svn tags and branches

2007-08-03 Thread Arnaud Bailly
Jose Alberto Fernandez [EMAIL PROTECTED] writes: Thanks Graham, The problem we had when using the default configuration is that SVN by default does not allow you to make commits on the tags/ directory. As they are supposed to be fix images of the code at a particular point in time. As I

Re: Release Plugin svn tags and branches

2007-08-03 Thread Graham Leggett
On Fri, August 3, 2007 3:39 pm, Jose Alberto Fernandez wrote: Hum What we saw was that the plugin was using svn copy after fixing the release version in order to commit the changes directly on the /tags directory, i.e. tagging the modified working copy. And as someone else mentioned we

Re: Release Plugin svn tags and branches

2007-08-03 Thread Jose Alberto Fernandez
Graham Leggett wrote: Jose Alberto Fernandez wrote: 1) When we do a release, the SVN label for the release must be located on the branches/ directory of SVN. This is because the plugin creates the label, then changes the POMs to remove the SNAPSHOT and then tries to commit. By default

adding external jars to bundle

2007-08-03 Thread Arash Amiri
ok, below is my pom.xml here is what I did: - added commons-httpclient.jar to the classpath (as an environment-variable) - called mvn clean package - started the equinox-platform (java -jar equinox.jar -console) - installed the bundle - start the bundle -- ERROR: Missing Constraint:

Continuum with nAnt or MSBuild

2007-08-03 Thread Anshula
Hi, I have some .NET projects which need to be integrated in Continuum. Has any one worked with setting up the build system for .NET projects with nAnt or MSBuild as the build tool. Any idea which build tool works better with Continuum? Regards, Anshula -- View this message in context:

Continuum does not run Schduled Builds

2007-08-03 Thread Mac-Systems
I have 3 Projects running with Continuum. Two of them are Branches. Actually i use onyl the Default Schedule (build each hour once). Only the Project which was first Configured in Continuum is build Automaticly. If i commit to a Branch Continuum should build at least after apx. one hour, but

Re: Julia Vilke/Moscow/Canon/FI is out of the office.

2007-08-03 Thread Wayne Fay
I already sent an email to the list owner email address but nothing has been done (obviously). I'm not really sure who watches the owner emails, if anyone. Wayne On 8/3/07, Dirk Olmes [EMAIL PROTECTED] wrote: James Abley wrote: On 03/08/07, Gisbert Amm [EMAIL PROTECTED] wrote: Dear list

Re: adding external jars to bundle

2007-08-03 Thread Stuart McCulloch
On 03/08/07, Craig Ching [EMAIL PROTECTED] wrote: Hi Arash, A few suggestions for you: 1) In your Export-Package statement, you're exporting org.apache.commons.httpclient.methods.*. You might also want to add that to your Import-Package as well, it's recommended practice (read the core

Re: Problem using custom announcement with changes plugin

2007-08-03 Thread Dennis Lundberg
I had a look at this and it seems that this is a requirement of Velocity, which is used to merge the template with the data. I'll add some text about this in the documentation for the plugin. Dennis Lundberg wrote: That is a very good question. I'm afraid I don't know the answer to it. Since

RE: Accessing Continuum Webapp

2007-08-03 Thread Morgovsky, Alexander (US - Glen Mills)
Hi Randall. I uninstalled the 1.0.3 service by the UninstallService.bat script and then installed 1.1-beta-1 by running the InstallService.bat script. -Original Message- From: Randall Fidler [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 10:43 AM To: [EMAIL PROTECTED] Subject:

Re: Problem with maven-archetype-quickstart

2007-08-03 Thread Wayne Fay
That page is about creating your own archetype, and then using it. I simply sent you the using it directions. So these directions apply to your situation. Without specifying the full details, archetype:create assumes you want to create your project using the maven-archetype-quickstart archetype,

Re: unabel to download source code from remote repository

2007-08-03 Thread Wayne Fay
Maven SCM plugin: http://maven.apache.org/scm/plugins/ Wayne On 8/3/07, Gopal.Varshney [EMAIL PROTECTED] wrote: Hi I have to download the latest source code from remote repository[ my own repository made in subversion] How I can do ithat. Thanks Regards

Re: [JETTY PLUGIN]

2007-08-03 Thread Craig Ching
Hi Joao Maybe I'm wrong about this, but I don't think there would be a way to set those in the pom as the jetty plugin runs inside the same JVM that maven runs in and I don't know of a way to set those after the JVM has been created. I think you're going to need to find a way (maybe using

Re: adding external jars to bundle

2007-08-03 Thread Craig Ching
Whoops, I completely missed that he had two Export-Package stanzas! On 8/3/07, Stuart McCulloch [EMAIL PROTECTED] wrote: On 03/08/07, Arash Amiri [EMAIL PROTECTED] wrote: ok, below is my pom.xml here is what I did: - added commons-httpclient.jar to the classpath (as an

RE: problem setting windows path for surefire tests

2007-08-03 Thread Nathan Coast
Hi Dave, Thanks for your reply. Unfortunately, we seem to be hitting some other problem. The mere presence of the PATH seems to break the surefire plugin. Not only does it overwrite the system PATH but it ignores whatever value we set. thanks, Nathan Dave Hoffer [EMAIL PROTECTED]

Re: Problem with maven-archetype-quickstart

2007-08-03 Thread Craig Ching
Thanks Wayne, I appreciate the help. Here I thought I was making good head way on understanding maven and you throw this curve ball at me ;-) So, if I get what you're saying, I should first create my own archetype, then I can create my projects based on that archetype by doing: mvn

Re: adding external jars to bundle

2007-08-03 Thread Craig Ching
Hi Arash, A few suggestions for you: 1) In your Export-Package statement, you're exporting org.apache.commons.httpclient.methods.*. You might also want to add that to your Import-Package as well, it's recommended practice (read the core spec about why, you might have reasons for not wanting to

Re: adding external jars to bundle

2007-08-03 Thread Stuart McCulloch
On 03/08/07, Arash Amiri [EMAIL PROTECTED] wrote: ok, below is my pom.xml here is what I did: - added commons-httpclient.jar to the classpath (as an environment-variable) - called mvn clean package - started the equinox-platform (java -jar equinox.jar -console) - installed the bundle -

unabel to download source code from remote repository

2007-08-03 Thread Gopal.Varshney
Hi I have to download the latest source code from remote repository[ my own repository made in subversion] How I can do ithat. Thanks Regards Gopal Varshney [ S.E.]

Problems with scm password containing semicolon in 1.1-beta-1

2007-08-03 Thread Jan Lisse
Hi, i just switched to the new 1.1-beta-1 release. My svn password contains alphanumeric characters and a prepended ;. Using 1.1-beta-1 i get an error because continuum generates a wrong commandline input for svn because of the semicolon. Has the form field input handling changed? I used

Re: problem setting windows path for surefire tests

2007-08-03 Thread Wayne Fay
You aren't specifying the surefire version in your plugin declaration. Make sure you specify this somewhere (plugin declaration, pluginManagement, etc). Wayne On 8/3/07, Nathan Coast [EMAIL PROTECTED] wrote: Hi Dave, Thanks for your reply. Unfortunately, we seem to be hitting some other

Re: maven-bundle-plugin and thrid party dependencies

2007-08-03 Thread Stuart McCulloch
On 03/08/07, Arash Amiri [EMAIL PROTECTED] wrote: Hi I cant figure out how or where to add third party libraries to my maven-bundle-plugin. for example, I want to add the org.apache.commons.httpclient library to my bundle and want to use classes of this library in my bundle. how do I do

Re: embedding mvn dependencies in osgi bundles

2007-08-03 Thread Stuart McCulloch
On 02/08/07, Stuart McCulloch [EMAIL PROTECTED] wrote: On 02/08/07, Arash Amiri [EMAIL PROTECTED] wrote: Hi I have a question considering maven and osgi bundles: I create an eclipse plugin-project and enable maven (using the codehaus maven-eclipse plugin). Any dependencies in the

Re: Problem with maven-archetype-quickstart

2007-08-03 Thread Wayne Fay
There's no need to create your own archetype -- I'm not sure where you got the idea that I'm telling you that you must do this. You are welcome to use the ones that exist, that's what most people do. I was simply saying (suggesting) that you could/should fully specify the archetype (groupId,

Incorrect timestamp of deploy artifact - 12 hours out? AM vs PM

2007-08-03 Thread Antony Stubbs
My deploy goal generates files with timestamps on them, like so: ETRWebEAR-1.0.2-20070803.083222-6.ear however, when i created this - the time was 8:32 PM! not AM, as the '24 hour' timestamp implies. The clock on my sys try correctly says ~8:30 pm. I could not find any posts on the topic,

Re: problem setting windows path for surefire tests

2007-08-03 Thread Dan Tran
The overwrite system path problem is plexus-utils. Perhaps you can build the surefire with latest plexus-utils ( 1.4.5) and verify? -D On 8/3/07, Nathan Coast [EMAIL PROTECTED] wrote: Hi Dave, Thanks for your reply. Unfortunately, we seem to be hitting some other problem. The mere

Mail-Notifier doesn't send ERROR notification on having been interrupted

2007-08-03 Thread Dmitriy Voloshchuk
Hello, If MAX Job Time has expired, Mail-notifier doesn't send ERROR notification. The notifier of my project in Continuum with Events - Error had been configured. Log is attached. Regards, Dima INFO | jvm 1| 2007/08/03 13:56:27 | 2007-08-03 13:56:27,746 [pool-1-thread-1]

Re: Configuring password policies for 1.1-beta1?

2007-08-03 Thread Wendy Smoak
On 8/3/07, Eric Miles [EMAIL PROTECTED] wrote: How do I configure the password policies for this version? We have no need for password restrictions (must change password, can't be one from previous 6, 1 number required, etc) and I'd like to remove these from our instance. How do I go about

Re: Problem with maven-archetype-quickstart

2007-08-03 Thread Craig Ching
Hi Wayne, Thank you, though I'm not quite sure I understand. You, see, I was following the directions here: http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html Which say: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app where nothing was ever

Re: Julia Vilke/Moscow/Canon/FI is out of the office.

2007-08-03 Thread Dirk Olmes
James Abley wrote: On 03/08/07, Gisbert Amm [EMAIL PROTECTED] wrote: Dear list administrators, is it possible to filter out any messages with subject lines containing out of the office or out of office? That would cover English speakers. How about just forcibly unsubscribing that address?

Re: Julia Vilke/Moscow/Canon/FI is out of the office.

2007-08-03 Thread James Abley
On 03/08/07, Gisbert Amm [EMAIL PROTECTED] wrote: Dear list administrators, is it possible to filter out any messages with subject lines containing out of the office or out of office? That would cover English speakers. How about just forcibly unsubscribing that address? -Gisbert [EMAIL

Maven and macker plugin working??

2007-08-03 Thread copernic Jeremy
Hi all, I am looking for the maven-macker-plugin, if there is one of course! Indeed, the project website seems to say that there are no version available yet: http://maven-plugins.sourceforge.net/maven-macker-plugin/downloads.html I have been googling the web for a few hour now but I only found

RE: Accessing Continuum Webapp

2007-08-03 Thread Randall Fidler
Hi Alexander, I too just installed to 1.1-beta-1 but didn't have any problems with the web service. When started Continuum was at http://ip:8080/continuum. Are you sure the service/daemon is running? Another thing is did you upgrade or remove 1.0.3 and then install 1.1-beta-1 fresh?

Accessing Continuum Webapp

2007-08-03 Thread Morgovsky, Alexander \(US - Glen Mills\)
I installed Continuum 1.1-beta-1 as a service. Unlike in 1.0.3, I cannot access it by going to http://ip:8080/continuum. What is the new way of accessing it? I did not change any of the default configurations. The continuum.log file only has the following: [WrapperSimpleAppMain] INFO

Re: Search option

2007-08-03 Thread Ale FQ
Thank you! On 8/2/07, Joakim Erdfelt [EMAIL PROTECTED] wrote: Ale FQ wrote: Is there a search interface for this mailing list? Thanks in advance. You can use http://www.nabble.com/archiva-users-f16426.html Enjoy. -- - Joakim Erdfelt [EMAIL PROTECTED] Open Source Software

Re: Continuum with nAnt or MSBuild

2007-08-03 Thread Jan Nielsen
Hi Anshula, One of my Continuum 1.0.3 build jobs is an Ant build script which calls into an NAnt build script for a .NET project - seems to work fine for me. -Jan On 8/3/07, Anshula [EMAIL PROTECTED] wrote: Hi, I have some .NET projects which need to be integrated in Continuum. Has any

Configuring password policies for 1.1-beta1?

2007-08-03 Thread Eric Miles
I wanted to ensure I covered all my bases before I sent this message, but I have looked through the docs, FAQs, wiki, and about 1500 messages of this mailing list and I didn't see this question asked nor found information pertaining to this... How do I configure the password policies for this

Re: Incorrect timestamp of deploy artifact - 12 hours out? AM vs PM

2007-08-03 Thread Hervé BOUTEMY
Le vendredi 3 août 2007, Antony Stubbs a écrit : My deploy goal generates files with timestamps on them, like so: ETRWebEAR-1.0.2-20070803.083222-6.ear however, when i created this - the time was 8:32 PM! not AM, as the '24 hour' timestamp implies. The clock on my sys try correctly says

Including Maven project in ant build

2007-08-03 Thread Developer Abe
I have a web based app (using appfuse) which is built by Maven. I am trying to deploy the project in a large scale build environment which is using Ant exclusively. The build engineers are hesitant about using Maven because they do not have any expertise in Maven. I was wondering if there is an

Re: Including Maven project in ant build

2007-08-03 Thread Hervé BOUTEMY
Le vendredi 3 août 2007, Developer Abe a écrit : I have a web based app (using appfuse) which is built by Maven. I am trying to deploy the project in a large scale build environment which is using Ant exclusively. The build engineers are hesitant about using Maven because they do not have

Re: Problem with maven-archetype-quickstart

2007-08-03 Thread Craig Ching
RIght, *you* didn't say that, that was the impression I got from the link. ;-) But that got me to this page: http://maven.apache.org/plugins/maven-archetype-plugin/usage.html which showed me this: mvn archetype:create -DgroupId=sample.group.id\

Re: Including Maven project in ant build

2007-08-03 Thread Developer Abe
I quickly glanced through the ant tasks docs. I will revist the docs. What I am hoping for is a way to incorporate an ant build script which calls specific tasks in Maven and can return the result of the tasks back to my project-level ant build script so the overall ant build is aware of test

eclipse-plugin generates weird classpath entries

2007-08-03 Thread Klaus Botschen
Hi, I can't find the reason why i get such strange entries in the classpath file: classpathentry kind=var path=M2_REPOant/ant-optional/1.5.1/ant-optional-1.5.1.jar/ classpathentry kind=var path=M2_REPOantlr/antlr/2.7.6/antlr-2.7.6.jar/ classpathentry kind=var

Re: [m2] site generation - Custom file with left right and top banners.

2007-08-03 Thread Vijay Venkataraman
Hi Arnaud, Thanks for letting me know that it works similar to the way it works in Maven1. That did the trick. Thanks for the link http://www.oqube.com/projects/oqube-skin/index.html. Informative and i am sure it is going to come handy after some time. Found this link too, can be useful too:

RE: Accessing Continuum Webapp

2007-08-03 Thread Morgovsky, Alexander (US - Glen Mills)
I figured out my issue, I needed to have Java 1.5 running, and I had Java 1.4 running. The issue which I have is I need to have my codebase be compiled and ran using Java 1.4. Can Continuum 1.1-beta-1 be configured to run using Java 1.4? If not, have others encountered this issue? If yes,

Re: [m2] site generation - Custom file with left right and top banners.

2007-08-03 Thread Arnaud Bailly
Vijay Venkataraman [EMAIL PROTECTED] writes: Found this link too, can be useful too: http://coderoshi.blogspot.com/2007/02/generating-site-and-documentation-in.html Great link, thank you. I have added it to my references. Glad you found my musing useful :-) regards, -- OQube software

RE: Accessing Continuum Webapp

2007-08-03 Thread LAMY Olivier
Yep a feature coming with this release. Have a look : http://maven.apache.org/continuum/guides/mini/guide-build-profile.html - Olivier -Message d'origine- De : Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 août 2007 20:30 À : [EMAIL PROTECTED]

Question on Parent Pom

2007-08-03 Thread Mark Eramo
Hello, I am new to Maven and trying to setup some projects. What I want to do is create a parent POM that has all the different project dependencies included. Then for each project, I will have a project POM that will contain the individual dependencies needed to build the project. However,

RE: Accessing Continuum Webapp

2007-08-03 Thread Morgovsky, Alexander (US - Glen Mills)
Thanks. If this is the case, should I define my System Environment Variable JAVA_HOME to Java 1.5, and define the version of Java for my build to 1.4 using the build profile? -Original Message- From: LAMY Olivier [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 3:41 PM To:

RE: Accessing Continuum Webapp

2007-08-03 Thread LAMY Olivier
Yes. -Message d'origine- De : Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 août 2007 21:47 À : [EMAIL PROTECTED] Objet : RE: Accessing Continuum Webapp Thanks. If this is the case, should I define my System Environment Variable JAVA_HOME to

Re: Including Maven project in ant build

2007-08-03 Thread Hervé BOUTEMY
Le vendredi 3 août 2007, Developer Abe a écrit : I quickly glanced through the ant tasks docs. I will revist the docs. What I am hoping for is a way to incorporate an ant build script which calls specific tasks in Maven and can return the result of the tasks back to my project-level ant

Re: Question on Parent Pom

2007-08-03 Thread Wayne Fay
You want to use dependencyManagement in your parent pom, then refer to the parent in each of the children poms using parent tag. I'm pretty sure this topic is covered in the free Maven e-book from Devzuz and/or Sonatype. If this isn't clear enough, and you can't find it in the e-books, let us

RE: Accessing Continuum Webapp

2007-08-03 Thread Morgovsky, Alexander (US - Glen Mills)
Thank you, I will try this and report back. -Original Message- From: LAMY Olivier [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 3:52 PM To: [EMAIL PROTECTED] Subject: RE: Accessing Continuum Webapp Yes. -Message d'origine- De : Morgovsky, Alexander (US - Glen

Re: Question on Parent Pom

2007-08-03 Thread Hervé BOUTEMY
the dependencies are to be specified in dependencyManagement: see http://maven.apache.org/ref/current/maven-model/maven.html Here is an example: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=markup regards Hervé Le vendredi 3 août 2007, Mark Eramo a écrit : Hello, I am

Re: Including Maven project in ant build

2007-08-03 Thread Developer Abe
Currently, the build engineers have a lot of ant build scripts which build the entire suite of applications that are being developed. My project is a separate module that is a part of the application suite. When the build process runs all of the applications need to be built including mine. The