maven-javadoc-plugin 2.5 and Illegal package name

2009-03-11 Thread Damien Lecan
Hello, I used to used maven-javadoc-plugin 2.4 for custom doclet processing. If I try to upgrade to version 2.5, I get : javadoc: error - Illegal package name: Copyright © 2009. All Rights Reserved. Command line was:C:\Program Files\Java\jdk1.6.0_11\jre\..\bin\javadoc.exe @options Extract

Re: maven-javadoc-plugin 2.5 and Illegal package name

2009-03-11 Thread Damien Lecan
Does your path contain spaces. Which path ? Path to javadoc tool : yes (c:\program files) Path to dependencies (doclet) : yes (c:\document and settings) I tried with debug option. Plugin fails because of theses lines in options : ... -author -bottom 'Copyright #169; 2009 a

Re: Javadoc plugin issues again

2008-02-11 Thread Damien Lecan
Yeah that works (and I've tried that), but why doesn't mvn javadoc:javadoc work? Am I reading the javadoc plugin documentation incorrectly. That should work if I JUST want to generate javadoc. Reporting section of pom file is only used with site generation. If you want to configure javadoc

Re: Javadoc plugin issues again

2008-02-08 Thread Damien Lecan
mvn site ? Damien 2008/2/8, Alexander Sack [EMAIL PROTECTED]: Any chance, does anyone have a POM snippet that has javadoc working? -aps On Feb 7, 2008 2:44 PM, Alexander Sack [EMAIL PROTECTED] wrote: Hi All: I'm trying to wrap up our build process and I'm having again more trouble

How to keep build output when timeout is thrown ?

2008-01-24 Thread Damien Lecan
Hello, When a build timeout is thrown, normal build output is replaced by an ugly and unuseful stacktrace (see below). Is it possible to keep the normal build output ? Is it available somewhere ? Thanks Damien Lecan Stacktrace

Re: Dependency versions in large multi-projects multi-modules environment

2008-01-07 Thread Damien Lecan
2) use version ranges in the parent pom. This way, the new version of the library is used by all projects as soon as it is available in our central repository. Much easier to manage, but it sound a bit scary to have it that much automated ... Other problem, we will loose build reproducibility

Re: Contimuum 1.1 with MySQL 5.0

2007-12-04 Thread Damien Lecan
with MySQL 5.0? Yes, it works fine with Mysql 5.0.45. But class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver. Is there any workaround? Try com.mysql.jdbc.Driver driver ? Damien Lecan

Re: Some advice needed on native lib inclusion

2007-12-04 Thread Damien Lecan
Have a look on http://java.freehep.org/freehep-nar-plugin/intro.html, that could help you. Damien 2007/12/4, Daniele Dellafiore [EMAIL PROTECTED]: Well I made something: http://download.java.net/maven/2/net/java/dev/jogl/ what do you think? Just remains to see how to explode the jar, I

Re: 2.0.8 broken war build

2007-11-29 Thread Damien Lecan
. Damien Lecan 2007/11/29, Paul Benedict [EMAIL PROTECTED]: Kev, I reported something similar in the user list today. The classpath that Spring gets back in 2.0.8 points to classes, not test-classes, so all my testing data cannot be found. As you said, things work fine in 2.0.7 Paul On Nov 28

Re: The Maven team needs help from translators

2007-11-26 Thread Damien Lecan
2007/11/26, Milos Kleint [EMAIL PROTECTED]: it's in mojo's sandbox https://svn.codehaus.org/mojo/trunk/sandbox/l10n-maven-plugin/ Very interesting ! Any chance to see it out of the sandbox soon ? Thanks Damien Lecan

Spring 2.5 poms and md5 sums

2007-11-22 Thread Damien Lecan
version2.5/version /dependency or dependency groupIdorg.springframework/groupId artifactIdspring-aspects/artifactId version2.5/version /dependency Thanks Damien Lecan - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Spring 2.5 poms and md5 sums

2007-11-22 Thread Damien Lecan
Don't worry, not your fault. They screwed up the 2.5 release big time. FYI: Maven artifacts on central incorrect http://opensource.atlassian.com/projects/spring/browse/SPR-4131 Spring jar has been recopied from other Spring repository. Could check sums be regenerated ? Damien Lecan

Re: maven constantly rebuilding everything

