Re: XDoc and in a URL...

2009-08-20 Thread BenoitX
... but I need to re-check amp; and let you know Thanks for your help Benoit Dominic Mitchell wrote: On 19 Aug 2009, at 18:22, BenoitX wrote: Thanks for your email. There is more to it than what you think... Yes we are using bit.ly but the bit.ly APIs and the javascript way to shorten

XDoc and in a URL...

2009-08-19 Thread BenoitX
Hi *, I need to generate an XDOC with a header that contains a link to a javascript. So far, no problem. However, the URL where the code is contains a script type=text/javascript charset=utf-8

Re: XDoc and in a URL...

2009-08-19 Thread BenoitX
=R_2c362b417d0517c27876cbaca1bb68cc;/script Any suggestion so that the html geneated by xdoc would match the second form? or another type of encoding/escaping? Thanks Benoit Dominic Mitchell wrote: On 19 Aug 2009, at 16:48, BenoitX wrote: I need to generate an XDOC with a header that contains

Re: XDoc and in a URL...

2009-08-19 Thread BenoitX
Hi Wayne, Thanks for your email. There is more to it than what you think... Yes we are using bit.ly but the bit.ly APIs and the javascript way to shorten the current page on-the-fly. So that way StatCVS/StatSVN can put a Twitter button on any page and the current URl will be automatically

Re: XDoc and in a URL...

2009-08-19 Thread BenoitX
Furthermore, it appears that one cannot use bit.ly to shorten the URL for the bit.ly javascript; it complains that it is already a bit.ly URL (eventhough it is rather large and has '') Benoit BenoitX wrote: Hi Wayne, Thanks for your email. There is more to it than what you think

[m1] JAXB SchemaGen and JDK1.6 - isSubtype 15

2009-04-20 Thread Benoitx
Dear *, I know that jaxb is a subject that pops up on aregular basis but I do not seem to find a related message all the way back to 2007... We're still using Maven 1 (ok...) and intend to move from JDK 1.5 to 1.6. Our task to generate a schema from classes not longer works with JDK1.6 and

How to generate !-- from an XDOC?

2007-03-22 Thread Benoitx
Hi I'm trying to add a script in the footer of my maven site. The script MUST contain !-- 1) If I add this in the navigation.xml, the comment gets ignored in the output. 2) If I put the script with comment between ![CDATA[ ]], the !-- is changed to lt;-- How could I get the xdoc

Re: Can the xDoc plug-in pass the #169; entity into the XHTML without conversion?

2007-03-22 Thread Benoitx
Hi Lance co, Sorry to relaunch this thread. Your workaround is fine but how would you get xdoc to generate a !-- INSIDE a script itself. I need to add this **AS-IS** in a footer... any suggestion? Many thanks script type=text/javascript!-- google_ad_client = pub-XX; google_ad_width =

Re: Can the xDoc plug-in pass the #169; entity into the XHTML without conversion?

2007-03-22 Thread Benoitx
=turbine-maven-userm=108984870613874w=2 I never figured out a solution... -Lukas Benoitx wrote: Hi Lance co, Sorry to relaunch this thread. Your workaround is fine but how would you get xdoc to generate a !-- INSIDE a script itself. I need to add this **AS-IS** in a footer... any

Re: Can the xDoc plug-in pass the #169; entity into the XHTML without conversion?

