Re: trouble with multiproject

2004-02-11 Thread jan-helge . bergesen
Ah... this would be MPMULTIPROJECT-19. Look at http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPMULTIPROJECT-19 "Glenn R. Golden" <[EMAIL PROTECTED]> 12.02.2004 01:21 Please respond to "Maven Users List" To: "Maven Users List" <[EMAIL PROTECTED]> cc: Subject

RE: aspectwerkz plugin

2004-02-11 Thread Vincent Massol
Hi Ryan, > -Original Message- > From: Sonnek, Ryan [mailto:[EMAIL PROTECTED] > Sent: 11 February 2004 20:47 > To: 'Maven Users List' > Subject: aspectwerkz plugin > > Does anyone out there have info on the aspectwerkz plugin? Yep. I'm the creator :-) > I see there's > documentation on

Re: a newbie question

2004-02-11 Thread
after adjusting some setting via referencing document from http://maven.apache.org/maven.pdf and change maven version from beta-7 to rc-1.0 , now i can almost run the maven sample project provided via theserverside.com. however, there's still a problem occurred. here i post the way i solve the prob

RE: Junit-report plugin version 1.4 questions

2004-02-11 Thread Christian Cabanero
I should qualify my issues a little more. Obviously, Maven does a nice job of summarizing your test results. But one feature that JUnitReport has in the Ant world at least is that it sets up a javadoc-like version of all your test results so you can click into each TestCase and see the details be

Junit-report plugin version 1.4 questions

2004-02-11 Thread Christian Cabanero
Hi, I can't seem to get the junit-report plugin working. Is it supposed to do something beyond just create an xml file? I used to use junitreport to creat a collection of frame-based html documents that nicely summarized my test results. How do I do this with maven using the plug in? I've trie

Developer Activity Report

2004-02-11 Thread Niño
Hello, I am using maven v1.0 and I am running it on a linux redhatv9.0 Everything seems to be working well, but on "Developer Activity" under "Project Reports" there seems to be some wrong configuration on my part. It seems that the file changes and file commits being displayed are only for the ma

how to setup for war:deploy...

2004-02-11 Thread Glenn R. Golden
... or any of the does anyone have an example of the settings that effect the deploy, or a pointer to where this is documented? Thanks. - Glenn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

trouble with multiproject

2004-02-11 Thread Glenn R. Golden
I've got 7 subprojects, and when I run multiproject on them like this: maven -Dgoal=dist:build multiproject:goal invoking "dist:build" it runs out of memory, I think. I've upped the memory from the 256 it's distributed with (maven 1.0 rc1) to 600m -> 900m. This in a 1 gig mac 10.3. It gets fu

how to use StarTeam in the project file

2004-02-11 Thread Bruce Snyder
I am seeking the syntax of the scm element in the project descriptor for use with StarTeam. I have projects connected to CVS repositories easily. I also have found the following clue about the format: scm:: But I cannot find the StarTeam specific format anywhere. Can someone help me out here

RE: O'Reilly Maven Book

2004-02-11 Thread Mike Melia
Hi Jason, I didn't add that request but would be quite happy to put together such an article. If you don't have anyone else lined up for the task then give me a shout. Cheers, Mike __ Mike Melia ThoughtWorks Inc http://www.thoughtworks.com mikemelia AT thoughtworks.net

RE: Roadmap/Changes Plugin?

2004-02-11 Thread Tim Anderson
The patches in JIRA were for beta 10, and rewrote the changes plugin to support roadmap reports using XSLT rather than JSL, to get round some limitations in that release. The changes plugin has been subsequently modified, and the jelly issues largely fixed, so the patches are out of date. In Op

Re: MD5 and Mirrors ( was Re: MD5 Hash )

2004-02-11 Thread Mark R. Diggory
Well, after my own little survey, I've determined the following: md5 on BSD (Apache Minotaur): [EMAIL PROTECTED]:/home/mdiggory> md5 foo.bar MD5 (foo.bar) = 7f5e787ff3b930d906d01243ccf7c237 md5 has no built in option to compare the file to the checksum and return true/false. Output of md5sum (G

users@maven.apache.org

2004-02-11 Thread Charles N. Harvey III
Hello again. This time I actually did my reading (or so I think). I am confused about how to setup my dependencies with the new dist that I recently downloaded. j2ee jar j2ee 1.3 ~/.maven/repository/j2ee/jars/j2ee-1.3.jar This worked an hour ago before I updated. I'm checked my $MA

Re: xdoc plugin 1.5

2004-02-11 Thread Emmanuel Venisse
If you want compile only one maven plugin, you should checkout only it and run maven clean plugin:install Emmanuel - Original Message - From: "Ryan Owens" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 8:36 PM Subject: Re: xdoc plugin 1.

Re: Problems with Windows 2000 + proxy server

2004-02-11 Thread Emmanuel Venisse
http://www.geocities.com/rozmanov/ntlm/ - Original Message - From: "Villalba Arias, Fredy [BILBOMATICA]" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 5:56 PM Subject: RE: Problems with Windows 2000 + proxy server Hi Ralf, Ehhhrmm...

Re: xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
Damn. I really have to get better at this whole "reading" thing. And, just so everyone knows, I checked out maven and maven-plugins from the same date, ran the ant build, and everything built. All of maven and the plugins are now the newest versions and the xdoc plugin works great. Thanks again f

aspectwerkz plugin

2004-02-11 Thread Sonnek, Ryan
Does anyone out there have info on the aspectwerkz plugin? I see there's documentation on it on the maven site (http://maven.apache.org/reference/plugins/aspectwerkz/), and the mailing list did not have any references to it. I keep getting "goal does not exist in this project", and I'm hoping I d

Re: xdoc plugin 1.5

2004-02-11 Thread Ryan Owens
this page: http://maven.apache.org/start/bootstrap.html does mention maven-plugins just under the 'Bootstrapping Maven' heading: - "Before you can begin the process, you'll need to download the source from the maven and maven-plugins CVS repository." It's admittedly quite easy to miss, as I

packaging empty directorys into war file

2004-02-11 Thread Gernot Koller
Hi! I'm rather new to maven so hopefully it is a newbie question ;-) I'm packaging war files using the maven war plugin. The problem is that empty directorys (containing only .cvsignore) files won't show up in the exported war file. I had the same problem while packaging the war files using ant

Multiartifact projects

2004-02-11 Thread Marcin Werla
Hi, Is there some "strategy" for using Maven in projects where there is more than one artifact? I'm using Maven in a RMI project with three artifacts: server and two clients - web application (Servlets) and Swing application. I have classes which are RMI interfaces, and classes which are used

Re: xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
Thanks a lot. I should have been paying better attention. Someone asked about the HEAD just the other day. Sorry about that. One thing though, it should say somewhere that you also need to checkout "maven-plugin" to get it compile. Otherwise the build fails. Thanks again. Charlie Heritier A

war plugin: is it possible to use a "source" war ?

2004-02-11 Thread Gregory Joseph
Hi, I'm in the process of mavenizing a web project. What our current ant build is doing is update an existing war file (because the "framework" we use is provided that way, and that also prevents us from adding a zillion files which we don't need to modify to our cvs), like this So is the

