Re: how to access development versions of non-plugin components from the repo?

2006-02-10 Thread Brett Porter
You need to change the element in whichever plugin or project needs to use it, then reinstall them. - Brett On 2/11/06, Chris Markle <[EMAIL PROTECTED]> wrote: > Brett, > > > Building those libraries requires all the other Maven libraries - run > > mvn install from the top level of "components

how to access development versions of non-plugin components from the repo?

2006-02-10 Thread Chris Markle
Brett, > Building those libraries requires all the other Maven libraries - run > mvn install from the top level of "components/branches/maven-2.0.x". I did that and it all seemed to build ok. E.g., .\.m2\repository\org\apache\maven\reporting\maven-reporting-impl\2.0.3-SNAPSHOT go created. But

Re: Jalopy plugin problem

2006-02-10 Thread Wendy Smoak
On 2/10/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > My preference is definetely to get the current development version > working and ready for inclusion in m1.1. I thought you had resolved your > problems with the 1.3 release by specifying the root class loader? No, I haven't gotten 1.3 to wor

Re: Maven plugin integration?

2006-02-10 Thread Allan Ramirez
Hi there, reporting plugins should be declare in the section of the pom ... levi9.plugin maven-otrs-plugin Mladen Stanojevic wrote: I have developed plugin for making reports from OTRS bug tracker, but I have problems to integrate it wi

Re: Jalopy plugin problem

2006-02-10 Thread Lukas Theussl
What am I volunteering for? :) Are we talking about branching and fixing the problem in a maven-jalopy-plugin 1.3.x release? I need to get that working in order to look at converting to Jalopy 1.5b5 and a 1.4.x version of the plugin. This is open source, people usually volunteer for what

Maven 2 - Ant - Regular Expressions

