Re: Sources for .jars

2003-07-23 Thread dion
It would be nice to have a -src.jar available in the repository, but I don't believe anyone's raised it as a request. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Mirko Novakovic" <[EMAIL PROTECTED]> wrote on 24/07/2003 04:52:19 PM: > Hi, > > are th

Re: Jmeter/Maven integration

2003-07-23 Thread dion
Siegfried, that's a good idea. Do u have any experience with it? I'd love to be able to easily generate charts etc from raw data via maven. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Siegfried Göschl" <[EMAIL PROTECTED]> wrote on 24/07/2003 04:50:0

Sources for .jars

2003-07-23 Thread Mirko Novakovic
Hi, are there any plans to add the sources and docs for the jars to the repository? I am using the Eclipse plugin, that generates me the classpath and the project file. Eclipse has the nice feature to add the sources and javadoc to any jar in the workbench. That lets you browse the javadoc in

Re: master property file

2003-07-23 Thread dion
Great ideagotta patch? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Tomasz Pik <[EMAIL PROTECTED]> wrote on 24/07/2003 04:32:09 PM: > Brett Porter wrote: > > > > Is there a reason for not using ${user.home}/build.properties? In my > > experience, t

RE: master property file

2003-07-23 Thread Brett Porter
Good point. I've raised MAVEN-605. Please take a look and let me know your thoughts. Cheers, Brett -- Brett Porter Team Leader, Core Systems f2 network ~ everything essential > -Original Message- > From: Tomasz Pik [mailto:[EMAIL PROTECTED] > Sent: Thursday, 24 July 2003 4:32 PM > To:

Re: Jmeter/Maven integration

2003-07-23 Thread Siegfried Göschl
Hi Matt, you might hava a look at SVG at BATIK for generating trends. Cheers, Siegfried Goeschl On 24 Jul 2003 at 13:52, Matt Johnson wrote: > Ah well, at least I didn't spend too long looking. Thanks for the new > acronym. > > Matt > > [EMAIL PROTECTED] wrote: > > >NIKO == Nothing I Know

Re: master property file

2003-07-23 Thread Tomasz Pik
Brett Porter wrote: > Is there a reason for not using ${user.home}/build.properties? In my experience, this is the best solution as it usualy has user specific options, but they are shared across all projects. Maybe it will be better to load this file from ${user.home}/.maven/build.properties? Sinc

Re: the POM and JSR 198

2003-07-23 Thread Alwyn Schoeman
Sorry, I meant the rats ass part, but some of his other 'choice' emails will probably be better evidence... -- Alwyn Schoeman SMART Money Inc. If you're a SMARTY and you're using the better DNS connections, you can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn. The other unluc

Getting the path to a dependency

2003-07-23 Thread Jim Alateras
Hi, I have the following dependencies in my project file jawin jawin 1.0.18 http://sourceforge.net/projects/jawinproject/ jawin javawin dll 1.0.18 http://sourceforge.net/projects/jawinproject/ I can get the path to the

Re: the POM and JSR 198

2003-07-23 Thread dion
Hey Alwyn, you're quoting Jason quoting me there. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Alwyn Schoeman <[EMAIL PROTECTED]> wrote on 24/07/2003 01:58:51 PM: > On Wed, Jul 23, 2003 at 11:46:20PM -0400, Jason van Zyl wrote: > > > Yes, it was. B

Re: the POM and JSR 198

2003-07-23 Thread Alwyn Schoeman
On Wed, Jul 23, 2003 at 11:46:20PM -0400, Jason van Zyl wrote: > > Yes, it was. But I don't think you've overstepped your bounds. Anyone > > should be able to talk to anyone else about Maven regardless of whether > > it's in the context of a JSR or not. Jason, you might have a Canadian password,

Re: Jmeter/Maven integration

2003-07-23 Thread Matt Johnson
Ah well, at least I didn't spend too long looking. Thanks for the new acronym. Matt [EMAIL PROTECTED] wrote: NIKO == Nothing I Know Of -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Matt Johnson <[EMAIL PROTECTED]> wrote on 23/07/2003 06:15:51 PM:

RE: the POM and JSR 198

