RE: [M2] doxia, utf-8 output

2005-08-10 Thread Vincent Siveton
Hi Incze, I was wrong at the diagnosis. I think that my problem is simply that maven-site.vm has meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1 / wired in maven-site-plugin. So, the stream is correct but is rendered in the browser as it was an ISO-8859-1 stream. Have

Re: Does APT support Figures in M2?

2005-08-29 Thread Vincent Siveton
Hi, Seems to work for me with this following site structure: +- src/ +- site/ +- apt/ | +- index.apt +- resources/ +- img/ | +- myimage.gif And in the index.apt, the following definition [img/myimage.gif] My image Cheers, Vincent 2005/8/29, Wendell Beckwith

Re: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Vincent Siveton
Hi Try to specify linkoffline as a comma separated list of path or URL. Cheers, Vincent 2005/9/22, c_inconnu3 [EMAIL PROTECTED]: Hi, I am trying to generate javadoc with M2 b1. My pom contains : reporting plugins plugin

Re: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Vincent Siveton
Seems to be a bug. Please fill an issue in JIRA. Thanks, Vincent 2005/9/22, c_inconnu3 [EMAIL PROTECTED]: I tried linkofflinea b, c d/linkoffline but the generated command is then : javadoc.exe ... -linkoffline a b -linkoffline c d ... i looked the javadoc documentation and it seems

RE: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Vincent Siveton
Hi Trygve, Try to specify linkoffline as a comma separated list of path or URL. I think it would be best to make the linkoffline a List of Strings, it's more readable and easier to process for other tools. I agree with you. I propose linkofflinea b, c d/linkoffline as David tried. Is

RE: [m2] site plugin

2005-10-05 Thread Vincent Siveton
Hi Mark, You are right. Can you file it in JIRA? Regards, Vincent -Original Message- From: Mark Kuzmycz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 8:09 AM To: users@maven.apache.org Subject: RE: [m2] site plugin S orry about that I accident sent the message

RE: [m2] site generation problem

2005-10-06 Thread Vincent Siveton
Hi Farid, I am not an expert of this plugin. But, instead of the jdepend itself, you should add the jdepend maven plugin: http://mojo.codehaus.org/jdepend-maven-plugin/howto.html Cheers, Vincent -Original Message- From: farid [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06,

RE: [m2] Help! Getting started with plugins

2005-10-17 Thread Vincent Siveton
Hi Kevin, Have a look on this following: http://www.codehaus.org/~jvanzyl/maven2/guides/plugin/guide-java-plugin-deve lopment.html Thanks Jason to work on m2 documentation. HTH Cheers, Vincent -Original Message- From: Kevin McNamee [mailto:[EMAIL PROTECTED] Sent: Monday, October

RE: [m2] where is the Maven 2.0 RC ?

2005-10-17 Thread Vincent Siveton
Hi Farid, Subject: [m2] where is the Maven 2.0 RC ? http://people.apache.org/~brett/maven-2.0-RC/ Cheers, Vincent Hi everybody ! Sorry the for the question but where is the RC version everybody is talking about. On the main maven site http://maven.apache.org/maven2/ it is nowhere to

RE: [m2] Help! Getting started with plugins

2005-10-17 Thread Vincent Siveton
. Is this the only way to write plugins? Is Marmalade dead? -Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] Sent: 17 October 2005 13:01 To: 'Maven Users List' Subject: RE: [m2] Help! Getting started with plugins Hi Kevin, Have a look on this following

RE: Problems with maven-project-info-reports-plugin

2005-10-20 Thread Vincent Siveton
Hi, It is a known bug http://jira.codehaus.org/browse/MNG-1216 http://jira.codehaus.org/browse/MNG-1239 Corrected in SVN Cheers, Vincent -Original Message- From: Jørgen Solberg [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 7:03 AM To: users@maven.apache.org Subject:

Re: [m2] Maven project descriptor documentation is wrong

2005-10-20 Thread Vincent Siveton
Hi That sounds like the MNG-523 issue http://jira.codehaus.org/browse/MNG-523 Cheers, Vincent 2005/10/20, Craig S. Cottingham [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to http://maven.apache.org/maven2/maven-model/maven.html, the testResources element

Re: [m2] How to add Javadoc Report(s) ?

2005-10-26 Thread Vincent Siveton
Hi Peter, Running mvn javadoc:javadoc [INFO] [javadoc:javadoc] [INFO] C:\opt\j2sdk1.4.2_04\jre\..\bin\javadoc.exe @options @files usage: javadoc [options] [packagenames] [sourcefiles] [classnames] [EMAIL PROTECTED] -overview file Read overview documentation from HTML file