2006-02-10 Thread Hassan Sajjad
Are you missing a dependency? The documentation for regexp mapper here [http://ant.apache.org/manual/CoreTypes/mapper.html] says that you need "one of the supported regular expression libraries and the corresponding ant-[jakarta-oro, jakarta-regexp, apache-oro, apache-regexp].jar" in your c

Re: xdoc plugin and "comment" in dependencies

2006-02-10 Thread Lukas Theussl
Maven 1 doesn't know anything about scope, so I don't see how this could be useful? -Lukas Nicolas De Loof wrote: suggestion : Could xdoc plugin use also a "scope" property, with same use as maven 2 element ? This may be usefull in dependencies.html ! -

Bad behavour of xdoclet-maven-plugin ?

2006-02-10 Thread langlois yan
Hi, I am working on a small project which is composed of 3 module. Here is the parent project pom : 4.0.0 ... my-newEJB my-ear my-convertionEJB ... As you can see the project is composed of 2 EJB and 1 ear. The ear modul

Re: SCM Control and username

2006-02-10 Thread German de la Cruz
You can put in your pom scm:cvs:ext:[EMAIL PROTECTED]:/a01/proj/CVS:webservices/ServiceProviders scm:cvs:ext:[EMAIL PROTECTED]:/a01/proj/CVS:webservices/ServiceProviders http://empt.ata.com/cgi-bin/cvsweb.cgi/webservices/ServiceProviders/?cvsroot=ATA.com-Development and then, in s

help with the following maven error

2006-02-10 Thread gauri tilloo
I am getting the following error when trying to deploy my site... BUILD FAILED File.. C:\Documents and Settings\GTilloo\.maven\cache\maven-xdoc-plugin-1.8\plugin.jelly Element... j:include Line.. 365 Column 54 null:-1:-1: Could not parse Jelly script Total time: 37 seconds Finished at:

Re: Plugin for class line count?

2006-02-10 Thread Brett Porter
Sorry, I don't know. I wouldn't be surprised if JavaNCSS doesn't support it - I don't think it has been updated for some time. - Brett On 2/11/06, Brian Burridge <[EMAIL PROTECTED]> wrote: > Thanks. Checked it out, built it and installed it. However, it is > complaining about Java 1.5 syntax in m

Re: m202 can't get deploy or deploy-file to deploy my project to our remote repo

2006-02-10 Thread dan tran
Heard you can use WebDav to deploy. Search this list archive for more info. -D On 2/10/06, dan tran <[EMAIL PROTECTED]> wrote: > > seems you are trying to deploy using http which is not allowed. Heard you > use webdav. > > -D > > > On 2/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > >

Re: m202 can't get deploy or deploy-file to deploy my project to our remote repo

2006-02-10 Thread dan tran
seems you are trying to deploy using http which is not allowed. Heard you use webdav. -D On 2/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > hello, > > We're running maven 202, eclipse maven plugin 004, eclipse 312 and xp > > I have questions about running the deploy goal fro

m202 can't get deploy or deploy-file to deploy my project to our remote repo

2006-02-10 Thread Thomas_Perry
hello, We're running maven 202, eclipse maven plugin 004, eclipse 312 and xp I have questions about running the deploy goal from within eclipse, but for now I'm just trying to use deploy and deploy-file from the commandline. I'm at the point where deploy-file fails due to the error

Re: Plugin for class line count?

2006-02-10 Thread Brian Burridge
Thanks. Checked it out, built it and installed it. However, it is complaining about Java 1.5 syntax in my code. Is there a way to tell it that its 1.5, or does it not support that yet? Brian On 2/10/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > mojo.codehaus.org, in the sandbox. > > On 2/11/06,

Re: [m202] site:site exepction

2006-02-10 Thread Lee Meador
I think the key part is this: javadoc: Error reading file: C:/opt/furlm2/core/trunk/.. /ppw-project-settings/packagelists/ppw-bean-II/package-list Why would it not read that file when generating the javadocs? -- Lee Meador On 2/10/06, Mick Knutson <[EMAIL PROTECTED]> wrote: > > I just upgraded

Maven 2 - Ant - Regular Expressions

2006-02-10 Thread Martin, John M. \(Number Six Software\)
I have an ant task (ant 1.6.5) that uses the regexpmapper. When I run the task with just ant, it works. When I add that task using antrun in maven, I get this error: Embedded error: The following error occurred while executing this line: /var/home/jmartin/build.xml:80: Could not create type reg

Re: Plugin for class line count?

2006-02-10 Thread Brett Porter
mojo.codehaus.org, in the sandbox. On 2/11/06, Brian Burridge <[EMAIL PROTECTED]> wrote: > bingo! That was it. Doesn't look like its been ported to Maven 2 though. > > Brian > > On 2/10/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > > > it was javancss plugin, i think > > > > Brian Burridge a

Re: Plugin for class line count?

2006-02-10 Thread Brian Burridge
bingo! That was it. Doesn't look like its been ported to Maven 2 though. Brian On 2/10/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > it was javancss plugin, i think > > Brian Burridge a écrit : > > Over a year ago, when I used Maven on the project I was on at that time, > I > > found a Mave

Re: Can't Figure Out How to Add System Properties For My Modules

2006-02-10 Thread Ray Ward
You're probably right about build.properties and project.properties, I'm just now picking up m2. I went through the Getting Started docs on "How do I filter resource files?" and successfully set property values using their examples. But I still have questions about their syntax, as there seems to

Re: SCM Control and username

2006-02-10 Thread Renato Guimarães
Use: scm:cvs:ext:[EMAIL PROTECTED] :/a01/proj/CVS:webservices/ServiceProviders On 2/10/06, Todd Nine <[EMAIL PROTECTED]> wrote: > > We have the following URLS > > >scm:cvs:ext:[EMAIL PROTECTED] > :/a01/proj/CVS:webservices/ServiceProviders >scm:cvs:ext:[EMAIL PROTECTED] > :/a01/proj

SCM Control and username

2006-02-10 Thread Todd Nine
We have the following URLS scm:cvs:ext:[EMAIL PROTECTED] :/a01/proj/CVS:webservices/ServiceProviders scm:cvs:ext:[EMAIL PROTECTED] :/a01/proj/CVS:webservices/ServiceProviders http://empt.ata.com/cgi-bin/cvsweb.cgi/webservices/ServiceProviders/?cvsroot=ATA.com-Development Since we

Re: Jalopy plugin problem

2006-02-10 Thread Wendy Smoak
On 2/10/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > Ahhh... I think "in the root classloader" is the key there. :) I only > > added the tag to Jalopy and jalopy-ant. (How did this > > ever work the way it is??) > > That's what I would like to know, too... > > I'm afraid we really have to o