2007-03-22 Thread Benoitx
to replace the escaped html entities, something like: ant:replace file=${file} token=amp;amp;gt; value=gt;/ ant:replace file=${file} token=amp;amp;lt; value=lt;/ An ugly hack, but it might work (if you don't have too many files to process...) HTH, -Lukas Benoitx wrote

[m2] Repository plugin not found?

2006-11-12 Thread Benoitx
Hi *, Trying to prepare an upload bundle... C:\project\qalab\maven2-qalab-pluginmvn repository:create-bundle [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'repository'. [INFO] [ERROR]

Re: [m2] Repository plugin not found?

2006-11-12 Thread Benoitx
Thanks Wendy, I saw both and had the feeling that I had tried both... obviously not. Thanks for your reply Benoit Wendy Smoak-3 wrote: On 11/12/06, Benoitx [EMAIL PROTECTED] wrote: C:\project\qalab\maven2-qalab-pluginmvn repository:create-bundle It's repository:bundle-create

[m2] Repository documentation obsolete?

2006-11-12 Thread Benoitx
Hi From http://maven.apache.org/plugins/index.html there is no link to the Repository Plugin, however, there is a page: http://maven.apache.org/plugins/maven-repository-plugin/index.html But the FAQ and usage pages are missing... What is happening with this plugin? Is there a replacement? Is

Re: [M1] QALab 0.9.1 and Maven plugin released

2006-11-09 Thread Benoitx
amount of work (real work and open source: QALab, JTreeMap, ObjectLabKit etc all on sourceforge by the way...). Sorry, Benoit dvicente wrote: could you join this effort = http://jira.codehaus.org/browse/MSITE-189 ? Thanks David Benoitx wrote: Paul Could you show us your POM

Re: [m2] How to ensure order of reports?

2006-11-07 Thread Benoitx
It is a known issue: http://jira.codehaus.org/browse/MSITE-188 Vote for it :-) Has anyone developed a patch? Benoitx wrote: Hi The report re-ordering seems to happen when a root POM with packagingpom is defined.. (thanks to Shelby for spotting this) Is there any reason why

[M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
Hi *, I have this problem with 1.1-RC1 but not with 1.1-beta3 (august). When I try to compile, jar:install or any other goal a project which is part of a multi-project setup, I get the following exception: BUILD FAILED Errors stack : Error parsing project.xml

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
) For the version, different version and releases were used. Is this no longer possible? Thanks Benoit ltheussl wrote: Your pom contains duplicate entries of the versions and reports tags. The error message is certainly misleading, but are you sure this worked with beta-3? -Lukas Benoitx

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
I guess that the option would be NOT to define any report/version in the common build and define everything at lower level to the risk of may be duplicating a bit more config. Benoitx wrote: Hi Thanks for your prompt answer, very appreciated. 100% sure it works with 1.1-b3 (just done

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
settings in the pom of the corresponding sub-project. In your case, you don't need any of the versions or reports tags in the parent pom. Cheers, -Lukas [1] http://jira.codehaus.org/browse/MAVEN-1755 Benoitx wrote: Hi Thanks for your prompt answer, very appreciated. 100% sure it works

[m2] How to ensure order of reports?

2006-11-06 Thread Benoitx
Hi *, Under m2.0.4, how do you ensure the order of reports? Assuming that they all have the same @phase, are they run in the order of declaration in reportingplugins... I seem to have the case where I would like qalab (a proto) to run AFTER checkstyle/pmd etc but it seems to run before... Is

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Benoitx
build. Kind regards Benoit Arnaud HERITIER wrote: Hi Benoit, Do you have the same error if you launch maven directly in m1-common-build ? Arnaud Benoitx wrote: Hi *, I have this problem with 1.1-RC1 but not with 1.1-beta3 (august). When I try to compile, jar:install

Re: Progress indicators for project management

2006-11-06 Thread Benoitx
. Cheers Prasad On 9/25/06, Benoitx [EMAIL PROTECTED] wrote: Christophe Thanks for trying QALab, as you know from this thread, it is work-in-progress. You can create your exporter that would log things in JDBC if you want, see: http://qalab.sourceforge.net/faq.html#my-export If you

Re: [m2] How to ensure order of reports?

2006-11-06 Thread Benoitx
Hi The report re-ordering seems to happen when a root POM with packagingpom is defined.. (thanks to Shelby for spotting this) Is there any reason why it should happen? Is there a way around this? Many thanks Benoit Benoitx wrote: Hi *, Under m2.0.4, how do you ensure the order

[M2] How to define footer in site.xml

2006-11-05 Thread Benoitx
HI * Is footer supported in site.xml (like it is in Maven 1?) I do not seem to be able to find any example. Thanks Benoit -- View this message in context: http://www.nabble.com/-M2--How-to-define-%3Cfooter%3E-in-site.xml-tf2579008s177.html#a7189541 Sent from the Maven - Users mailing list

Re: [m2] Recommended way to generate a report with maven LF

2006-11-03 Thread Benoitx
Hi First of all, thanks for your answers. It is appreciated. I've found a quick and xml-based way which matches my environment much better. I noticed that the plugin-plugin generated some XDOC and that they were converted very nicely like in maven1. Which brings me to this question, is xdoc

Re: [M1] QALab 0.9.1 and Maven plugin released

2006-11-01 Thread Benoitx
Paul Could you show us your POM that generates the XML for Cobertura? We're working on the M2 plugin for QALab... Thanks Benoit Benoitx wrote: Paul Can you post this on the QALab Users list. We will look into it but could you confirm which JDK you are using? It is the first time we

Re: [M1] QALab 0.9.1 and Maven plugin released

2006-10-24 Thread Benoitx
Paul Can you post this on the QALab Users list. We will look into it but could you confirm which JDK you are using? It is the first time we see that one... Regards Benoit Paul Balm wrote: Benoitx wrote: ObjectLab is pleased to announce the release of version 0.9.1 (slowly getting

[m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Benoitx
ObjectLab is pleased to announce the release 1.0.1 in Maven Repository of Objectlab Kit for Java 1.5 Open source Date Calculators for Business and Finance. http://objectlabkit.sourceforge.net The ObjectLab Kit is released under the business friendly Apache License v2.0. It is available

Re: [m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Benoitx
van Zyl wrote: Do not announce products going into the central repository. This is not a free advertising forum. It's a total abuse of this list. Projects or products. Doesn't matter if it's open source or not. Jason. On 10 Oct 06, at 8:35 AM 10 Oct 06, Benoitx wrote: ObjectLab

Re: Progress indicators for project management

2006-09-25 Thread Benoitx
Christophe Thanks for trying QALab, as you know from this thread, it is work-in-progress. You can create your exporter that would log things in JDBC if you want, see: http://qalab.sourceforge.net/faq.html#my-export If you write one such item, we would like to include it if it is generic. I

Re: [m1.1-rc1] javadoc does not generate anything...

2006-09-07 Thread Benoitx
I though that the issue may be related to generics and calling this invokeStatic on java.util.Arrays but this seems to work when I try at home with JDK 1.5.08 however, I'm having trouble with JDK 6-b2 May be the interface has changed or one cannot use the following jelly code:

Re: [m1.1-rc1] javadoc does not generate anything...

2006-09-07 Thread Benoitx
not sure we'll do it). I suppose that m2 supports it ;-) Arnaud On 9/7/06, Benoitx [EMAIL PROTECTED] wrote: I though that the issue may be related to generics and calling this invokeStatic on java.util.Arrays but this seems to work when I try at home with JDK 1.5.08 however, I'm having

RE: [m1] Test in sub-project depending on tests in another sub-project..

2006-09-05 Thread Benoitx
Hi Jeff! Thanks for the clear answer. Given the simplicity of the project (http://objectlabkit.sourceforge.net) I think that I'll stick with this but keep your suggestion in mind. Best regards Benoit Jeff Jensen wrote: Hi Benoit! It works, but requires the exact relative position

Re: [for newbie] ClearCase configuration

2006-08-25 Thread Benoitx
Has anybody found the solution? I have the clearcase-setting.xml file but where shall I put it to be taken into account by Continuum-1.0.3 Thanks Benoit -- View this message in context: http://www.nabble.com/ClearCase-configuration-tf2026205.html#a5985271 Sent from the Continuum - Users

M2 ChangeLog 2.0-snapshot generates NPE

2006-08-23 Thread Benoitx
Hi *, I've downloaded the 2.0-snapshot from urlhttp://people.apache.org/maven-snapshot-repository//url my POM says: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-changelog-plugin/artifactId version2.0-SNAPSHOT/version configuration

Re: M2 site:stage does not copy apidocs and xref?

2006-08-18 Thread Benoitx
Any suggestion or ETA on newer site plugin from the developers? Has a JIRA been raised on this? Thanks Benoit Jan Vissers wrote: Hi, this is an issue that has been brought earlier... as things stand with maven (or at least 2.0.4 which I'm checking) the multi module / aggregated