RE: [m2] Updating *.properties files according to environment

2005-11-03 Thread Vincent Siveton
Hi Samuel, The Maven1 environment files (build.properties and project.properties) have been replaced with a settings.xml file in Maven2. You could also define profiles to have customized builds. http://maven.apache.org/guides/introduction/introduction-to-profiles.html Cheers, Vincent

RE: [M2] dependency license management

2005-11-07 Thread Vincent Siveton
Hi The information is there (the POM can add it), and its a requirement on new POMs added to the repository by manual upload, though I'm sure +1 for this feature there are quite a few gaps in the repository which we'd need to fill once this is analysed. At present, this is something we

RE: First Release of Maven?

2005-11-08 Thread Vincent Siveton
Hi Bernd, Maven 2: 19 Oct 2005 Maven 1: 13 Jul 2004 Regards, Vincent -Original Message- From: Bernd Mau [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 5:51 AM To: users@maven.apache.org Subject: First Release of Maven? Hi, can anybody tell when the first public

RE: [m2] Howto Hack JavadocReport.java

2005-11-16 Thread Vincent Siveton
, run Maven with the -e switch [INFO] --- -- Looks like the local POM bug again to me. Instinct says ignore it, then. Am I right? -Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] Sent: 16

RE: [m2] Howto Hack JavadocReport.java

2005-11-16 Thread Vincent Siveton
Users List' Subject: RE: [m2] Howto Hack JavadocReport.java -Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] ==== Thanks for the information. I just apply the patch and ran `mvn compile install'. I get these errors. Best call for the build: $mvn

[ANN] Maven Javadoc Plugin 2.3 Released

2007-07-21 Thread Vincent Siveton
The Maven team is pleased to announce the release of Maven Javadoc Plugin, version 2.3. http://maven.apache.org/plugins/maven-javadoc-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

[ANN] Maven Antlr Plugin Moved

2007-07-21 Thread Vincent Siveton
The Maven Team announces that the Maven Antlr Plugin is now hosted by the Mojo project at Codehaus. The new website is: http://mojo.codehaus.org/antlr-maven-plugin/ - The Maven Team - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Looking for UML Diagram Plugin

2007-10-20 Thread Vincent Siveton
Hi, Also, in the sandbok, we have a project [1] which an Ant UmlDocTask which uses javadoc and graphviz to generate UML diagram. HTH. Cheers, Vincent [1] https://svn.apache.org/repos/asf/maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java

Re: Java doc generation

2007-10-20 Thread Vincent Siveton
Hi, The problems should be fixed in svn. Could you try again with a SNAPSHOT version? Cheers, Vincent 2007/10/17, Sinduria,Anuradha [EMAIL PROTECTED]: Hi, Thanks for your reply, actually I did not able to understand what you want to convey, If possible please elaborate how to resolve this.

Re: Please release wagon-ftp

2007-10-20 Thread Vincent Siveton
Hi Julien, Ask it on dev@ Thanks, Vincent 2007/10/11, Julien HENRY [EMAIL PROTECTED]: Hi, Could you please release a new version of wagon-ftp. I really need WAGONFTP-7 for deploying site. Thanks Julien

Re: Java doc generation

2007-10-22 Thread Vincent Siveton
Hi Jerome, Done right now. Cheers, Vincent 2007/10/22, Jerome Lacoste [EMAIL PROTECTED]: On 10/20/07, Vincent Siveton [EMAIL PROTECTED] wrote: Hi, The problems should be fixed in svn. Could you try again with a SNAPSHOT version? Vincent, did you release a new snapshot after making

Re: Problems using a customized javadoc plugin from custom repository

2007-10-24 Thread Vincent Siveton
Hi, Try to remove your repo, specially: ${user.home}/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin Cheers, Vincent 2007/10/24, Dirk Olmes [EMAIL PROTECTED]: Hi, I'm trying to work around http://jira.codehaus.org/browse/MJAVADOC-157 so I have checked out the

Re: [ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2007-11-03 Thread Vincent Siveton
Hi, I already did it in the past :) http://jira.codehaus.org/browse/MASSEMBLY-32 Cheers, Vincent 2007/10/29, Arnaud HERITIER [EMAIL PROTECTED]: it should be something provided within the assembly plugin or an extension of it. I never had the time to rewrite it for maven 2 but it shouldn't

Re: ISO-8859-1 - Invalid byte 2 of 3-byte UTF-8 sequence error with Doxia (maven plugin)