Re: Can't Figure Out How to Add System Properties For My Modules

2006-02-10 Thread Mike Darretta
My understanding of maven 2 is that build.properties and project.properties are no longer required or even read. Am I mistaken? Please note that there is a top level project (nicweb) with several second-tier modules that actually contain the property key references. I assume that, if I run the

Re: Can't Figure Out How to Add System Properties For My Modules

2006-02-10 Thread Ray Ward
I think the precedence for properties is: command line ~/build.properties build.properties project.properties build.properties project.properties So I have no idea why your (4) didn't work. What is the value name? On 2/10/06, Mike Darretta <[EMAIL PROTECTED]> wrote: > > I'm new to maven2 an

[m202] site:site exepction

2006-02-10 Thread Mick Knutson
I just upgraded to 2.0.2 and got the latests surefire report plugin from svn and I get this when running site:site: === [INFO] [DEBUG] Trace org.apache.maven.lifecycle.

Re: Findbugs: java.lang.OutOfMemoryError: Java heap space

2006-02-10 Thread Daniel Beland
This is what I had to set to prevent all errors when building the site with a lot of reports MAVEN_OPTS=" -Xmx1024m -Xms1024m -XX:MaxPermSize=512m" I don't think the values need to be that high, but I think it is important to increase the MaxPermSize which is 32M by default I think On 2/10/06,

Re: Calling mvn from ant does not propagate errors

2006-02-10 Thread dan tran
sorry, it wont work unless you get the lastest mvn.bat from 2.0.x in svn trunk http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core/src/bin/ On 2/10/06, dan tran <[EMAIL PROTECTED]> wrote: > > looking at mvn.bat, if you pass in env variable MAVEN_TERMINATE_CMD=on > in

Can't Figure Out How to Add System Properties For My Modules

2006-02-10 Thread Mike Darretta
I'm new to maven2 and can't seem to figure out how to replace my old build.properties. I've done *all* of the following: (1) Created ~/.m2/settings.xml: project_name system_property_value (2) Createed ${P

Re: Calling mvn from ant does not propagate errors

2006-02-10 Thread dan tran
looking at mvn.bat, if you pass in env variable MAVEN_TERMINATE_CMD=on into ant's exec mvn will return exit probably. -D On 2/10/06, Pete <[EMAIL PROTECTED]> wrote: > > We had the same issue but got around it by using the ant task to > invoke maven's main class directly. i.e. the java command

Re: Findbugs: java.lang.OutOfMemoryError: Java heap space

2006-02-10 Thread M.-Leander Reimer
I had the same problem. However, increasing the memory via MAVEN_OPTS didn't help at all. Then I tried setting the findbugs plugin variable maven.findbugs.jvmargs=-Xmx512m but that didn't help either. In the end I upgraded from plugin version 1.0 to version 1.1 and the out of memory error disappear

Re: Jalopy plugin problem

2006-02-10 Thread Lukas Theussl
Ahhh... I think "in the root classloader" is the key there. :) I only added the tag to Jalopy and jalopy-ant. (How did this ever work the way it is??) That's what I would like to know, too... I'm afraid we really have to overhaul the jalopy plugin, it would be nice if you could lend us a

Re: Plugin for class line count?

2006-02-10 Thread Emmanuel Venisse
it was javancss plugin, i think Brian Burridge a écrit : Over a year ago, when I used Maven on the project I was on at that time, I found a Maven plugin that gave a line count (also gave class and package count). It was a very simple one, and I liked it because the IBM project I was on required

Re: Question

2006-02-10 Thread Lukas Theussl
Put "maven.xdoc.crumb.separator=|" into your project.properties file. Check the documentation on the maven site and for the xdoc plugin: http://maven.apache.org/maven-1.x/reference/plugins/xdoc/index.html http://maven.apache.org/maven-1.x/start/ten-minute-test.html http://maven.apache.org/maven

