Re: Maven XDOC Plugin 1.9 Released

2005-06-08 Thread Brett Porter
Not that I'm aware of - I use the XML support in IDEA. I'm hopeful that the next release will be based on Maven2's document generation system, which supports XDoc, Docbook (which I believe has editors), APT (wiki-like plain text, so vim works just fine) and others. Cheers, Brett On 6/9/05, Jason

Re: Maven XDOC Plugin 1.9 Released

2005-06-08 Thread Jason Sheldon
On 6/8/05, Brett Porter <[EMAIL PROTECTED]> wrote: > The Maven team is pleased to announce the Maven XDoc Plug-in 1.9 release! Cool! Keep up the good work. I was wondering how people are creating XDoc docs. Is there a good word processor that can save to xdoc or a plugin for Word? Cheers, Jaso

Default tag in parameter for marmalade plugin not working

2005-06-08 Thread Edwin Punzalan
Running m2 -Dsalutation=Hiya hello:hello prints Hiya, World But running m2 hello:hello prints #salutation, World Why is the default not working??? attached is my hello.mmld file hello Say Hello to the World. salutation #salutation Hello T

Maven XDOC Plugin 1.9 Released

2005-06-08 Thread Brett Porter
The Maven team is pleased to announce the Maven XDoc Plug-in 1.9 release! http://maven.apache.org/reference/plugins/xdoc/ New Features: o Added internationalization support. Issue: MPXDOC-128. Thanks to Vincent Siveton. o Add a comment property for dependencies Issue: MPXDOC-129. Thanks to M

Re: FW: findbugs plugin runs JUnit tests, but findbugs does not

2005-06-08 Thread Jamie Bisotti
1. Did you ask on the maven-plugins list/forum @ SF? 2. Are you forking the JUnit tests off into their own VM? On 6/8/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > Hi again, > > Is anyone else using the findbugs plug-in? If so, is it running your JUnit > tests too? > > I cannot run findbugs on o

[Fwd: Re: NullPointerException on Hello World plugin]

2005-06-08 Thread Edwin Punzalan
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [m2] Executable scripts in assembly jar

2005-06-08 Thread Brett Porter
Not in a JAR - it has no knowledge of file permissions. Currently tarballs set all files to "700" in the Maven assembly. That needs to be made to configurable, and is related to http://jira.codehaus.org/browse/MNG-266. Care to volunteer? :) Cheers, Brett On 6/9/05, Ilyevsky, Leonid (Equity Trad

[m2] Executable scripts in assembly jar

2005-06-08 Thread Ilyevsky, Leonid (Equity Trading)
I create assembly jar with my library jars and some scripts (perl, ksh, etc.) in Linux. After I unpack it, the scripts (of course) do not have execute permissions, so I have to remember to manually do chmod +x. Is there any way to automate this in maven style? --

Re: jar:deploy fails if project.xml is not in the current directory

2005-06-08 Thread Brett Porter
Inspection of the problem showed it only appeared when using the "old" deployment technique, which was deprecated and has been removed in the latest release. Can you try upgrading to the latest artifact plugin (1.5.1) and see whether this issue still exists? Thanks, Brett On 6/9/05, Jean-Luc Was

Re: Cobertura code coverage tool plugin?

2005-06-08 Thread Carlos Sanchez
I've created a new "cobertura" cvs folder for you with initial files. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/ On 6/8/05, Brett Porter <[EMAIL PROTECTED]> wrote: > send a mail to the developer list at maven-plugins.sf.net. Include > your sourceforge use

Re: Cobertura code coverage tool plugin?

2005-06-08 Thread Brett Porter
send a mail to the developer list at maven-plugins.sf.net. Include your sourceforge username. (sorry for the duplicate Jamie, I accidentally dropped the list from the first reply) On 6/9/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > I've started working on this locally (in what little bit of spa

Re: multiproject and navigation.xml

