Problems with Checkstyle, javadocs using Maven 2.0.1 for log4j

2005-12-16 Thread Curt Arnold
I've been playing a bit with Maven 2.0.1 exploring whether it could be used to generate the log4j project documentation. I've run into a few newbie issues and would appreciate any guidance. The current state is checked into the log4j trunk (svn co http://svn.apache.org/ repos/asf/logging/l

RE: [m2] maven & svn command

2005-12-16 Thread Brian E. Fox
Currently it requires the svn client to apparently be on the path. There is a jira for this but I am unable to retreive the number right now. There are only a couple for the svn provider so it should be easy to locate. -Original Message- From: Jurgen Lust [mailto:[EMAIL PROTECTED] Sent:

Re: [m2] Adding surefire-report => Infinite loop

2005-12-16 Thread Allan Ramirez
Hi Sri, There is no attached file in your mail :) -allan Sri Sankaran wrote: Attached is the output of a run with the -X option. Other than seeing the same steps repeating, I don't see the *cause* of the problem. Sri -Original Message- From: Allan Ramirez [mailto:[EMAIL PROTE

Re: [m2] clean plugin needs dependant plugins?

2005-12-16 Thread Chad Brandon
Thanks Edwin, Yeah it appears that any plugins that are in my pom.xml need to be downloaded before clean can work, otherwise it fails with unsatisfied dependencies (for example, I can't clean our distribution until the rest of the plugins of our build are installed). I'll reopen the issue.

Plugins, news RSS feeds

2005-12-16 Thread Srepfler Srgjan
I've noticed that the changes plugin should allow the generation of RSS feeds, are there any feeds already set-up on mojo and apache-maven? I see no RSS feed icon on firefox? I propose it should be mandatory for all mojo and official plugins and then have two aggregated feeds (if not one that co

Re: Fwd: Does project a include project b in the classpath if they are both part of a multi

2005-12-16 Thread Allan Ramirez
Hi Rolf, Have you specified the M2_REPO classpath variable in eclipse? as stated in http://maven.apache.org/guides/mini/guide-ide-eclipse.html regards, -allan Rolf Strijdhorst wrote: Hi I'm working with maven2 and using eclipse I have a war project and a jar project. when i am using the mav

Re: Dependency in Maven2

2005-12-16 Thread Allan Ramirez
Hi there, You can use the install-file goal to install your jar in the local repo with m2 format of dependencies. Please refer to this page http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-HowdoIinstallafileinmylocalrepositoryalongwithagenericPOM -allan Muri Josef (KCDA 12) wrote: Hi a

Re: Is it possible to make pom.xml simpler?

2005-12-16 Thread Srepfler Srgjan
If your sole concern is the number of lines one must type, it is certainly an option to have meta-pom.xml be in the format you find most comfortable, then xslt it into the "more verbose" m2 pom.xml. This argument of attributes versus elements has existed since the dawn of [xml] time. I am not t

Re: propoer Jelly doc + samples

2005-12-16 Thread Henry Isidro
Michael Niemaz wrote: Hi all, I'm looking for pointers to jelly documentation and samples, a part from the tab libraries documentation on maven. I'm kinda struggling to write scripts so I thought there would a place somewhere that would help me. thanx, --mike

Re: [m2] maven-ear-plugin: why is the includeInApplicationXml set to false by default ?

2005-12-16 Thread Srepfler Srgjan
Stephane Nicoll wrote: Yes, or the spec for J2EE 1.3. You should refer java application client module only in this section. This should not be used for libraries. The java element specifies the URI of a java application client module, relative to the top level of the application package. See

[m2] Struts Ti and evangelism

2005-12-16 Thread Srepfler Srgjan
Hi, Having decided that Struts and WebWork are moving together and forming a new project Struts Ti is there a chance that they might adopt m2 or would that seriously jeopardize the future of the project? :) The various news flying around... Struts integrates Beehive, WebWork. WebWork integrates

Fwd: Does project a include project b in the classpath if they are both part of a multi

2005-12-16 Thread Rolf Strijdhorst
Hi I'm working with maven2 and using eclipse I have a war project and a jar project. when i am using the maven-eclipse plugin and have stated that my war project has a dependency on my jar project. I do not see the jar in my list of project dependencies. in the ide. This seems to cause a problem wi

Re: [M2.0.1] Ant tasks can't parse pom.xml

2005-12-16 Thread Matt Raible
On 12/16/05, John Casey <[EMAIL PROTECTED]> wrote: > This issue is being tracked as MNG-1851 > (http://jira.codehaus.org/browse/MNG-1851), and I think I've got it fixed. > > I've deployed a snapshot of the ant tasks with dependencies, here: > > http://cvs.apache.org/maven-snapshot-repository/org/ap

Re: 2.0.1 Issues - STATUS

2005-12-16 Thread John Casey
I've addressed Issue #3 below, and have uploaded a snapshot of the ant tasks with dependencies bundle here: http://cvs.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-ant/2.0.2-SNAPSHOT/ for testing. Also, I've uploaded a snapshot of the new reporting-impl jar here: http:

Re: [M2.0.1] Ant tasks can't parse pom.xml

2005-12-16 Thread John Casey
This issue is being tracked as MNG-1851 (http://jira.codehaus.org/browse/MNG-1851), and I think I've got it fixed. I've deployed a snapshot of the ant tasks with dependencies, here: http://cvs.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-ant/2.0.2-SNAPSHOT/ Would you mi

RE: [m2] Cargo

2005-12-16 Thread Vincent Massol
Hi Samuel, > -Original Message- > From: Samuel Le Berrigaud [mailto:[EMAIL PROTECTED] > Sent: jeudi 15 décembre 2005 18:06 > To: Maven Users > Subject: [m2] Cargo > > I am using the maven 2 Cargo plugin. It's just great to deploy to my > tomcat5x. However today I had some problem running

RE: maven2 plugin suggestions

2005-12-16 Thread Frank Russo
Upon further reading the docs for the plugin, I guess this is not the correct plugin for wars. Is that correct? I looked at the war plugin, but it doesn't appear to be able to be configured the same. Is there anyway that I can accomplish the goal defined below. For the bin/*.sh files, I could jus

RE: [m2] Adding surefire-report => Infinite loop

2005-12-16 Thread Sri Sankaran
Attached is the output of a run with the -X option. Other than seeing the same steps repeating, I don't see the *cause* of the problem. Sri > -Original Message- > From: Allan Ramirez [mailto:[EMAIL PROTECTED] > Sent: Friday, December 16, 2005 3:53 AM > To: Maven Users List > Subject:

Re: maven2 plugin suggestions

2005-12-16 Thread Frank Russo
Sorry, wrong subject on the prior... > -Original Message- > From: Frank Russo > Sent: Friday, December 16, 2005 2:32 PM > To: Maven Users List > Subject: RE: [m2] Disabling tests in a profile > > > I have a question about this. I tried what you have done with > the assembly plugin for m

RE: [m2] Disabling tests in a profile

2005-12-16 Thread Frank Russo
I have a question about this. I tried what you have done with the assembly plugin for my set up. I have a webapp. In the webapp's web-inf folder, I need the following: web-inf/bin/*.sh web-inf/bigbrother // this is just an empty folder. one of the .sh files uses it. I created th

Re: M2 - Build Versioning

2005-12-16 Thread puschteblume
I don't know exactly what you mean, with build number. I am using something like the attached mojo. This creates a build number in a file and increments it for every build you started. Heiko dan tran wrote: not that i know of, you may want write your own plugin to do that. What SCM are yo

[m2] Disabling tests in a profile

2005-12-16 Thread Wendy Smoak
What's the easiest/best way to ensure that when a certain profile is enabled, the tests are *not* run? (I have tests that are fine to run against the development and test instances of the database, but which shouldn't be run when the "db-live" profile is active.) -Dmaven.test.skip=true works, but

Re: [m2] problem with new packaging

2005-12-16 Thread Chris Berry
Thanks Dan !! That did the trick. I'm confused though. The writeup on the m2 site ( http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html) appears to indicate that this XML element is required?? Of course, teh whole components.xml and packaging stuff is a bit like black

Re: M2 - Build Versioning

2005-12-16 Thread dan tran
not that i know of, you may want write your own plugin to do that. What SCM are you using? -Dan On 12/16/05, Karthik Manimaran <[EMAIL PROTECTED]> wrote: > > Thanks. Is there a way to increment build version numbers without the > involvement of SCM (SCM is involved in release plugin)? > > rega

RE: Surefires test order

2005-12-16 Thread David Jackman
Actually, JUnit tests do run in a simple and predictable order (especially when a test class provides its own suite). I agree that it's a bad idea to write tests that depend on their ordering, but it should not be the build system that enforces this (especially when the XML report is the only way

Re: M2 - Build Versioning

2005-12-16 Thread Karthik Manimaran
Thanks. Is there a way to increment build version numbers without the involvement of SCM (SCM is involved in release plugin)? regards, Karthik. On 12/16/05, dan tran <[EMAIL PROTECTED]> wrote: > > maven-release-plugin is the one but it increaments all modules. > -D > > > On 12/16/05, Karthik Man

something like forking a parallel lifecycle

2005-12-16 Thread Christopher Cobb
I am writing a plugin. This plugin will be executed in the context of project1. When project1 configures the plugin, it will make mention of project2. During the execution of the plugin in the context of project1, I would like to be able to execute a particular phase of project2 (after making

Re: Adding CVS branched project to 1.0.2

2005-12-16 Thread Emmanuel Venisse
You can't define it in url, but you can in in your pom or in continuum project view Emmanuel Eric Pugh a écrit : Hi all, Enjoying using 1.0.2. I'm ready to add a branched project to Continuum, as well as the CVS HEAD version. I am having difficulty figuring out where to specify the bra

Re: New SAR Plugin

2005-12-16 Thread Emmanuel Venisse
:-) Stephane Nicoll a écrit : I know :) Read Jonh's mail, he's talking about a patch for the ear plugin. I am just saying it's done. Stéphane On 12/16/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: This patch doesn't create a sar file, it only add it in ear. Emmanuel Stephane Nicoll a éc

Re: Subversion configuration

2005-12-16 Thread Emmanuel Venisse
You can't without modify maven-scm provider for svn. What do you need? Emmanuel David Saff a écrit : All, Is there an easy way to specify flags that should be passed to the svn command when updating my project? Thanks, David Saff

Re: Subversion configuration

2005-12-16 Thread dan tran
interesting, another starteam user asks for this feature. Currently, this feature is not available. You can file a JIRA for it On 12/16/05, David Saff <[EMAIL PROTECTED]> wrote: > > All, > > Is there an easy way to specify flags that should be passed to the svn > command when updating my project

Adding CVS branched project to 1.0.2

2005-12-16 Thread Eric Pugh
Hi all, Enjoying using 1.0.2. I'm ready to add a branched project to Continuum, as well as the CVS HEAD version. I am having difficulty figuring out where to specify the branch? It seems like the branch should go on the end of the SCM url, however http://maven.apache.org/ scm/cvs.html d

Re: M2 - Build Versioning

2005-12-16 Thread dan tran
maven-release-plugin is the one but it increaments all modules. -D On 12/16/05, Karthik Manimaran <[EMAIL PROTECTED]> wrote: > > Hi, > > With every build I do for my J2EE project, I want the version of all > modules > to be automatically incremented. What is the best way of accomplishing > this?

Subversion configuration

2005-12-16 Thread David Saff
All, Is there an easy way to specify flags that should be passed to the svn command when updating my project? Thanks, David Saff

Re: [m2] problem with new packaging

2005-12-16 Thread dan tran
perhaps you should remove packaging in ArtifactHandler org.apache.maven.artifact.handler.ArtifactHandler car org.apache.maven.artifact.handler.DefaultArtifactHandler car jar false false On 12/16/05, Chris Berry <[EMAIL PROTECTED]>

Re: Is it possible to make pom.xml simpler?

2005-12-16 Thread Incze Lajos
On Thu, Dec 15, 2005 at 10:15:02PM +0100, ir. ing. Jan Dockx wrote: > here, here > > Directory "pom", next to pom.xml, src and target; all xml files there > are merged together; or something; reminds me of our faces-config.xml > setup. As a matter of fact, current xerces supports the XInclude

Re: New SAR Plugin

2005-12-16 Thread Stephane Nicoll
I know :) Read Jonh's mail, he's talking about a patch for the ear plugin. I am just saying it's done. Stéphane On 12/16/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > This patch doesn't create a sar file, it only add it in ear. > > Emmanuel > > Stephane Nicoll a écrit : > > John, > > > > S

M2 - Build Versioning

2005-12-16 Thread Karthik Manimaran
Hi, With every build I do for my J2EE project, I want the version of all modules to be automatically incremented. What is the best way of accomplishing this? Also is there a way to increment the version numbers only for modules which have had changes? Thanks and regards, Karthik.

Re: SureFire pertest setting not working correctly?

2005-12-16 Thread Matt Brozowski
On Dec 16, 2005, at 6:48 AM, Jason van Zyl wrote: Hi, I'm trying to use the surefire plugin version 2.1.1. When I set forkMode to pertest, all of my test fail. It looks like the setUp method in my JUnit test is not being called before the method is executed. Am I doing something wrong?

Re: New SAR Plugin

2005-12-16 Thread Emmanuel Venisse
This patch doesn't create a sar file, it only add it in ear. Emmanuel Stephane Nicoll a écrit : John, Someone already did that, see MNG-1852. I just fixed it and this will be available in the next maven ear plugin release (2.1) Thanks, Stéphane On 12/16/05, John Casey <[EMAIL PROTECTED]> wro

RE: [m2] javadoc report plugin not working with site goal

2005-12-16 Thread Mordo, Aviran (EXP N-NANNATEK)
Thank you -Original Message- From: Yann Le Du [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 10:36 PM To: Maven Users List Subject: Re: [m2] javadoc report plugin not working with site goal It does indeed exist and is corrected : http://jira.codehaus.org/browse/MNG-1249 Co

Re: New SAR Plugin

2005-12-16 Thread Stephane Nicoll
John, Someone already did that, see MNG-1852. I just fixed it and this will be available in the next maven ear plugin release (2.1) Thanks, Stéphane On 12/16/05, John Casey <[EMAIL PROTECTED]> wrote: > > First of all, thanks for the contribution! > > Please file a JIRA issue against the ear plug

[m2] problem with new packaging

2005-12-16 Thread Chris Berry
Greetings, I am trying to create my own packaging type (named "car" -- a "configuration archive"). I need to do this so that I can find all dependencies of type "car" in a project and process them specially. A car is really just a jar that requires special processing. So I created a special Car Plu

Re: How do I correct problems in repo1.maven.org?

2005-12-16 Thread Matt Brozowski
Details can be found here: http://maven.apache.org/guides/mini/guide-maven-evangelism.html Matt On Dec 16, 2005, at 9:58 AM, Justin Johnson wrote: I'm guessing this is documented somewhere but I can't seem to find it. I noticed the following problems with packages on repo1.maven.org and w

Re: Exercise integration test

2005-12-16 Thread Massimo Lusetti
On 12/16/05, Massimo Lusetti <[EMAIL PROTECTED]> wrote: > I something about class loading paths? Written too ealry, sorry for the noise -- Massimo http://meridio.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

How do I correct problems in repo1.maven.org?

2005-12-16 Thread Justin Johnson
I'm guessing this is documented somewhere but I can't seem to find it. I noticed the following problems with packages on repo1.maven.org and would like to have them corrected. What is the procedure for doing so? Should I submit an issue at http://jira.codehaus.org? 1. At http://www.ibiblio.o

Re: Is it possible to make pom.xml simpler?

2005-12-16 Thread Matt Brozowski
+1 on this from me. I have a very large project with a large number of dependencies and just the size of the file makes things more complicated than it could be. Is seems to be that expressing having fewer characters that same exactly the same thing would make large files much simpler. M

RE: Assembly plugin triggers execution of all previous phases

2005-12-16 Thread John Allen
http://maven.apache.org/source-repository.html -Original Message- From: Nitko2 [mailto:[EMAIL PROTECTED] Sent: 16 December 2005 07:55 To: Maven Users List Subject: Re: Assembly plugin triggers execution of all previous phases Ok, is there a way to turn it off. If not, can you point me to

Re: XDoclet-Problem: This artifact has been relocated to javax.servlet:servlet-api:2.3

2005-12-16 Thread Matt Brozowski
On Dec 16, 2005, at 4:48 AM, Stefan Rademacher wrote: Hello, I am trying to get the xdoclet-maven-plugin 1.0-alpha-1 working. But a "mvn package" ends up with the following error messages: The alpha-1 version doesn't seem to work very will with maven 2.0 and later. Try using alpha-2 Ma

Re: Is it possible to make pom.xml simpler?

2005-12-16 Thread David Sag
+1 to that. Kind regards, Dave Sag   Matt Raible <[EMAIL PROTECTED]> wrote on 15-12-2005 02:06:04: > After seeing what the Spring Developers have done to simplify Spring > context files, I can't help but think the same thing is possible for > Maven 2's pom.xml.  Is it possible to add name

Re: SureFire pertest setting not working correctly?

2005-12-16 Thread Matt Brozowski
On Dec 16, 2005, at 6:48 AM, Jason van Zyl wrote: John O. Hampton, Jr. wrote: Hi, I'm trying to use the surefire plugin version 2.1.1. When I set forkMode to pertest, all of my test fail. It looks like the setUp method in my JUnit test is not being called before the method is executed.

Re: Surefires test order

2005-12-16 Thread David Sag
JUnit tests never run in a specific order and you are stongly advised never to depend upon their execution order. if it worked for you at all that is just a lucky fluke Kind regards, Dave Sag   Jochen Wiedmann <[EMAIL PROTECTED]> wrote on 13-12-2005 16:21:44: > Hi, > > I have a test sui

antrun plugin in both parent and child run tasks twice

2005-12-16 Thread Martin van der Plas
Hi, When I have a parent and child pom, and both have an antrun plugin entry, I notice that activated anttask run twice. See attached poms and the output below. My directory structure: parent/ /pom.xml /child ---/pom.xml Is this behaviour intended? How should I c

Exercise integration test

2005-12-16 Thread Massimo Lusetti
Well i'm trying to exercise integration tests with maven2 and i'm not able to load resources from property files. I put my resources within src/test/resources and the end up in target/test-classes correctly, for instance i got src/test/resources/log4j.xml which goes into target/test-classes/log4j.

Re: Is it possible to make pom.xml simpler?

2005-12-16 Thread Matthew L Daniel
> Is it possible to add namespaces and make something like the following > possible? If I'm not mistaken, m2's pom does have namespaces. The root element is in the 'http://maven.apache.org/POM/4.0.0' namespace. I'm not certain how that impacts your real question, however. > Allowing 1 line instea

[m2] maven & svn command

2005-12-16 Thread Jurgen Lust
Hi, I'm having trouble getting the maven release plugin to work with subversion. Apparently the maven SCM subversion provider does not use a java SVN client, whereas the CVS provider does. I'm working on a windows platform with tortoiseSVN as my client. When I start the release:prepare goal, m

RE: RE : Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Cabasson Denis
This is known problem, issue have been adressed in JIRA: http://jira.codehaus.org/browse/SUREFIRE-9 surefire has been fixed, not to take into account the locale (and thus no special chars in the generated XML files). guess we have to wait for a new build of the surefire plugin. -Message d'or

RE: Problems with special characters in APT format (latin-1 and c opyright symbol)

2005-12-16 Thread Cabasson Denis
I have solved much of my encoding problems with: org.apache.maven.plugins maven-site-plugin UTF-8 in the build/plugins section of your POM. This way, the site is created using UTF charset Hope it helps. Denis CABASSON -Message

Re: [m2] maven-ear-plugin: why is the includeInApplicationXml set to false by default ?

2005-12-16 Thread Stephane Nicoll
Yes, or the spec for J2EE 1.3. You should refer java application client module only in this section. This should not be used for libraries. The java element specifies the URI of a java application client module, relative to the top level of the application package. See also section 8.2 of the s

Re: [m2] axistools:wsdl2java

2005-12-16 Thread Nathan Sowatskey
Aha! ~/java nsowatsk$ svn checkout svn://svn.codehaus.org/mojo/scm/trunk/ mojo/mojo-sandbox/axistools-maven-plugin axistools-maven-plugin Aaxistools-maven-plugin/src ... Thanks Nathan Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - +34-638-083-675, +34-91-201-2139 - AIM Nat

Antw: Re: XDoclet-Problem: This artifact has been relocated to javax.servlet:servlet-api:2.3

2005-12-16 Thread Stefan Rademacher
Hello, I found a workaround for the AbstractMethodError on http://www.nabble.com/xdoclet-maven-plugin-%3E-maven2-t432992.html#a1186055 If anyone knows, if this is a better way to get the plugin to work, pls let me know. Regards, Stefan >>> [EMAIL PROTECTED] 16.12.2005 11:14 >>> On 12/16/05, Stef

Re: [m2] axistools:wsdl2java

2005-12-16 Thread Jesse McConnell
http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/axistools-maven-plugin sorry, been out of touch for a few days getting over a bug. I'll be catching up on emails and bugfixes/releases over the course of the next day or so work providing. jesse On 12/16/05, Nathan Sowatskey <[EMAIL PROTECTED

Re: [m2] axistools:wsdl2java

2005-12-16 Thread Nathan Sowatskey
Hi It must be me me, but I can't get at the svn repository for this: svn checkout svn://svn.codehaus.org/mojo/scm/trunk/axistools-maven- plugin axistools-maven-plugin svn: URL 'svn://svn.codehaus.org/mojo/scm/trunk/axistools-maven- plugin' doesn't exist Nor does this plugin seem to be at: h

Re: [m2] maven-ear-plugin: why is the includeInApplicationXml set to false by default ?

2005-12-16 Thread Srepfler Srgjan
Stephane Nicoll wrote: Hello, This is the expected behavior. Java modules should not be set in the application.xml (see the spec). Instead you should refer them in the Class-Path entry of the manifest file. However, if you want to include it in the application.xml anyway, you can set this prope

RE: [m2] WebApp Directory Layout

2005-12-16 Thread Frank Russo
I have a webapp myself, but did it differently. I followed the web app mini guide link provided in other responses to this thread. Here is my structure: src\main\webapp contains some public html files. src\main\webapp\css src\main\webapp\images

Dependency in Maven2

2005-12-16 Thread Muri Josef \(KCDA 12\)
Hi all, Is there any mechanism in m2 so I can reference dependencies that do not match the pattern -.jar I have quite a few jars that follow the conventions _.jar. Within Maven 1 I could define it in the tag. I could not do so in Maven2. mygroup Update_1_classes Update_1_

Why no assembly in the lifecycle

2005-12-16 Thread Scokart Gilles
I have tried to use the assembly plugin in order to build a distributable file. I had some difficulties to use it, and I wonder if it's not because this plug-in is rather different than the other one. I wonder if it would not be simpler to have this plugin part of the lifecycle? I would expec

Re: [m2] ear plugin: jar does not get added to application xml (as java module)

2005-12-16 Thread Stephane Nicoll
Hello, I've answered you in the separate threads you have created. Hope it helps, Stephane On 12/15/05, Dário Luís Coneglian Oliveros <[EMAIL PROTECTED]> wrote: > > Hi Edwin, > > I´ve read this guide before, however it focus on customization only. > According to the ear plugin, the descriptor de

Re: [m2] maven-ear-plugin: why is the includeInApplicationXml set to false by default ?

2005-12-16 Thread Stephane Nicoll
Hello, This is the expected behavior. Java modules should not be set in the application.xml (see the spec). Instead you should refer them in the Class-Path entry of the manifest file. However, if you want to include it in the application.xml anyway, you can set this property to true. Hope it help

Antw: Re: XDoclet-Problem: This artifact has been relocated to javax.servlet:servlet-api:2.3

2005-12-16 Thread Stefan Rademacher
Hello, thank you, Jochen. I solved the first issue. After changing the depency of the xdoclet-maven-plugin to the servlet-api in its pom-file, the warning disappeared. Best regards, Stefan >>> [EMAIL PROTECTED] 16.12.2005 11:14 >>> On 12/16/05, Stefan Rademacher <[EMAIL PROTECTED]> wrote: >

How to write ant mojo with maven 2.0.1

2005-12-16 Thread Scokart Gilles
I have read on the announcement that should be available on the new version (but I don't see it in the release note). How can we do that? SCOKART Gilles,

Re: RE : RE : Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Bruno Aranda
I can confirm that it works on Linux (FC3) and without having to set the LANG environment variable (which currently is 'es_ES.UTF-8'). Thanks, Bruno 2005/12/16, Olivier Lamy <[EMAIL PROTECTED]>: > I have added this workaround in : > http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-Handlespec

RE : RE : Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Olivier Lamy
I have added this workaround in : http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-Handlespecialcharac tersinsite It could be adding in http://maven.apache.org/guides/mini/guide-site.html (to help french/others guys how use specials characters). (let me know if you want a patch on it ?) I hav

[m2] Automatic links to source xref

2005-12-16 Thread Giles, Nick
In Maven 1 several plugins used to automatically link to the generated source pages, plugins like PMD or Checkstyle, possibly even the unit test plugin, I'm a little hazy. So far, I can't find a way of enabling this for any of those three plugins. Does anyone know if this is currently possible, a p

RE: New SAR Plugin

2005-12-16 Thread Peschier J. (Jeroen)
Many thanks for implementing this! I look forward to using it. Do you have a public repo I can download your plugin from? Maybe I'm just impatient... :) Keep up the good work! -Oorspronkelijk bericht- Van: Frank Mena [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 16 december 2005 1:57 Aan

Re: XDoclet-Problem: This artifact has been relocated to javax.servlet:servlet-api:2.3

2005-12-16 Thread Jochen Wiedmann
On 12/16/05, Stefan Rademacher <[EMAIL PROTECTED]> wrote: > This artifact has been relocated to javax.servlet:servlet-api:2.3. That's not an error message. That's simply a warning. Most probably you are still using the group ID servletapi, or something like that. Change groupId, artifactId, and

XDoclet-Problem: This artifact has been relocated to javax.servlet:servlet-api:2.3

2005-12-16 Thread Stefan Rademacher
Hello, I am trying to get the xdoclet-maven-plugin 1.0-alpha-1 working. But a "mvn package" ends up with the following error messages: - ... [INFO] Building hhla.smd.bl

propoer Jelly doc + samples

2005-12-16 Thread Michael Niemaz
Hi all, I'm looking for pointers to jelly documentation and samples, a part from the tab libraries documentation on maven. I'm kinda struggling to write scripts so I thought there would a place somewhere that would help me. thanx, --mike

[m2] NTLM proxy setting

2005-12-16 Thread Law Green-A20134
Hi, I am behind NTLM proxy. Although I managed to make it possible to access central repository with the special version of maven-proxy provided by Daniel Beland [EMAIL PROTECTED], I am blocked by "[INFO] Can't read the url [http://www.apache.org/licenses/LICENSE-2.0.txt] : www.apache.org

Re: RE : Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Bruno Aranda
Thanks Olivier, that worked! Bruno 2005/12/16, Olivier Lamy <[EMAIL PROTECTED]>: > Hi, > I have try some workarounds and I have fine one to correctly display > specials characters (french accents). > > In my eclipse.ini : > Adding -Dfile.encoding=ISO-8859-1 > > If using xmlbuddy with eclipse to e

RE: Is it possible to make pom.xml simpler?

2005-12-16 Thread Jörg Schaible
Hi Carlos, Carlos Sanchez wrote on Thursday, December 15, 2005 10:35 PM: > If you have such a big pom, think that you're doing something wrong. > You have extension and transitive dependencies, if you use them in the > right way your pom won't grow without control We use one master POM for depen

Re: [m2] Adding surefire-report => Infinite loop

2005-12-16 Thread Allan Ramirez
I cant replicate this issue. It is working in my copy. Can you paste the log with -X arguement? -allan Sri Sankaran wrote: I wanted to run the surefire-report:report goal as part of the test phase. So, I add the following to my pom org.codehaus.mojo surefire-report-maven

Re: Maven Plug-in for Eclipse

2005-12-16 Thread Miks Rozenbergs
Patrick Kimber wrote: I have subscribed within the last hour using the address: [EMAIL PROTECTED] I'm still getting an error. Below is a failure message received from [EMAIL PROTECTED] Note that this failure message tells that mailbox [EMAIL PROTECTED] doesn't exist, even though my subscript

RE : Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Olivier Lamy
Hi, I have try some workarounds and I have fine one to correctly display specials characters (french accents). In my eclipse.ini : Adding -Dfile.encoding=ISO-8859-1 If using xmlbuddy with eclipse to edit xdoc files set the encoding Honor encoding Default to ISO-8859-1 Configuration in pom

Re: How is the build declared as a sucess?

2005-12-16 Thread dan tran
http://maven.apache.org/continuum/faqs.html#how-does-continuum-detect-a-successful-build On 12/16/05, Zabil <[EMAIL PROTECTED]> wrote: > > Hello All, >I am using continuum with perforce (thanks to the new jar). I was > what the mechasim is for the build to be labelled a success. >E

How is the build declared as a sucess?

2005-12-16 Thread Zabil
Hello All, I am using continuum with perforce (thanks to the new jar). I was what the mechasim is for the build to be labelled a success. Earlier I was using Cruise Control. Here when the ant file returns the status as "BUILD FAILED" the build is marked as failed in the web

Re: Posts in thread: Pb while installing maven-andromda plug-in

2005-12-16 Thread Srepfler Srgjan
Somasundaram P wrote: Hi all, Thk u for the reply, but still it is not working. I have installed Maven2.0.1 v & the command : mvn -v as per: http://www.andromda.org/starting.html I tried replacing maven(1.0v) keyword by mvn(2.0.1v) in the above cmd. It

[m2] JXR report not including CSS correctly

2005-12-16 Thread Cabasson Denis
I have a worry with the jxr plugin which isn't generating correct links to the CSS, and thus is rendered without style on some pages. The package-summary.html pages have a link to the CSS: which of course isn't working. Some other links are also messed up on the same page: Overview Things are

Re: Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Bruno Aranda
Nobody knows this? Has someone used accents in the apt format? Should I try an alternative approach? thanks! Bruno 2005/12/12, Bruno Aranda <[EMAIL PROTECTED]>: > Hi there, > > I am trying to just the APT format but I cannot output some special > symbols using unicode, such as the copyritght and

Re: MavenProject

2005-12-16 Thread Srepfler Srgjan
Christopher Cobb wrote: I see several plugin examples on the Maven site that use MavenProject. When I try to use it, however, I get the error: package org.apache.maven.project does not exist How do I give my plugin access to MavenProject?? What does this plugin do and where can it b