Re: Need help with struts dependency madness.

2005-05-17 Thread Joe Germuska
At 4:57 PM -0400 5/17/05, Helck, Christopher wrote: I am trying to set up maven to build a struts web application. The programmer who developed it used the jar files included in the binary release: things like common-beanutils.jar and jakarta-oro.jar. I would prefer to use versioned jar files that

Re: [m2] Reports & DefaultModelInheritanceAssembler

2005-05-17 Thread Brett Porter
On 5/18/05, Peter van de Hoef <[EMAIL PROTECTED]> wrote: > > Brett Porter wrote: > > On 5/17/05, Peter van de Hoef <[EMAIL PROTECTED]> wrote: > These are, in my perception, 'built-in' plugins. They are executed > automatically as part of the 'install' goal. I see your point, but the default life

Re: [m2] ignore some report

2005-05-17 Thread Brett Porter
On 5/17/05, Nicolas Chalumeau <[EMAIL PROTECTED]> wrote: > org.apache.maven.plugin.MojoExecutionException: Error during site generation Fix for PMD. > Is it some inherance issue ? And how to ignore some report in specific > modules? We've been discussing this. Report inheritence is not currentl

Re: maven-2 sources

2005-05-17 Thread Igor A. Deruga
Hello, members! Thanks, Brett! It was the matter of proxy. When I use https protocol, it works fine. Just one thing about being "Open source" project. Maven-2.0 looses one advantage of the one if nobody can contribute due to uneasy access to the sources. I think that you should reveal sources an

Re: [m2] automatic download of my dependency's dependency ?

2005-05-17 Thread Brett Porter
On 5/17/05, Maciej Zywno <[EMAIL PROTECTED]> wrote: > Hi, > > I run m2 compile and I can see that m2 is tryingto download jars that > are not explicitly mentioned in my pom.xml (e.g. jdbc2.0 ). Is it > because m2 finds somehow that these jars are needed? If so why may > they be needed and how m2 d

Re: Pack the application

2005-05-17 Thread Brett Porter
On 5/18/05, Ilyevsky, Leonid (Equity Trading) <[EMAIL PROTECTED]> wrote: > I saw this plugin: > http://www.ibiblio.org/maven2/maven-plugins/maven-javaapp-plugin/ . > Is this what I need? If so, how do I use it? > > This is still a Maven 1 pl

Re: Problem with global mapper

2005-05-17 Thread Adrian Herscu
Thanks, now it is clear! I will try the tag. David Jackman wrote: The mapper applies to all the items in the fileset being copied. Your fileset selects everything, including files and directories. The more "correct" approach to solving this problem would have been to put a selector in the filese

File URI issue

2005-05-17 Thread Adrian Herscu
Hi all, I am using to validate all XML files in a given directory ${src.dir}. Validating ${xmlFilePath} Validation result: ${validationResult} * The error message is: BUILD

Re: [m2] Reports & DefaultModelInheritanceAssembler

2005-05-17 Thread Peter van de Hoef
Brett Porter wrote: On 5/17/05, Peter van de Hoef <[EMAIL PROTECTED]> wrote: Why are built-in plugins inherited and user-defined plugins not? (their usage is not inherited, their configuration is via but their usage has to be specified in each project). Neither are. There is no such thing as a "

Need help with struts dependency madness.

2005-05-17 Thread Helck, Christopher
I am trying to set up maven to build a struts web application. The programmer who developed it used the jar files included in the binary release: things like common-beanutils.jar and jakarta-oro.jar. I would prefer to use versioned jar files that I've grabbed from an official repository. I took a l

Re: [m2] automatic download of my dependency's dependency ?

2005-05-17 Thread Emmanuel Venisse
m2 use transitive dependencies, so if you use a jar that depends on an other, all dependencies will be download too. m2 discover all dependencies with poms in ibiblio. With this, it's more simple than m1 for declare dependencies in a project. Emmanuel Maciej Zywno wrote: Hi, I run m2 compile and

[m2] ignore some report