2003-07-23 Thread Jason van Zyl
On Wed, 2003-07-23 at 22:10, [EMAIL PROTECTED] wrote: > Jamie McCrindle <[EMAIL PROTECTED]> wrote on 23/07/2003 10:47:38 > PM: > > > apologies, > > > > it seems i have overstepped my bounds, this was meant to be a followup > to a > > mailing list discussion about standardising the POM that dion

Re: the POM and JSR 198

2003-07-23 Thread Jason van Zyl
On Wed, 2003-07-23 at 21:55, [EMAIL PROTECTED] wrote: > This sounds interesting. > > Does anyone know how we get a representative or who is the Apache rep on > JSR 198? Join the JCP mailing list ([EMAIL PROTECTED]) and you can ask to have a member try to join or you can join as an individual. To

RE: the POM and JSR 198

2003-07-23 Thread dion
Jamie McCrindle <[EMAIL PROTECTED]> wrote on 23/07/2003 10:47:38 PM: > apologies, > > it seems i have overstepped my bounds, this was meant to be a followup to a > mailing list discussion about standardising the POM that dion challenged me > to do something about. this probably wasn't what he

Re: the POM and JSR 198

2003-07-23 Thread dion
This sounds interesting. Does anyone know how we get a representative or who is the Apache rep on JSR 198? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jamie McCrindle <[EMAIL PROTECTED]> wrote on 23/07/2003 08:24:19 PM: > All, > > Further to discus

Re: Problems with test

2003-07-23 Thread dion
I recently fixed this in the java plugin. It looks like it's an issue for test too. Add a element to your POM and I think that will fix it. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Mirko Novakovic" <[EMAIL PROTECTED]> wrote on 23/07/2003 09:35:2

RE: ssh for Windows

