[m1.1] Email notification on build failure.

2005-10-20 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, What is the preferred way to send an email notification to all developers when the build failed? I have looked, but can't really find anything on that subject. Did I miss something? Thanks, Erwin - To unsubscribe,

RE: [m1.1] Email notification on build failure.

2005-10-20 Thread Hogeweg, Erwin \(GE Infrastructure\)
: [m1.1] Email notification on build failure. You can use a CI tool like continuum, cruise control and it'll do it for you Arnaud -Message d'origine- De : Hogeweg, Erwin (GE Infrastructure) [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 octobre 2005 14:10 À : Maven Users

jelly: How to get a reference to an environment variable?

2005-09-28 Thread Hogeweg, Erwin \(GE Infrastructure\)
Hi, I need a reference to JAVA_HOME in my jelly script but the tag below doesn't seem to work. All I get is JAVA_HOME= (w/o the quotes of course). ant:echo message=JAVA_HOME=${env.JAVA_HOME}/ So I assume there is a different way to do this but I can not find it. Any help is highly

RE: jelly: How to get a reference to an environment variable?: solved

2005-09-28 Thread Hogeweg, Erwin \(GE Infrastructure\)
-Original Message- From: Hogeweg, Erwin (GE Infrastructure) Sent: Wednesday, September 28, 2005 5:07 PM To: Maven Users List Subject: jelly: How to get a reference to an environment variable? Hi, I need a reference to JAVA_HOME in my jelly script but the tag below doesn't seem

[m1.1] Can't get ftp deployment to work

2005-08-28 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, I am trying to deploy the site using ftp, but I can't get it configured. The fact that ssh is being used suggests that maven didn't recognize the ftp url. I must be missing something but I can't figure out what it is. Any help is highly appreciated. Thanks, Erwin This is a snippet

RE: [m1.1] Can't get ftp deployment to work

2005-08-28 Thread Hogeweg, Erwin \(GE Infrastructure\)
To: 'Maven Users List' Subject: RE: [m1.1] Can't get ftp deployment to work You should add : maven.site.deploy.method = ftp Arnaud -Message d'origine- De : Hogeweg, Erwin (GE Infrastructure) [mailto:[EMAIL PROTECTED] Envoyé : dimanche 28 août 2005 23:33 À : Maven

RE: Resent: [m1.1] JCoverage fails multiproject:site. Some help required.

2005-08-24 Thread Hogeweg, Erwin \(GE Infrastructure\)
. setting maven.test.failure.ignore to true *should* be the answer On 8/23/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: All, I am still struggling with the issue below. Please let me know if anyone has an answer for me. Your help is highly appreciated. Thanks

Resent: [m1.1] JCoverage fails multiproject:site. Some help required.

2005-08-23 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, I am still struggling with the issue below. Please let me know if anyone has an answer for me. Your help is highly appreciated. Thanks, Erwin All, How do I prevent that a failing JCoverage JUnit test fails the multiproject:site goal? Obviously fixing the test/code is one

[m1.1] JCoverage fails multiproject:site

2005-08-22 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, How do I prevent that a failing JCoverage JUnit test fails the multiproject:site goal? Obviously fixing the test/code is one answer, but I am looking for the other one ;-) I have already tried to set the property maven.test.failure.ignore to true, but that didn't seem to help. Thanks,

[m1.1] using a proxy and a local server.

2005-08-16 Thread Hogeweg, Erwin \(GE Infrastructure\)
Hi, Is there any way to tell maven to use the proxy setting for one repository and no proxy for the server in the DMZ? Is seems that you can specify either one or the other. Thanks, Erwin maven.repo.remote=http://www.ibiblio.org/maven/,http://localrepos/shared/repository

[m1.1] JCoverage shows 0% for everything.

2005-08-15 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, I can't get JCoverage to report the real numbers. It keeps telling me I have 0% coverage for everything. I added a snippet of the JCoverage.xml below, together with the build section of the POM file. I know for sure that the SimpleQueue class is covered by my JUnit tests. Please advise.

[m1.1] JCoverage shows 0% for everyting.

2005-08-15 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, class name=myPackage.SimpleQueue file name=myPackage/SimpleQueue.java/ line rate=0.0/ branch rate=0.7/ methods method nameAndSignature=lt;clinitgt;()V line rate=0.0/ branch rate=1.0/ /method method nameAndSignature=lt;initgt;()V

[1.1Beta] BUILD FAILED on jelly plugin. Please help.

2005-08-13 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, How and where am I supposed to set the 'defaultValue' as indicated below? Thanks, Erwin xdoc:jelly-transform: About to use JSL stylesheet file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl [echo] en [echo] The current Locale is the default one [echo]

RE: [1.1Beta] BUILD FAILED on jelly plugin. Please help.

2005-08-13 Thread Hogeweg, Erwin \(GE Infrastructure\)
You need to set the currentVersion/ in the project section of the project.xml file. -Original Message- From: Hogeweg, Erwin (GE Infrastructure) Sent: Saturday, August 13, 2005 10:01 AM To: Maven Users List Subject: [1.1Beta] BUILD FAILED on jelly plugin. Please help. All

RE: [m2] Reports

2005-08-12 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, Just a question: Is the reporting example below supposed to work? If I add it literally to my pom.xml I get a: Thanks, Erwin [INFO] [site:site] Downloading:

RE: [m2] Reports

2005-08-12 Thread Hogeweg, Erwin \(GE Infrastructure\)
+Matrix When the next Maven release is out, this will all be incorporated into the web site. - Brett On 8/12/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: All, Just a question: Is the reporting example below supposed to work? If I add it literally to my pom.xml I

Thanks!

2005-08-12 Thread Hogeweg, Erwin \(GE Infrastructure\)
site. - Brett On 8/12/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: All, Just a question: Is the reporting example below supposed to work? If I add it literally to my pom.xml I get a: Thanks, Erwin [INFO] [site:site] Downloading: http://repo1

Error in doc on website.

2005-08-12 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, I believe there is an error in the Configuring Reports on the following site: http://maven.apache.org/maven2/site.html I think the complete tag should be as follows: reporting plugins plugin groupIdorg.apache.maven.plugins/groupId

M2 Proxy Settings?

2005-08-11 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, Are these the proper settings to specify a proxy in M2? settings proxies proxy activetrue/active protocolhttp/protocol host172.16.12.1/host port80/port username/ password/ nonProxyHostswww.google.com|*.somewhere.com/nonProxyHosts /proxy

RE: M2 Proxy Settings? SOLVED!

2005-08-11 Thread Hogeweg, Erwin \(GE Infrastructure\)
Never mind. I missed the fact that I need a setting.xml in my {user_home}/.m2 directory. Thanks, -Original Message- From: Hogeweg, Erwin (GE Infrastructure) Sent: Thursday, August 11, 2005 7:41 AM To: Maven Users List Subject: M2 Proxy Settings? All, Are these the proper

how to specify compiler options in M2?

2005-08-11 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, I need to specify the source 1.4 for my code. Could anyone tell me please how to specify that in M2. Thanks, ERwin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: how to specify compiler options in M2?

2005-08-11 Thread Hogeweg, Erwin \(GE Infrastructure\)
Subject: Re: how to specify compiler options in M2? On Aug 11, 2005, at 3:52 PM, Hogeweg, Erwin ((GE Infrastructure)) wrote: All, I need to specify the source 1.4 for my code. Could anyone tell me please how to specify that in M2. There's an example with the maven-compiler-plugin

M2 compile fails on compiler warnings

2005-08-11 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, I have no idea if this is an other stupid newbie statement, but this doesn't seem correct. Although there are only compiler warnings, M2 seems to assume that the compilation goal failed. B.T.W. is there a way to specify the compiler nowarn flag? I didn't see it in the compiler

M2: How did I break my JUnit goal?

2005-08-11 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, For some strange and unknown reason, all of a sudden my JUnit tests won't run anymore (they ran just fine earlier today). I rebooted my machine (windows...) and tried again but with the same result. I seems like a timing issue somewhere because of the socketException at the end.

RE: M2: How did I break my JUnit goal? SOLVED!

2005-08-11 Thread Hogeweg, Erwin \(GE Infrastructure\)
Sorry for bothering you. One of the testCases completely blew up. Apparently already in the constructor because none of the tests were run. Again, my apologies for bothering you guys with this. Erwin -Original Message- From: Hogeweg, Erwin (GE Infrastructure) Sent: Thursday

False Start: Maven Sample won't compile on win2k.

2005-08-10 Thread Hogeweg, Erwin \(GE Infrastructure\)
Hi, I am trying to run The Ten Minute Test sample but even after two hours of experimenting I haven't gotten any further. I must be missing something (either on my w2k system or in my brain). Everything is set up as indicated but the sources won't compile. Tried JDK-1.5 and -1.4. Same result.

RE: False Start: Maven Sample won't compile on win2k.

2005-08-10 Thread Hogeweg, Erwin \(GE Infrastructure\)
/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: Hi, I am trying to run The Ten Minute Test sample but even after two hours of experimenting I haven't gotten any further. I must be missing something (either on my w2k system or in my brain). Everything is set up

How to load unknown dependencies.

2005-08-10 Thread Hogeweg, Erwin \(GE Infrastructure\)
Hi, I need one or two libraries in my project (JMF and jimi) that are not in the public repository. What is the trick to include them anyway? Do I need to create, and reference my own repository? Thanks, ERwin - To

RE: How to load unknown dependencies.

2005-08-10 Thread Hogeweg, Erwin \(GE Infrastructure\)
redistribution (which I think JMF and Jimi wouldn't) - Brett On 8/11/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: Hi, I need one or two libraries in my project (JMF and jimi) that are not in the public repository. What is the trick to include them anyway? Do I need

RE: How to load unknown dependencies.

2005-08-10 Thread Hogeweg, Erwin \(GE Infrastructure\)
, you must add the extra repository to pom.xml. project.properties is not used. - Brett On 8/11/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: Sorry, it's me again... My apologies if I sound stupid, but I hit an other wall. I created a project.properties

RE: How to load unknown dependencies.

2005-08-10 Thread Hogeweg, Erwin \(GE Infrastructure\)
be file:///D:/shared/repository I haven't seen file: get used as a repo before, but I guess that should work. Hogeweg, Erwin (GE Infrastructure) wrote: Hi Brett, Like: repositories repository idjmf/id namejmf/name urlfile:///D:/shared/repository/jmf/jmf