RE: Proxy

2004-07-19 Thread GONNOT boris
Hello, Or if you are behind a NTLM proxy (like us) you must define those properties (you must be in jdk 1.4+ to make it works) : maven.proxy.ntlm.host=proxy1 maven.proxy.ntlm.domain=AGF100 maven.proxy.host=proxy1 maven.proxy.port=80 maven.proxy.username=GONNOT maven.proxy.password=* -

Re: jxr exception (apache.ORO method not found)

2004-07-19 Thread Jose M. Rus
Yes ! Very good guess. I have looked inside the jython.jar file and have found that it includes some compiled classes of an (ancient) version of ORO. With your hint I have googled a little, a workaround is to add the new oro-2.0.8 as a dependency *before* the jython one. I also found that ib

RE: Proxy

2004-07-19 Thread Carlos Sanchez
Hi, That should be enough, try passing properties in ${user.home}/build.properties with -D Try this (in a single line) maven -Dpackage=com.mycompany.app -Dmaven.proxy.host=web.us.proxy.cargill.com -Dmaven.proxy.port=4200 -Dmaven.proxy.username=jbarth -Dmaven.proxy.password=*** genapp Regar

Proxy

2004-07-19 Thread Jeremy_Barth
I'm attempting to run maven -Dpackage=com.mycompany.app genapp, but fails on the proxy server. I have ${user.home}/build.properties defined with: ... maven.proxy.host = web.us.proxy.cargill.com maven.proxy.port = 4200 maven.proxy.username = jbarth maven.proxy.password = *** ... It can't downlo

Re: FTP stuff

2004-07-19 Thread Costin Grigore
I have this problem also on maven rc3. I resolved it by removing the org/apache/tools/ant/taskdefs/optional/net directory from ant-optional-1.5.3-1.jar and adding a dependency to the ant-1.6.1.jar, ant-commons-net.1.6.1.jar and commons-net-1.1.0.jar. Something like this:

Re: jxr exception (apache.ORO method not found)

2004-07-19 Thread Ben Walding
Do you have jython as a dep in your project? Jose M. Rus wrote: Thanks for the quick answer, but I got the same result after completely deleting the repository, finally Maven downloads the same version of ORO (2.0.7): $ rm -fr ~/.maven $ maven -X site [...] maven-javadoc-plugin:register: [mkd

RE: History/trends in reports

2004-07-19 Thread Morris, Jason [IT]
I'll second (or third!) this proposal - I'd love to be able to track quality metrics from reports such as Checkstyle, jdepend etc over time. They always come in handy during appraisal season :-) Jason -Original Message- From: Jerome Lacoste [mailto:[EMAIL PROTECTED] Sent: 19 Jul

RE: SCM plugin - How can I configure password to connect to CVS serve r?

2004-07-19 Thread Roberto Castro
Hi Dion, now I know my problem is before that. I monitored the CVS server and, I realized that scm plugin is not trying to connect to it, although I cannot see any error message. What is wrong in my configuration? By the way, how can I perform a CVS login at Maven? Here is my maven.xml. maven.scm

Re: Problems with if tests in plugins

2004-07-19 Thread Dan . Price
I'm inclined to believe you, but before I go off and start submitting patches to Torque and Jetspeed, I want to be 100% sure. Since these are relatively high visibility Apache projects, I find it very hard to believe that these plugins would never have been tested. Based on list comments and

RE: TDK --> Maven

2004-07-19 Thread "Göschl,Siegfried"
Hi Jeremy, +) I ran constantly into problems using the Maven Torque plugin therefore I'm still using a separate project with Ant task to generate the Torque classes but this might be fixed by now +) For regression testing my custom Turbine services I ran Turbine as command line application C

TDK --> Maven

2004-07-19 Thread Jeremy_Barth
Hi all. I'm beginning on a project that currently uses the Turbine Development Kit (TDK) 2.1. My task is to move the application into Maven. If anyone has any experience with this, I'd appreciate any advice/help so that I can avoid as many newbie pitfalls as possible. Thanks, Jeremy J. Barth

Re: Problems with non-anonymous source code repository

2004-07-19 Thread Dion Gillard
On Mon, 19 Jul 2004 15:11:48 +0200, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Thanks for your reply Dion. > > a) I'm using maven-changelog-plugin-1.7.1 which seems to be the latest. > My Maven version is 1.0 final. > > b) I am using ext: and not pserver:. I can't do a cvs login because the > e

Re: Problems with non-anonymous source code repository

2004-07-19 Thread Dennis Lundberg
Thanks for your reply Dion. a) I'm using maven-changelog-plugin-1.7.1 which seems to be the latest. My Maven version is 1.0 final. b) I am using ext: and not pserver:. I can't do a cvs login because the ext: protocol does not support the login command. Does the changelog-plugin only support pse

Re: RC4 to 1.0 problems

2004-07-19 Thread Dion Gillard
On Mon, 19 Jul 2004 14:00:20 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I did - that ran, but didn't produce the desired behaviour (and additionally > output the existing java.library.path value to stdout) Hmmm...that's strange. > > Is the change I made to remove the scope attribute i

RE: RC4 to 1.0 problems