Is there a way to get a Build Date/Time and Version/Release into a Maven build ?

2006-02-10 Thread Pete
When I used to use Ant I had an ant target that would copy a pre-prepared HTML file into the webApp's pages - replacing/filtering ${build.date} ${ build.version} etc, so that Users and Testers could see which version of the application they have deployed. I was about to do a similar function for

Plugin for class line count?

2006-02-10 Thread Brian Burridge
Over a year ago, when I used Maven on the project I was on at that time, I found a Maven plugin that gave a line count (also gave class and package count). It was a very simple one, and I liked it because the IBM project I was on required line counts to be reported regularly (don't ask me why). No

Re: Findbugs: java.lang.OutOfMemoryError: Java heap space

2006-02-10 Thread Brian Burridge
I've tried 512, and that's all the memory I have on this laptop. Would it really require more than that for one report? I only have the findbugs report running in my pom right now. Brian On 2/10/06, Jeff Jensen <[EMAIL PROTECTED]> wrote: > > Perhaps set that value higher? > > > Quoting Brian Burr

Re: [m2] path relative to parent/reactor pom.xml

2006-02-10 Thread Lee Meador
I have all my projects as siblings in the file system. My checkstyle xml file is in the same folder as all those folders which means that its path in all the POMs (which they inheirit from the parent) is ../chk.xml. That same folder is the root of the project in svn. That seems to work. On 2/9/0

best way to make different configs for jetspeed builds?

2006-02-10 Thread Garner Andrews
All, I'm relatively new to maven and I'm jumping in with both feet. I'm building Jetspeed and I want one build to go against a local MySql or MS SQL database, and I want another build to go against a remote Oracle9i database. DB configs are required in the build.properties or project.propertie

Re: Newbie question

2006-02-10 Thread Mang Jun Lau
In this case, you need to call a "mvn install" on the module that is being depended on so that the module is built to your local repository. Then, it should find the jar in your local repository and not on the web. _Mang Lau Eugeny N Dzhurinsky <[EMAIL PROTECTED]> 02/10/2006 11:38 AM Plea

Re: Newbie question

2006-02-10 Thread Eugeny N Dzhurinsky
On Fri, Feb 10, 2006 at 11:06:48AM -0500, Mang Jun Lau wrote: > Hi, > > Simply have something like this in your pom.xml: > > > > > someGroupId > moduleNameThisModuleIsDependentOn > 1.0.0 > > > it tries to download the JAR file from WEB... -- Eugene N Dzhurin

Re: Findbugs: java.lang.OutOfMemoryError: Java heap space

2006-02-10 Thread Jeff Jensen
Perhaps set that value higher? Quoting Brian Burridge <[EMAIL PROTECTED]>: > When I run the findbugs plugin I a getting an out of memory error: java heap > sapce. > > I have set MAVEN_OPTS="-Xmx400m" > > Is there something else I should set as well? > > Brian > --

Maven plugin integration?

2006-02-10 Thread Mladen Stanojevic
I have developed plugin for making reports from OTRS bug tracker, but I have problems to integrate it with Maven.. Plugin I compiled and installed without problems. It is called while site is building and logs are ok. In page with list of reports there is Otrs report. But when I click on lin

Re: how to defined pom.xml scope variable?

2006-02-10 Thread Damian Krzeminski
William wang wrote: hi: in ant build.xml we can define a variable refer in furture like this: refer like this: but in maven 2.x pom.xml ,how to define a similar pom variable refer in furture? thanks. You could add something like that to your pom.xml /path/to/jboss ${jboss.h

Re: Jdepend maven 2 plugin

2006-02-10 Thread Brian Burridge
Thanks so much everyone. Got it working! Brian On 2/10/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > Only the two Maven Snapshots are required. > > On 2/9/06, javed mandary <[EMAIL PROTECTED]> wrote: > > At the following in your POM: > > > > > > > > repo-ibiblio-mirror >

Findbugs: java.lang.OutOfMemoryError: Java heap space

2006-02-10 Thread Brian Burridge
When I run the findbugs plugin I a getting an out of memory error: java heap sapce. I have set MAVEN_OPTS="-Xmx400m" Is there something else I should set as well? Brian

Re: xdoc plugin and "comment" in dependencies

2006-02-10 Thread Nicolas De Loof
suggestion : Could xdoc plugin use also a "scope" property, with same use as maven 2 element ? This may be usefull in dependencies.html ! Arnaud HERITIER a écrit : Under the properties tag you can have any sub-element (comment, war.bundled, ...) which are used by various plugins. That's rig

Re: Newbie question

2006-02-10 Thread Mang Jun Lau
Hi, Simply have something like this in your pom.xml: someGroupId moduleNameThisModuleIsDependentOn 1.0.0 Hope that helps. _Mang Lau Eugeny N Dzhurinsky <[EMAIL PROTECTED]> 02/10/2006 11:03 AM Please respond to "Maven Users List" To users@maven.apache

Newbie question

2006-02-10 Thread Eugeny N Dzhurinsky
Hi there! Could somebody please point me how can i specify dependencies between modules in the project? modules are located on the same level. -- Eugene N Dzhurinsky - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: properties on a windows platform

2006-02-10 Thread Jörg Schaible
Denis Fuenzalida wrote on Friday, February 10, 2006 4:18 PM: > Always use forward slashes, even in windows, so you can avoid > misleading paths, such as: c:\this\other\some.properties -> the first > '\t' gets translated as a 'tab' character > > use "c:/this/other/some.properties" instead > > Se

Re: Calling mvn from ant does not propagate errors

2006-02-10 Thread Pete
We had the same issue but got around it by using the ant task to invoke maven's main class directly. i.e. the java command that appears at the end of the mvn.bat script. Your solution is probably neater. On 10/02/06, Xavier Galleri <[EMAIL PROTECTED]> wrote: > > Precisely, CC is the reason... >

Re: How to exclude the pom.xml and pom.properties from the jar

2006-02-10 Thread Mang Jun Lau
Hi, This false line seems to work with the maven-ear-plugin. It doesn't work for the maven-war-plugin nor the maven-jar-plugin though. Why is this? Does the ear plugin use a different archiver or something? Thanks. _Mang Lau Venkat Muthusamy <[EMAIL PROTECTED]> 01/31/2006 01:20 AM P

RE: Need help with maven-compiler-plugin

2006-02-10 Thread Helck, Christopher
Hi Wendy, You are correct that the documentation doesn't mention -version, but if you do 'javac -help' it is listed. Do you know how to pass an argument to the compiler from maven2? My actual problem is this: when I build from scratch everything is ok. If I build and there is a compiler error the

Re: properties on a windows platform

2006-02-10 Thread Denis Fuenzalida
Always use forward slashes, even in windows, so you can avoid misleading paths, such as: c:\this\other\some.properties -> the first '\t' gets translated as a 'tab' character use "c:/this/other/some.properties" instead See http://javaalmanac.com/egs/java.util/Props.html for examples. Greetings,

RE: Calling mvn from ant does not propagate errors

2006-02-10 Thread Xavier Galleri
Title: RE: Calling mvn from ant does not propagate errors Precisely, CC is the reason... Rgds, -Xavier -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED]] Sent: 10 February 2006 14:42 To: Maven Users List Subject: Re: Calling mvn from ant does not propagate errors

