VB: Override behaviour in ejb:ejb goal !?

2003-11-18 Thread rikard.lindstrom
Can anyone else confirm that this does not work? (override of maven.ejb.src doesn't affect the build of ejb-jar) /Rikard -Ursprungligt meddelande- Från: Lindström, Rikard Skickat: den 13 november 2003 10:39 Till: [EMAIL PROTECTED] Ämne: SV: Override behaviour in ejb:ejb goal !? Yes, t

Re: CheckStyle and Throws

2003-11-18 Thread Nicolas . CHALUMEAU
... * @throws NamingException */ public HashMap getProfileData( ...) throws NamingException { Its a javadoc syntaxe problem. You neeed to add the "NamingException" description : ... * @throws NamingException the naming exception description

Re: Maven Article

2003-11-18 Thread Emmanuel Venisse
Done. Emmanuel - Original Message - From: "Andy Jefferson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 17, 2003 9:51 PM Subject: Maven Article > I wrote an article on the use of Maven within the world of JDO (Java Data > Objects) - particularly plugins for JDO im

Re: where is xdoclet plugin

2003-11-18 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > It try to find the xdoclet plugin jar. I look in the > xdoclet site but I > don't find it ! So could some one point me to it ... currently you must build it from source... regards, = [ Konstantin Pribluda ( ko5tik ) ] Zu Verstärkung meines

castor's plugin - maven: addPath null pointer exception

2003-11-18 Thread Fabio Uechi
Hi all!! This is my first time using maven. I'm trying to generate a jar containing some castor-xml generated classes. Unfortunatelly I'm not succeeding in generating the classes. I'm getting the following error message: BUILD FAILED File.. file:/C:/Documents and Settings/Uechi/.mave

Re: "-D" params with spaces are parsed into goals on unix

2003-11-18 Thread dion
What happens when you use maven '-Dmyname=billy bob' or maven "-Dmyname=billy bob" -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Martin Skopp <[EMAIL PROTECTED]> wrote on 12/11/2003 07:28:57 PM: > IMHO this is a bug in the shell-script MAVEN_HOME/

Re: DTD or XML Schema for navigation.xml

2003-11-18 Thread dion
Damn, I forgotten I'd written that. I wonder how up to date it is. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Incze Lajos <[EMAIL PROTECTED]> wrote on 12/11/2003 12:08:04 PM: > On Tue, Nov 11, 2003 at 09:51:02AM +0800, Melvin Dave P. Vivas, > MCOM

Re: Maven - AntHill

2003-11-18 Thread dion
I'm not sure if this is helpful or not, but there is a CruiseControl plugin for Maven. I've been using it successfully for a couple of weeks. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Euan Guttridge <[EMAIL PROTECTED]> wrote on 13/11/2003 02:36:01

plugin:download does delete the downloaded file immediately after download

2003-11-18 Thread Oliver Nolle
When I use the following command: > maven plugin:download -DgroupId=maven -DartifactId=maven-caller-plugin -Dversion=1 .0 it successfully downloads the plugin, but immediately (and successfully) deletes the downloaded jar from my repository. I filed it as a bug to JIRA (MAVEN-1032) because after

Re: castor's plugin - maven: addPath null pointer exception

2003-11-18 Thread Chris Wilder-Smith
Fabio, Just a thought... Have you set the destination directory via the maven.castor.dest property in project.properties? Regards, Chris On Tue, 2003-11-18 at 09:40, Fabio Uechi wrote: > Hi all!! > > This is my first time using maven. I'm trying to generate a > jar containing some cast

multiproject problem - maven.docs.dest

2003-11-18 Thread Nathan Coast
Hi, I have a number of projects which extend a parent project. Unfortunately when i execute multiproject:site all the value of maven.docs.dest for each project is the same as the pom.siteDirectory for the parent project. result being that all projects write to one directory and then copy from

Re: plugin:download does delete the downloaded file immediately after download

2003-11-18 Thread dion
>From what I can tell, a) It is a bug b) It only occurs when maven.plugin.unpacked.dir == ${maven.home}/plugins -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Oliver Nolle <[EMAIL PROTECTED]> wrote on 19/11/2003 02:21:40 AM: > When I use the following co

Re: starting up problems

2003-11-18 Thread dion
Stephen McConnell <[EMAIL PROTECTED]> wrote on 14/11/2003 02:14:52 AM: > > > Nicolas Avila wrote: > > >Hi > >before anything I'm Running Win2k with Service Pack 4 > >i'm completelty new in maven, i didn´t know it existed before i > tryed to check an IM server, wich runs using merlin, wi