Re: file activity plugin problem on windows

2004-02-11 Thread Eric Giguere
Hi Emmanuel You were right. I took a while for me to be able to finally build maven from a cvs snapshot (1.1 version) and this time, it does work perfectly. Thx. for the advices. Eric. Emmanuel Venisse wrote: Could you test with changelog plugin in cvs? I have no problem with it on windows. Em

Using multiproject goals

2004-02-11 Thread Hahne, Ronald
Can anyone explain to me why maven does not display all the actions that is being performed on each of the projects during a multiproject? It seems to only display the actions for the first project. example: maven -Dgoal=clean,jar:install multiproject:goal __ __ | \/ |__ _Apache__ ___ | |\/| /

RE: xdoc plugin 1.5

2004-02-11 Thread Heritier Arnaud
check a previous CVS release (before the 8th february for example). cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -D20040207-UTC maven http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10383 Arnaud -Message d'origine- De : Charles N. Harvey III [mailto:[EMAIL PROTECT

RE: Problems with Windows 2000 + proxy server

2004-02-11 Thread Villalba Arias, Fredy [BILBOMATICA]
Hi Ralf, Ehhhrmm... some questions: Where can I get that APS Proxy Server? How can I configure it if I don't have access to the original proxy server (configuration)? Isn't it necessary? Freddy. -Mensaje original- De: Villalba Arias, Fredy [BILBOMATICA] Enviado el: jueves, 29 de ener