Re: maven + java.class.path

2006-02-10 Thread Anthony Vito
> The while loop quits right away, b/c the claspath only contains one > item, whereas within eclipse the classpath is like: > > C:\some\dir; C:\some\other\dir ; C:\yet\another\dir ; etc.. > > I want to navigate into the package hierarchy that is > > ...\target\classes\my\package\hierarchy > >

RE: properties on a windows platform

2006-02-10 Thread Garner Andrews
I had tried both. Short name does work and quotes do not, but I was hoping for a solution that enabled me to use the full name. I guess beggars can't be choosers though. My problem is I'm going to have to set up the procedure for multiple other people on this and I want it as straight forward as

Re: Jalopy plugin problem

2006-02-10 Thread Wendy Smoak
On 2/10/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Hi Wendy, > You added the dependencies used by Jalopy in the root classloader > and it doesn't work ? > Which class is not found ? Ahhh... I think "in the root classloader" is the key there. :) I only added the tag to Jalopy and jalopy

Re: Jalopy plugin problem

2006-02-10 Thread Arnaud HERITIER
Hi Wendy, You added the dependencies used by Jalopy in the root classloader and it doesn't work ? Which class is not found ? You want that we create a release 1.3.2 to fix it ? Arnaud On 2/10/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 2/10/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> w