2007-11-09 Thread Vincent Siveton
Hi Serge, It is a known limitation in the iText plugin. The implementation uses the deprecated itext xml and the xml encoding is hardcoded to utf-8 Cheers, Vincent [1] http://www.lowagie.com/iText/tutorial/ch07.html 2007/11/9, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hello, I'm trying to use

Re: Consulting

2006-06-15 Thread Vincent Siveton
Hi JF, As Emmanuel and Carlos wrote, Mergere is the best option with European based consultants and developers. In Belgium, I know Peopleware (http://peopleware.be/) which presents Maven training. Cheers, Vincent PS: Not Mergere or Peopleware associate! 2006/6/15, [EMAIL PROTECTED] [EMAIL

Re: per-user db settings in maven

2006-07-26 Thread Vincent Siveton
Use the settings.xml For sql statements, check: http://mojo.codehaus.org/sql-maven-plugin/ Cheers, Vincent 2006/7/26, Denis McCarthy [EMAIL PROTECTED]: Hi, I'm moving from an ant build process to maven. I'm currently trying to replace an ant target that rebuilt our database. In the ant

Re: The mvn script errors out when JAVA_HOME is not defined

2006-08-07 Thread Vincent Siveton
JAVA_HOME is a requirement http://maven.apache.org/download.html#installation Cheers, Vincent 2006/8/7, Weiqi Gao [EMAIL PROTECTED]: Hi, I'm learning Maven 2.0.4 and encountered an error when invoking the mvn script. The following piece of script seems to be the cause of my error message:

Re: Maven2 PDF plugin

2006-08-07 Thread Vincent Siveton
Hi, This is a maven1 plugin. For Maven2, you could create PDF (and more) using doxia-book. Actually the implementation uses the itext framework. http://maven.apache.org/doxia/book/ The website is not uptodate. Check out from svn to learn more. Cheers, Vincent 2006/8/6, Andreas Koop [EMAIL

Re: Customize site Project Reports menu labels

2006-08-09 Thread Vincent Siveton
It is not possible yet. See: http://jira.codehaus.org/browse/MPIR-35 Cheers, Vincent 2006/8/9, lore [EMAIL PROTECTED]: Hi! I need to customize the labels of the Project Reports menu entries in the Maven2 site. How can I do? Thanks, Lorenzo -- View this message in context:

Re: Retrieving root directory in maven 2

2006-08-09 Thread Vincent Siveton
${project.parent} parent project ${project.parent.basedir} for the parent basedir For all expressions, checks appendix A from Better builds with maven ebook. Cheers, Vincent 2006/8/9, Rohnny Moland [EMAIL PROTECTED]: Hi there, How can I retrieve the root directory in maven 2 from the pom?

[ANN] Maven Javadoc Plugin 2.1 for Maven 2 Released

2006-10-09 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.1 http://maven.apache.org/plugins/maven-javadoc-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

Re: javadoc plugin failures and recent behaviour change

2006-11-10 Thread Vincent Siveton
Hi Kelvin, I did mvn javadoc:javadoc (with 2.1) on tuscany trunk: https://svn.apache.org/repos/asf/incubator/tuscany/java No error here. Are you sure that commonj is correctly included as dependency? Cheers, Vincent 2006/11/9, kelvin goodson [EMAIL PROTECTED]: I have a build failure that's

REMINDER - Vincent Massol Jason van Zyl - Conférence gratuite / Free Conference - Montréal, Canada

2006-11-28 Thread Vincent Siveton
Hi all, Feel free to contact Carmen Robert ([EMAIL PROTECTED]) to register: it is free. Cheers, Vincent -Original Message- From: Carmen Robert [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 8:49 AM To: Carmen Robert Subject: RAPPEL : Vincent Massol Jason van Zyl -

Re: cannot find images in APT files

2007-01-09 Thread Vincent Siveton
Hi Martin, 2007/1/9, Martin Goldhahn [EMAIL PROTECTED]: Hi! I want to render an APT file that I use in my site as a PDF file. Maven's site plugin finds the image because it is located in src/site/resources. It seams that this path is not added to doxia's classpath. Thus it cannot find the

Re: APT Images With URL

2007-01-20 Thread Vincent Siveton
Hi, 2007/1/18, Subhash Chandran [EMAIL PROTECTED]: The APT format guide here: http://maven.apache.org/guides/mini/guide-apt-format.html speaks only of image display. This is done like: [path/to/image.ext] Is there any possibility of having a link on the image? Not actually see DOXIA-71 but

Re: [m2.0.5] Javadoc generation for older code

2007-02-26 Thread Vincent Siveton
Hi Thorsten, 2007/2/26, Thorsten Heit [EMAIL PROTECTED]: Hi, we're developing using JDK 1.4, and unfortunately someone uses enum as a variable name somewhere in one of his source files. Since enum is a reserved keyword for Java 5 and higher, executing javadoc results in a couple of errors:

Re: 2 modello questions

2007-02-26 Thread Vincent Siveton
2007/2/24, Tim Moloney [EMAIL PROTECTED]: 1) How do you write a .mdo file to implement the following XML? root element attr1=value1 attr2=value2element text/element /root To get the attributes, you have to define a class. However, a class appears to only support attributes and child

Re: 2 modello questions

2007-02-26 Thread Vincent Siveton
2007/2/26, Jörg Schaible [EMAIL PROTECTED]: Hi Jo, Jo Vandermeeren wrote on Monday, February 26, 2007 9:52 AM: Hi Tim, I have no experience with the modello plugin, but you could always contact one of the developers directly.. http://dcabasson.developpez.com/maven/modello-maven-plugin/tea

Re: [m2.0.5] Javadoc generation for older code

2007-02-26 Thread Vincent Siveton
Hi Thorsten, 2007/2/26, Thorsten Heit [EMAIL PROTECTED]: Hi Vincent, Until the corresponding classes are updated or refactored, how can I let Javadoc generate the API documentation? Add -Ddebug=true

Re: Status of maven dependency analysis mojo?

2007-03-07 Thread Vincent Siveton
Hi Steinar, Moved to https://svn.apache.org/repos/asf//maven/sandbox/trunk/shared/maven-dependency-analyzer/ and the plugin was merged into maven-dependency-plugin Cheers, Vincent 2007/3/7, Steinar Bang [EMAIL PROTECTED]: Does anyone know the current status for the dependency analysis mojo?

Re: Translation for Chinese Users

2007-11-26 Thread Vincent Siveton
Hi Thanks for your help. Here is a first step that could help you http://maven.apache.org/plugins/maven-site-plugin/i18n.html Cheers, Vincent 2007/11/23, Juven Xu [EMAIL PROTECTED]: Hi, guys: I'm a maven user from China and I do the build work for my company which is in Shanghai. Now

Re: test timeout

2007-12-03 Thread Vincent Siveton
Hi Nico, Try surefire.timeout from the snapshot (SUREFIRE-320) Cheers, Vincent 2007/12/3, nicolas de loof [EMAIL PROTECTED]: Is there any way to configure surefire plugin to stop the test JVM (in forkmode once) after some timeout ? maven1 has the maven.junit.timeout, but I can't find in m2

[ANN] Maven Clean Plugin 2.2 for Maven 2 Released

2007-12-03 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Clean Plugin, version 2.2. http://maven.apache.org/plugins/maven-clean-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

Re: [ANN] Maven PMD Plugin 2.3 Released

2008-01-08 Thread Vincent Siveton
hehe :) Vincent 2008/1/8, Dan Tran [EMAIL PROTECTED]: Good work Dennis, what is next? javadoc plugin? :-) On Jan 8, 2008 12:55 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the release of Maven PMD Plugin, version 2.3.