2005-05-17 Thread Nicolas Chalumeau
I have a site module that contain no src java file? The main project have no report and the list of report to generate are only in the module sub project. In all the module I have : org.apache.maven.plugins maven-project-info-reports-plugin o

Re: maven-2 sources

2005-05-17 Thread Anatol Pomozov
Seems that REPORT http method does not allowed due to your proxy. Try this svn co https://svn.apache.org/repos/asf/maven/components/trunk On 5/17/05, Igor Deruga <[EMAIL PROTECTED]> wrote: > Hello, Brett! > > This is the output of your command: > > [EMAIL PROTECTED]:~/tmp/maven-2.0-svn> svn co

Version descriptions

2005-05-17 Thread David Jackman
There's a section for listing versions in a POM, but they only identify the versions--they can't describe them with any comments. Is there a reason there isn't a description element as part of a version? ..David..

Pack the application

2005-05-17 Thread Ilyevsky, Leonid (Equity Trading)
After M2 Alpha2 release the tag works fine, so I need to do the next step. I need to copy my main jar file artifact and all its dependencies to a specified directory (or put them inside an archive). Plus, it would be nice to pick up other resource files as well. Right now I do it with a script, a

Re: maven-2 sources

2005-05-17 Thread Jamie Bisotti
Yep, https works just fine! On 5/17/05, Brett Porter <[EMAIL PROTECTED]> wrote: > This is usually the result of some proxies not accepting certain > commands. Try HTTPS, that often works, or check out the subversion FAQ > for how to reconfigure the proxy (if you can). > > - Brett > > On 5/17/05,

Re: [m2] pom compile/runtime setting problem

2005-05-17 Thread Hugo Palma
Quoting Brett in another post with the same question: (..)this isn't currently possible(..). Sorry for the inconvenience - however this should not prohibit the WAR from working.(..) Cheers Hugo Maciej Zywno wrote: Hi, What should be a value of dependency scope in pom if I jar is needed for my sour

RE: maven-2 sources

2005-05-17 Thread Stéphane Nicoll
Brett, I didn't found this information on the web site. Maybe it would be a good idea to add it somewhere? Cheers, Stéphane -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 12:10 PM To: Maven Users List Subject: Re: maven-2 sources it's subve

Re: maven-2 sources

2005-05-17 Thread Jamie Bisotti
I can see it with my browser, but I can't get to it with Subclipse?!?!?! On 5/17/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > Do you are behind a proxy? > > Emmanuel > > > Igor Deruga wrote: > > > Hello, Brett! > > > > This is the output of your command: > > > > [EMAIL PROTECTED]:~/tmp/ma

RE: Problem with global mapper

2005-05-17 Thread David Jackman
The mapper applies to all the items in the fileset being copied. Your fileset selects everything, including files and directories. The more "correct" approach to solving this problem would have been to put a selector in the fileset that tells Ant to select only the files and not the directories:

Flex and Maven ?