2007-11-09 Thread Damien Lecan
Interested by this Jira ? http://jira.codehaus.org/browse/MNG-2854 It seems to be corrected in maven-archiver 2.3 (not released) You could ask for a release. Then maven-jar-plugin, maven-ear-plugin, maven-war-plugin, ... will have to upgrade ... Damien 2007/11/9, EJ Ciramella [EMAIL

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Damien Lecan
2007/11/1, Julian Wood [EMAIL PROTECTED]: Yes, the plugin has been moved: http://mojo.codehaus.org/buildnumber-maven-plugin/ Will it be released soon ? Thanks Damien - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Maven Create Path

2007-10-24 Thread Damien Lecan
Don't loose time doing that by hand Use this Apache Felix plugin : http://cwiki.apache.org/FELIX/bundle-plugin-for-maven-bnd.html Good luck Damien 2007/10/24, Roshan A. Punnoose [EMAIL PROTECTED]: Well I am trying to bundle an osgi bundle. And it needs a Bundle-Classpath entry in the

What happens when someone commits while a multi-project is building ?

2007-10-16 Thread Damien Lecan
Hello, I'm working with Continuum 1.1-beta-3. I have a multi-project configured as a project group in Continuum, ie I can see 1 continuum project per Maven project. I setup a build scheduled each day at 11am. The complete build lasts 25min. Today, someone commited severals files in several

Re: Maven Repositories acess / servers / signon specs in settings.xml

2007-10-04 Thread Damien Lecan
? http://maven.apache.org/ref/2.0.7/maven-settings/settings.html Damien Lecan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: When builds are done in multi-module projects ?

2007-10-03 Thread Damien Lecan
Did you fill in a jira request to track this ? I'll let you file the issue. http://jira.codehaus.org/browse/CONTINUUM-1507 Damien Lecan

Re: When builds are done in multi-module projects ?