MD% Standards (was Re: MD5 and Mirrors ( was Re: MD5 Hash ))

2004-02-11 Thread Mark R. Diggory
Besides, my current experiments with gnu md5sum (2.0.21) show that the sum's on the Maven contents arn't verifyable to any other tool but the maven checksum plugin. If they aren't verifiable to extenral tools thats a bad situation. I'm going to bring this up on the Maven list too. http://www.f

AW: Multiple versions of same plugin?

2004-02-11 Thread Jens Zastrow
>This is currently a problem as only one version of a plugin can be used. >Lack of forsight on my part from the start. It's a dirty hack but I >have scripts for bash that I use for swapping versions of plugins if >you're interested. That's what I currently use until the problem is >fixed correctly

Re: missing jar from ibiblio/maven/taglib: jstl.jar

2004-02-11 Thread Glenn R. Golden
Thanks! I missed that. - Glenn On Feb 11, 2004, at 12:10 PM, Ebersole, Steve wrote: Sure its there http://www.ibiblio.org/maven/jstl/jars/ -Original Message- From: Glenn R. Golden [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 11:07 AM To: Maven Users List Subject: mis

Changelog + cvs password

2004-02-11 Thread Eric Giguere
Hi all Been browsing through the list history and found some entries concerning CVS passwords and the changelog plugin. I'm not sure I understand well though :(. To make this work, we need to define a pregoal in maven.xml for the maven-changelog-plugin:report. That pregoal will use ant:cvspass t

Re: xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
[EMAIL PROTECTED] wrote: Are you seeing log statements as this? 2004-02-03 10:40:13,780 WARN org.apache.commons.jelly.tags.ant.AntTag - Could not convert tag: a into an Ant task, data type or property Nope. Maybe its because I am trying to run it as a multiproject goal. I could swear it wo

Re: xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
Just tried to compile HEAD and got this: --- [javac] /home/charvey/projects/maven/src/java/org/apache/maven/DefaultProjectMarshaller.java:72: package org.xmlpull.v1 does not exist [javac] import org.xmlpull.v1.XmlPullParserFactory;

RE: missing jar from ibiblio/maven/taglib: jstl.jar

2004-02-11 Thread Ebersole, Steve
Sure its there http://www.ibiblio.org/maven/jstl/jars/ -Original Message- From: Glenn R. Golden [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 11:07 AM To: Maven Users List Subject: missing jar from ibiblio/maven/taglib: jstl.jar I'm able to get "standard.jar", but the "

missing jar from ibiblio/maven/taglib: jstl.jar

2004-02-11 Thread Glenn R. Golden
I'm able to get "standard.jar", but the "jstl.jar", which is part of the jakarta-taglibs-standard-1.0.4 download in lib is not at ibiblio. I wonder why not? Both are needed to use JavaServer Faces. - Glenn - To unsubscribe, e

PMD Report processing 0 files.

2004-02-11 Thread Ryan Owens
I'm running HEAD for maven and maven-plugins. PMD is currently processing 0 files, I've tried both with and without custom rulesets. It almost seems like PMD isn't finding any files to report on, but the checkstyle report, javadoc and xref all work fine. These reports used to work. Am I missing

Re: dependency

2004-02-11 Thread twabner
Hi, Thanks for the answers. But this is not what i will do. I know about overriding jars in project.properties ;-) My problem is, that we have one main project and many projects dependend on the main project (and their jars). Thus I will store all jars from the main project in the users local