2005-06-08 Thread Michael Niemaz
Actually the includes line can be removed. --mike Michael Niemaz wrote: Thanx very much Arnaud indeed! I did manage some dirty hacks but I really prefer this solution ;-) Juste one more question: I have sub projects and sub-sub projects, In order to build them all I found out that I needed to

RE: javadoc processing problem

2005-06-08 Thread Scott Richardson
I actually just figured out that it was a discrepancy in the version of the VSS pull I had. I was working on a local copy of our VSS for testing purposes, and they didn't tell me about a few changes that were in progress during my initial pull. From what I can tell, the class involved (and subseq

RE: [Mavenbook.org] What content would you like to see?

2005-06-08 Thread Darren Hartford
Maybe some good 'how to use Maven to enable common development practices' section: *Why use CI? *How to use CI in Maven: --with CruiseControl --with Anthill --with *Why use SCM? *How to use SCM in Maven: --with CVS --with subversion --with X *Why use Unit Testing? *How to use unit testi

Re: multiproject and navigation.xml

2005-06-08 Thread Michael Niemaz
Thanx very much Arnaud indeed! I did manage some dirty hacks but I really prefer this solution ;-) Juste one more question: I have sub projects and sub-sub projects, In order to build them all I found out that I needed to run twice the multiproject:site goal. First on the sub-subs using the incl

RE: javadoc processing problem

2005-06-08 Thread Arnaud HERITIER
Can you send us the trace generated with : maven -Dmaven.javadoc.debug=true -e javadoc Arnaud > -Message d'origine- > De : Scott Richardson [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 8 juin 2005 18:48 > À : users@maven.apache.org > Objet : javadoc processing problem > > Has anyone

RE: multiproject and navigation.xml