Re: Copyright Symbol broken in Javadoc

2008-01-19 Thread Vincent Siveton
Hi Jochen, The bottom uses #169; for the copyright. So I guess UTF-8 is used in command line. Cheers, Vincent 2008/1/19, Jochen Wiedmann [EMAIL PROTECTED]: Hi, if you have a look at http://people.apache.org/~jochen/commons-fileupload/site/apidocs/index.html then you'll find that

Re: OutOfMemoryError when running javadoc:javadoc

2008-01-29 Thread Vincent Siveton
Hi Ryan My guess is that you need to increase the memory. Cheers, Vincent 2008/1/29, Ryan H. [EMAIL PROTECTED]: Hello, I'm getting OutOfMeoryError when running javadoc:javadoc to generate an aggregated javadoc for multiple projects, even given with these options. Any solution to this

Re: Javadoc:jar error: Not executing Javadoc as the project is not a Java classpath-capable package

2008-01-29 Thread Vincent Siveton
Hi Ryan, What is your packaging type of your project (or subprojects)? It seems it is not a java one. Cheers, Vincent 2008/1/29, Ryan H. [EMAIL PROTECTED]: Hello, Anyone knows what this javadoc:jar complains about? I'm able to run javadoc:javadoc in aggregate mode (ie. generate only one

Re: maven-javadoc-plugin 2.4 missing

