Re: Is it a bug ?

2007-04-27 Thread Emmanuel Venisse
Continuum 1.0.3 or Continuum 1.1-alpha-1? Charles Paulet a écrit : Hi, Is this problem a normal behaviour ? 1 - The root user create a new user (projectleader) with a password ans sets privileges. 2 - The root user logs out. 3 - The projectleader logs in, AND checks the remember me

Re: Is it a bug ?

2007-04-27 Thread Charles Paulet
the problem is on 1.1-alpha-1 Emmanuel Venisse wrote: Continuum 1.0.3 or Continuum 1.1-alpha-1? Charles Paulet a écrit : Hi, Is this problem a normal behaviour ? 1 - The root user create a new user (projectleader) with a password ans sets privileges. 2 - The root user logs out. 3 - The

Re: Coping w/ 3rd party libs ... jar plus dependencies.

2007-04-27 Thread Hervé BOUTEMY
Le vendredi 27 avril 2007 07:34, Danny MacMillan a écrit : Second, I think you might underestimate my newbishness. I'm pretty sure I can figure out how to get it installed. What I can't figure out is what to actually put in the POM. I know how to make a POM that creates a jar out of my own

Re: cobertura and hibernate?

2007-04-27 Thread Hugues Pisapia
Apparently, using the cobertura plugin 2.1 fixes this issue. Funny enough is that it's still a problem on the plugin's JIRA: http://jira.codehaus.org/browse/MCOBERTURA-54 - Hugues 2007/4/26, Hugues Pisapia [EMAIL PROTECTED]: Hi Folks, I'm running a strange probleme here where I have a

Re: jar with dependencies in a folder

2007-04-27 Thread Gregory Kick
When I read this thread it bothered me that people were recommending the dependency plugin because it seemed like something that the assembly plugin should be able to do on its own. I think that the following ought to get you what you wanted without that plugin. assembly

war plugin: making optional optinal ?

2007-04-27 Thread Jerome Lacoste
Hi, our project has several wars all bundled in an ear. In order to reduce the size, we moved most of the dependencies to the ear using optionaltrue/optional. Now we would like the developers to be able to test deploy the wars independently and it is not possible due to the now 'missing'

Re : Re : Re : Build number and current date

2007-04-27 Thread spouynt
I used this in my pom : scm connectionscm:svn:https://www.ilem.ma/svnrepos/TutelecOJV/v1.3/connection developerConnectionscm:svn:https://www.ilem.ma/svnrepos/TutelecOJV/v1.3/developerConnection urlhttps://www.ilem.ma/svnrepos/TutelecOJV/v1.3/url /scm but i had this

Re: war plugin: making optional optinal ?

2007-04-27 Thread Gregory Kick
I think that instead of using optional, you have been meaning to use scopeprovided/scope. This would indicate that the jars are necessary, but won't include them in your war because it is assumed that it will be provided by the container, or in your case, the ear. As far as your testing, you

Re : Re : Re : Re : Build number and current date

2007-04-27 Thread spouynt
I'm using 'The Eclipse Team Provider for the Subversion version control system.' not the binary is it necessary to have the binary if I want to get the build number ? Thanks friends Nawfel - Message d'origine De : Wayne Fay [EMAIL PROTECTED] À : Maven Users List

Re: war plugin: making optional optinal ?

2007-04-27 Thread Jerome Lacoste
On 4/27/07, Gregory Kick [EMAIL PROTECTED] wrote: I think that instead of using optional, you have been meaning to use scopeprovided/scope. This would indicate that the jars are necessary, but won't include them in your war because it is assumed that it will be provided by the container, or in

Re: Releasing a branch?