2004-07-19 Thread James . Shute
I did - that ran, but didn't produce the desired behaviour (and additionally output the existing java.library.path value to stdout) Is the change I made to remove the scope attribute in the j:set call valid? James -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: 19

RE: History/trends in reports

2004-07-19 Thread Matt Read
Yes, the database format is simple, a Chart table, a Label table (to support multiple series plotting on each Chart) and a Point table that holds the X-Y coords. So if you could extend the "data collector" to populate it from a different source if you wanted. Likewise you could use data produced by

Re: RC4 to 1.0 problems

2004-07-19 Thread Dion Gillard
Did u get my second email about the typo? On Mon, 19 Jul 2004 13:51:08 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Do you mean change it to this: ? > > > > Hacking Path... > ${systemScope.put('java.library.path', 'C:/Foo'} > > > > If so I

RE: RC4 to 1.0 problems

2004-07-19 Thread James . Shute
Do you mean change it to this: ? Hacking Path... ${systemScope.put('java.library.path', 'C:/Foo'} If so I get this output: org.apache.commons.jelly.JellyException: null:-1:-1: Unable to create expression: systemScope.put('java.library.path', 'C:/Fo

Re: RC4 to 1.0 problems

2004-07-19 Thread Dion Gillard
On Mon, 19 Jul 2004 22:46:14 +1000, Dion Gillard <[EMAIL PROTECTED]> wrote: > ${systemScope.put('java.library.path', 'C:/Foo'} Sorry typo: ${systemScope.put('java.library.path', 'C:/Foo')} -- http://www.multitask.com.au/people/dion/ --

Re: RC4 to 1.0 problems

2004-07-19 Thread Dion Gillard
On Mon, 19 Jul 2004 13:41:33 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Yes, they were in a properties file - I was a bit sceptical that this would > work for a system property like java.library.path so that's good you've > confirmed this > > I'm trying to set up a build environment tha

RE: RC4 to 1.0 problems

2004-07-19 Thread James . Shute
Yes, they were in a properties file - I was a bit sceptical that this would work for a system property like java.library.path so that's good you've confirmed this I'm trying to set up a build environment that's as automated as possible, i.e. -D arguments aren't ideal, so I'd like to pursue the 2nd

RE: History/trends in reports

2004-07-19 Thread Jerome Lacoste
On Mon, 2004-07-19 at 11:52 +0100, Matt Read wrote: > A colleague and I are actually working on a plugin right now to do this, the > default setup will plot a graph of total tests and %age passing tests over > time. Data is stored in a JDBC datasource and data to be captured is > currently specifie

Re: RC4 to 1.0 problems

2004-07-19 Thread Dion Gillard
On Mon, 19 Jul 2004 08:57:45 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Run 1, with properties: > java.library.path=${maven.tcw.path} > maven.junit.sysproperties=java.library.path Please tell me that these are not properties in a .properties file. You can't change a system property by

RE: RC4 to 1.0 problems

2004-07-19 Thread J. Matthew Pryor
FWIW the trailing '=' is the bug that I was trying to work around I.e. > Output: "Path: C:/;C:\Maven\JNITest/bobbins=" jmp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, July 19, 2004 5:58 PM > To: [EMAIL PROTECTED] > Subject: RE: RC4 to 1.0

RE: History/trends in reports

2004-07-19 Thread Carlos Sanchez
It looks great. > -Original Message- > From: Matt Read [mailto:[EMAIL PROTECTED] > Sent: Monday, July 19, 2004 12:53 PM > To: 'Maven Users List' > Subject: RE: History/trends in reports > > A colleague and I are actually working on a plugin right now > to do this, the default setup wil

RE: History/trends in reports

2004-07-19 Thread Matt Read
A colleague and I are actually working on a plugin right now to do this, the default setup will plot a graph of total tests and %age passing tests over time. Data is stored in a JDBC datasource and data to be captured is currently specified as an filename and an xpath to the data to gather. Graphs

Re: jxr exception (apache.ORO method not found)

2004-07-19 Thread Jose M. Rus
Thanks for the quick answer, but I got the same result after completely deleting the repository, finally Maven downloads the same version of ORO (2.0.7): $ rm -fr ~/.maven $ maven -X site [...] maven-javadoc-plugin:register: [mkdir] Created dir: /home/jmrus/proyectos/desarrollo/doppel/target

Re: jxr exception (apache.ORO method not found)

2004-07-19 Thread Emmanuel Venisse
Delete your oro jar in your local repository. Emmanuel - Original Message - From: "Jose M. Rus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 19, 2004 11:05 AM Subject: jxr exception (apache.ORO method not found) > Hi all, > > Maven can't generate the source code refer

jxr exception (apache.ORO method not found)

2004-07-19 Thread Jose M. Rus
Hi all, Maven can't generate the source code reference (jxr-plugin) when parsing one of my files that uses the Java Regular Expresion API. All that I get is a NoSuchMethodError about a method in the Jakarta ORO library, which I don't use. I tried to clean the .maven/cache with no luck. Is it a conf

RE: RC4 to 1.0 problems

2004-07-19 Thread James . Shute
> On Thu, 15 Jul 2004 17:11:48 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've actually just found a limitation of the "happens to work" > > approach, which is that it stops (quite understandably) at the first > > space in the existing java.library.path value. > > > > Which given MS