2008-03-10 Thread Vincent Siveton
Hi The release process started yesterday on [EMAIL PROTECTED] Just waiting for. Cheers, Vincent 2008/3/10, Julien Graglia [EMAIL PROTECTED]: The project summary (1) announce version 2.4, the SVN tag is present, but I can't find the plugin in ibiblio (2) or repo1 (3). This version is

[ANN] Maven Plugin Tools 2.4 Released

2008-03-18 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Plugin Tools, version 2.4 The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages. Maven Plugin: http://maven.apache.org/plugins/maven-plugin-plugin/ Maven Plugin Tools:

Re: next javadoc plugin release?

2007-05-01 Thread Vincent Siveton
Hi Mark, We dont schedule a specific date for the release. I will have a glance this week. I am very *busy* actually so ping me if I dont. Cheers, Vincent 2007/4/30, Mark Proctor [EMAIL PROTECTED]: The Javadoc plugin is currently broken for doclet usage. I fixed the bug and carlos applied my

Re: SWF within Maven documentation

2007-05-17 Thread Vincent Siveton
Hi Steve, 2007/5/17, Steve Motola [EMAIL PROTECTED]: Thank you - using APT. I was able to successfully create a macro with Doxia, easy once you see a working example. There could be a little more documentation... Q: Do you know of a location to get other third party macros? No Syntax:

Re: generating site for multiproject

2007-05-19 Thread Vincent Siveton
Hi Marco, You could use the stage goal mvn site:stage -DstagingDirectory=C:\fullsite http://maven.apache.org/plugins/maven-site-plugin/howto.html Cheers, Vincent 2007/5/18, Marco Mistroni [EMAIL PROTECTED]: hi all, how can i generate only one site for my multiproject? i want to avoid to

Re: [m205] JDeveloper support, and best

2007-05-19 Thread Vincent Siveton
Hi Mick, You could use the maven2 jdev plugin http://wiki.apache.org/myfaces/Trinidad_Plugins http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/trinidadbuild/maven-jdev-plugin/ Cheers, Vincent 2007/5/16, Mick Knutson [EMAIL PROTECTED]: I am having real issues trying to

Re: [ANN] Maven Stylus Skin 1.0.1 Released

2007-07-11 Thread Vincent Siveton
No website but you could do a co from http://svn.apache.org/repos/asf/maven/skins/trunk Cheers, Vincent 2007/7/10, Srepfler Srgjan [EMAIL PROTECTED]: Dennis Lundberg wrote: Wim Deblauwe wrote: url of the website or the groupId/artifactId would be useful... There is no website for this

Re: Source XREF generation puzzle !

2007-07-11 Thread Vincent Siveton
Hi Jerome, Unsupported feature outofbox. An easy workaround is to use reportset, something like this following: reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jxr-plugin/artifactId reportSets reportSet idcom/id

Re: next javadoc plugin release?

2007-07-11 Thread Vincent Siveton
Hi Mark, The release could be done quickly, hope this month. Cheers, Vincent 2007/7/9, Mark Proctor [EMAIL PROTECTED]: Any update when the javadoc plugin will be released? Mark Mark Proctor wrote: The Javadoc plugin is currently broken for doclet usage. I fixed the bug and carlos applied

Re: Source XREF generation puzzle !

2007-07-11 Thread Vincent Siveton
Hi, sourceDirs is a readonly param so you cannot use jxr to include generated-sources dir. Samething for test-jxr goal. Please open an issue. Cheers, Vincent 2007/7/11, Mick Knutson [EMAIL PROTECTED]: I just added this to my project and have only 1 issue. My generated-sources does not get

Re: Source XREF generation puzzle !

2007-07-11 Thread Vincent Siveton
Hi again, http://jira.codehaus.org/browse/JXR With a patch it is always better :) Cheers, Vincent 2007/7/11, Mick Knutson [EMAIL PROTECTED]: where do I go to do that? On 7/11/07, Vincent Siveton [EMAIL PROTECTED] wrote: Hi, sourceDirs is a readonly param so you cannot use jxr to include

Re: Maven site plugin Doxia issue ..

2007-07-12 Thread Vincent Siveton
Hi, You need to install it from svn: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-doxia-renderer/ Ask [EMAIL PROTECTED] to provide it on the Apache Snapshot Repository. Cheers, Vincent 2007/7/12, Giovanni Azua [EMAIL PROTECTED]: Hi all, I have spent quite a bit trying to

Re: Same jar, different version