Réf. : accessing env vars from within a plugin

2004-02-11 Thread Olivier CHAMPAGNE
"Glenn R.

Re: O'Reilly Maven Book

2004-02-11 Thread Jason van Zyl
On Tue, 2004-02-10 at 16:17, Jason van Zyl wrote: > Hi, > > For any user that might be interested in the content of the book: > > http://blogs.codehaus.org/projects/maven/archives/000599_oreilly_maven_book_articles.html I see that some folks have added to the article list which is great. I added

Re: local file system repository problem

2004-02-11 Thread Maarten Coene
I tried it on Windows XP and linux, but the same problem occurred on both systems. Maarten Charles Daniels wrote: Which operating system are you using? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

RE: xdoc plugin 1.5

2004-02-11 Thread arne.berner
Are you seeing log statements as this? 2004-02-03 10:40:13,780 WARN org.apache.commons.jelly.tags.ant.AntTag - Could not convert tag: a into an Ant task, data type or property Remember that: XDOC 1.5 will only work with the 1.0 BRANCH (rc2) or HEAD. _ A

Nightly Build for subversion

2004-02-11 Thread ami mehta
Hi, I need to manage nightly build for few inter dependant projects using Subversion as source control repository. It needs to send out mail in case of build failure. I went through the mailing list and there was mention of using Cruise Control and Anthill. From what I understand neither one of

xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
Hello. I have recently replaced my maven-xdoc-plugin-1.4.jar with the 1.5 version. Just the other day when I ran "maven site" with 1.4 it ran the simian report, statcvs and pmd. Now it seems that the 1.5 version does not run these reports and place them in the target/docs/ directory. Should it be

Re: Multiple versions of same plugin?

2004-02-11 Thread Jason van Zyl
On Tue, 2004-02-10 at 22:09, Jim Crossley wrote: > At work, we have a plugin with some common goals for our internal > projects. We have two versions: 1.0 and 1.1-SNAPSHOT. We use > maven-1.0-rc1 and we specify which version of the plugin to use in > each project's project.xml using the plugin d

accessing env vars from within a plugin

2004-02-11 Thread Glenn R. Golden
If I have an environment variable set, like "CATALINA_HOME", can that be accessed from within my maven plugin, as something like ${CATALINA_HOME}? Thanks - Glenn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: changelog working directory

2004-02-11 Thread Emmanuel Venisse
This functionality is present only in in changelog plugin present in cvs and not in a released version Emmanuel - Original Message - From: "KLOPP Gerald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 2:53 PM Subject: changelog working directory > Hi, >

Réf. : dependency

2004-02-11 Thread Nicolas . CHALUMEAU
The element is for the web site. It is not the download url. Your jars need to be in $HOME/.maven/repository/ Complete url for your jar : $HOME/.maven/repository/columba/jars/ristretto-1.0pre1.jar Nicolas [EMAIL PROTECTED] 11/02/2004 14:57 Veuillez répondre à "Maven Users List" P

Re: dependency

2004-02-11 Thread Rico Schäpe
Hi Thomas, see page: http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependencies that chapter give you a possibility to overwrite your dependency setting. Put following in your project.xml file the line's: = maven.jar.override = on maven.j

dependency

2004-02-11 Thread twabner
Hello, following problem: i have project where any jars currently stored under /lib Any of the required jars cannot downloaded via url in fact there are not yet released. We have these jars only in the lib-dir of the project. Now i put following dependency in my project.xml file:      

changelog working directory

2004-02-11 Thread KLOPP Gerald
Hi, I have a problem using the changelog plug-in : When I launch the maven-changelog-plugin, I get the following log message : maven-changelog-plugin:report: [echo] Generating the changelog report SCM Working Directory: D:\Project\Test\HelloWorldMaven SCM Command Line[0]: cvs SCM Command

Re: local file system repository problem

2004-02-11 Thread Charles Daniels
Which operating system are you using? --- Maarten Coene <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having troubles updating sources from CVS using local file system > repositories. I have defined my repository like this in the project.xml > file: > > > scm:cvs:local:ignored:/home/cvs:report