2003-07-23 Thread Bryce Fischer
I figured it out, and it wasn't the client I was using. It turns out there was something messed up with the machine that was hosting... I'll try to write up something on the Wiki about my experiences... Thanks for helping out everyone. > -Original Message- > From: Ben Walding [mailto:[EM

Re: Jmeter/Maven integration

2003-07-23 Thread dion
NIKO == Nothing I Know Of -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Matt Johnson <[EMAIL PROTECTED]> wrote on 23/07/2003 06:15:51 PM: > Do you have any references for this? I can't seem to find search terms > narrow enough to get results. > >

RE: Plug-in Distribution

2003-07-23 Thread Brett Porter
maven plugin:install - yes, it will include it in ${maven.home}/plugins Another alternative is for each user to run maven plugin:deploy on the plugin which installs it into their own plugin set, but not maven.home IIRC. There are currently a series of issues in JIRA to allow downloading plugins f

RE: master property file

2003-07-23 Thread Brett Porter
> All my subproject currently inherit the project.xml from the > master (including goals in the master maven.xml). Wouldn't it > be nice to be able to inherit properties on this level as well? I think there is an issue in JIRA to make this work. > Or is there another way of solving this problem

Dependency resources

2003-07-23 Thread Brian Towles
Howdy all Im fairly new to maven so forgive me if I missed something. Im trying to set up a WAR project to pull the Taglibs from a repository, both jar and tld, and place them in the appropriate directories. Ive tried something like this without much success as it doesnt pull the tld.

master property file

2003-07-23 Thread Dominik Dahlem
Hi all, I'm looking for a solution to provide a master property file, which contains e.g. proxy and/or remote repository settings. I tried to use build.properties and project.properties in my master project. However this didn't work. All my subproject currently inherit the project.xml from the m

Plug-in Distribution

2003-07-23 Thread Mark McBride
I've created a plug-in that is specific to my organization and was curious of what's the best way to register it with maven. It appears that the only way to do this is by adding it to the maven distribution with the rest of the plug-in jars. Thanks in advance! -Mark --

RE: Site/Multiproject plugins

2003-07-23 Thread Lipper, Matthew
Hey dIon, I've just done a clean build from HEAD (~10am EST 2003-07-23) and things work fine if I use: projectA | +-xdocs / navigation.xml [1] | +-multiproject / navigation.xml [2] | +-projectB ... where navigation.xml looks like [1] (Hardcoded) ...

Re: Multiproject:install ends with: Unknown goal "multiproject:install-callback"

2003-07-23 Thread tchristensen
Solved this one by getting a fresh update from cvs and by looking at the WebShop application made by ajsoft (www.ajsoft.net). In my root dir I didn't have a project.properties where the root dir project.xml was excluded. Ajsoft's WebShop had this in their root dir project.properties (among othe

checkstyle classpath issue

2003-07-23 Thread Dominik Dahlem
Hi all, I thought to share a solution to a minor problem I had with the checkstyle report: I'm using the checkstyle plugin 2.0 and the report being generated pointed to many "Unable to get class information" errors. I figured out that the checkstyle task supports classpaths and added the dependenc

Multiproject:install ends with: Unknown goal "multiproject:install-callback"

2003-07-23 Thread tchristensen
Hi I have a classic J2EE setup with an ejb-jar, a war file and they are combined into an ear file. The ejb-jar, the war file and the ear file are each in a separa project dir with properties and project.xml. A root directory holds the overall project.xml. Each of the components can be build us

RE: the POM and JSR 198

2003-07-23 Thread Jamie McCrindle
apologies, it seems i have overstepped my bounds, this was meant to be a followup to a mailing list discussion about standardising the POM that dion challenged me to do something about. this probably wasn't what he meant... > Then maybe you should consider actually consulting the actual > develo

Re: the POM and JSR 198

2003-07-23 Thread Paul Libbrecht
Jason, I think you're going way too fast here: -> JCP things are happening isolated quite often, and I do think that in this case not Sun but Oracle was at work for that... -> I think anyone involved with Maven should be happy that such a JSR is found and that Maven is mentionned... -> commercia

Re: Problems with test

2003-07-23 Thread Mirko Novakovic
When I looked into the plugin.jelly file of maven-test-plugin-1.3, I tried out to add a unit test section to my project.xml. After adding **/Tests.java its working without exception... Mirko Novakovic wrote: Hi, I've problems with the test plugin. Either

Problems with test

2003-07-23 Thread Mirko Novakovic
Hi, I've problems with the test plugin. Either test:compile or test:test fail with an exception: BUILD FAILED File.. file:/C:/WINNT/Profiles/xd99304/.maven/plugins/maven-test-plugin-1.3/ Element... resources:copy Line.. 299 Column 11 java.lang.NullPointerException com.werken.werkz.U

Re: the POM and JSR 198

2003-07-23 Thread Jason van Zyl
On Wed, 2003-07-23 at 06:24, Jamie McCrindle wrote: > All, > > Further to discussions on standardising the POM, i mailed Jose Cronembold, > the specification lead for jsr 198 about what the plans are for a > standardised project model. > > Jose kindly allowed me to republish his responses on thi

the POM and JSR 198

2003-07-23 Thread Jamie McCrindle
All, Further to discussions on standardising the POM, i mailed Jose Cronembold, the specification lead for jsr 198 about what the plans are for a standardised project model. Jose kindly allowed me to republish his responses on this list. Apologies in advance for any misrepresentation I've done o

subproject which use the webapp file of the father project

2003-07-23 Thread Nicolas . CHALUMEAU
Actualy, I use maven for generate different wars in the same project. All this wars use same classes and jars but the webapp file could be different (align center, align left ...) So I have differents directory to generate my webapp under src : src/webapp-common : all common jsp/html/configurati

Re: Jmeter/Maven integration

2003-07-23 Thread Matt Johnson
Do you have any references for this? I can't seem to find search terms narrow enough to get results. [EMAIL PROTECTED] wrote: Also does anyone know of any tools for trending the jmeter results? NIKO. dIon - To unsubs

RE: [HOWTO] New feature: filtering

2003-07-23 Thread Brett Porter
Just don't give prizes like we do here for certain numbers - you get people holding onto issues until all of a sudden there is a mad rush for 1000, 2000, etc.. :) - Brett -- Brett Porter Developer, Content & Distribution f2 network ~ everything essential -Original Message- From: Rafal K

Re: [HOWTO] New feature: filtering

2003-07-23 Thread Rafal Krzewski
Brett Porter wrote: > Submitted under a nice round number of MAVEN-600 :) Suppose we should consider throwing a party @ MAVEN-1000 :-D R. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

RE: [HOWTO] New feature: filtering

2003-07-23 Thread Brett Porter
Submitted under a nice round number of MAVEN-600 :) -- Brett Porter Developer, Content & Distribution f2 network ~ everything essential -Original Message- From: Brett Porter Sent: Wednesday, 23 July 2003 4:55 PM To: 'Maven Users List' Subject: RE: [HOWTO] New feature: filtering Strang