2007-07-16 Thread Vincent Siveton
Hi, Seems to be a problem inside appfuse. Ask it on [EMAIL PROTECTED] http://appfuse.org/display/APF/Mailing+Lists Cheers, Vincent 2007/7/14, Frederick N. Brier [EMAIL PROTECTED]: I am learning AppFuse and Maven2 at the same time. Things are going well, but I have a number of .jar(s)

Re: How to display ALL values?

2005-02-22 Thread Vincent Siveton
Lets have a look at: http://jakarta.apache.org/commons/jelly/apidocs/org/apache/commons/jelly/JellyContext.html#getVariables() You can try it in the maven.xml file: echo context.variables=${context.variables} /echo For plugins, having a look on this piece of code: maven:pluginVar

Re: Is there any Maven Obfuscator Plugin ?!

2005-02-22 Thread Vincent Siveton
Hi Siegfried, Call an Ant task from maven.xml. Open sources comes with an ant task: http://www.yworks.com/en/products_yguard_about.htm http://proguard.sourceforge.net/ Cheers, Vincent On Tue, 22 Feb 2005 18:39:20 +0100, Siegfried Goeschl [EMAIL PROTECTED] wrote: Hi folks, does anyone know

Re: New Maven Site is Live

2005-03-15 Thread Vincent Siveton
Hi there, About the new build of Maven site: * Very well done Bert! I liked the navigation, very easy on the eyes. * the xdoc plugin doesn't handle correctly svn (http://maven.apache.org/cvs-usage.html) We need to add the SVN XDOC template (Arnaud, what do you think about that?) Keep up the

Re: site deploy exclude directory

2005-03-15 Thread Vincent Siveton
Lets have a look at this http://www.mail-archive.com/users@maven.apache.org/msg16791.html Cheers, Vincent On Tue, 15 Mar 2005 09:50:46 -0500, Howard Lin [EMAIL PROTECTED] wrote: Hi, I'm wondering if it's possible to exclude certain directories inside xdocs when doing site:deploy. (I don't

Re: Newbi dependencies file protocol

2005-03-17 Thread Vincent Siveton
Hi Bernhard, I recommend you to use the following servlet API (tomcat): http://www.ibiblio.org/maven/tomcat/jars/ The dependy definition should be: dependency groupIdtomcat/groupId artifactIdservlet-api/artifactId version5.0.16/version /dependency Lets have a look

RE: Best approach to job

2005-03-23 Thread Vincent Siveton
I have a simple project which produces a java stand-alone and I need to produce the distribution zip file, and I would like to have a maven goal to do that. Lets have a look to the distribution plugin: http://maven.apache.org/reference/plugins/dist/ Moreover you can create in your maven.xml

RE: Maven - IF Tag problem

2005-05-05 Thread Vincent Siveton
Hi, For me its not an issue. Let s try to define the variable a as a String: j:set var=a${c}/j:set Cheers, Vincent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 8:17 AM To: users@maven.apache.org Subject: Maven - IF Tag problem

Re: [m2] m2 repos pom's

2005-05-06 Thread Vincent Siveton
Please lets have a look to this link http://jira.codehaus.org/browse/MEV Vincent 2005/5/6, Mark Hobson [EMAIL PROTECTED]: Hi there, I was wondering who's responsible for the m2 pom's in the maven2 repository? There's an error in a commons-jxpath dependency:

RE: how to store XML/conf in repository

2005-05-09 Thread Vincent Siveton
Hi Nicolas, How do you suggest me to store conf artifacts in repository ? A configuration file contains configuration information for a particular program on a specific computer. So, I don't think it is a good way to store conf files in repository. Let's take an example : Struts 1.2.7 comes

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Siveton
Hi, If you could wait for some weeks, here is the new Vincent Massol's book: http://www.oreilly.com/catalog/mavenadn/index.html (available mid-June) Cheers, Vincent -Original Message- From: Richardson, Simon (Treasury) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 8:03 AM

Another solution for How to remove accents from a String

2005-05-12 Thread Vincent Siveton
Salut Guillaume, Je suis tombé sur ton blog tantôt avec la fameuse question que beaucoup de développeurs se posent à un moment ou à un autre: Comment supprimé les accents (ou autres caractères spéciales) d'une string? Comme tu l'as mentionné, IBM's ICU (dont JDK 1.1 s'est largement inspiré

Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread Vincent Siveton
Hi Fabrice, Sound like an encoding error in in the site.jsl file from the Maven XDoc plugin (AFAIK no encoding is set in) Please add an issue to Jira. Cheers Vincent 2005/5/31, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi guys, I have a problem with accents in my POM, which is written and

Re: OutOfMemoryException during xdoc generation