2007-04-27 Thread Roland Asmann
Jim, Sure we can work on that together. If you don't mind, I'll contact you on that privately (don't need to send every single e-mail over the list). I'll let you know when I start things up on my end, feel free to do the same! On Thursday 26 April 2007 22:21, Crossley, Jim wrote: Thanks

Re: Releasing a branch?

2007-04-27 Thread Roland Asmann
On Thursday 26 April 2007 22:38, Crossley, Jim wrote: Hi. Rapha l Pi roni [EMAIL PROTECTED] writes: [...] is this dumb? Nope. Definitely not dumb! do that need a enhancement jira? Yep. http://jira.codehaus.org/browse/MRELEASE-226 Not sure about this though.. I think it should be

Re: Releasing a branch?

2007-04-27 Thread Emmanuel Venisse
I'll look at the issue created by Jim, but it was in my planning to implement the branch creation in the next month. Emmanuel Roland Asmann a écrit : Jim, Sure we can work on that together. If you don't mind, I'll contact you on that privately (don't need to send every single e-mail over

pom.xml URL - CVS access

2007-04-27 Thread Rodrigo Gonçalves
Hi... Until now in our CVS server we could via web access a file without web login, with the direct link: https://cvs.cvsservername.com/cgi-bin/cvsweb.cgi/~checkout~/module_path/file_name but that security problem was resolved, leaving us with a problem on the continuum server. Adding a

Re: Releasing a branch?

2007-04-27 Thread Heinrich Nirschl
On 4/27/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: I'll look at the issue created by Jim, but it was in my planning to implement the branch creation in the next month. Emmanuel There is another, slightly related issue. From time to time, you want to merge the bug fixes from the

Re: pom.xml URL - CVS access

2007-04-27 Thread Rahul Thakur
You want to know how to specify username password to add your pom.xml from CVS, correct? Something like: https://username:[EMAIL PROTECTED]/cgi-bin/cvsweb.cgi/~checkout~/module_path/file_name HTH, Rahul - Original Message - From: Rodrigo Gonçalves [EMAIL PROTECTED] To: [EMAIL

Re: maven 1.0.2 to 1.1 beta 3

2007-04-27 Thread emerson cargnin
I was using standard CS configuration, when i switch for our own configuration, it got a lot faster. Thanks for the help. Emerson On 23/04/07, Lukas Theussl [EMAIL PROTECTED] wrote: 3Ms is certainly a big file especially since the raw reports are probably bigger... did you try already to

Re: maven 1.1 site generation

2007-04-27 Thread emerson cargnin
I tried it and then although the project names fit in the box the right part of the page looses the configuration. where should I put the overinding css file to be included (initially I fixed directly in the maven-base.css )? thanks emerson On 24/04/07, Arnaud HERITIER [EMAIL PROTECTED] wrote:

Re : Re :Re : Re : Re : Step by Step guide

2007-04-27 Thread spouynt
Thanks for the trick, But I think that there's a problem with that plugin ! once I lunch a compile goal I haave only this output for long time !! : [INFO] Scanning for projects... and nothing else ! Thanks for helping Nawfel BERAICH - Message d'origine De : VUB Stefan Seidel [EMAIL

Re: maven 1.1 site generation

2007-04-27 Thread Lukas Theussl
${maven.docs.src}/style/project.css See http://maven.apache.org/maven-1.x/plugins/xdoc/. HTH, -Lukas emerson cargnin wrote: I tried it and then although the project names fit in the box the right part of the page looses the configuration. where should I put the overinding css file to be

Re: pom.xml URL - CVS access

2007-04-27 Thread Rodrigo Gonçalves
THX for your answer Rahul... I already try that, but it does not work. Our web-cvs doesn't support that kind of authentication. :( Any other ideas ? Rahul Thakur wrote: You want to know how to specify username password to add your pom.xml from CVS, correct? Something like:

Re: maven 1.1 site generation

2007-04-27 Thread emerson cargnin
but it keeps getting the central part of the page below everything... Emerson On 27/04/07, Lukas Theussl [EMAIL PROTECTED] wrote: ${maven.docs.src}/style/project.css See http://maven.apache.org/maven-1.x/plugins/xdoc/. HTH, -Lukas emerson cargnin wrote: I tried it and then although the

Re: war plugin: making optional optinal ?

2007-04-27 Thread Gregory Kick
On 4/27/07, Jerome Lacoste [EMAIL PROTECTED] wrote: On 4/27/07, Gregory Kick [EMAIL PROTECTED] wrote: I think that instead of using optional, you have been meaning to use scopeprovided/scope. This would indicate that the jars are necessary, but won't include them in your war because it is

Process resources (date,build number, version...etc)

2007-04-27 Thread spouynt
Hi all, I need to process some resources which was properties in Ant like this : property name=DIST value=${MyDate}-v${noVersion}b${build.number}/ where : target name=init description=Init target tstamp format property=time

Re: maven 1.1 site generation

2007-04-27 Thread Arnaud HERITIER
With with browser ? IE 5 ? I thought I already saw this bug and there's an issue open in JIRA in the xdoc plugin. Arnaud On 27/04/07, emerson cargnin [EMAIL PROTECTED] wrote: but it keeps getting the central part of the page below everything... Emerson On 27/04/07, Lukas Theussl [EMAIL

Re: maven 1.1 site generation

2007-04-27 Thread Lukas Theussl
http://jira.codehaus.org/browse/MPXDOC-196 This one? -Lukas Arnaud HERITIER wrote: With with browser ? IE 5 ? I thought I already saw this bug and there's an issue open in JIRA in the xdoc plugin. Arnaud On 27/04/07, emerson cargnin [EMAIL PROTECTED] wrote: but it keeps getting the

Re: maven 1.1 site generation

2007-04-27 Thread Arnaud HERITIER
yep, I understand now why I remember to have see this issue ;-) Arnaud On 27/04/07, Lukas Theussl [EMAIL PROTECTED] wrote: http://jira.codehaus.org/browse/MPXDOC-196 This one? -Lukas Arnaud HERITIER wrote: With with browser ? IE 5 ? I thought I already saw this bug and there's an issue

Re: How to put cobertura.ser in target DIR

2007-04-27 Thread Hugues Pisapia
Hi There, I've had the antrun plugin does thi for me by adding this the parent pom of my multi project: plugin artifactIdmaven-antrun-plugin/artifactId executions execution phaseprocess-test-resources/phase

Re: war plugin: making optional optinal ?

2007-04-27 Thread Jerome Lacoste
On 4/27/07, Gregory Kick [EMAIL PROTECTED] wrote: On 4/27/07, Jerome Lacoste [EMAIL PROTECTED] wrote: On 4/27/07, Gregory Kick [EMAIL PROTECTED] wrote: I think that instead of using optional, you have been meaning to use scopeprovided/scope. This would indicate that the jars are

Re: Releasing a branch?

2007-04-27 Thread Roland Asmann
Branching (as I've stated a couple of time now) is an issue, which I feel can and should be automated. However, the merging of code is something that I feel should be left with manual intervention. Some bugs that have been fixed in a branch, may have been solved in the head already by e.g.

Problem 1.1.alpha.1 : avoid scanning ant

2007-04-27 Thread Charles Paulet
Hi, Is it possible to stop the scanning of ant path when continuum starts ? 2007-04-26 11:55:45,833 [main] INFO ContinuumBuildExecutor:ant - Resolved the executable 'ant' to '/usr/bin/ant'. For automated builds with 1.0.3, we use another ant file. Thx, Charles

Re: Releasing a branch?

2007-04-27 Thread Heinrich Nirschl
On 4/27/07, Roland Asmann [EMAIL PROTECTED] wrote: Branching (as I've stated a couple of time now) is an issue, which I feel can and should be automated. However, the merging of code is something that I feel should be left with manual intervention. Some bugs that have been fixed in a branch,

RE: [m2eclipse-user] Re : Re :Re : Re : Re : Step by Step guide

2007-04-27 Thread Phill Moran
Dos your project have a long list of dependencies in it or just the maven dependency container? What version of eclipse are you using? Phill _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: April 27, 2007 6:55 AM To: [EMAIL PROTECTED]; users@maven.apache.org Subject:

Is it a bug ?

2007-04-27 Thread Charles Paulet
Hi, Is this problem a normal behaviour ? 1 - The root user create a new user (projectleader) with a password ans sets privileges. 2 - The root user logs out. 3 - The projectleader logs in, AND checks the remember me checkbox. 4 - Continuum asks to change the projectleader password Here if

Problem with org.apache.maven.plugins:maven-plugins:pom:2-SNAPSHOT

2007-04-27 Thread Stuart Guthrie
Hi there, I'm trying to follow an excellent tutorial on selenium/cargo/maven etc. http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/ We use maven2 all the time at work but this integration-test software loads lots more dependencies and plugins

Re : [m2eclipse-user] Re : Re :Re : Re : Re : Step by Step guide

2007-04-27 Thread spouynt
Dos your project have a long list of dependencies in it or just the maven dependency container? my project have a long list of dependencies What version of eclipse are you using? I'm using MyEclipse 5.5 M2 Thanks Nawfel - Message d'origine De : Phill Moran [EMAIL PROTECTED] À : [EMAIL

Re: Problem with org.apache.maven.plugins:maven-plugins:pom:2-SNAPSHOT

2007-04-27 Thread Thorsten Heit
Hi Stuart, When I run mvn integration-test, I get this in the console: [INFO] Failed to resolve artifact. GroupId: org.apache.maven.plugins ArtifactId: maven-plugins Version: 2-SNAPSHOT Reason: Unable to download the artifact from any repository

Cannot create the build number ?!

2007-04-27 Thread spouynt
Hi Mavenizers, After installing the subversion binaries, and retrying to compile I had this : [DEBUG] Configuring mojo 'org.codehaus.mojo:maven-buildnumber-plugin:0.9.4:create' -- [DEBUG] (s) basedir = C:\works\workspaceM2\myAppName-v1.3 [DEBUG] (s) doCheck = true [DEBUG] (s) doUpdate =

Problem - Plugin release.

2007-04-27 Thread Paola
Hi I try use the release plugin in my project and occured problems when the plugin, make commit in my repository... I use svn repository and the hook post- commit is active. I need a ticket number for make commit in my repository... I try use tag arguments with refs ticket , for used

Re: Re : Re : Re : Re : Build number and current date

2007-04-27 Thread Wayne Fay
Maven SCM calls out to your svn binary to do its work. Therefore, you must have a Subversion binary somewhere on your path. I have no idea if the Eclipse bundle includes a binary or not. Wayne On 4/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm using 'The Eclipse Team Provider for the

HOWTO: (Build / ) Release mgmt in multi environment (test, staging, production)

2007-04-27 Thread Maarten Volders
Hi, I have the following question on how to setup a Maven environment in a multi environment (test, staging, production). Ps.this is the first Maven project I'm doing ... having an ANT background. Lets' start by talking what I have. We have a multi project structure and are using profiles

Re : Re : Re : Re :Re : Re : Re : Step by Step guide

2007-04-27 Thread spouynt
I have already all my dependencies libs (.jar) added to my build path ! Thanks Nawfel BERAICH - Message d'origine De : Phill Moran [EMAIL PROTECTED] À : [EMAIL PROTECTED] Envoyé le : Vendredi, 27 Avril 2007, 14h26mn 08s Objet : RE: [m2eclipse-user] Re : [m2eclipse-user] Re : Re :Re :

Re: Problem - Plugin release.

2007-04-27 Thread Antonio Petrelli
2007/4/27, Paola [EMAIL PROTECTED]: I try use the release plugin in my project and occured problems when the plugin, make commit in my repository... Can you post the error that you get? Antonio - To unsubscribe, e-mail:

Re: Cannot create the build number ?!

2007-04-27 Thread Tim Kettler
I agree that maven error messages are not always as self explaining as they should but in this case it's quite obvious what's wrong: [INFO] [ERROR] BUILD ERROR [INFO]

Re: Cannot create the build number ?!

2007-04-27 Thread Wayne Fay
Not only that, it tells you which files you need to do something with: [pom.xml:unknown] [mvn:unknown] [.project:modified] [.classpath:modified] You need to add or ignore the unknowns, and commit the modifieds. Wayne On 4/27/07, Tim Kettler [EMAIL PROTECTED] wrote: I agree that maven

Re: Cannot create the build number ?!

2007-04-27 Thread ben short
The plugins home page [1] explains all of this and how you can stop it from checking for modified files. [1] http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html On 4/27/07, Wayne Fay [EMAIL PROTECTED] wrote: Not only that, it tells you which files you need to do something

Re : Cannot create the build number ?!

2007-04-27 Thread spouynt
I know that the error is about locally modified files.. I understand English (-_^) (just kidding) what I mean is : why I cant get a build number from my local modified version ? (if I can, how will I do ?) also I just want to precise that the project was developed and built many times using

Re : Cannot create the build number ?!

2007-04-27 Thread spouynt
I can not commit anything on the server, I just want to do tests locally to test if maven will efficiently replace Ant and do it's work is it possible to do so ? Thanks all Nawfel - Message d'origine De : Wayne Fay [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org Envoyé

Filtering resources into a directory other than classes for a webapp?

2007-04-27 Thread Jared Blitzstein
I'm using the webapp archetype and our apps are configured to have the properties files in /WEB-INF/config/ rather than /WEB-INF/ classes/ which maven defaults to for resource filtering. I see the targetPath tag in the resource tag but that's only for packages, not directories outside

Re: Re : Cannot create the build number ?!

2007-04-27 Thread Wayne Fay
I don't use the buildnumber plugin, so you're on your own here unless someone else who is using it pipes up. If you get a good working config, please contribute it back. Wayne On 4/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I can not commit anything on the server, I just want to do

Re: Filtering resources into a directory other than classes for a webapp?

2007-04-27 Thread Heinrich Nirschl
On 4/27/07, Jared Blitzstein [EMAIL PROTECTED] wrote: I'm using the webapp archetype and our apps are configured to have the properties files in /WEB-INF/config/ rather than /WEB-INF/ classes/ which maven defaults to for resource filtering. I see the targetPath tag in the resource tag but that's

Re: Re : Cannot create the build number ?!

2007-04-27 Thread Julian Wood
You can get a buildnumber from your locally modified version, but it is going to be the revision number from svn, from the last time you did an update. Just suppress the doCheck. configuration doCheckfalse/doCheck doUpdatefalse/doUpdate /configuration J On 27-Apr-07, at

Re : Cannot create the build number ?! (solved)

2007-04-27 Thread spouynt
Oh ! thanks ! I've missed the line You can suppress this behaviour with -Dmaven.buildNumber.doCheck=false (or remove the configuration info). in my first reading ! Thanks - Message d'origine De : ben short [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org Envoyé le :

Re: excluding junit from assembly

2007-04-27 Thread Ed Young
It's resolved, and I did not have to specify an assembly plugin version. The key was to add an empty outputFileNameMapping/ tag to the binaries section of the moduleSet. The dependencySet looks like this: dependencySet outputDirectory/outputDirectory

Class not found only during Test phase

2007-04-27 Thread Chris Russell
Hello, I'm trying to run a junit test and I'm getting the following error: java.lang.NoClassDefFoundError: oracle/j2ee/ws/saaj/soap/BinaryTextImpl at oracle.j2ee.ws.common.streaming.DOMXMLReaderImpl.hasBinaryValue(DOMXMLReaderImpl.java:217) at

How to access a file that's inside an executable jar assembly, programatically

2007-04-27 Thread Ed Young
I'd like to display the license information contained in a file that has been assembled into an executable jar file assembly when the user passes a command line parameter. I'm not sure if this is a maven issue, really, but the executable assembly was created using the maven assembly plugin.

Weird url while trying to download a dependency

2007-04-27 Thread mateamargo
I have deployed a maven-plugin in a remote repository with this commands: mvn deploy:deploy-file -DgroupId=org.apache.jmeter -DartifactId=maven-jmeter-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=maven-plugin -Dfile=maven-jmeter-plugin-1.0-SNAPSHOT.jar -DrepositoryId=internal.repo -DpomFile=pom.xml

Weird url while trying to download a dependency

2007-04-27 Thread mateamargo
I have deployed a maven-plugin in a remote repository with this commands: mvn deploy:deploy-file -DgroupId=org.apache.jmeter -DartifactId=maven-jmeter-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=maven-plugin -Dfile=maven-jmeter-plugin-1.0-SNAPSHOT.jar -DrepositoryId=internal.repo -DpomFile=pom.xml

Re: Class not found only during Test phase

2007-04-27 Thread Wayne Fay
Unpack the jar and make sure its really there. We've seen similar reports from people who were surprised when classes really didn't exist in their jar. If its there, I'd guess you might be running into a class loading issue... Check how that class is being loaded in the

Re: How to access a file that's inside an executable jar assembly, programatically

2007-04-27 Thread Heinrich Nirschl
On 4/27/07, Ed Young [EMAIL PROTECTED] wrote: I'd like to display the license information contained in a file that has been assembled into an executable jar file assembly when the user passes a command line parameter. I'm not sure if this is a maven issue, really, but the executable assembly

Re: How to access a file that's inside an executable jar assembly, programatically

2007-04-27 Thread Wayne Fay
John Casey sent this method a while ago that might be useful: private File getFile( String resourceName ) { ClassLoader cloader = Thread.currentThread().getContextClassLoader(); URL resource = cloader.getResource( resourceName ); if ( resource == null ) { throw new

Re: Weird url while trying to download a dependency

2007-04-27 Thread Heinrich Nirschl
On Fri, 2007-04-27 at 10:03 -0700, mateamargo wrote: I have deployed a maven-plugin in a remote repository with this commands: mvn deploy:deploy-file -DgroupId=org.apache.jmeter -DartifactId=maven-jmeter-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=maven-plugin

Scanning for projects... FOREVER !!

2007-04-27 Thread spouynt
Hello, (I added this topic to be more specific) I'm using Maven 2.0 integration 0.0.11.20070304-1200 from http://m2eclipse.codehaus.org/update-dev/ but eclipse is hanging on : [INFO] Scanning for projects... when running a m2 compile goal from external toolsMaven Build new : ...

Re: Weird url while trying to download a dependency

2007-04-27 Thread mateamargo
Heinrich Nirschl wrote: Just a wild guess, do you have the var/www specified in the url of your pluginRepository section in the pom? - Henry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Compile and runtime dependency on the same jar file

2007-04-27 Thread Enrique Gaona
Hi, I have a project that has a compile dependency to a jar file (tpmclient.jar) and at the same time it needs to be packaged into the final war.My questions, what's the elegant or right way of solving this problem wihtout having to copy the tpmclient.jar into my project directory? The

Re: Problem - Plugin release.

2007-04-27 Thread Paola
[INFO] [INFO] Checking in modified POMs... [INFO] Executing: svn --username p.montini --password * --non-interactive commit --file C:\Temp\maven-scm-403088690.commit C:/java/workspace/YMF-AMPLIS-APP/pom.xml [INFO]

Re: [m2] adding classpathentry with maven-eclipse-plugin

2007-04-27 Thread Adrian Herscu
Here is one use case (or probably something missing from maven-eclipse-plugin): - add a resource folder to your Java project - add it in the pom.xml - write some code to load some resource (e.g. using getResourceAsStream) - test the project using M2 -- the resource will be found - test the

Re: Problem - Plugin release.

2007-04-27 Thread Emmanuel Venisse
In the next version of the release plugin. We'll probably release 2.0-beta-5 next week. Emmanuel Paola a écrit : When the release plugin asked me about next version!? tks Emmanuel Venisse wrote: In the next version, you'll can add a comment prefix to the commit message, it is already

Re-enable disabled repository

2007-04-27 Thread Ben Tatham
Hello all, I have seen people talking about this, but it always seems to be a different issue... I am getting Skipping disabled repository for our Archiva server. Why did maven disable it, and how do I re-enable it to make it try again? I can find no documentation on this. How is it

Re: Problem - Plugin release.

2007-04-27 Thread Paola
Ok I will wait for this... Tks a lot Emmanuel Venisse wrote: In the next version of the release plugin. We'll probably release 2.0-beta-5 next week. Emmanuel Paola a écrit : When the release plugin asked me about next version!? tks Emmanuel Venisse wrote: In the next

Re: Problem - Plugin release.

2007-04-27 Thread Paola
When the release plugin asked me about next version!? tks Emmanuel Venisse wrote: In the next version, you'll can add a comment prefix to the commit message, it is already implemented in trunk. Emmanuel Paola a écrit : [INFO]

Setting up Repository

2007-04-27 Thread Petr V.
I have to set up repository for the developers in my company. I added following in my settings.xml and run http server at localhost profile iddefault-repositories/id repositories repository idmy-internal/id urlhttp://localhost:/repository//url /repository

Re: Scanning for projects... FOREVER !!

2007-04-27 Thread Wayne Fay
You'll probably have better luck with these issues on the M2Eclipse Users list. http://m2eclipse.codehaus.org/mail-lists.html Wayne On 4/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, (I added this topic to be more specific) I'm using Maven 2.0 integration 0.0.11.20070304-1200

Re: Setting up Repository

2007-04-27 Thread Wayne Fay
No, this is not sufficient as there is additional metadata required. You should install Archiva, Proximity, Artifactory, etc. Wayne On 4/27/07, Petr V. [EMAIL PROTECTED] wrote: I have to set up repository for the developers in my company. I added following in my settings.xml and run http

Re: Problem - Plugin release.

2007-04-27 Thread Emmanuel Venisse
In the next version, you'll can add a comment prefix to the commit message, it is already implemented in trunk. Emmanuel Paola a écrit : [INFO] [INFO] Checking in modified POMs... [INFO] Executing: svn --username

Re: Filtering resources into a directory other than classes for a webapp?

2007-04-27 Thread Jared Blitzstein
Thanks, I've read that as well as http://maven.apache.org/guides/ getting-started/index.html#How%20do%20I%20filter%20resource%20files and it's basically the same thing as the WAR plugin...I believe. Since I need this on both the WAR and the exploded app for jetty, I'm not sure if the war

Re: Compile and runtime dependency on the same jar file

2007-04-27 Thread Wayne Fay
Read the M2 scope document again... Compile scoped artifacts are packaged just like runtime. The only difference is that runtime artifacts are not available in the compile-time classpath. Wayne On 4/27/07, Enrique Gaona [EMAIL PROTECTED] wrote: Hi, I have a project that has a compile

maven-changelog-plugin

2007-04-27 Thread Jay Packard
The maven-changelog-plugin is not working for me. I'm I allowed to have an https url in scmconnection? Can you point me to any other documentation that might help me get this working? Jay - To unsubscribe, e-mail: [EMAIL

RE: Setting up Repository

2007-04-27 Thread Petr V.
No, I did not try that. I found this page when I googled mvn deploy http://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.html but it is not making lots of sense to me. Problem is that server that is gonna host the repository would have no outside world connection so I have to

Re: Weird url while trying to download a dependency

2007-04-27 Thread mateamargo
I mean, the only place where I specify /var/www is in the url while deploying, but I don't understand why the POM's are being downloaded fine but not the jar. -- View this message in context: http://www.nabble.com/Weird-url-while-trying-to-download-a-dependency-tf3658648s177.html#a10225265 Sent

RE: Setting up Repository

2007-04-27 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
The guide to deploying third-party jars is where I got all the information I needed to be able to deploy artifacts to our internal repository. When running mvn deploy, you have to have your Maven environment (M2_HOME, Maven installation, ~/m2.settings or other way to locate the local repository)

running webapp (war) in a multiproject environment

2007-04-27 Thread Carsten Krebs
Hi, I'm trying to run a maven build war file using one of the container plugins (cargo, tomcat or jetty). While this works fine in single project setup, I don't know how to get it properly work in multi project setup, if I have dependencies from the war module to at least on other child

RE: Tasks aren't run for the maven-antrun-plugin

2007-04-27 Thread jbonevich
Actually, keep configuration where it was under executions, just add the goals/goal to execution and it works: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId version1.1/version executions execution phasedeploy/phase goals

Re: Filtering resources into a directory other than classes for a webapp?

2007-04-27 Thread Heinrich Nirschl
On Fri, 2007-04-27 at 15:17 -0400, Jared Blitzstein wrote: Thanks, I've read that as well as http://maven.apache.org/guides/ getting-started/index.html#How%20do%20I%20filter%20resource%20files and it's basically the same thing as the WAR plugin...I believe. Since I need this on both the

Maven tips

2007-04-27 Thread Marcos
Hi all, I've just started with Maven today and I must admit that I didn't read all Maven's documentation yet ;-( But I'm asking just for a tip or maybe a hyperlink I missed out where I could get such information I have the following scenario.: 1.) 11 projects developed in Netbeans 5.5

Re: How to access a file that's inside an executable jar assembly, programatically

2007-04-27 Thread Ed Young
Thanks guys! That did the trick. On 4/27/07, Wayne Fay [EMAIL PROTECTED] wrote: John Casey sent this method a while ago that might be useful: private File getFile( String resourceName ) { ClassLoader cloader = Thread.currentThread().getContextClassLoader(); URL resource =

Maven surefire question

2007-04-27 Thread Si'mon
When a JUnit test fails I would like Maven:surefire to exit and not run additional tests. Anyone know how to do this? It keeps going for some time and then stops but I want it to come to a screeching halt right then. thanks Si'mon -- View this message in context:

Re: Maven surefire question

2007-04-27 Thread Wayne Fay
Sounds like a reasonable request, but I don't believe this is currently available in Surefire. So you'll need to file a JIRA Enhancement Request for a new failFast configuration parameter (or something along those lines) if you would like to request the Maven Dev team adds this feature to the

Re: Coping w/ 3rd party libs ... jar plus dependencies.

2007-04-27 Thread Danny MacMillan
Hervé BOUTEMY wrote: to write the pom, please read http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html in your wase, it will only be used for the dependencies declaration, not to build the jar once the pom is written, to deploy the existing jar with its pom,

Re: Maven surefire question

2007-04-27 Thread Barrie Treloar
On 4/28/07, Si'mon [EMAIL PROTECTED] wrote: When a JUnit test fails I would like Maven:surefire to exit and not run additional tests. Anyone know how to do this? It keeps going for some time and then stops but I want it to come to a screeching halt right then. As Wayne suggests this sounds

optional dependencies got pull into my web app?

2007-04-27 Thread Dan Tran
Hello, my webapp depends on commons-logging-1.1 which has a punch of optional jars and they are pull into my WEB-INF/lib directory is it a expected behavior, the optional depdendency seems to disagree with that here is a pom to produce a the issue, makesure to create a empty

Re: war plugin: making optional optinal ?

2007-04-27 Thread Dan Tran
is it a bug? On 4/27/07, Jerome Lacoste [EMAIL PROTECTED] wrote: On 4/27/07, Gregory Kick [EMAIL PROTECTED] wrote: On 4/27/07, Jerome Lacoste [EMAIL PROTECTED] wrote: On 4/27/07, Gregory Kick [EMAIL PROTECTED] wrote: I think that instead of using optional, you have been meaning to use

Re: Problem with org.apache.maven.plugins:maven-plugins:pom:2-SNAPSHOT

2007-04-27 Thread Stuart Guthrie
Danke Thorsten, very helpful. ATB Stuart On 4/28/07, Thorsten Heit [EMAIL PROTECTED] wrote: Hi Stuart, When I run mvn integration-test, I get this in the console: [INFO] Failed to resolve artifact. GroupId: org.apache.maven.plugins ArtifactId: maven-plugins Version: 2-SNAPSHOT

Re: optional dependencies got pull into my web app?

2007-04-27 Thread Heinrich Nirschl
On Fri, 2007-04-27 at 16:04 -0700, Dan Tran wrote: Hello, my webapp depends on commons-logging-1.1 which has a punch of optional jars and they are pull into my WEB-INF/lib directory is it a expected behavior, the optional depdendency seems to disagree with that According to the

Re: optional dependencies got pull into my web app?

2007-04-27 Thread Dan Tran
My bad, it must be Friday!!! how did i missed read that in the pom? :( Thanks for pointing it out. -D On 4/27/07, Heinrich Nirschl [EMAIL PROTECTED] wrote: On Fri, 2007-04-27 at 16:04 -0700, Dan Tran wrote: Hello, my webapp depends on commons-logging-1.1 which has a punch of optional jars