Re: Problems with Maven example

2007-03-04 Thread Wendy Smoak
On 3/3/07, Pavel Štěpánek [EMAIL PROTECTED] wrote: Hi, I´m trying Maven and followed the simple guide which is included in the book Bettter build with Maven and also in the 5 minute guide. Everything goes fine (donwloading, compiling), but when I try to package the sample app (mvn package), or

Re: Problems with Maven example

2007-03-04 Thread Pavel Štěpánek
I´m sorry, I post it twice because I thought that my first mail was not successful (i was not fully subscribed yet). Anyway just a few minutes ago I found the solution to my problem. The problem was, that my windows user name and also the name of my home directory is containing a space char: name

Re: Problems with Maven example

2007-03-04 Thread Wendy Smoak
On 3/4/07, Pavel Štěpánek [EMAIL PROTECTED] wrote: I think that Maven should be resistant to these issues (using quotes?), because the name is valid in windows, so when maven is using it, it should take in account all the valid possibilities and dir names. Maven can deal with the spaces in

Re: Problems with Maven example

2007-03-04 Thread Pavel Štěpánek
Well maybe it is because of the name of my home dir. I´m testing maven on my personal notebok where my account name is my full name. I don´t think it is extremely weird case :) The problem could be that my name (in czech language) contains some national chars. So it is not composed only form

RE: Using the POM classpath for integration testing

2007-03-04 Thread pkernevez
Hi Eric, I our approach there is always a centralized FitNesse server running. This server is available for all project people, including non developers. Our two main pains in this case is * to test local development (for a member of the team), without sharing 'non finished code' * to haven't

RE: Using the POM classpath for integration testing

2007-03-04 Thread pkernevez
Hi Eric, The http://www.fitnesse.org/PluginsPage.MavenPlugIn is a maven1 plugin. At this time I'm working hard to release the first version (I may finish the documentation this night). But it's functional and actually used by one project. That the reason why, it's only available in the

Re: [M2] hibernate doclet errors in build due to annotations in code.

2007-03-04 Thread Karl Heinz Marbaise
Hi Mick, Error parsing File E:\SourceCode\NPI\npi_tactical_scm\NPI_Provider\common\services\src\main\java\org\delta\provider\npi\dao\impl\P roviderHistoryDAOImpl.java:Encountered at line 30, column 22. Was expecting one of: IDENTIFIER ... [ ... . ... Have you checked with mvn

Re: Maven Webstart Plugin - some remarks

2007-03-04 Thread Jerome Lacoste
On 3/1/07, Andy DePue [EMAIL PROTECTED] wrote: I've just started using the webstart plugin, and I have one little issue. :) On my linux machine, things work fine, but when I try to build on a windows machine, the space in the path to the keytool.exe causes problems. I get this error when it

[ANN] Artifactory - new Maven 2 proxy repository

2007-03-04 Thread Yoav Landman
Hi all, We would like to announce the immediate availability of Artifactory, a Maven 2 enterprise proxy. Artifactory offers advanced proxying, caching and security facilities to answer the needs of a robust, reproducible and independent build environment using Maven 2. It uses a JSR-170 Java

Re: [ANN] Artifactory - new Maven 2 proxy repository

2007-03-04 Thread Kalle Korhonen
Interesting. To this date, there's at least maven-proxy ( http://maven-proxy.codehaus.org/), Proximity ( http://proximity.abstracthorizon.org/), Archiva ( http://maven.apache.org/archiva/) and now, Artifactory, for more of less the same purpose. They are all Apache2 type licensed. We still use

Order of plugin execution

2007-03-04 Thread uma_rk
I assumed that order of execution of plugins would be the order in which they are listed in the current POM and found out soon that that is a naive assumption (in M2). I also see that the problem exposes the complexity of Maven's POM inheritance that its quite difficult to determine the order

Re: [ANN] Artifactory - new Maven 2 proxy repository

2007-03-04 Thread uma_rk
Am I right is assuming that this proxy can also be, if locally deployed within my enterprise, used to deploy and manage my project-specific artifacts? Thanks, /U -- Original message -- From: Yoav Landman [EMAIL PROTECTED] Hi all, We would like to

Re: Where is continuum_cli.py?

2007-03-04 Thread David Leangen
Ok, thanks Andrew. I don't know much about python so I can't really help out there. Do you think there is there some hack I could do for myself in the meantime to get up and running with this? On Fri, 2007-03-02 at 18:49 +, Andrew Williams wrote: Sorry, I have been working on the python

Changing notification types

2007-03-04 Thread David Leangen
Hello, I'd like to set up a notification for e-mail on my mobile in addition to regular e-mail. However, for the former, it would be nice to only show the title, not the entire contents of the message. Is there any way to configure the type of notification? (full, summary...) Thanks! David

RE: Using the POM classpath for integration testing

2007-03-04 Thread Eric Torreborre
Hi Philippe, Here is the setup I have in mind. Not only in mind, this is what I previously did, excepted that we were using Ant. c:/.../project/src/main/java: production code c:/.../project/src/test/java/fixtures: fitnesse fixtures c:/.../project/src/test/resources/specs: fitnesse pages

Re: [ANN] Artifactory - new Maven 2 proxy repository

2007-03-04 Thread Frederic Simon
Yes, exactly, this was the need for developping Artifactory. We used the maven-proxy, but we found ourselves dealing with too many issues: - Local deployment (in the enterprise) to different local repo (plugins and different applications); - Deployment Security access; - NTLM web proxy; -

Re: MVN Repository firefox search engine

2007-03-04 Thread Marcos Silva Pereira
http://mvnrepository.com/ Is a quite simple create a search pluginhttp://developer.mozilla.org/en/docs/Creating_OpenSearch_plugins_for_Firefoxto use the search capabilities that this site provides. kind regards, On 2/27/07, Alexandre Touret [EMAIL PROTECTED] wrote: Hello, do you know if

Re: How do I add a modular project to Continuum

2007-03-04 Thread drekka
Thanks - that did the trick ;-) ciao Derek Emmanuel Venisse wrote: http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view drekka a écrit : Ok, I've read through the forum and cannot figure this out. I have a project with modules which builds fine