2005-06-15 Thread Vincent Siveton
Hi, Did you try setting the MAVEN_OPTS variable to provide more memory, ie MAVEN_OPTS=-Xms512m -Xmx1024m Cheers, Vincent 2005/6/15, stéphane bouchet [EMAIL PROTECTED]: Hi Maven Users, I am experiencing a little problem with the xdoc plugin. After upgrading to 1.9 version ,i got an

Re: Having a problem with the Project Info Reports

2005-06-20 Thread Vincent Siveton
Hi Mike, What is your environnement? And just to be sure, lets try to replace the backslash character by a dot in the bundle definition, ie: bundle=plugin-resources\templates\templates by bundle=plugin-resources.templates.templates Gives me your feedback, Cheers, Vincent 2005/6/18, Mike

Re: Dependencies HTML doc

2005-06-20 Thread Vincent Siveton
2005/6/20, Prashant Malhotra [EMAIL PROTECTED]: Hi, By default jars in (dependency-convergence-report.html) are ascending, Is there any way we can group these dependencies on the basis of user defined jars(own made) and standard(third party) jars. AFAIK not yet. Cheers, Vincent

Re: i18n : how to put html tag in translation piece of texte ?

2005-06-21 Thread Vincent Siveton
Hi Antoine, With maven1, the translation is based on Jelly tags. So using HTML content in bundle provides HTML result (ie b will be transform to lt;bgt;) Thus, your solution sounds the pretty way. Cheers, Vincent 2005/6/21, ahgt sur laposte.net [EMAIL PROTECTED]: Hi, Just starting with

Re: RE : i18n : how to put html tag in translation piece of texte ?

2005-06-21 Thread Vincent Siveton
Hi When you say for maven 1... does it means some new things in maven 2 ? Well, Maven2 will be using Doxia (http://doxia.codehaus.org/) for generating content so the i18n will be support for all (reports and content site). I've just started and understood quickly that if I need to generate a

Re: Having a problem with the Project Info Reports

2005-06-21 Thread Vincent Siveton
/20/05, Vincent Siveton [EMAIL PROTECTED] wrote: Hi Mike, What is your environnement? And just to be sure, lets try to replace the backslash character by a dot in the bundle definition, ie: bundle=plugin-resources\templates\templates by bundle=plugin

Re: i18n : error or bug with menu tag ?

2005-06-22 Thread Vincent Siveton
Hi Antoine, Is it a bug or something I do wrong ? It seems to be a bug... Just for your information, you dont need to specify a bundle: by default, it is the bundle defined by the key ${maven.xdoc.bundle}. I've seen nothing about this on Jira. Do i open a Jira issue ? Yes please. (any

Re: war plugin problems

2005-07-05 Thread Vincent Siveton
Hi Colin, Maybe a generic solution but did you set the property maven.war.src as well? Did you set the property maven.war.src.excludes to exclude jsp or images? Cheers, Vincent 2005/7/5, Colin Chalmers [EMAIL PROTECTED]: Hi, I was playing around with maven, preparing for a dept. demo using

RE: [m2] No documents being generated

2005-07-08 Thread Vincent Siveton
Hi Wilfred, AFAIK it is normal: Velocity is trying to find the VM_global_library.vm file which should contain macros globally shared among all templates. Regards, Vincent -Original Message- From: Wilfred Springer [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 8:01 AM To:

Re: DocBook support

2005-07-08 Thread Vincent Siveton
Hi, For m1, superseded by the SF. For m2, AFAIK it will be supported within Doxia. Cheers, Vincent 2005/7/8, Wilfred Springer [EMAIL PROTECTED]: Guys, Am I right that DocBook support is still missing? Thanks, Wilfred --

RE: [m2] maven javadoc report and asserts

2005-07-11 Thread Vincent Siveton
Hi, You can specify a source tag in the javadoc report configuration. See http://svn.apache.org/repos/asf/maven/components/trunk/maven- reports/maven-javadoc- plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java Not in the release but in SVN.

Re: maven with VSS

2005-08-02 Thread Vincent Siveton
Hi, Not tested but I think you should define your VSS repository as follows: scm:vss:\\hostname\Vss\:username,password:/SourceRoot/Project Cheers, Vincent 2005/8/2, Bahaa Nasrallah [EMAIL PROTECTED]: Hi, I need to generate changelog, file activity and developer activity reports based on

Re: Wher is site.xml DTD ?

2005-12-08 Thread Vincent Siveton
Hi Jean-Charles, No DTD but XSD. http://maven.apache.org/maven-navigation-1.0.xsd AFAIK, it is for Maven1. Arnaud, could you confirme that? Cheers, Vincent 2005/12/8, Jean-Charles Giardina [EMAIL PROTECTED]: Hi folk, Eclipse XML plugin doesn't like site.xml format (I think because it

Re: [m2] Missing breadcrumb text

2005-12-08 Thread Vincent Siveton
Hi Kristian, a) A bug, as indicated by JIRA issue MNG-1706 Closed b) A change that requires me to update site.xml etc.? You could add in your site.xml: project name=My Site Descriptor ... publishDate position=navigation-bottom format=MM-dd-yy/ ... /project The position could be: left,