Re: castor's plugin - maven: addPath null pointer exception

2003-11-18 Thread Fabio Uechi
Hi Chris, Yes, I did set the dst dir in the properties. Thx anyway! Chris Wilder-Smith writes: > Fabio, > > > > Just a thought... Have you set the destination directory via the > maven.castor.dest property in project.properties? > > Regards, > > Chris > > > > On Tue, 2003-11-18 at 09

RE: Maven Intergration Question

2003-11-18 Thread CMacMaho
Return Receipt Your RE: Maven Intergration Question document :

RE: Maven Intergration Question

2003-11-18 Thread CMacMaho
Return Receipt Your RE: Maven Intergration Question document :

Maven Intergration Question

2003-11-18 Thread CMacMaho
Return Receipt Your Maven Intergration Question document :

RE: Maven Intergration Question

2003-11-18 Thread CMacMaho
Return Receipt Your RE: Maven Intergration Question document :

RE: Maven Intergration Question

2003-11-18 Thread CMacMaho
Return Receipt Your RE: Maven Intergration Question document :

Creating another checkstyle target

2003-11-18 Thread Kevin Pearcey
How do I create an additional checkstyle target? Currently it does not appear that checkstyle checks any of my test code classes, I've pointed this out before but no one seems to care about the quality of test code, just that the tests pass. In our projects we want to produce all the usual checkst

Re: "-D" params with spaces are parsed into goals on unix

2003-11-18 Thread Martin Skopp
Sorry being late, dion, I was a few days offline... On Tue, 2003-11-18 at 14:59, [EMAIL PROTECTED] wrote: > What happens when you use > > maven '-Dmyname=billy bob' > > or > > maven "-Dmyname=billy bob" Should work fine! " is converted into ' anyway (after shell expansion inside the double

Maven used for JavaDoc only

2003-11-18 Thread Yair Ogen
Hi, I'm wondering. Can I use the maven project to create JavaDoc comments for multiple projects with out defining a repository and so on? My goal is to do so, because I'm working with WSAD v 5.02, and the WSAD doesn't let me create JavaDoc to all the projects that are in my

Maven CVS Head and Plugins

2003-11-18 Thread Alwyn Schoeman
Hi, I notice that the plugins are in a different CVS module than maven. Does it mean that if I build maven from CVS HEAD, I will not necessarily get the CVS HEAD version of a specific plugin, but the version that is on ibiblio? Regards, -- Alwyn Schoeman SMART Money Inc. If you're a SMARTY an

RE: Maven used for JavaDoc only

2003-11-18 Thread Vikas Phonsa
Hi, I am new to Maven and not quite sure what u are looking for. But I configured Maven javadoc plugin ( and others too) as an external tool in my WSAD and then modified the default external tool configuration to have arguments as " -e -p ${project_loc} eclipse" . Then just selected the project I

RE: Maven used for JavaDoc only

2003-11-18 Thread Vikas Phonsa
Sorry the arguments were "-e -p ${project_loc} javadoc". -Original Message- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 10:12 AM To: 'Maven Users List' Subject: RE: Maven used for JavaDoc only Hi, I am new to Maven and not quite sure what u are looking

Re: castor's plugin - maven: addPath null pointer exception

2003-11-18 Thread Fabio Uechi
Found the problem! It was missing the build section (sourceDirectory) in my project.xml No its working! Cheers Fabio Fabio Uechi writes: > > Hi Chris, > > Yes, I did set the dst dir in the properties. > > Thx anyway! > > Chris Wilder-Smith writes: > >> Fabio, >> >> >> >> Just a thoug

Subversion changelog

2003-11-18 Thread Mikael Lundgren
Hi, I'm trying to get Maven to generate changelog reports based on the contents of a Subversion repository, however all I get is empty reports. I have found the following information and applied it: - I have installed Apache 2.0.48, Subversion 0.33, Java 1.4.2_02, Maven 1.0rc1 - I have created

Muliproject example

2003-11-18 Thread Lester Ward
Can anyone provide me with a non-trivial example of using of multiproject:install that actually works? By "non-trivial", I mean one where one subproject requires another. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Subversion changelog

