Source XRef Double Spacing

2003-11-10 Thread Steve Garcia
My source xref javadoc-style documentation is "double-spaced" so to speak, in the left upper and lower frame. I would like to have it single-spaced like the normal Javadoc frameset HTML files. How do I do that? Thanks, Steve -

Re: DTD or XML Schema for navigation.xml

2003-11-10 Thread Melvin Dave P. Vivas,MCOM/3795
Thanks for the info... Melvin On Tue, 2003-11-11 at 09:05, [EMAIL PROTECTED] wrote: > There isn't one. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > "Melvin Dave P. Vivas,MCOM/3795" <[EMAIL PROTECTED]> wrote on > 11/11/2003 12:22:57 AM:

Re: DTD or XML Schema for navigation.xml

2003-11-10 Thread dion
There isn't one. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Melvin Dave P. Vivas,MCOM/3795" <[EMAIL PROTECTED]> wrote on 11/11/2003 12:22:57 AM: > Hi to all, > > Where can I find the DTD or xml schema for navigation.xml? > > Thanks. > > Melvin >

RE: How do I move maven.log?

2003-11-10 Thread W. Sean Hennessy
Your opinion on the utility to allow users the option to filter on events captured in a log is noted. -Original Message- From: Sean Timm [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 11:24 PM To: Maven Users List Subject: RE: How do I move maven.log? > On Sun, 2003-11-09 a

Re: How I could report JUnit test case results by email developer dependent

2003-11-10 Thread Alain Javier Guarnieri del Gesu
* Thomas Tatzel <[EMAIL PROTECTED]> [2003-11-10 11:24]: > Hello together, > > I'm looking for a possibility for my nightly builds to report the results > (failures/errors) of my JUnit test cases developer dependent. In other > words: If a test case fails, I want to send to the person who changed

RE: How do I move maven.log?

2003-11-10 Thread Sean Timm
> On Sun, 2003-11-09 at 01:40, [EMAIL PROTECTED] wrote: > > placing the log in ~/.maven makes sense, except when you > run multiple > > mavens simultaneously. > > Placing it in the current working directory doesn't make any > more sense. > The --find option lets you run maven from pretty much

Re: How do I move maven.log?

2003-11-10 Thread Scott Brickner
On Sun, 2003-11-09 at 01:40, [EMAIL PROTECTED] wrote: > placing the log in ~/.maven makes sense, except when you run multiple > mavens simultaneously. Placing it in the current working directory doesn't make any more sense. The --find option lets you run maven from pretty much anywhere in your pr

Running the StatCVS plug-in more than once?

2003-11-10 Thread Daniel Rabe
Some of our managers really like the StatCVS reports. Currently the plug-in runs and analyzes our entire CVS tree. What I'd *really* like to be able to do is run it once on the entire repository, and run it AGAIN to produce another set of reports based ONLY on the unit-test sub-tree of our reposito

RE: Getting cactus error output into the report

2003-11-10 Thread Daniel Rabe
Thanks Vincent - the new bug report is MAVEN-1019. -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Saturday, November 08, 2003 5:45 AM To: 'Maven Users List' Cc: [EMAIL PROTECTED] Subject: RE: Getting cactus error output into the report Ok, I've had a better look

Re: maven war doesn't copy properties (!?)

2003-11-10 Thread Nicolas De Loof
I removed ${home}/.maven and maven install directory, then reinstalled maven 1.0 RC1. I installed maven 1.0-beta10 and it works fine with this "old" version. I noticed the PC having troubles is using windows NT4, other developpers using Windows 2000. Nico. - Original Message - From: <

Re: maven war doesn't copy properties (!?)

2003-11-10 Thread dion
Did you clean out the local plugin cache/unpacked directory? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc "Nicolas De Loof" <[EMAIL PROTECTED]> wrote on 11/11/2003 02:20:06 AM: > Webapp has j

Re: Ant Goal

2003-11-10 Thread John Keyes
The Ant plugin is a simplified version of what Maven provides. It definitely doesn't do all Maven does, nor does it provide the same customisability. Thats fine. Thanks for the response dIon. -John K -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:

Re: maven war doesn't copy properties (!?)

2003-11-10 Thread Nicolas De Loof
Webapp has java sources (200 classes) On the majority of developper's PC maven builds a correct war without any problem. I don't know what to look for that could change this behaviour on SOME PC. We tried maven clean before rebuild, reinstall maven (1.0 RC1), rebuild local repository. Nothing c

Re: maven war doesn't copy properties (!?)

2003-11-10 Thread dion
Is it that the webapp doesn't have java source? Until recently, if the webapp didn't have java source, the resources weren't copied. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc "Nicolas De L

Re: Ant Goal

2003-11-10 Thread dion
The Ant plugin is a simplified version of what Maven provides. It definitely doesn't do all Maven does, nor does it provide the same customisability. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.as

[ANN] Dashboard plugin version 1.0 has been released

2003-11-10 Thread Vincent Massol
The Maven team is pleased to announce the Dashboard plugin 1.0 release! http://maven.apache.org/reference/plugins/dashboard This plugin generates a dashboard HTML report containing information gathered from other Maven reports (Checkstyle, Clover, JUnit, Simian, etc). The dashboard aggregate th

RE: navigation.xml - empty html links are generated

2003-11-10 Thread Darren Hartford
Same problem here with rc1, but mine is related to multiproject:site. When there is an existing navigation.xml it will try to use that or (in my case) not use a navigation.xml at all! And when there is no navigation.xml, it automatically creates one (multiproject), but all the links are also bl

maven war doesn't copy properties (!?)

2003-11-10 Thread Nicolas De Loof
Hi all, I get troubles using war goal on some developer's PC: The project.xml defines some ressources to include : ... webapp/WEB-INF/src/java **/*.xml **/*.properties On lot of developpement PC, "maven war" works fine and generate the WEB-INF/classe

DTD or XML Schema for navigation.xml

2003-11-10 Thread Melvin Dave P. Vivas,MCOM/3795
Hi to all, Where can I find the DTD or xml schema for navigation.xml? Thanks. Melvin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: High ASCII in java code not compiling under Maven

2003-11-10 Thread Jeffrey Bonevich
Yep, already did that too. Just wanted to figure out if there was an easier way around this for the future. Turns out that 'maven.compile.encoding = iso8859-1' does the trick as well. jeff Martin Skopp wrote: Hi Jeff, On Fri, 2003-11-07 at 01:11, Jeffrey Bonevich wrote: I have a character e

Re: Ant Goal

2003-11-10 Thread John Keyes
Have any maven committers any input on this? I use Maven to generate an Ant file so people do not need to install Maven to build a source distribution (those crazy people :-). I recently added the 'maven.javadoc.links' property to my project.properties. The issue is that when I generate the Ant

RE: Javadoc offline links

2003-11-10 Thread nick.giles
I'm using the CVS version, and having done an update, I've discovered the requested change in the code. I don't know exactly when it appeared, although there was a CVS change to the file yesterday. Don't much mind how it gets there, so long as it does... Cheers, Nick > -Original Message---

Anyone using Maven with ATG Dynamo?

2003-11-10 Thread harald . ommang
Hi! Recently started using Maven, and it looks great! Many of the projects I will use if for, will target ATG Dynamo. Has anyone done any work with this, perhaps created plugins or have sample projects? Things I'd like to cover : * Moving .jhtml files where I want them * Moving config

Re: Properties of dependencies

2003-11-10 Thread Michal Maczka
[EMAIL PROTECTED] wrote: Maven's properties are named after the plugin they are used by, e.g. war.bundle is used by the war plugin. 'module' and 'runtime' are not used by maven or it's plugins. At least by plugins kept in our CVS repository. mm

Re: Properties of dependencies

2003-11-10 Thread dion
Maven's properties are named after the plugin they are used by, e.g. war.bundle is used by the war plugin. 'module' and 'runtime' are not used by maven or it's plugins. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/peopl

How I could report JUnit test case results by email developer dependent

2003-11-10 Thread Thomas Tatzel
Hello together, I'm looking for a possibility for my nightly builds to report the results (failures/errors) of my JUnit test cases developer dependent. In other words: If a test case fails, I want to send to the person who changed the file the last time a email to check the problem and correcte

Creating Muliple jars in a single project

2003-11-10 Thread R a n e s
Hi, I want to create multiple jars and wars containing specified list of packages/classes in a single project . I had a look at the following link. But not sure how I could include only specified packages into the jar. http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=1085 Is there a

Properties of dependencies

2003-11-10 Thread Alastair Rodgers
Hi, I'm fairly new to Maven and I've been looking at a few 3rd party projects (e.g. Geronimo) to help get acquainted. In dependency elements in project.xml I see properties such as 'war.bundle' which are documented with the appropriate plug-in. However, I've also seen a few properties that I h

Re: Javadoc offline links

2003-11-10 Thread Martin Skopp
Nick, which maven version are you using? This was issue http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-694 . I posted the patch, dion did the commit and this was done somewhere between beta10 and RC-1. On Thu, 2003-11-06 at 15:41, [EMAIL PROTECTED] wrote: > When generating my project j

Re: High ASCII in java code not compiling under Maven

2003-11-10 Thread Martin Skopp
Hi Jeff, On Fri, 2003-11-07 at 01:11, Jeffrey Bonevich wrote: > I have a character encoding utility that turns high ASCII (i.e. ord > value > 127) into HTML entities (so 'Ã' which is unicode \u00e0 becomes > 'à'). In the code there is one big ol' honkin' switch statement > with each high ascii

Re: Newbee Question

2003-11-10 Thread Dominik Roblek
Look at the http://wiki.codehaus.org/maven/FrequentlyAskedQuestions under "4.7. How do I specify multiple source directories in a single POM (project.xml)?". Dominik --- "Rauf, Saleem" <[EMAIL PROTECTED]> wrote: > Its not possible to specify multiple source > directories in your project.xml. > Ho