2007-10-02 Thread Damien Lecan
I'll try to reproduce it. After few try, I can't reproduce your issue. I have always the same number (1) of build result on each project With 2 build definitions together ? Aaarrgghh :( I will try to understand what is specific in my test case... Thanks for testing Damien

Re: Including JavaScript in xdoc

2007-10-01 Thread Damien Lecan
I tried putting quot; in the xdoc, but it still comes out as quot; in the html, and the alert box doesn't work. Any ideas? And with xml CDATA tag ? ?xml version=1.0? document properties titleHello/title /properties body section name=Test You should see a JavaScript alert...

Re: Replacing Proprietary Build System With Maven

2007-09-28 Thread Damien Lecan
through dependencies : - SC + SP (includes API) - or SC + API + SP Damien Lecan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Replacing Proprietary Build System With Maven

2007-09-28 Thread Damien Lecan
want ? Damien Lecan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: When builds are done in multi-module projects ?

2007-09-28 Thread Damien Lecan
It isn't recommended to have the same source tree twice in continuum if pom files have the same version. With this configuration, continuum can't resolve correctly the build order so a project B that must be built after an other project A is built before, then when A is built, Continuum

Re: When builds are done in multi-module projects ?

2007-09-28 Thread Damien Lecan
[defaultScheduler_Worker-13] INFO Continuum:default - Enqueuing 'Domain Test Framework' (Build definition id). ... enqueuing continues by 16 modules more As we can see, build begins before the end enqueuing. I don't know if it is normal or not. Damien Lecan

Re: Replacing Proprietary Build System With Maven

2007-09-27 Thread Damien Lecan
system. I'm widly using it to build OSGi applications (up to 150 bundles), with separated API, implementations and consumer services ... Damien Lecan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: When builds are done in multi-module projects ?

2007-09-27 Thread Damien Lecan
Damien Lecan

Re: When builds are done in multi-module projects ?

2007-09-26 Thread Damien Lecan
You probably have some generated files that aren't in .cvsignore (maybe target) Confirmed : nothing at all shell [EMAIL PROTECTED] 1] cvs status 21 | grep Status: | awk '{print $4}' | uniq Up-to-date /shell If you turn on the log level of org.apache.maven.scm to DEBUG (maybe

Re: When builds are done in multi-module projects ?

2007-09-26 Thread Damien Lecan
What is the status of the previous build result for your build definition #2 ? Sucess In application.xml, change the log level of org.apache.maven hierarchy to DEBUG What do you want to see ? I did not noticed that before, but SCM outputs that : 1038118 [pool-1-thread-1] DEBUG

Re: When builds are done in multi-module projects ?

2007-09-26 Thread Damien Lecan
Strange empty line after update the cvs provider doesn't analyze lines with less than 3 characters. when you run cvs with the continuum user, what is the output language? english, french... [EMAIL PROTECTED] 1]$ cvs --help Usage: cvs [cvs-options] command [command-options-and-arguments]

Re: When builds are done in multi-module projects ?

2007-09-25 Thread Damien Lecan
Definition Used POM filename : pom.xml Goals : clean deploy Arguments : --batch-mode --non-recursive Build Fresh : false Always Build : false Is it default ? true Schedule : Midi Do you need extra information ? Damien Lecan

Re: When builds are done in multi-module projects ?

2007-09-24 Thread Damien Lecan
Weird. Can you verify in your build definition if Build Fresh/Always Build are really false. Maybe we don't print the right value. Do you mean to verify by editing each Build Definitions of each project and by checking if always build/build fresh check boxes are checked ? If yes, both are not

What to do with maven-continuum-plugin ?

2007-09-24 Thread Damien Lecan
Hello, I have seen a plugin called maven-continuum-plugin in Continuum distribution. What to do with this plugin ? Declaring new projects (use plugin once) ? Trigger something in Continuum itself at the end of a build ? Update projects information ? Anything else ? Thanks Damien Lecan

When builds are done in multi-module projects ?

2007-09-24 Thread Damien Lecan
updated (= built or sources updated ?) - ... I would like to know all the rules in order to understand why some projects are built whereas I can read for theses projects : SCM Changes : No SCM changes Dependencies Changes : No dependencies changes Thanks Damien Lecan

Re: When builds are done in multi-module projects ?

2007-09-24 Thread Damien Lecan
Hum, I'm working with Continuum 1.1-beta-3 Damien 2007/9/24, Damien Lecan [EMAIL PROTECTED]: Hello, I would like to understand how Continuum knows which sub-projects of a multi-module project have to be built. All sub-projects are in eparate projects under a main project group. it seems

Re: When builds are done in multi-module projects ?

2007-09-24 Thread Damien Lecan
2007/9/24, Emmanuel Venisse [EMAIL PROTECTED]: Continuum look at scm changes, if it contains some sources updates, it build the project. Then, it looks at dependencies list, if a dependency (that is a continuum project too) is updated (new build result in success), continuum build the

How to find original documentation for Maven 1.0.2 ?

2007-09-20 Thread Damien Lecan
or not, release plugin or not, ...) Thanks Damien Lecan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: Olivier has done a little patch that improve a lot the rendering. I have a group with 100 projects, before the patch, the page was display in 12s and now it's less than 2s. Can you give a try? Yes i can ! How can I do that ? Patch, snapshot ?

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: You can try the latest snapshot : http://maven.zones.apache.org/~continuum/builds/trunk/ Did you change something in database schema ? I get that when I launch the snapshot : com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: yes, some fields are added. We're writing a doc about database migration. Ok, I will try with a fresh database, I'll migrate later. Damien

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: Olivier has done a little patch that improve a lot the rendering. I have a group with 100 projects, before the patch, the page was display in 12s and now it's less than 2s. Can you give a try? Incredibly fast ! My now 25 module project page is

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-13 Thread Damien Lecan
Checking of roles takes ~4s. Improvements could be done ? It isn't the roles check that take some seconds but pages aren't the exactly the same for a guest and an admin. If you don't get project group admin or project group developer roles to guest, he can't see some actions/links like

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-12 Thread Damien Lecan
Hello, for http://maven.zones.apache.org/continuum/projectGroupSummary.action?projectGroupId=9 we have 30 modules printed in 7,5s and the page size is 101ko We use the standalone version installed in a vm. Standalone version is as slow as embedded version in Tomcat :-( My server is not

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-11 Thread Damien Lecan
I could activate some special debug log or anything else which could help ? you can set the log level of JPOX* and SQL to DEBUG in apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml I did that. I load page Project Group Summary of a 17 module project. For a request that

Re: How to run a batch file or shell script from maven

2007-09-11 Thread Damien Lecan
Hello, Can anyone tell me how to run a batch file or shell script from maven? Look at this plugin : http://mojo.codehaus.org/exec-maven-plugin Damien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-11 Thread Damien Lecan
2007/9/10, Emmanuel Venisse [EMAIL PROTECTED]: Continuum can't be compared to Archiva because in Continuum pages we have lot of db queries. This server is also running Jira (same local MySql server, same Tomcat instance), without a such slowness. Are you interested in knowing what's happening

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-10 Thread Damien Lecan
Hello, I set up Archiva 1.0-beta-1 with the same configuration, and performances are quite better than Continuum one (2-3s to display a page). How can I understand what happen to my Continuum instance ? Thanks Damien Lecan 2007/9/4, Emmanuel Venisse [EMAIL PROTECTED]: We know that 1.1