Re: [m2] [ANN] Artifactory - new Maven 2 proxy repository

2007-03-04 Thread Yoav Landman
Well, Artifactory actually started out as a series as patches on m2proxy and ended in a complete rewrite of it. The extras that we did came from real world requirements. The old m2proxy might still answer your every need in your development environment, and that's fine. Artifactory is used today

RE: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-04 Thread Johann Reyes
Hello David Thanks for the report, documentation has been fixed. Regards Johann Reyes -Original Message- From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 4:45 PM To: Maven Users List Subject: Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

Re: [ANN] Artifactory - new Maven 2 proxy repository

2007-03-04 Thread Frederic Simon
Sorry about the link explanation: The username password for the guest live demo is guest/guest. On 3/5/07, Yoav Landman [EMAIL PROTECTED] wrote: Hi all, We would like to announce the immediate availability of Artifactory, a Maven 2 enterprise proxy. Artifactory offers advanced proxying,

Internal error during launching.

2007-03-04 Thread Vaishali.Pande
Hi all, Thanks to all for responding to the previous posts. Hope this one will also be responded soon, I am getting an internal launching error while trying to run any of the goals from within Eclipse. The same script is working fine while I am trying it from Command Prompt. Can

Re: [ANN] Artifactory - new Maven 2 proxy repository

2007-03-04 Thread Dan Tran
It is good to see a healthy set of competitions in maven-proxy space :-). On 3/4/07, Frederic Simon [EMAIL PROTECTED] wrote: Sorry about the link explanation: The username password for the guest live demo is guest/guest. On 3/5/07, Yoav Landman [EMAIL PROTECTED] wrote: Hi all, We

Developing Custom Maven Plugins in Maven 1.0

2007-03-04 Thread Deepthi
1) How to write a custom Maven Plugin in Maven 1.0 2) How to create a custom goal that points to the custom plugin in Maven 1.0 -- View this message in context: http://www.nabble.com/Developing-Custom-Maven-Plugins-in-Maven-1.0-tf3346891s177.html#a9306583 Sent from the Maven - Users mailing

javax.jms in not repo

2007-03-04 Thread Wim Deblauwe
Hi, seems that the javax.jms is not correctly in the repository. Using mvnrepository I found that it should be in the javax.jms group, but looking into the repo (http://repo1.maven.org/maven2/javax/jms/jms/1.1/) I see only the pom, not the jar file. Who should I bother with this? regards, Wim

Running surefire for test and integration-test and producing two reports

2007-03-04 Thread Steve Hayes
Hi, I have just started using Maven2, and I think that I am missing something fundamental. I am trying to create a build that: 1) Runs some tests as unit tests during the test phase; 2) Runs some other tests as integration tests during the integration- test phase; 3) Produces two surefire

continuum scheduling broken

2007-03-04 Thread Stephane Nicoll
Hi, Since a few days, my Continuum instance (1.1-SNAPSHOT 20070214) does not build some of my projects anymore. I've tracked it down to one particular project (the most active!) that was not built since 28th Feb. This is the very first project I added in continuum (project Id = 1). I searched