Re: deploying from windows via putty

2006-02-10 Thread Matthew Vanbiervliet
I had some problems with the deployment under Windows too. Even with the ssh executable set to plink and scp to pscp, maven was still trying to find a "ssh" and "scp" executable. I switched to Cygwin and lauching the deploy from there was ok. I switched back to the windows dos prompt, added the cy

Re: Jalopy plugin problem

2006-02-10 Thread Wendy Smoak
On 2/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am having problem with maven-jalopy plugin. > [jalopy] [ERROR] ???:0:0: ClassNotFoundException: > de.hunsicker.jalopy.language.ExtendedToken > ???:0:0: ClassNotFoundException: de.hunsicker.jalopy.language.ExtendedToken ... > LA CONSTRUCT

Re: Jalopy plugin problem

2006-02-10 Thread Arnaud HERITIER
This plugin is completely bugged in releases 1.3.1 and 1.4 You can try to download the snapshot which fixes this problem : maven plugin:download -DgroupId=maven -DartifactId=maven-jalopy-plugin -Dversion=1.4.1-SNAPSHOT -Dmaven.repo.remote=http://cvs.apache.org/repository/,http://www.ibiblio.org/ma

Re: xdoc plugin and "comment" in dependencies

2006-02-10 Thread Arnaud HERITIER
Under the properties tag you can have any sub-element (comment, war.bundled, ...) which are used by various plugins. That's right that it is supported by the xdoc plugin but I don't find the documentation. Thanks to noticed it. We'll fix it asap. arnaud On 2/10/06, Nicolas De Loof <[EMAIL PROTE

Re: Calling mvn from ant does not propagate errors

2006-02-10 Thread Daniel Kulp
> Good to hear that you've made it work. But then, I'm just curious as > to why you have to invoke Maven using Ant in the first place. :) Using cruisecontrol is one reason. Cruisecontrol calls ant which forks maven. In that case, you definitely want to know if Maven failed so you can get cr

Re: maven + java.class.path