Re: Test resources in final release ?

2007-09-04 Thread Damien Lecan
Hello, You have got another problem : your app has been released with SNAPSHOT dependencies. I have got an awareness of this. Thanks for pointing this out again. I was not able to found spring-orm 1.1 tag in your svn (http://svn.castor.codehaus.org/browse/castor/castor-spring/tags)

Re: Test resources in final release ?

2007-09-03 Thread Damien Lecan
When you do mvn package, what is the content of your artifact ? Do you have any special profiles activated when releasing ? You have got another problem : your app has been released with SNAPSHOT dependencies. Look at : dependency groupIdorg.codehaus.castor/groupId

Re: [M2] j2me-maven-plugin: preverification error

2007-06-28 Thread Damien Lecan
compilerArguments bootclasspath${env.WTK_HOME}/lib/cldcapi11.jar;${env.WTK_HOME }/lib/midpapi20.jar/bootclasspath /compilerArguments Glad to see that working. At least, if you have an internal maven repository, you might have a more portable build system. You

Re: [M2] j2me-maven-plugin: preverification error

2007-06-28 Thread Damien Lecan
thx for this hint. i already tried ${settings.localRepository} but since i use the default (and no ${settings.localRepository} is specified in my settings.xml) maven can't resolve the property. I'm using default local repository location, and it's working ! ${settings.localRepository} can be

Re: [M2] j2me-maven-plugin: preverification error

2007-06-25 Thread Damien Lecan
Hello, i'm using a java.io.DataInputStream in my application, which is derived from: So how can i tell the maven-compile-plugin, to use the J2ME API insteaed of JDK? (When compiling with my old eclipseME-plugin, everything works fine, for JDK 1.3) Your question is not clear :) You want to

Re: [M2] j2me-maven-plugin: preverification error

2007-06-25 Thread Damien Lecan
, it should work with those from pyx4me. Other jars : http://repo1.maven.org/maven2/org/microemu/ Good luck Damien Lecan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Eclipse RCP/PDE building and Maven

2007-05-15 Thread Damien Lecan
(the wizard mostly), if somebody is interested on it, just waiting for a place to put it in. That will be a very interesting piece of code. Where will you put it in ? Thanks Damien Lecan - To unsubscribe, e-mail: [EMAIL

Re: Releasing from multiple modules

2007-04-25 Thread Damien Lecan
I'm fairly new to Maven2 and haven't used it much in situations more complex than those described in the documentation. But now I have hit an issue that I haven't been able to find much documentation on this subject[1]

Re: Maven Release Problem (downloading snapshot)

2007-04-24 Thread Damien Lecan
http://jira.codehaus.org/browse/MRELEASE-3 Damien 2007/4/24, jim.s [EMAIL PROTECTED]: Hello, I am using the Maven Release plugin to release my project. If the SNAPSHOT version has not been installed I get the following error: 1 required artifact is missing. for artifact:

Re: Adding JARs and DLLs to a repository (RXTX)...

2007-04-12 Thread Damien Lecan
Hello, Add your dll in repository without pom, as dll type Then, use maven-dependency-plugin to get and copy dll were you want. Exemple : plugin artifactId-maven-dependency-plugin/artifactId executions execution idcopy/id

Re: Why does site require installation of artifacts?

2007-03-30 Thread Damien Lecan
It seems to be a bug http://jira.codehaus.org/browse/MJAVADOC-116 Vote for it Damien 2007/3/29, Joerg Hohwiller [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, can someone explain why I can do a mvn package to a multiproject that has inter-module-dependencies

Re: Commons IO FileUtils needed

2007-01-25 Thread Damien Lecan
Hello, Use that to find your artifacts : http://www.mvnrepository.com/ Damien 2007/1/25, [EMAIL PROTECTED] [EMAIL PROTECTED]: Never mind, found them in the root :) http://repo1.maven.org/maven2/commons-io/ kind regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-22 Thread Damien Lecan
2007/1/19, Mick Knutson [EMAIL PROTECTED]: I am still using XDoclet 1 and want to create an entry for hibernate-properties-ProviderHistory.xml but am not sure where to put that file to get picked up during a merge... Can anyone please help ? What is hibernate-properties-ProviderHistory.xml