RE: Overriding javadoc goals

2003-11-24 Thread Daniel Rabe
Doh! Cut-and-paste typo... I was working on two problems at once (one with JavaDoc, one with JUnit). My example should have shown the javadoc plugin report being registered! Sorry! (If I don't register the javadoc plugin report, then it doesn't show up in the Project Reports section of the web site

Re: Overriding javadoc goals

2003-11-24 Thread Jason van Zyl
On Mon, 2003-11-24 at 20:55, Daniel Rabe wrote: > I'm trying to make maven coexist peacefully with ant, and not having much > luck. > > I'd like to use maven just for the website generation. I already have ant > files that compile, run junit, run javadoc, etc. Our developers all use ant, > and kno

Re: specify a different properties file rather than build.properties file

2003-11-24 Thread Jason van Zyl
On Mon, 2003-11-24 at 19:31, Nelson, Scott (MAN-Corporate) wrote: > Hey guys, > > After reading the documentation I know that the order of properties file > processing is project.properties, build.properties, > build.properties(user.home). I also read that the -Dname=value properties > set at the

RE: Adding tools.jar to the classpath?

2003-11-24 Thread Aaron Anodide
What follows is my javac command line output and the properties I set in maven.xml to make the appserver:install and appserver:start goals work. Maybe I didn't set something up correctly? Thanks for taking the time to look at this. C:\aaron\zero_app\web2>javac Usage: javac where possible option

RE: Adding tools.jar to the classpath?

2003-11-24 Thread Brett Porter
> OK, I had the netbeans jdk installed, so I went ahead and > uninstalled it (I didn't like netbeans - to slow) and > installed the latest jdk from sun. I have JAVA_HOME set > correct as evidenced by the fact that my regular Tomcat4.1 > installation works fine. However, the same issue has hap

RE: Adding tools.jar to the classpath?

2003-11-24 Thread Aaron Anodide
OK, I had the netbeans jdk installed, so I went ahead and uninstalled it (I didn't like netbeans - to slow) and installed the latest jdk from sun. I have JAVA_HOME set correct as evidenced by the fact that my regular Tomcat4.1 installation works fine. However, the same issue has happened. I'm th

Re: pom.id question

2003-11-24 Thread Ben Walding
You'd be wanting pom.groupId and pom.artifactId Aaron Anodide wrote: I am using genapp to create my initial directory structure. I want to reference my application id in maven.xml. However ${pom.id} is yielding "id:id". Is there an easy way to get "id" from this? Like a jelly command to split

pom.id question

2003-11-24 Thread Aaron Anodide
I am using genapp to create my initial directory structure. I want to reference my application id in maven.xml. However ${pom.id} is yielding "id:id". Is there an easy way to get "id" from this? Like a jelly command to split "id:id" into a list and take the first element? Or, is there an easie

Generate Struts Form with XDoclet Plugin

2003-11-24 Thread Eric Chow
Hello, How can I generate Struts form with XDoclet plugin in Maven ?? What properties do I need to set ??? Eric == If you know what you are doing, it is not called RESEARCH! == ---

RE: Overriding javadoc goals

2003-11-24 Thread dion
And the javadoc still comes up. Bummer. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Daniel Rabe <[EMAIL PROTECTED]> wrote on 25/11/2003 01:43:48 PM: > Yes, but then the javadoc report doesn't appear in the "Project Reports" > (what I was calling the t

Re: specify a different properties file rather than build.properties file

2003-11-24 Thread khote
http://jakarta.apache.org/commons/jelly/libs/util/tags.html Be sure you have xmlns:util="jelly:util" in your tag, then You can do this right after the tag, or in some kind of type of thing that everybody prereqs. - Original Message - From: "Nelson, Scott (MAN-Corporate)" <[EMAI

RE: Overriding javadoc goals

2003-11-24 Thread Daniel Rabe
Yes, but then the javadoc report doesn't appear in the "Project Reports" (what I was calling the table of contents). --DanR -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 7:28 PM To: Maven Users List Subject: Re: Overriding javadoc go

Re: Overriding javadoc goals

2003-11-24 Thread dion
Can you de-register the javadoc report? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Daniel Rabe <[EMAIL PROTECTED]> wrote on 25/11/2003 12:55:10 PM: > I'm trying to make maven coexist peacefully with ant, and not having much > luck. > > I'd like to

Overriding javadoc goals

2003-11-24 Thread Daniel Rabe
I'm trying to make maven coexist peacefully with ant, and not having much luck. I'd like to use maven just for the website generation. I already have ant files that compile, run junit, run javadoc, etc. Our developers all use ant, and know how to maintain the ant build files. Please don't tell me

Re: target/classes not being created.

2003-11-24 Thread dion
Because the code is being compiled by clover into target\clover\classes. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Jon Strayer" <[EMAIL PROTECTED]> wrote on 25/11/2003 11:52:41 AM: > When I type the command: > > maven clean site:deploy > > I get

Re: Is there any thought of an alternative to jelly?

2003-11-24 Thread dion
How easy is it to run Ant tasks in XSL? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Aaron Anodide" <[EMAIL PROTECTED]> wrote on 25/11/2003 11:15:16 AM: > For instance XSL allows JavaScript processing. I think this would make > writing Maven plugins

target/classes not being created.

2003-11-24 Thread Jon Strayer
When I type the command: maven clean site:deploy I get the following error: [echo] Generating the PMD Report... pmd:report: [echo] Running the PMD task with /home/wfausers/wfaoper/.maven/plugins/maven-pmd-plugin-1.2/plugin-resources/rulesets/basic.xml,/home/wfausers/wfaoper/.maven/plugins

specify a different properties file rather than build.properties file

2003-11-24 Thread Nelson, Scott (MAN-Corporate)
Hey guys, After reading the documentation I know that the order of properties file processing is project.properties, build.properties, build.properties(user.home). I also read that the -Dname=value properties set at the CLI take precedence over all of these but... Say I wanted maven to use a fi

Re: Jar:deploy task

2003-11-24 Thread dion
This is a known issue, you should use ssh-agent or pageant to allow the ssh to go through with no password specified at that time. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ <[EMAIL PROTECTED]> wrote on 24/11/2003 09:17:58 PM: > When running the jar

Re: Reactor problem

2003-11-24 Thread dion
Is there a "build-all" in maven.xml in "D:\eclipse\workspace\Deployment Test Projekt"? I've seen an NPE from that. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "khote" <[EMAIL PROTECTED]> wrote on 25/11/2003 02:24:25 AM: > I've never had that output

RE: Is there any thought of an alternative to jelly?

2003-11-24 Thread Brett Porter
In the future maven plugins will be able to be written in other scripting languages than Jelly, but it's a way off. It is planned though. At the moment, probably the best thing to do if you need additional power is write a java bean to handle the plugin code and use Jelly's define tag to access it

RE: Adding tools.jar to the classpath?

2003-11-24 Thread Brett Porter
> I used appserver:install and appserver:start to run a local > web server. In plugin properties, I pointed maven at my > functioning, but not started Tomcat server install. > However, when it tried to compile the first jsp page, Jk > yelled at me for not having tools.jar in my classpath. I

Is there any thought of an alternative to jelly?

2003-11-24 Thread Aaron Anodide
For instance XSL allows JavaScript processing. I think this would make writing Maven plugins alot easier. Jelly works, but it's awkward imho. Aaron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Adding tools.jar to the classpath?

2003-11-24 Thread Aaron Anodide
I used appserver:install and appserver:start to run a local web server. In plugin properties, I pointed maven at my functioning, but not started Tomcat server install. However, when it tried to compile the first jsp page, Jk yelled at me for not having tools.jar in my classpath. I used the plug

Re: How can I specify the that $HOME should be in the classpath

2003-11-24 Thread dion
"Vidhya CS" <[EMAIL PROTECTED]> wrote on 24/11/2003 10:01:19 PM: > > > [EMAIL PROTECTED] wrote: > >> With maven you declare your dependency on specific files (jars etc) > >> rather > >> than anything found in a directory. > > > > Yep. > > > >> Does this help? If not, give us some more info on wha

Re: Using XDoc for websites other than Maven sites?

2003-11-24 Thread Jason van Zyl
On Mon, 2003-11-24 at 15:51, Brian Burridge wrote: > Has anyone used xdoc for web site content other than a Maven site? > > Did xdoc originate from somewhere else? Yes. Pier Fumigalli originally made a tool in xml.apache.org called stylebook and that's where the format originally came from as f

Re: The Maven Logo

2003-11-24 Thread Ben Walding
http://projects.walding.com/powered/ Martin Skopp wrote: On Sun, 2003-11-23 at 15:18, Jim Crossley wrote: For me, it's not a question of offensiveness, but laziness: I'm tired of answering questions about it. +1, Full ACK. Start a vote. BTW dion/ben: What's the URL of Bens web site wi

Using XDoc for websites other than Maven sites?

2003-11-24 Thread Brian Burridge
Has anyone used xdoc for web site content other than a Maven site? Did xdoc originate from somewhere else? I've been looking into having all our sites content stored in xml, and was going to create xml specific to our content, but if xdoc can be used outside of Maven I may use its markup instead.

RE: [ANN] Dashboard plugin 1.1 released

2003-11-24 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 21 November 2003 00:36 > To: Maven Users List > Subject: RE: [ANN] Dashboard plugin 1.1 released [snip] > > > I don't want to have to manually run the goals for all the projects I > > know > > > have stats.

RE: Problems with cactus integration

2003-11-24 Thread Vincent Massol
> -Original Message- > From: Geesken, Edmund [mailto:[EMAIL PROTECTED] > Sent: 24 November 2003 18:48 > To: '[EMAIL PROTECTED]' > Subject: Problems with cactus integration > [snip] > > Can I start something like verbose in maven? maven -X > > > > I want to automate the maven goal

RE: New dashboard feature request (was RE: [ANN] Dashboard plugin 1.1 released)

2003-11-24 Thread Jason van Zyl
On Mon, 2003-11-24 at 12:51, Michal Maczka wrote: > Maybe this will help: > http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html#isEmpty() > > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > Sent: Monday, November 24, 2003 5:55 PM > > To: 'Maven Use

Problems with cactus integration

2003-11-24 Thread Geesken, Edmund
Hi, I am new in using maven and I am just trying to use the cactus plugin within our project. Something strange happens when starting maven cactus:test for a jboss3x container. The war-file is build and the corresponding Limex-cactus.war is created and the jboss container is started but throws

Problems with cactus integration

2003-11-24 Thread Geesken, Edmund
Sorry, I have just forgotten to give you a description of my environment Windows 2000 Jboss 3.2 Maven 1.0 rc1 Cactus plugin 3.2 - Hi, I am new in using maven and I am just trying to use the cactus plugin within our project. Something strange happens when starting maven cactus:t

RE: New dashboard feature request (was RE: [ANN] Dashboard plugin 1.1 released)

2003-11-24 Thread Sri Sankaran
maybe 'cos the rvalue is an int and the lvalue is a String? Shouldn't it be Sri -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 11:55 AM To: 'Maven Users List' Subject: New dashboard feature request (was RE: [ANN] Dashboard plugin

RE: New dashboard feature request (was RE: [ANN] Dashboard plugin 1.1 released)

2003-11-24 Thread Michal Maczka
Maybe this will help: http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html#isEmpty() > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Monday, November 24, 2003 5:55 PM > To: 'Maven Users List' > Subject: New dashboard feature request (was RE: [ANN]

RE: The Maven Logo

2003-11-24 Thread Vikas Phonsa
Guys what logo are u talking abt, the one on the top right hand corner of http://maven.apache.org/. What's wrong with it. Just says MAVEN, what's communist or religious or political or any issue with it. I can't see any. I would rather spend time learning to use Maven or make it better. Even if

New dashboard feature request (was RE: [ANN] Dashboard plugin 1.1 released)

2003-11-24 Thread Vincent Massol
dIon, I've almost implemented it. If you can help me resolve the following problem, it's done: The call to notEmptyElems.size() is failing. Not sure why? Maybe because it returns a number? If I print the result of ${notEmptyElems.getClass().getName()} I get java.util.ArrayList, so the si

XML schema for the xdoc (Jakarta site tags)

2003-11-24 Thread Chen, Andrew .
Hi, Some one may have done it, but since I couldn't find it, so I did it again... I'm using the xdocs and site generation functionality of Maven extensively now for project website. However, I have trouble validating, and editing xdoc files. The site build stops if the xdoc is not valid, and the

Re: Reactor problem

2003-11-24 Thread khote
I've never had that output before ... I've heard bad things about having spaces in directory paths, particularly on windows boxes. - Original Message - From: "Mirko Novakovic" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]>; "khote" <[EMAIL PROTECTED]> Sent: Monday, Novembe

Re: Reactor problem

2003-11-24 Thread Mirko Novakovic
Same exception. - Original Message - From: "khote" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, November 24, 2003 4:21 PM Subject: Re: Reactor problem > try changing > */project.xml > to > **/project.xml > > - Original Message - > From: "Mirko Nova

Re: Reactor problem

2003-11-24 Thread khote
try changing */project.xml to **/project.xml - Original Message - From: "Mirko Novakovic" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, November 24, 2003 7:22 AM Subject: Reactor problem Hello, I've the following directory structure: project.xml build.pr

Reactor problem

2003-11-24 Thread Mirko Novakovic
Hello, I've the following directory structure: project.xml build.properties maven.xml | project1 - project.xml | project2 - project.xml in maven.xml I have a build-all goal that executes the following: The execution of the goal (maven -X build-all) result

Re: The Maven Logo

2003-11-24 Thread khote
be careful you don't choose a logo with round things in it, somebody will find a way to see nipples. -- sigh. - Original Message - From: "Martin Skopp" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, November 24, 2003 12:44 AM Subject: Re: The Maven Logo >

RE: Using local repositories - revisited

2003-11-24 Thread Martin Skopp
On Mon, 2003-11-24 at 05:33, [EMAIL PROTECTED] wrote: > The problem was proxy. So here we have a candidate for change : > add in : maven.proxy.exclude There's already a JIRA issue with exacly this topic, consider voting for http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-441 -- Martin S

Re: The Maven Logo

2003-11-24 Thread Martin Skopp
On Sun, 2003-11-23 at 15:18, Jim Crossley wrote: > For me, it's not a question of offensiveness, but laziness: I'm tired > of answering questions about it. +1, Full ACK. Start a vote. BTW dion/ben: What's the URL of Bens web site with logos and votes? cu -- Martin Skopp Riege Software Intern

Re: Ressources To the Repository

2003-11-24 Thread Mirko Novakovic
The ressource jar is buing build in the project. I would like to use a :install and :deploy feature (if it exists) because I need to have the ressource jar in the central repository, so that all users can access the ressources. Mirko - Original Message - From: "khote" <[EMAIL PROTECTED]>

Re: Ressources To the Repository

2003-11-24 Thread khote
Is your jar being built in the project, or just being used? Say it's YourJar.jar go into $MAVEN_HOME_LOCAL/repository and create new directories, here's an example: /repository |-- yourstuff |-- jars |-- YourJar.jar in your dependencies list thems as: yourstuff Your

Ressources To the Repository

2003-11-24 Thread Mirko Novakovic
Hello, I try to manage different projects which have the following: - Java Sources/Classes - Web Ressources (HTML, JSP, JS, ...) - Configuration (XML) Many projects define the web application that I want to build with maven. Is there a possibility to put the ressources into the central repo

unalbe to obtain goal [java:compile] - please help

2003-11-24 Thread Maciek Zywno
Hello I downloaded and built maven from sources. I tried to use maven to build xdoclet-plugins. I get the output as below when I try to build xdoclet-plugins projects. My maven.xml for plugin-qtags project (the first one that gives exceptions while building) is: xmlns:j="jelly:core"

SV: Create a box witch xdoc/anakia

2003-11-24 Thread harald . ommang
Simon, use the tag. Harald -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 24. november 2003 11:46 Til: [EMAIL PROTECTED] Emne: Create a box witch xdoc/anakia What tag does render text in a .xml anakia document as a box? Tanks, simon --

Re: Umlaut in project site

2003-11-24 Thread Paul Libbrecht
Do report ! What did you experience with UTF-8... I think there's no test-case on the topic and I think it's kind of a shame to have this kind of imperfection when one, finally, decides on using a file-format where encoding can be always guaranteed... XML... Paul On Lundi, nove 24, 2003, at 1

maven.genapp.filter question

2003-11-24 Thread Jörg Schaible
Hello gents, looking at the jelly script of the plugin, the maven.genapp.filter property is used as a collection of a forEach tag. Looking into the docs of the JSTL 1.0 (chapt 6.1.1) I should have been able to set multiple files by separating them with comma, but this is not working. How can I

RE: Eclipse plugin and

2003-11-24 Thread Vincent Massol
Ingo, is deprecated. I don't think it's used by any plugin. -Vincent > -Original Message- > From: Ingo Pak [mailto:[EMAIL PROTECTED] > Sent: 24 November 2003 11:31 > To: '[EMAIL PROTECTED]' > Subject: Eclipse plugin and > > > Our project contains junit and httpunit automated tests. T

Create a box witch xdoc/anakia

2003-11-24 Thread egglersim
What tag does render text in a .xml anakia document as a box? Tanks, simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How can I specify the that $HOME should be in the classpath

2003-11-24 Thread Vidhya CS
> [EMAIL PROTECTED] wrote: >> With maven you declare your dependency on specific files (jars etc) >> rather >> than anything found in a directory. > > Yep. > >> Does this help? If not, give us some more info on what you need to do. > > Not really. It my fault for not giving a full picture of what

RE: Newbee Question

2003-11-24 Thread Barbier Gabriel
Thanks, it works with Gab. -Message d'origine- De : Ole Matzura [mailto:[EMAIL PROTECTED] Envoyà : lundi 24 novembre 2003 11:28 à : Maven Users List Objet : SV: Newbee Question Hi.. you need to import the ant namespace, ie set the root element to good luck! regards, Ole

Eclipse plugin and

2003-11-24 Thread Ingo Pak
Our project contains junit and httpunit automated tests. To create the eclipse project settings we are using the 1.5 version of the Eclipse plugin. For the unit-test directory this plugin generates a reference in the .classpath file, but for the integration-test directory it does not. Here a sni

SV: Newbee Question

2003-11-24 Thread Ole Matzura
Hi.. you need to import the ant namespace, ie set the root element to good luck! regards, Ole -Ursprungligt meddelande- FrÃn: Barbier Gabriel [mailto:[EMAIL PROTECTED] Skickat: mà 2003-11-24 11:20 Till: Maven Users List Kopia:

RE: Newbee Question

2003-11-24 Thread Barbier Gabriel
Hi, I test this help in my maven.xml : And i have this error : | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT Fatal Error [line 7, row 58]: The prefix "ant" for element "ant:path" is not bound. An XML

RE: Umlaut in project site

2003-11-24 Thread egglersim
Thank you, setting the encoding to iso-8859-1 works fine. Even though it's kinda funny that the utf-8 doesn't. Cheers, simon -Original Message- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Montag, 24. November 2003 10:50 To: Maven Users List Subject: Re: Umlaut in project si

Jar:deploy task

2003-11-24 Thread egglersim
When running the jar:deploy task, maven hangs executing the "ssh -l username hostname mkdir -p path" command. This is in an w2k env with either cygwin ssh or ssh secure shell. Is it necessery to specify the password somewhere or is maven supposed to prompt for it? Cheers, simon

Re: Umlaut in project site

2003-11-24 Thread Paul Libbrecht
Simon, Be it XML (as opposed to some form of HTML), these entites don't exist. But you you're free to define it. Try getting one of the parts of the XHTML DTD. However, it maybe simpler for you to have something more readable and switch to an encoding aware policy: - choose your encoding (for j

Re: Umlaut in project site

2003-11-24 Thread Mikael Lundgren
Hi, I set the encoding="ISO-8859-1" in all documentation xml files, then I just write my (in my case) swedish characters just as usual (ie no escape codes). /Mikael [EMAIL PROTECTED] wrote: How do use umlaut characters in the site xml documentation? The ususal ä sequence does not work... Che

Re: How can I specify the that $HOME should be in the classpath

2003-11-24 Thread Ciaran Treanor
[EMAIL PROTECTED] wrote: With maven you declare your dependency on specific files (jars etc) rather than anything found in a directory. Yep. Does this help? If not, give us some more info on what you need to do. Not really. It my fault for not giving a full picture of what I'm trying to do. Here'

Re: Umlaut in project site

2003-11-24 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > How do use umlaut characters in the site xml > documentation? > > The ususal ä sequence does not work... did you set encoding in POM properly? I found it usefull to specify ISO-8859-1 wherever I get xml to use with maven :) regards, = [ Konstantin Pribl

Umlaut in project site

2003-11-24 Thread egglersim
How do use umlaut characters in the site xml documentation? The ususal ä sequence does not work... Cheers, simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

java args windows vs linux

2003-11-24 Thread Nathan Coast
Hi, I have a plugin that executes a java class which passes a number of java args. This works fine on windows but the java class fails when running on linux with the following error. EJBGen: File not found: "/OnePort/data/build/op/op/truck/target/ejbgen/temp/*EJB.java" I tried to figure out w

Re: Organization Logo in project.xml

2003-11-24 Thread Gilles Dodinet
eric, you can specfify either absolute or relative url for the logos (oth project and organization). if it is relative (test that it doesnot begin with http) it will be made absolute during the xdoc transformation --gd Eric Chow wrote: Hello, In the project.xml, we can define a log, ri