2005-05-17 Thread Haryon
Has anyone worked on Macromedia Flex WebApps with Maven ? For what I see, flex comes with some jars to put in web-inf/lib (no problem, that's natural behaviour, so maven handle it perfectly), some jars in some specific flex directory (should be able to handle via ) but also some .as file (that I t

Checkstyle's xdoc process out of memory

2005-05-17 Thread Jeff Jensen
During a Checkstyle plug-in run, the xdoc plug-in runs out of memory. I had to increase the memory for the Javadoc run, but how about for this? And is there a global Maven memory setting? Yes, this is a large project. Checkstyle runs for 40 minutes (not all rules enabled either!). __ __ | \

Single Web App from Multiple Modules... ?

2005-05-17 Thread Haryon
Working on a large project, where multiple teams will work on a single web application (single War), each team designing some business module, some teams designing business layers modules, and some leaders to watch over the coherency of the whole. We use Eclipse, MyEclipse (for auto-deployment to

[m2] automatic download of my dependency's dependency ?

2005-05-17 Thread Maciej Zywno
Hi, I run m2 compile and I can see that m2 is tryingto download jars that are not explicitly mentioned in my pom.xml (e.g. jdbc2.0 ). Is it because m2 finds somehow that these jars are needed? If so why may they be needed and how m2 discover the need? (I don't think jdbc2.0 is needed by m2 itself.

Re: maven-2 sources

2005-05-17 Thread Brett Porter
This is usually the result of some proxies not accepting certain commands. Try HTTPS, that often works, or check out the subversion FAQ for how to reconfigure the proxy (if you can). - Brett On 5/17/05, Igor Deruga <[EMAIL PROTECTED]> wrote: > Hello, Brett! > > This is the output of your command

AW: [maven1.1] site:deploy generates sites without navigation

2005-05-17 Thread Volker Füßler
Hi Christopher, it's not in the repository yet - but you can do the changes on your own (or someone can add it to the repo): 1. add an default forkmode property to the plugin.properties: maven.junit.forkmode=perTest 2. in the plugin.jelly add the forkmode attribute to the junit tags: may

Re: maven-2 sources

2005-05-17 Thread Emmanuel Venisse
Do you are behind a proxy? Emmanuel Igor Deruga wrote: Hello, Brett! This is the output of your command: [EMAIL PROTECTED]:~/tmp/maven-2.0-svn> svn co http://svn.apache.org/repos/asf/maven/components/trunk svn: REPORT request failed on '/repos/asf/!svn/vcc/default' svn: REPORT of '/repos/asf/!svn/

Re: [m2] Reports & DefaultModelInheritanceAssembler

2005-05-17 Thread Brett Porter
On 5/17/05, Peter van de Hoef <[EMAIL PROTECTED]> wrote: > Why are built-in plugins inherited and user-defined plugins not? (their usage > is not inherited, their configuration is > via but their usage has to be specified in each project). Neither are. There is no such thing as a "built-in" plug

Re: [m2] pom compile/runtime setting problem

2005-05-17 Thread Brett Porter
compile (the default) should work. compile implies runtime (and test). Runtime is what is included in the WAR. http://maven.apache.org/maven2/dependencies.html On 5/17/05, Maciej Zywno <[EMAIL PROTECTED]> wrote: > Hi, > > What should be a value of dependency scope in pom if I jar is needed > fo

Re: maven-2 sources

2005-05-17 Thread Igor Deruga
Hello, Brett! This is the output of your command: [EMAIL PROTECTED]:~/tmp/maven-2.0-svn> svn co http://svn.apache.org/repos/asf/maven/components/trunk svn: REPORT request failed on '/repos/asf/!svn/vcc/default' svn: REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request (http://svn.apache.org)

Re: [m2] artifact handlers

2005-05-17 Thread Brett Porter
Hi Gilles, This isn't possible yet, targetting for alpha-3. Currently, it is hardcoded into maven-artifact. If you are ken on developing plugins on the cutting edge, I recommend you join dev@maven.apache.org and discuss what you are planning as well as issues you hit so we can make sure we are ge

Re: Problem with global mapper

2005-05-17 Thread Adrian Herscu
Thanks David! It works now! I still do not understand what this have to do with empty directories? I just wanted to rename files and not their containing directories - why should I have to think about the "includeEmptyDirs" property? Again, thanks for your time, Adrian. David Jackman wrote: Fi

Re: [m2] Checkstyle FileNotFoundException

2005-05-17 Thread Peter van de Hoef
Thanks again for all the good work! Brett Porter wrote: output directory fixed for next release. - Brett On 5/16/05, Peter van de Hoef <[EMAIL PROTECTED]> wrote: - Where can I find the sources of these plugins? Sorry, I was looking with my nose. I've found them under 'maven-reporting'.

Re: [m2] Reports & DefaultModelInheritanceAssembler

2005-05-17 Thread Peter van de Hoef
I would realy love to have inheritance of and ! In that way Maven becomes much more extensible I think. For example when I create a new programming language, lets say 'foo'. I only have to create a 'maven-foo-compiler-plugin' and add it to the parent of all POMs and all 30,000 programmers of my