2006-02-10 Thread Davis Ford
On 2/10/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > On 2/10/06, Davis Ford <[EMAIL PROTECTED]> wrote: > > No, they run in the same JVM. > > > > This is a pretty simple test that anyone can do. Write a quick main > > program that does the following: > > > > System.out.println(System.getProperty("

Re: Calling mvn from ant does not propagate errors

2006-02-10 Thread Napoleon Esmundo Ramirez
Hello, Good to hear that you've made it work. But then, I'm just curious as to why you have to invoke Maven using Ant in the first place. :) Cheers! Nap On 2/10/06, Xavier Galleri <[EMAIL PROTECTED]> wrote: > > Hi, > > I need to call mvn from ant and I tried to do that as follows: > > >

Re: maven + java.class.path

2006-02-10 Thread Dion Gillard
On 2/10/06, Davis Ford <[EMAIL PROTECTED]> wrote: > No, they run in the same JVM. > > This is a pretty simple test that anyone can do. Write a quick main > program that does the following: > > System.out.println(System.getProperty("java.class.path")); > > You'll get something like this: > > ..\Apa

Re: maven + java.class.path

2006-02-10 Thread Davis Ford
No, they run in the same JVM. This is a pretty simple test that anyone can do. Write a quick main program that does the following: System.out.println(System.getProperty("java.class.path")); You'll get something like this: ..\Apache Software Foundation\Maven 1.0.2\lib\forehead-1.0-beta-5.jar I

xdoc plugin and "comment" in dependencies

2006-02-10 Thread Nicolas De Loof
Hello, I'm building my project doc using maven site. The xdoc-plugin dependencies template uses a "comment" child-element for dependencies that is not in maven "http://maven.apache.org/POM/3.0.0"; XSD. Is this a change to maven POM ? This message contains information that may be privileged

Jalopy plugin problem

2006-02-10 Thread kaneda-java
Hello, I am having problem with maven-jalopy plugin. [jalopy] [ERROR] ???:0:0: ClassNotFoundException: de.hunsicker.jalopy.language.ExtendedToken ???:0:0: ClassNotFoundException: de.hunsicker.jalopy.language.ExtendedToken -- I first though it was my CheckStyleFile, so I remove #maven.jalopy.fileF

[ANN] Slides Available JAVAWUG BOF XV

2006-02-10 Thread Pilgrim, Peter
Hi All Very quickly, we recently held the JAVAWUG (Java Web User Group) BOF XV at Oracle City of London. Slides are available from here. http://jroller.com/page/javawug?entry=updated_new_presentation_slides_for -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse Group - "O

Re: [m2] Is a new version of the site plugin coming?

2006-02-10 Thread Brett Porter
That's in the project-info-reports plugin, and is fixed in SVN I believe. - Brett On 2/10/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: > Hi Kristof, > > Indeed, long time no see :) > > I use the first method in: > http://maven.apache.org/guides/development/guide-testing-development-plugins.htm

Calling mvn from ant does not propagate errors

2006-02-10 Thread Xavier Galleri
Title: Calling mvn from ant does not propagate errors Hi, I need to call mvn from ant and I tried to do that as follows:           The problem is that the "failonerror" is not working when mvn fails. I'm working under Windows XP. After some investigations, I came to the conclusi

Re: [m2] Is a new version of the site plugin coming?

2006-02-10 Thread Geoffrey De Smet
I am actually having that nullpointer with the latest release too... It's probably because my remote repo has some jars without poms. I sometimes get these messages: Downloading: http:///m2/repository/nachocalendar/nachocalendar/0.23b1/nachocalendar-0.23b1.pom [WARNING] Unable to get resource

Re: [m2] Is a new version of the site plugin coming?

2006-02-10 Thread Geoffrey De Smet
Hi Kristof, Indeed, long time no see :) I use the first method in: http://maven.apache.org/guides/development/guide-testing-development-plugins.html to test it and don't do a -U. But I actually don't commit this, just testing the new site plugin. Once it's released I 'll configure it for real an

[test] ignore

2006-02-10 Thread Pilgrim, Peter
Testing using Micro$oft Outlock 200 sp3 I seem to be have problems with my mail sent to google group sent as 7bit character set. Just want to prove that apache and sourceforge dont have to the problem, and eliminate these providers. -- Peter Pilgrim :: J2EE Software Development Operations/IT -

[test] ignore

2006-02-10 Thread Pilgrim, Peter
-- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse Group - "One Bank", Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 peter dot pilgrim at credit-suisse.com ==

Re: [m2] Is a new version of the site plugin coming?

2006-02-10 Thread Kristof Vanbecelaere
On Feb 10, 2006, at 9:01, Geoffrey De Smet wrote: I asked this question just a few days too, check "multiproject/ module site ETA". They have made some really useful changes for multiprojects. If you're impatient (like me), check the docs on using snapshot plugins and use a snapshot. Hi G

Question

2006-02-10 Thread Victor Andres Guijarro Montalvo
Hi, my name is Victor. I am from Ecuador. In this moment I want to build a site for my project so I build some customer pages but I want to use the separator ( | ) between the links in the top nav bar. Which tag would I write?. I have other question, you can change the plugins' properties but how

Re: [m2] Is a new version of the site plugin coming?

2006-02-10 Thread Geoffrey De Smet
I asked this question just a few days too, check "multiproject/module site ETA". They have made some really useful changes for multiprojects. If you're impatient (like me), check the docs on using snapshot plugins and use a snapshot. Adam Winer wrote: Is there going to be a new version of th