2005-06-08 Thread Arnaud HERITIER
You can create a dynamic navigation, using a template like it's done here : http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/pdf/src/plugin-test/xdocs/navigation.xml?rev=158842&view=markup Arnaud > -Message d'origine- > De : Michael Niemaz [mailto:[EMAIL PROTECTED] > Env

FW: findbugs plugin runs JUnit tests, but findbugs does not

2005-06-08 Thread Jeff Jensen
Hi again, Is anyone else using the findbugs plug-in? If so, is it running your JUnit tests too? I cannot run findbugs on our large code base because when the real JUnit plugin runs, an out of memory error occurs. I think it is because they both run the tests. If I do not run findbugs, the out

javadoc processing problem

2005-06-08 Thread Scott Richardson
Has anyone ever seen something like this? [javadoc] Copying file C:\Documents and Settings\\.maven\cache\ma ven-javadoc-plugin-1.7\plugin-resources\stylesheet.css to file C:\\stylesheet.css... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all c

RE: Multiproject & dashboard - dashboard runs "the hard way"

2005-06-08 Thread Vincent Massol
> -Original Message- > From: Jeff Jensen [mailto:[EMAIL PROTECTED] > Sent: mercredi 8 juin 2005 18:52 > To: Maven Users List > Subject: RE: Multiproject & dashboard - dashboard runs "the hard way" > > Hi Vincent, > > I built latest this morning. > > My state is the same - individual pr

Re: Cobertura code coverage tool plugin?

2005-06-08 Thread Jamie Bisotti
I've started working on this locally (in what little bit of spare time I manage to find). How would I go about getting included in the Maven-Plugins Sourceforge project? On 6/8/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > Hi, > > We can leave the jcoverage plugin as is, there's no need to rem

RE: Multiproject & dashboard - dashboard runs "the hard way"

2005-06-08 Thread Jeff Jensen
Hi Vincent, I built latest this morning. My state is the same - individual projects run well, but multiproject and dashboard do not. -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 5:28 AM To: 'Maven Users List' Subject: RE: Multiproject

Re: Cobertura code coverage tool plugin?

2005-06-08 Thread Carlos Sanchez
Hi, We can leave the jcoverage plugin as is, there's no need to remove it. I suggested starting a new project in SF so this guys could easily work on it and later it could be added to the main distribution. If not, I may find the time to create a new plugin in apache but then apache comitters wou

Complex M2 examples?

2005-06-08 Thread Nathan Sowatskey
Hi Are there any complex M2 examples projects that could be shared? I am looking especially for guidance on creating EJB jars and ears with Jboss. Many thanks Nathan -- Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - Desk +44-208-824-4259/+1-408-527-2595 - Mobile +44-7740-449794

M2 and Mevenide?

2005-06-08 Thread Nathan Sowatskey
Hi Does anyone have any news on when the Mevenide Eclipse plugin might support M2? Happy to try out anything that exists. Thanks Nathan -- Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - Desk +44-208-824-4259/+1-408-527-2595 - Mobile +44-7740-449794 - AIM id NathanCisco - [EMA

RE: [Mavenbook.org] What content would you like to see?

2005-06-08 Thread Vincent Massol
Hi Jim, > -Original Message- > From: Jim Mochel [mailto:[EMAIL PROTECTED] > Sent: mercredi 8 juin 2005 17:34 > To: Maven Users List > Cc: 'Maven Users List' > Subject: Re: [Mavenbook.org] What content would you like to see? > > I believe this is for documenting Maven 1.x , correct ? > >

Re: [Mavenbook.org] What content would you like to see?

2005-06-08 Thread Jim Mochel
I believe this is for documenting Maven 1.x , correct ? If so, I would suggest some sort of documentation about the different scopes and namespaces of ANT Properties, Maven Properties. the POM attributes, and the Jelly variables. A lot of trial and error and walking through 100s of mailing li

Re: jar:deploy fails if project.xml is not in the current directory

2005-06-08 Thread Jean-Luc Wasmer
Brett Porter wrote: Can you file a bug against the artifact plugin? (http://jira.codehaus.org/browse/MPARTIFACT) (from http://jira.codehaus.org/browse/MPARTIFACT-48) fixed, but please use the new method (maven.repo.list and related properties) instead. The method you are using is deprecat

RE: [Mavenbook.org] What content would you like to see?

2005-06-08 Thread Vincent Massol
Hi Nicolas, > -Original Message- > From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED] > Sent: mardi 7 juin 2005 21:38 > To: Maven Users List > Subject: Re: [Mavenbook.org] What content would you like to see? [snip] > A really good thing but there's must be a good categorisation of the >

RE: Distributing dependent resources (external configuration files)

2005-06-08 Thread David Jackman
We had a problem similar to this, but I don't think it's quite identical. We have a project that builds a jar that also has external configuration files that, when installed, may be updated by the installer to fit the user's situation (so the configuration can't be in the jar). For the project th

RE: [Mavenbook.org] What content would you like to see?

2005-06-08 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 8 juin 2005 01:55 > To: Maven Users List > Subject: Re: [Mavenbook.org] What content would you like to see? > > I'd like to see the title of the RSS feed set to something other than > "Personal Wiki" :)

RE: Cobertura code coverage tool plugin?

2005-06-08 Thread Jeff Jensen
Not ever having used it...does the commercial JCoverage version work well? If so, then I suggest keeping it on the page for those happily using it and add a note stating the couple of important issues/problems and point to Cobertura. -Original Message- From: Jörg Schaible [mailto:[EMAIL

RE: Cobertura code coverage tool plugin?

2005-06-08 Thread Jörg Schaible
Carlos, Carlos Sanchez wrote on Tuesday, June 07, 2005 7:36 PM: > Hi, > > As I've commented in the JIRA issue the plugin can be hosted > in SF http://maven-plugins.sourceforge.net/ and if everything > goes ok it could be added to the maven distribution. What's the point in keeping jcoverage plug

Distributing dependent resources (external configuration files)

2005-06-08 Thread Chua, Hin
Hi, I've got a bit of a sticky problem and I was wondering if any of the Maven gurus in this list wuold be able to help. We have a common messaging package that we have set up as a Maven project in our local repository. This 'messaging project' consists of a single jar file and multiple user-

RE: [Maven 1.0.2] How to do SSH/SCP/SFTP ?

2005-06-08 Thread NATARAJAN Sasi Kumar
pscp -scp -pwd ** localfile [EMAIL PROTECTED]:remotefile let me know your comments Kumar -Original Message- From: NATARAJAN Sasi Kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 3:58 PM To: Maven Users List Subject: RE: [Maven 1.0.2] How to do SSH/SCP/SFTP ? -O

RE: [Maven 1.0.2] How to do SSH/SCP/SFTP ?

2005-06-08 Thread NATARAJAN Sasi Kumar
-Original Message- From: Alexandre Touret [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 2:35 PM To: Maven Users List Subject: Re: [Maven 1.0.2] How to do SSH/SCP/SFTP ? Thanks for your response pscp -scp -pwd ** localfile [EMAIL PROTECTED]:remotefile how do you pas

RE: Multiproject & dashboard - dashboard runs "the hard way"

2005-06-08 Thread Vincent Massol
Jeff and Eric, I think I may have just fixed it... ;-) Could you try it using a version from SVN trunk. In case you don't have access to the sources, I've uploaded one there: http://www.apache.org/~vmassol/maven-dashboard-plugin-1.9-SNAPSHOT.jar Thanks -Vincent > -Original Message- > Fr

multiproject and navigation.xml

2005-06-08 Thread Michael Niemaz
Hi all, When building a site's documentation using multiproject goal, I found out that it is not possible to play with the xdocs navigation xml file in order to add specific menus without interfering with the generation of the multiproject navbar. In other words, if you want your root projec

Re: Checkout problems

2005-06-08 Thread Joachim Sautter
Chedly GUERFALI wrote: I am using SVN. But I don't want to have different subdirectories under the checkout directory. I want all the checkout files from different URLs under the same directory. Chedly -Message d'origine- De : Brett Porter [mailto:[EMAIL PROTECTED] Envoyé : mercredi 8

Re: Checkout problems

2005-06-08 Thread Joachim Sautter
Chedly GUERFALI wrote: Hello all, Could someone tell me why the scm:checkout goal deletes the maven.scm.checkout.dir each checkout ? How getting an append to this directory. I resolved my last problem of overriding this maven.scm.checkout.dir by setting a new parameter in the plugin.properties a

RE: Checkout problems

2005-06-08 Thread Chedly GUERFALI
I am using SVN. But I don't want to have different subdirectories under the checkout directory. I want all the checkout files from different URLs under the same directory. Chedly -Message d'origine- De : Brett Porter [mailto:[EMAIL PROTECTED] Envoyé : mercredi 8 juin 2005 11:03 À : Chedly

Re: NullPointerException on Hello World plugin

2005-06-08 Thread Edwin Punzalan
[INFO] [INFO] Building Maven Hello World Plugin [INFO] [INFO] maven-jar-plugin: resolved to version 2.0-alpha-2 from local repository [INFO] ma

RE: SCM Mandatory?

2005-06-08 Thread Richardson, Simon (Treasury)
PVCS > -Original Message- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: 08 June 2005 09:48 > To: continuum-users@maven.apache.org > Subject: Re: SCM Mandatory? > > > What is your version control system? > > Emmanuel > > Richardson, Simon (Treasury) wrote: > > Jason > > >

Re: [Maven 1.0.2] How to do SSH/SCP/SFTP ?

2005-06-08 Thread Alexandre Touret
Thanks for your response how do you pass the password ? Did you create public and private keys and log on your server without pass any password ? Thanks Alexandre NATARAJAN Sasi Kumar wrote: Hai Alexandre SCP Goal , you can install OpenSSH in the server and pscp.exe also. Client side you

Re: Checkout problems

2005-06-08 Thread Brett Porter
Yes, but the checkout directory is meant to be the end directory, not the base with a subdirectory under it. Is this not what you are seeing? What SCM are you using? - Brett On 6/8/05, Chedly GUERFALI <[EMAIL PROTECTED]> wrote: > Thank you Brett, > but isn't it possible to have several checkouts

RE: Checkout problems

2005-06-08 Thread Chedly GUERFALI
Thank you Brett, but isn't it possible to have several checkouts in the same directory ? Chedly -Message d'origine- De : Brett Porter [mailto:[EMAIL PROTECTED] Envoyé : mercredi 8 juin 2005 10:53 À : Maven Users List Objet : Re: Checkout problems checkout is a clean checkout. update is

RE: [Maven 1.0.2] How to do SSH/SCP/SFTP ?

2005-06-08 Thread NATARAJAN Sasi Kumar
Hai Alexandre SCP Goal , you can install OpenSSH in the server and pscp.exe also. Client side you can run pscp.exe and pageand.exe then use below code to your plugin.jelly and run the goal. Do you need question reply to me. pscp -scp localfile [EMAIL PROTECTED]:remotefile use thi

Re: Checkout problems

2005-06-08 Thread Brett Porter
checkout is a clean checkout. update is meant to be used to update an existing checkout. - Brett On 6/8/05, Chedly GUERFALI <[EMAIL PROTECTED]> wrote: > Hello all, > Could someone tell me why the scm:checkout goal deletes the > maven.scm.checkout.dir each checkout ? > How getting an append to thi

Re: NullPointerException on Hello World plugin

2005-06-08 Thread Brett Porter
This is the tag that is problematic. You can remove it. Regards, Brett On 6/8/05, Edwin Punzalan <[EMAIL PROTECTED]> wrote: > I can't seem to get the hello world plugin to work... - To unsubscribe, e-mail: [EMAIL PROTECTED] For

NullPointerException on Hello World plugin

2005-06-08 Thread Edwin Punzalan
I can't seem to get the hello world plugin to work... attached are pom.xml, and the trace is in m2.log. hello.mmld is in ./src/main/scripts from pom.xml. Can anybody please help. + Error stacktraces are turned on. [INFO] -

Re: SCM Mandatory?

2005-06-08 Thread Emmanuel Venisse
What is your version control system? Emmanuel Richardson, Simon (Treasury) wrote: Jason I have raised this as a wish in JIRA: http://jira.codehaus.org/browse/CONTINUUM-183 Regards Simon -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 08 June 2005 08:59 To:

Checkout problems

2005-06-08 Thread Chedly GUERFALI
Hello all, Could someone tell me why the scm:checkout goal deletes the maven.scm.checkout.dir each checkout ? How getting an append to this directory. I resolved my last problem of overriding this maven.scm.checkout.dir by setting a new parameter in the plugin.properties and affecting it to the dir

RE: SCM Mandatory?

2005-06-08 Thread Richardson, Simon (Treasury)
Jason I have raised this as a wish in JIRA: http://jira.codehaus.org/browse/CONTINUUM-183 Regards Simon > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 08 June 2005 08:59 > To: continuum-users@maven.apache.org > Subject: Re: SCM Mandatory? > > > On Tue, 2

Re: SCM Mandatory?

2005-06-08 Thread Jason van Zyl
On Tue, 2005-06-07 at 15:30 +, Richardson, Simon (Treasury) wrote: > The scm module does not support our version control system and I wondered if > there was a way to circumvent the scm aspect of continuum so that it only > builds what is on the file system? I don't see why not. Can you raise

Re: file URL

2005-06-08 Thread Jason van Zyl
On Tue, 2005-06-07 at 16:26 +0100, Richardson, Simon (Treasury) wrote: > I've downloaded and started up continuum on my local filesystem. > > My m1 project is also on a Windows filesystem, but when I try to add the URL > I get an error message "You must provide a valid url". > > I have tried the

[Maven 1.0.2] How to do SSH/SCP/SFTP ?

2005-06-08 Thread Alexandre Touret
Hi all, I am using maven 1.0.2 with JDK 1.4.2. How can I do SSH SCP and SFTP? I was try ant:scp and ant:ssh but these tasks are not available into this version of maven. Do I try to execute the command with ant:exec ? Thanks for your help Alexandre