Re: maven2 question

2005-12-08 Thread Vincent Siveton
Marco, xdoclet http://mojo.codehaus.org/xdoclet-maven-plugin/ Hibernate https://svn.codehaus.org/mojo/trunk/mojo/hibernate2-maven-plugin HTH Cheers, Vincent 2005/12/8, Marco Mistroni [EMAIL PROTECTED]: hello all, i am currently using maven 1.0 together with XDoclet plugin and hibernate

Re: disable maven i18n output message

2005-12-08 Thread Vincent Siveton
Hi Ken Look at this: http://www.mail-archive.com/dev@maven.apache.org/msg25571.html HTH Cheers, Vincent 2005/12/6, Ken Perl [EMAIL PROTECTED]: Hi, I have trouble to view the maven 's i18n message in my computer, it displays many questions mark ??? in its output. How could disable the i18n

Re: Info Requested: About Maven nightly build binaries

2005-12-08 Thread Vincent Siveton
Hi Venkat, I am using Maven Version 2. I am getting issues here and there and most of them were already fixed based on the information in user group. I like to know where can I get the latest version (nightly build) of Maven. The Apache Maven site binaries looks like provide downloads for

Re: [m2] NPE in mvn site using maven from SVN

2006-01-09 Thread Vincent Siveton
Hi Arik, It is a normal issue because maven-skins is not released yet. Try to add the Apache Development Repository as mirror: http://cvs.apache.org/maven-snapshot-repository/ I will add a request on the dev list. Cheers, Vincent 2005/12/23, Arik Kfir [EMAIL PROTECTED]: Hi, I've received

Re: [M2] site.xml schema

2006-02-01 Thread Vincent Siveton
AFAIK not yet Cheers, Vincent 2006/2/1, Thomas Van de Velde [EMAIL PROTECTED]: Hi, I am having an error in the generation of my site. [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0 [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0

RE: [doxia] rendering xdoc separatly

2006-03-22 Thread Vincent Siveton
Hi Dominique, Have a look to test cases in the doxia-core http://svn.apache.org/repos/asf/maven/doxia/trunk/doxia-core/src/test/java/o rg/apache/maven/doxia/module/xdoc HTH Vincent -Original Message- From: Dominique JOCAL [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006

Re: [doxia] rendering xdoc separatly

2006-03-22 Thread Vincent Siveton
) ? Arnaud On 3/22/06, Vincent Siveton [EMAIL PROTECTED] wrote: Hi Dominique, Have a look to test cases in the doxia-core http://svn.apache.org/repos/asf/maven/doxia/trunk/doxia-core/src/test/java/o rg/apache/maven/doxia/module/xdoc HTH Vincent -Original Message

Re: maven pde rcp to build

2008-04-24 Thread Vincent Siveton
Hi, Have a look on Carlos's blog http://www.jroller.com/carlossg/entry/slides_from_eclipsecon Cheers, Vincent 2008/4/21 [EMAIL PROTECTED]: I have been looking for a while for this solution. Has anyone been able to run this tutorial to complete?

[ANN] Maven Doxia Integration Tools 1.0 Released

2008-05-29 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Doxia Integration Tools, version 1.0. It is a collection of tools to help the integration of Doxia in Maven plugins. http://maven.apache.org/shared/maven-doxia-tools You can specify the version in your project's dependency

[ANN] Maven Ant Plugin 2.1 Released

2008-05-29 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Ant Plugin, version 2.1 This plugin generates Ant build files for Ant 1.6.2 or above. http://maven.apache.org/plugins/maven-ant-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your

Re: Conficuring dependency for com.sun.javadoc and com.sun.tools.doclet

2008-06-04 Thread Vincent Siveton
Please, don't send twice. http://maven.apache.org/users/getting-help.html Specifically, read the references Cheers, Vincent 2008/6/4, Niranjan Deshpande [EMAIL PROTECTED]: My application needs the Tag and Taglets class when it is compiled. These classes are provided in JDKs tools.jar file.

  1   2   >