2003-11-18 Thread Heiko Kundlacz
As I know Subversion isn't support. If you want to use subversion you should write your own plugin based on: http://jsvn.alternatecomputing.com/ They provide an ant task you can implement. I tried out the checkout command and it works. Heiko Mikael Lundgren wrote: Hi, I'm trying to get Mave

RE: Maven CVS Head and Plugins

2003-11-18 Thread Brett Porter
No, if you build from CVS HEAD, you won't get the plugins in maven-plugins at all, right now. That might change soon. Bootstrapping from CVS now gives a minimal Maven install, and you can then selectively instal plugins either by plugin:download, or building them from maven-plugins CVS HEAD. Chee

Any success with Dashboard plugin and Reactor?

2003-11-18 Thread Yoway . Buorn
I was wondering if anybody had any success integrating Dashboard with a custom Reactor. I have 4 projects with parallel directory structures: /masterproject /projecta /projectb /projectc I have the dashboard plugin under reports in the masterproject POM and I added the following goal to master

Unable to download the initial jar files

2003-11-18 Thread enghoe
I am a new Maven user and I had downloaded the Maven 1.0 rc1 for testing. However, the moment I tried to compile my project, I hit the problem of unable to download those jar files which Maven needed. The following is the error message I got: 2003-11-19 09:43:25,069 INFO org.apache.maven.verifie

Javadoc Cross Reference

2003-11-18 Thread Alain Javier Guarnieri del Gesu
The Javadoc for my project does not contain cross-reference links to classes and interfaces in the same project. Source XRef works fine. Any ideas on where to look for clues? -- Alain Javier Guarnieri del Gesu - [EMAIL PROTECTED] -

Javadocs in a new window

2003-11-18 Thread Sri Sankaran
Is it possible to codify the Javadocs link (of a Maven-generated site) to display the docs in a new window (or Mozilla tab)? I realize that I can manually do this using the context menu. I would like a new window to be the default action - say, based on some property setting. The rationale

server?

2003-11-18 Thread khote
So what's happened to maven.apache.org? It doesn't seem to be alive anymore, at least out here in southern California. Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: server?

2003-11-18 Thread Craig S. Cottingham
On Tue, 2003-11-18 at 23:31, khote wrote: > So what's happened to maven.apache.org? It doesn't seem to be alive > anymore, at least out here in southern California. The Internet seems to be having a bad day. My connection went out earlier today, and after spending the afternoon working on it, onl

Re: server?

2003-11-18 Thread khote
I can still get sourceforge for XDoclet, hibernate, ibiblio.org, java.sun.com, but Ant, Maven -- it looks like apache.org is just gone, can't see the cvs server, can't even ping it. - Original Message - From: "Craig S. Cottingham" <[EMAIL PROTECTED]> To: "khote" <[EMAIL PROTECTED]> Cc:

Re: "-D" params with spaces are parsed into goals on unix

2003-11-18 Thread dion
Martin Skopp <[EMAIL PROTECTED]> wrote on 19/11/2003 04:20:35 AM: > Sorry being late, dion, I was a few days offline... > > On Tue, 2003-11-18 at 14:59, [EMAIL PROTECTED] wrote: > > What happens when you use > > > > maven '-Dmyname=billy bob' > > > > or > > > > maven "-Dmyname=billy bob" >

Re: Subversion changelog

2003-11-18 Thread dion
Heiko Kundlacz <[EMAIL PROTECTED]> wrote on 19/11/2003 07:12:28 AM: > As I know Subversion isn't support. If you want to use subversion you > should write your own plugin based on: > > http://jsvn.alternatecomputing.com/ > > They provide an ant task you can implement. I tried out the checkout

Re: Muliproject example

2003-11-18 Thread dion
Les, what's your issue? I have an large set of projects that use multiproject:install-snapshot all the time. Could you provide some detail on what the hassle is? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Lester Ward <[EMAIL PROTECTED]> wrote on

Re: Subversion changelog

2003-11-18 Thread dion
Mikael Lundgren <[EMAIL PROTECTED]> wrote on 19/11/2003 05:47:28 AM: > Hi, > > I'm trying to get Maven to generate changelog reports based on the > contents of a Subversion repository, however all I get is empty reports. > > I have found the following information and applied it: > > - I have

Re: server?

2003-11-18 Thread dion
The main apache web server is down. maven.apache.org is hosted on it. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "khote" <[EMAIL PROTECTED]> wrote on 19/11/2003 04:31:00 PM: > So what's happened to maven.apache.org? It doesn't seem to be alive > any