RE: Automatically build dependet projects?

2004-02-11 Thread Hahne, Ronald
I have even put a maven.xml in each of the projects directory with the following pregoals. Still nothing except for the first project. xmlns:maven="maven" xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:u=jelly:util"> jar-resources ${pom.artifactId} HELLO ***

Re: maven eclipse enhancement

2004-02-11 Thread Jeffrey Bonevich
Try setting a "name filter pattern" in the Package Explorer in eclipse (drop down menu in explorer -> Filters -> Name Filter Pattern). jeff Eric Pugh wrote: I see the same thing sometimes.. CVS directories everywhere when the project is Shared... Unfortunantly it doesn't always happen to every

RE: Automatically build dependet projects?

2004-02-11 Thread Hahne, Ronald
That is not correct in this example. It actually cleaned all and built everything except the last project, which is where the errors showed up. Thanks, \ / Ron Hahne (* *) Cube C3C024 ooO( )Ooo Brooker Creek (813) 366-4052 Cell Phone (727) 638-0690

RE: Automatically build dependet projects?

2004-02-11 Thread Maczka Michal
> -Original Message- > From: Hahne, Ronald [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 11, 2004 1:03 PM > To: 'Maven Users List' > Subject: RE: Automatically build dependet projects? > > > Can anyone explain to me why maven does not display all the > actions that is > being p

RE: XDOC 1.5 / Which CVS branch is current?

2004-02-11 Thread Heritier Arnaud
There's currently a problem with both branches. Developers know about it, and it will be fixed as soon as possible. If you want to use the last source code, you can comment the incorrect piece of code because it's not actually used. Arnaud -Message d'origine- De : Ryan Owens [mailto:[E

RE: Automatically build dependet projects?

2004-02-11 Thread Hahne, Ronald
Can anyone explain to me why maven does not display all the actions that is being performed on each of the projects during a multiproject? It seems to only display the actions for the first project. example: maven -Dgoal=clean,jar:install multiproject:goal __ __ | \/ |__ _Apache__ ___ | |\/| /

XDOC 1.5 / Which CVS branch is current?

2004-02-11 Thread Ryan Owens
I wanted to get XDOC 1.5 to run properly, so I'm trying to build from CVS. I'm trying to compile HEAD and am getting errors for PluginScriptParser and PluginCacheManager. I tried MAVEN-1_0-BRANCH and got the same errors. After a bunch of poking around viewcvs I did a: cvs -z3 -d :pserver:[EMAI

Roadmap/Changes Plugin?

2004-02-11 Thread Eric Pugh
Hi all, I was looking for a plugin to help me record what we are planning on doing.. I ran across this JIRA issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-556&page=comments#a ction_16238 that seemed to suggest that the roadmap function had been added to the changes plugin. Is th

Re: Automatically build dependet projects?

2004-02-11 Thread Christoph Kiehl
> The plugin is multiproject. > > I suppose you have a directory structure like this : > > projects_dir > | -> project A > | -> project B I forgot to mention that the current directory structure doesn't look like this. But I will take a look at the multiproject plugin. Thanks, Christoph

RE: maven eclipse enhancement

2004-02-11 Thread Eric Pugh
I see the same thing sometimes.. CVS directories everywhere when the project is Shared... Unfortunantly it doesn't always happen to every project, so I've never looked into it.. Eric > -Original Message- > From: Jörg Schaible [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 11, 200

Re: Automatically build dependet projects?

2004-02-11 Thread Emmanuel Venisse
The plugin is multiproject. I suppose you have a directory structure like this : projects_dir | -> project A | -> project B if you run in projects : maven -Dgoal=clean,jar:install multiproject:goal All your project are build in correct order. Emmanuel - Original Message - From

Automatically build dependet projects?

2004-02-11 Thread Christoph Kiehl
Hi, I'm currently trying to integrate maven in our build process. One goal I would like to achieve is the following: There are two projects A and B. B depends on A. So if I build B I would like maven to build A first install the jar in the local repo and then build B with the new jar. Is there so