RE : Upload request opensymphony quartz 1.6.4

2009-02-11 Thread Deneux, Christophe
To have an artifact uploaded, you should follow the following guide: 
http://maven.apache.org/guides/mini/guide-central-repository-upload.html, 
section "Manual upload of artifacts"
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Comitter
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: torsten.reinh...@gi-de.com [mailto:torsten.reinh...@gi-de.com]
Date: mer. 11/02/2009 14:48
À: Maven Users List
Objet : Upload request opensymphony quartz 1.6.4



Hi,

could anyone please upload the newest version of opensymphony/quartz-all ?

In repo1 I could only find 1.6.1

thanx a lot,

Torsten








This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


RE : RE : RE : maven / osgi / repositories

2009-01-30 Thread Deneux, Christophe
Sorry, but I haven't a such POM.
 
Moreover, I think that you should define different profiles: one for the 
standard jar (without maven-assembly-plugin), another for the OSGI jar (whith 
the maven-assembly-plugin). It seems to me that when using the 
maven-assembly-plugin with the goal "attach" only the jar generated by the 
maven-assembly-plugin can be deployed (through maven-deploy-plugin). So to be 
able to deploy the both JARs you need two profiles.
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Comitter
Tel: + 33 4 93 95 55 92 / www.capgemini.com <http://www.capgemini.com/> 
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Henri Gomez [mailto:henri.go...@gmail.com]
Date: jeu. 29/01/2009 10:39
À: Maven Users List
Objet : Re: RE : RE : maven / osgi / repositories



Good idea.

Did you have sample pom.xml for study ?

Thanks Christophe

2009/1/29 Deneux, Christophe :
> In your OSGI bundle project, you will use the maven-assembly-plugin to 
> generate your OSGI bundle artifact (artifactId-version-classifier.jar) with:
>   - configuration of the Manifest to specify specific OSGI information:
> 
>maven-assembly-plugin
>
>  [...]
>  
>
>  [...]
>
>  
>
>[...]
>  
>- a classifier set in the assembly id of the assembly descriptor.
>
>
> To reference a dependence on a OSGI bundle, you should use the dependencies 
> mechanism:
>  
> [...]
>
>org.apache.ant
>ant
>1.7.1
>osgi
>
> [...]
>  
>
> So you have in your repository: an artifact usable as simple library (the 
> default artifact) and another one usable as a OSGI bundle.
> I never try a such configuration, but I imagine that it should work fine.
>
>
> ___
> Christophe DENEUX / Capgemini Sud / Méditerranée
> Integration Architect / OW2 PEtALS Comitter
> www.capgemini.com <http://www.capgemini.com/>
> Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
> Join the Collaborative Business Experience
> ___
> Please consider the environment and do not print this email unless absolutely 
> necessary. Capgemini encourages environmental awareness.
>
> ________
>
> De: Henri Gomez [mailto:henri.go...@gmail.com]
> Date: mer. 28/01/2009 18:04
> À: Maven Users List
> Objet : Re: RE : maven / osgi / repositories
>
>
>
> 2009/1/28 Deneux, Christophe :
>> Isn't the role of the "classifier" field ?
>>
>> instead of :
>>
>> org.apache.ant
>> ant
>> 1.7.1
>>
>> we could use :
>>
>> org.apache.ant
>> ant
>> 1.7.1
>> osgi
>
> Good but how do you specify such classifier in dependants projects ?
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>
>
>
>
>
>
>
>
> This message contains information that may be privileged or confidential and 
> is the property of the Capgemini Group. It is
> intended only for the person to whom it is addressed. If you are not the 
> intended recipient, you are not authorized to
> read, print, retain, copy, disseminate, distribute, or use this message or 
> any part thereof. If you receive this message
> in error, please notify the sender immediately and delete all copies of this 
> message.
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org









This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


RE : RE : maven / osgi / repositories

2009-01-29 Thread Deneux, Christophe
In your OSGI bundle project, you will use the maven-assembly-plugin to generate 
your OSGI bundle artifact (artifactId-version-classifier.jar) with:
   - configuration of the Manifest to specify specific OSGI information:
 
maven-assembly-plugin

  [...]
  

  [...]

  

[...]
  
- a classifier set in the assembly id of the assembly descriptor.

 
To reference a dependence on a OSGI bundle, you should use the dependencies 
mechanism:
  
 [...]

org.apache.ant
ant
1.7.1
osgi

 [...]
  
 
So you have in your repository: an artifact usable as simple library (the 
default artifact) and another one usable as a OSGI bundle.
I never try a such configuration, but I imagine that it should work fine.
 
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Comitter
www.capgemini.com <http://www.capgemini.com/> 
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Henri Gomez [mailto:henri.go...@gmail.com]
Date: mer. 28/01/2009 18:04
À: Maven Users List
Objet : Re: RE : maven / osgi / repositories



2009/1/28 Deneux, Christophe :
> Isn't the role of the "classifier" field ?
>
> instead of :
>
> org.apache.ant
> ant
> 1.7.1
>
> we could use :
>
> org.apache.ant
> ant
> 1.7.1
> osgi

Good but how do you specify such classifier in dependants projects ?

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org









This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


RE : Release plugin development.

2009-01-28 Thread Deneux, Christophe
As explain in the settings references, env variable are used with the prefix 
"env", otherwise it's considered as a property. For example, ${env.PATH} 
contains the $path environment variable.
 
Have you try ? I'm not sure that this will fix your problem, but I'm using the 
same mirror declaration, but with properties, without problem. A workaround can 
be to set a new property in your settings.xml instead to use an env variable.
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Comitter
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Nord, James [mailto:jn...@nds.com]
Date: mer. 28/01/2009 13:54
À: users@maven.apache.org
Objet : Release plugin development.



Is the release plugin development ongoing or is this an orphand plugin.

I ask as I and others have a showstopper with it not inheriting the
process environment when doing release:perform.
http://jira.codehaus.org/browse/MRELEASE-406

Or does anyone have any bright ideas how to work around this?

Regards,

/James









This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


RE : maven / osgi / repositories

2009-01-28 Thread Deneux, Christophe
Isn't the role of the "classifier" field ?
 
instead of :

org.apache.ant
ant
1.7.1

we could use :

org.apache.ant
ant
1.7.1
osgi




De: Henri Gomez [mailto:henri.go...@gmail.com]
Date: mar. 27/01/2009 23:00
À: Maven Users List
Objet : Re: maven / osgi / repositories



> as you point it out there is definitely an issue with the renaming of
> groupId /artifactId as it will 'break' maven dependency management.
> However I don't think that anyone but the project owner(s) should be
> allowed to deploy a jar with their groupId/artifactId (to the public
> repo). I believe this is why the springsource guys renamed theirs.
>
> I feel like the issue with non-OSGi jars is very similar to what
> happened when first moving all libraries from the maven1 repository to
> the maven2 repository. This is even more complicated as this time the
> "metadata" in inside the jar. Until all projects make the effort of
> having a correct OSGi compatible MANIFEST in their jars we'll have to
> deal with it ourselves.
>
> The only way that I can think of it working is to have your own
> repository with OSGi-ified versions of the libraries you need. The
> most sensible thing to do is probably changing the version so that it
> identifies the jar as being OSGi. This will let you use maven's
> dependency management to some extent. You will have to use the
> "dependencyManagement" section of your POMs though to enforce OSGi
> versions of the libraries. I don't think those jars can go to the
> public repo though.

Good idea.

instead of :

org.apache.ant
ant
1.7.1

we could use :

org.apache.ant
ant
1.7.1-osgi

> Practically I would consider creating maven projects on your side of
> things using the shade plugin to create an OSGi version of the library
> you want, just overriding/merging the MANIFEST and changing the
> version. This would simply be a pom.xml and a MANIFEST file.
> Another thing is definitely to create issues and provide patches to
> those project so that they can start make their jars OSGi compatible.

That's a huge task and may be a duplicate works from what is done by
SpringSource and Eclipse ;(

BTW, I'll be happy to see a sample pom.xml for such task, if you have
one, it's more than welcome

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org









This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


RE: Using ${} notation as a literal

2008-10-23 Thread Deneux, Christophe
I'm not an expert of the maven-resources-plugin but I think that its escaping 
mechanism is to use into resource files and not in the POM file.


___

Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Commiter
Tel: + 33 4 93 95 55 92 / www.capgemini.com
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___

Please consider the environment and do not print this email unless absolutely
necessary. Capgemini encourages environmental awareness. 
-Message d'origine-
De : Kalle Korhonen [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 20 octobre 2008 19:01
À : Maven Users List
Objet : Re: Using ${} notation as a literal

On Mon, Oct 20, 2008 at 9:42 AM, Deneux, Christophe < [EMAIL PROTECTED]> wrote:

> No escaping mechanism exists. See 
> http://jira.codehaus.org/browse/MNG-3558
>

Does the escaping mechanism in the new resource plugin work for this as well?
"New features :
- New mojo to copy resources [1]
- escape mechanism for property interpolation [2]
-  configuring file extension to not filtering [3]"
http://maven.apache.org/plugins/maven-resources-plugin/examples/escape-filtering.html

This has been working for any velocity templates: ${dollarSign}{value}.

Kalle



>
> __
> 
>
> Christophe DENEUX / Capgemini Sud / Méditerranée Integration Architect 
> / OW2 PEtALS Commiter
> Tel: + 33 - -- -- -- -- / www.capgemini.com Porte de l'Arénas - Entrée 
> B / 455 Promenade des Anglais / 06200 Nice / FRANCE Join the 
> Collaborative Business Experience
>
> __
> _
>
> Please consider the environment and do not print this email unless 
> absolutely necessary. Capgemini encourages environmental awareness.
> -Message d'origine-
> De : Okken,Brett [mailto:[EMAIL PROTECTED] Envoyé : vendredi 17 
> octobre 2008 17:02 À : users@maven.apache.org Objet : Using ${} 
> notation as a literal
>
>
> In my pom, I need to pass a configuration value to a plugin which 
> contains "${...}" as part of the string. Is there a way to prevent 
> maven from filtering this string? Currently the value passed to the 
> plugin replaces the "${...}" wil "null".
>
> Brett Okken | MMF Archive | Software Architect | 816.201.6112 | 
> www.cerner.com | [EMAIL PROTECTED]
>
> --
> CONFIDENTIALITY NOTICE This message and any included attachments are 
> from Cerner Corporation and are intended only for the addressee. The 
> information contained in this message is confidential and may 
> constitute inside or non-public information under international, 
> federal, or state securities laws. Unauthorized forwarding, printing, 
> copying, distribution, or use of such information is strictly 
> prohibited and may be unlawful. If you are not the addressee, please 
> promptly delete this message and notify the sender of the delivery 
> error by e-mail or you may call Cerner's corporate offices in Kansas City, 
> Missouri, U.S.A at (+1) (816)221-1024.
>
>
>
>
>
>
> This message contains information that may be privileged or 
> confidential and is the property of the Capgemini Group. It is 
> intended only for the person to whom it is addressed. If you are not 
> the intended recipient, you are not authorized to read, print, retain, 
> copy, disseminate, distribute, or use this message or any part 
> thereof. If you receive this message in error, please notify the 
> sender immediately and delete all copies of this message.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>






This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Using ${} notation as a literal

2008-10-20 Thread Deneux, Christophe
No escaping mechanism exists. See http://jira.codehaus.org/browse/MNG-3558 


___

Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Commiter
Tel: + 33 - -- -- -- -- / www.capgemini.com
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___

Please consider the environment and do not print this email unless absolutely
necessary. Capgemini encourages environmental awareness. 
-Message d'origine-
De : Okken,Brett [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 17 octobre 2008 17:02
À : users@maven.apache.org
Objet : Using ${} notation as a literal


In my pom, I need to pass a configuration value to a plugin which contains 
"${...}" as part of the string. Is there a way to prevent maven from filtering 
this string? Currently the value passed to the plugin replaces the "${...}" wil 
"null".

Brett Okken | MMF Archive | Software Architect | 816.201.6112 | www.cerner.com 
| [EMAIL PROTECTED]

--
CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024.






This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : Upload jar to remote central repository

2008-05-20 Thread Deneux, Christophe
Caution using the scp protocol. I think that the path of your URL will be the 
following filesystem path: "/home/myUser/maven/repository". And I think that 
this directory does not exist.
 
 
You should use an SCP URL as: "scp://myserver.com/http://myserver.com/maven/repository>
 
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Fabien Coppens [mailto:[EMAIL PROTECTED]
Date: mar. 20/05/2008 14:42
À: Maven Users List
Objet : Upload jar to remote central repository



Yes people, I am back to this subject of being able to deploy
a jar file to the central repository on a remote machine, because I
still can't get it to work... :-(
The Apache conf on the server has a directory mapping to
http://myserver.com/maven/repository
which exists and has already been manually loaded.
I have configured the repository and server data in my settings file :


  DEV
  myUser
  myPassword
  

  

and

toto


DEV

http://myserver.com/maven/repository/


true
always


true



  


DEV

http://myserver.com/maven/repository/


true


false





Here's the command I try to run :
mvn deploy:deploy-file -DgroupId=esper -DartifactId=esper
-Dversion=2.0.0 -Dpackaging=jar
-Durl=scp://myserver.com/maven/repository
-Dfile=C:\Work\esper-2.0.0\esper-2.0.0.jar -DrepositoryId=DEV

And I get the following error :
[INFO]

[INFO] Error deploying artifact: Error performing commands for file transfer

Exit code: 1 - mkdir: cannot create directory `/maven': Permission denied

Now why is it trying to create a directory that already exists on the
remote server ?
Or am I using a wrong URL ?

Fabien

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


RE : Dependency licenses

2008-05-19 Thread Deneux, Christophe
Hi James,
 
Your plugin is very interresting.
 
Please, can you add the following features:
  - In the goal "download", can you add a parameter to exclude all dependencies 
that are not in the final package (all dependencies where the scope is 
"provided" or "test")
  - Can you add a new goal to check the dependency licences against the current 
project one. If a licence incompatibility exists, the build will fail. The 
licence compatibilities will be defined in a xml file available in the plugin 
classpath ?
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: James William Dumay [mailto:[EMAIL PROTECTED]
Date: dim. 04/05/2008 05:35
À: Maven Users List
Objet : Re: Dependency licenses



Keith,

We are working on something like that at Atlassian right now.

Checkout this plugin:
https://svn.atlassian.com/svn/public/atlassian/maven-plugins/maven-licenses-plugin/trunk/

You would probably be interested in the following two goals:
* List - This goal lists all of the licenses of all transitive 
dependencies of your project.
* Download - This goal will download all of the transitive 
dependencies of your project.

This plugin is still a work in progress but we hope to make it 
available on central shortly.

Cheers
James

On 04/05/2008, at 8:39 AM, Keith Bonawitz wrote:

> Is there a way to create an assembly that includes a license file for
> each dependency (including transitive dependencies)?
>
> Thanks,
> Keith
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Keith,

We are working on something like that at Atlassian right now.

Checkout this plugin:
https://svn.atlassian.com/svn/public/atlassian/maven-plugins/maven-licenses-plugin/trunk/

You would probably be interested in the following two goals:
* List - This goal lists all of the licenses of all transitive 
dependencies of your project.
* Download - This goal will download all of the transitive 
dependencies of your project.

This plugin is still a work in progress but we hope to make it 
available on central shortly.

Cheers
James

On 04/05/2008, at 8:39 AM, Keith Bonawitz wrote:

> Is there a way to create an assembly that includes a license file for
> each dependency (including transitive dependencies)?
>
> Thanks,
> Keith
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


RE : How to escape the substitution of properties in P OM file

2008-04-28 Thread Deneux, Christophe
Using Maven 2.0.9, I have tried without success:
   - ${dollar}{artifactId} with the property "dollar" set to "$", replaced by 
value of artifactId,
   - $${artifactId}, replaced by "$" followed by artifactId value.
 
In the plugin source code, the parameter is initialized with 
"$${artifactId}-$${version}" with the annotation @expression. This works fine.
 
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect
Tel: + 33 4 93 95 55 92 / www.capgemini.com <http://www.capgemini.com/> 
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Wendy Smoak [mailto:[EMAIL PROTECTED]
Date: lun. 28/04/2008 10:57
À: Maven Users List
Objet : Re: How to escape the substitution of properties in POM file



On Mon, Apr 28, 2008 at 4:16 PM, Deneux, Christophe
<[EMAIL PROTECTED]> wrote:

>  To configure a plugin (maven-petals-plugin), I need to set a value to 
> "${artifactId}" without substitution.
>  How can I escape the property substitution mecanism ?

Thinking that Velocity is somehow involved, I tried \${artifactId} in
an Antrun echo task, but it didn't work.  (I got a literal \ and the
value of artifactId.)

Any other ideas?

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





RE : [2.0.9 RC6] Release Candidate testing

2008-04-02 Thread Deneux, Christophe

+1, no problem to build my projects
 
--
Christophe
 



De: Martin Hoeller [mailto:[EMAIL PROTECTED]
Date: mer. 02/04/2008 09:06
À: users@maven.apache.org
Objet : Re: [2.0.9 RC6] Release Candidate testing



On 01 Apr 2008, Brian E. Fox wrote:

> I didn't get much response yesterday and we respun a new RC (RC6) so I'm
> resending the original mail.

Do you also want feedback like "no problems here"?

If yes: 2.0.9-RC6 runs fine, no problems here :-)

hth,
- martin




This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE: docbkx and XInclude

2008-03-26 Thread Deneux, Christophe

Have you activated the Xinclude support in the docbkx maven plugin (see 
http://docs.codehaus.org/display/MAVENUSER/Docbkx+Maven+Plugin, example 9) ? 


___

Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect
Tel: + 33 4 93 95 55 92 / www.capgemini.com
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___

Please consider the environment and do not print this email unless absolutely
necessary. Capgemini encourages environmental awareness. 
-Message d'origine-
De : DCVer [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 26 mars 2008 15:27
À : users@maven.apache.org
Objet : docbkx and XInclude


Hi folks,

I want to write large DocBook files and therefore I would like to divide them 
into many files. I've fould quite nice method for that - XInclude. The problem 
appears while generating PDF or HTML files from DocBook. The  is 
ignored and the separate DocBook file isn't imported to the parent one. I use 
XMLmind XML Editor for writing DocBook files, XMLmind XSL-FO Converter and 
docbkx Maven plugin for generating HTML and PDF files.

What is the best method for writing (and converting!) DocBook files separated 
into many submodules? Thanks in advance.
--
View this message in context: 
http://www.nabble.com/docbkx-and-XInclude-tp16301531s177p16301531.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : Ojdbc Dependency Issue

2008-03-11 Thread Deneux, Christophe

Use com.oracle:ojdbc14: instead of ojdbc:ojdbc:14 because 
ojdbc14 is different according to your Oracke RDBMS version
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Date: lun. 10/03/2008 17:18
À: Maven Users List
Objet : Re: Ojdbc Dependency Issue



TJ Greenier schrieb:
> I am trying to find the Oracle Ojdbc14.jar file in the maven repository so
> that I can successfully add this as a dependency in my pom.xml.  I have
> searched online and through the archives and all references point to the
> following:
>
>
> ojdbc
> ojdbc
> 14
> 
>
> However, when I browse the repo (
> http://repo1.maven.org/maven2/ojdbc/ojdbc/14/) the pom file exists, but not
> the jar file.  Likewise I considered using classes12.jar and found the same
> problem.  The pom file exists but there is no jar file.
>
> Am I going about this the right way?  Does anyone know of a repository where
> this file exists?  I did use the install plugin to push the file locally,
> but I want to simplify the process for my development team.  Any thoughts
> would be appreciated.
>  

The normal reason why there is a pom in the repo but no jar is because
the jar has a license that does not permit it to be redistributed by
anyone but the producer. I expect this is the case here, ie that it is
not legal for the oracle jars to be distributed from the apache servers.

In this situation, the only thing that can be done is to manually
install the file into your own repository. But then at least the
apache-provided pom gets downloaded so the maven metadata gets properly
set up for you.

You could try discussing this with your Oracle sales representative. Or
move to an open-source database.

Regards, Simon


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE : Error when running dashboard-maven-plugin

2007-12-12 Thread Deneux, Christophe

The problem is a bug: http://jira.codehaus.org/browse/MOJO-971
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
www.capgemini.com <http://www.capgemini.com/> 
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: dvicente [mailto:[EMAIL PROTECTED]
Date: jeu. 06/12/2007 10:09
À: users@maven.apache.org
Objet : Re: Error when running dashboard-maven-plugin




Hi,

could you change the Continuum goal as "-e -X dashboard-report:persist" and
send the whole log as attachment.

moreover, could you detail your config as :
- maven version
- JDK version
- used database and version
- Continuum version

Best regards
David


Deneux, Christophe wrote:
>
>
> Hi all,
> 
> 
> I have the following error when running dashboard-maven-plugin:persist on
> my project into Continuum. That's works fine on the command line.
> 
> Can someone help me ?
> The plugin version used is: 1.0-20070907.172709-15
> [INFO]
> 
> [ERROR] FATAL ERROR
> [INFO]
> 
> [INFO]instance not of expected entity type:
> org.codehaus.mojo.dashboard.report.plugin.beans.JDependReportBean is not
> a: org.codehaus.mojo.dashboard.report.plugin.beans.AbstractReportBean
> [INFO] Trace
> org.hibernate.HibernateException: instance not of expected entity type:
> org.codehaus.mojo.dashboard.report.plugin.beans.JDependReportBean is not
> a: org.codehaus.mojo.dashboard.report.plugin.beans.AbstractReportBean
>   at
> org.hibernate.persister.entity.AbstractEntityPersister.getSubclassEntityPersister(AbstractEntityPersister.java:3568)
>   at
> org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1347)
>   at org.hibernate.engine.ForeignKeys.isTransient(ForeignKeys.java:180)
>   at
> org.hibernate.event.def.AbstractSaveEventListener.getEntityState(AbstractSaveEventListener.java:487)
>   at
> org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:84)
>   at
> org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70)
>   at org.hibernate.impl.SessionImpl.fireSaveOrUpdate(SessionImpl.java:507)
>   at org.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:499)
>   at
> org.hibernate.engine.CascadingAction$1.cascade(CascadingAction.java:218)
>   at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:268)
>   at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:216)
>   at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:169)
>   at
> org.hibernate.engine.Cascade.cascadeCollectionElements(Cascade.java:296)
>   at org.hibernate.engine.Cascade.cascadeCollection(Cascade.java:242)
>   at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:219)
>   at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:169)
>   at org.hibernate.engine.Cascade.cascade(Cascade.java:130)
>   at org.hibernate.engine.Cascade.cascade(Cascade.java:97)
>   at
> org.hibernate.event.def.DefaultSaveOrUpdateEventListener.cascadeOnUpdate(DefaultSaveOrUpdateEventListener.java:332)
>   at
> org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performUpdate(DefaultSaveOrUpdateEventListener.java:304)
>   at
> org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsDetached(DefaultSaveOrUpdateEventListener.java:217)
>   at
> org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:93)
>   at
> org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70)
>   at org.hibernate.impl.SessionImpl.fireSaveOrUpdate(SessionImpl.java:507)
>   at org.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:499)
>   at org.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:495)
>   at
> org.codehaus.mojo.dashboard.report.plugin.hibernate.HibernateServiceImpl.saveOrUpdate(HibernateServiceImpl.java:235)
>   at
> org.codehaus.mojo.dashboard.report.plugin.DashBoardDBMojo.execute(DashBoardDBMojo.java:80)
>
> ___
> Christophe DENEUX / Capgemini Sud / Médite

Error when running dashboard-maven-plugin

2007-12-06 Thread Deneux, Christophe

Hi all,
 
 
I have the following error when running dashboard-maven-plugin:persist on my 
project into Continuum. That's works fine on the command line.
 
Can someone help me ?
The plugin version used is: 1.0-20070907.172709-15
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO]instance not of expected entity type: 
org.codehaus.mojo.dashboard.report.plugin.beans.JDependReportBean is not a: 
org.codehaus.mojo.dashboard.report.plugin.beans.AbstractReportBean
[INFO] Trace
org.hibernate.HibernateException: instance not of expected entity type: 
org.codehaus.mojo.dashboard.report.plugin.beans.JDependReportBean is not a: 
org.codehaus.mojo.dashboard.report.plugin.beans.AbstractReportBean
at 
org.hibernate.persister.entity.AbstractEntityPersister.getSubclassEntityPersister(AbstractEntityPersister.java:3568)
at 
org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1347)
at org.hibernate.engine.ForeignKeys.isTransient(ForeignKeys.java:180)
at 
org.hibernate.event.def.AbstractSaveEventListener.getEntityState(AbstractSaveEventListener.java:487)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:84)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70)
at org.hibernate.impl.SessionImpl.fireSaveOrUpdate(SessionImpl.java:507)
at org.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:499)
at 
org.hibernate.engine.CascadingAction$1.cascade(CascadingAction.java:218)
at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:268)
at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:216)
at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:169)
at 
org.hibernate.engine.Cascade.cascadeCollectionElements(Cascade.java:296)
at org.hibernate.engine.Cascade.cascadeCollection(Cascade.java:242)
at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:219)
at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:169)
at org.hibernate.engine.Cascade.cascade(Cascade.java:130)
at org.hibernate.engine.Cascade.cascade(Cascade.java:97)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.cascadeOnUpdate(DefaultSaveOrUpdateEventListener.java:332)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performUpdate(DefaultSaveOrUpdateEventListener.java:304)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsDetached(DefaultSaveOrUpdateEventListener.java:217)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:93)
at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70)
at org.hibernate.impl.SessionImpl.fireSaveOrUpdate(SessionImpl.java:507)
at org.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:499)
at org.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:495)
at 
org.codehaus.mojo.dashboard.report.plugin.hibernate.HibernateServiceImpl.saveOrUpdate(HibernateServiceImpl.java:235)
at 
org.codehaus.mojo.dashboard.report.plugin.DashBoardDBMojo.execute(DashBoardDBMojo.java:80)

___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE : Code Complexity Plugin

2007-09-10 Thread Deneux, Christophe

Take an eye to javancss plugin: http://mojo.codehaus.org/javancss-maven-plugin/
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED]
Date: ven. 07/09/2007 23:35
À: users@maven.apache.org
Objet : Code Complexity Plugin



Is there a plug-in to calculate the code complexity of Java code?  I
tried using the PMD, but I did not see the results for complexity.  May
someone please point me in the right direction for this?  Thank you.


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message.


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]




This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE : How to get dependencies with scope "provided" in a plugin

2007-09-05 Thread Deneux, Christophe

Brian,
 
If you use the maven-dependency-plugin on the commande-line, it works fine. 
But, as my case, if you declare it in your pom to execute the goal "resolve" on 
the phase "pre-integration-test", the dependencies with scope "provided" are 
not displayed :
 

 maven-dependency-plugin
 
  
   pre-integration-test
   
resolve
   
  
 

 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com <http://www.capgemini.com/> 
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Brian E. Fox [mailto:[EMAIL PROTECTED]
Date: mer. 05/09/2007 15:21
À: Maven Users List
Objet : RE: How to get dependencies with scope "provided" in a plugin



Take a look at the dependency plugin. There are some artifact filters that work 
on scope. These are being moved to a common location so that plugin developers 
can use them.

-Original Message-
From: Deneux, Christophe [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 05, 2007 3:29 AM
To: users@maven.apache.org
Subject: How to get dependencies with scope "provided" in a plugin


Hi all,

I'm writting a maven plugin.
I have a goal running on the phase "pre-integration-test". For a continuous 
integration context, in this goal, I want to deploy external artefacts, 
available on a repository, so they are marked as provided in the section 
"dependencies" of the current project.

In the goal, I need to get the provided dependencies. But I am not be able ti 
get them using documentation, Google and some plugin source code. How can I get 
them ?
I had get them only if I run my plugin outside a lifecycle using the command 
line: mvn groupId:pluginId:goal. But I don't why ?

NB: Sorry if you receive this mail twice, it seems to me that the first send is 
not arrived.

___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com <http://www.capgemini.com/>
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE : RE : how to declare a dependency that depends o f target JRE ?

2007-09-05 Thread Deneux, Christophe

Yes, right.
 
Perhaps, using activation based on property/value is better. In each profile 
you define your dependency Management, the maven-compiler-plugin target :
 
 

   jdk1.4
   
  
  jdk
  1.4
  
   
   
   ...
   
   
   
   ... maven-compiler-plugin confugred with target 1.4
   


   jdk1.3
   
  
  jdk
  1.3
  
   
   
   ...
   
   
   
   ... maven-compiler-plugin confugred with target 1.3
   

 
You can add one of these profiles as the default one. 

 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com <http://www.capgemini.com/> 
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: nicolas de loof [mailto:[EMAIL PROTECTED]
Date: mer. 05/09/2007 10:20
À: Maven Users List
Objet : Re: RE : how to declare a dependency that depends of target JRE ?



I know this jdk activation strategy but IMHO this is not safe :

I'm myself using Jdk 1.5 on my computer but set the maven-compiler-plugin
for target jre beeing 1.3 or 1.4. I don't want to change my JAVA_HOME evey
time I start a new project, and maven2 requires Java 1.4 so this strategy
cannot be used to build projects that target Java 1.3.

Nico.


2007/9/5, Deneux, Christophe <[EMAIL PROTECTED]>:
>
>
> Nicolas,
>
> You can defined profile according to the used JDK. In these profile you
> should defined a dependencyManagement in which you define your artifact
> version to use:
>
> 
>jdk1.4
>
>   1.4
>
>
>...
>
> 
>
>
>
>
>
>
> ___
> Christophe DENEUX / Capgemini Sud / Méditerranée
> Technical Leader
> Tel: + 33 4 93 95 55 92 / www.capgemini.com <http://www.capgemini.com/>
> Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice /
> FRANCE
> Join the Collaborative Business Experience
>
> ___
> Please consider the environment and do not print this email unless
> absolutely necessary. Capgemini encourages environmental awareness.
>
> 
>
> De: nicolas de loof [mailto:[EMAIL PROTECTED]
> Date: mer. 05/09/2007 09:47
> À: Maven Users List
> Objet : how to declare a dependency that depends of target JRE ?
>
>
>
> Hello,
>
> I'm writing a shared utility project that uses backport-util-concurrent.
> This dependency has 3 versions, for java 1.2/1.3, java 1.4 and Java 5.
> How to set my POM dependencies so that projects that use my lib get the
> expected backport in classpath ?
> For now the only way I've found is to declare dependency on backport as
> optional.
>
> Nico.
>
>
>
>
> This message contains information that may be privileged or confidential
> and is the property of the Capgemini Group. It is intended only for the
> person to whom it is addressed. If you are not the intended recipient,  you
> are not authorized to read, print, retain, copy, disseminate,  distribute,
> or use this message or any part thereof. If you receive this  message in
> error, please notify the sender immediately and delete all  copies of this
> message.
>




This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE : how to declare a dependency that depends of targe t JRE ?

2007-09-05 Thread Deneux, Christophe

Nicolas,
 
You can defined profile according to the used JDK. In these profile you should 
defined a dependencyManagement in which you define your artifact version to use:
 

   jdk1.4
   
  1.4
   
   
   ...
   


 

 
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: nicolas de loof [mailto:[EMAIL PROTECTED]
Date: mer. 05/09/2007 09:47
À: Maven Users List
Objet : how to declare a dependency that depends of target JRE ?



Hello,

I'm writing a shared utility project that uses backport-util-concurrent.
This dependency has 3 versions, for java 1.2/1.3, java 1.4 and Java 5.
How to set my POM dependencies so that projects that use my lib get the
expected backport in classpath ?
For now the only way I've found is to declare dependency on backport as
optional.

Nico.




This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


How to get dependencies with scope "provided" in a plugin

2007-09-05 Thread Deneux, Christophe

Hi all,
 
I'm writting a maven plugin. 
I have a goal running on the phase "pre-integration-test". For a continuous 
integration context, in this goal, I want to deploy external artefacts, 
available on a repository, so they are marked as provided in the section 
"dependencies" of the current project.
 
In the goal, I need to get the provided dependencies. But I am not be able ti 
get them using documentation, Google and some plugin source code. How can I get 
them ?
I had get them only if I run my plugin outside a lifecycle using the command 
line: mvn groupId:pluginId:goal. But I don't why ?
 
NB: Sorry if you receive this mail twice, it seems to me that the first send is 
not arrived.
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


How to get dependencies with scope "provided" in a plugin

2007-09-04 Thread Deneux, Christophe

Hi all,
 
I'm writting a maven plugin. 
I have a goal running on the phase "pre-integration-test". For a continuous 
integration context, in this goal, I want to deploy external artefacts, 
available on a repository, so they are marked as provided in the section 
"dependencies" of the current project.
 
In the goal, I need to get the provided dependencies. But I am not be able ti 
get them using documentation, Google and some plugin source code. How can I get 
them ?
I had get them only if I run my plugin outside a lifecycle using the command 
line: mvn groupId:pluginId:goal. But I don't why ?
 
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE : [M2] mvn-qalab-plugin: qalab.xml

2007-06-26 Thread Deneux, Christophe

qalab.xml is the database used my the qalab plugin to store the project history 
about some information (see the qualab documentation). So, it should not be 
deleted on a "mvn clean".
You don't need to check it in your scm.
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: CodingPlayer [mailto:[EMAIL PROTECTED]
Date: mar. 26/06/2007 11:21
À: users@maven.apache.org
Objet : [M2] mvn-qalab-plugin: qalab.xml




Hi,

i just wonder why the qalab.xml file is not in the \target folder (since it
is generated).

do i need to check it in to my SCM (Subversion), is it updated when
executing later builds?
(does the plugin store the history of previous builds in this file?)

or can i put it on the ignore list? and add it to the maven-clean-plugin
configuration?

thx 4 help
R.C.
--
View this message in context: 
http://www.nabble.com/-M2--mvn-qalab-plugin%3A-qalab.xml-tf3981348s177.html#a11302455
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE : Maven plugin DocBook Doclet

2007-06-18 Thread Deneux, Christophe

Hi Christian,
 
Do you know the doclet "dbdoclet" (http://www.michael-a-fuchs.de/) ?
 
I think that you can use this doclet inside your maven-javadoc-plugin 
configuration to generate the DocBook XML associated to your Javadoc.
An example of doclet usage in maven-javadoc-plugin is available at 
http://maven.apache.org/plugins/maven-javadoc-plugin/examples/alternate-doclet.html.
 
If needed, I can help you.
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Trutz, Christian [mailto:[EMAIL PROTECTED]
Date: lun. 11/06/2007 15:38
À: Maven Users List
Objet : Maven plugin DocBook Doclet



Hi list,

I would like to mark my javadoc comments with
DocBook tags.

mvn javadoc:javadoc

should also create a docbook xml file with
complete javadoc content from the java sources.

Does anyone knows a maven plugin for the above task?

Christian


CENIT AG Systemhaus, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 
7825-30, Fax: +49 711 7825-4000, Internet: www.cenit.de
Geschaeftsstellen: Berlin, Duesseldorf, Frankfurt, Hamburg, Hannover, Muenchen, 
Saarbruecken
Vorstandsmitglieder: Kurt Bengel, Christian Pusch, Andreas Schmidt
Aufsichtsratsmitglieder: Falk Engelmann (Vorsitzender des Aufsichtsrats), 
Hubert Leypoldt, Dr. Dirk Lippold
Bankverbindungen: Deutsche Bank (BLZ 600 700 70) Kto. 1661 040, Commerzbank 
(BLZ 600 400 71) Kto. 532 015 500, BW-Bank (BLZ 600 501 01) Kto. 2 403 313
Registergericht: Amtsgericht Stuttgart
Handelsregister: HRB Nr. 19117
Umsatzsteuer: ID-Nr. DE 147 862 777




This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE : How-to use a lib directory instead of the reposit ory

2007-06-01 Thread Deneux, Christophe

Hi,
 
To do that, you must use a private repository. A private repository has the 
same directory tree than your local repository ($HOME/.me/repository), and is 
located in your project. It is declared in your pom into the section 
 and/or . Its URL is a file based URL.
Moreover, in a multomodule project you will define the property 
"topDirectoryLocation"
 
Example:
  
   private
   Private Repository
   
file:${basedir}/${topDirectoryLocation}/etc/maven/private-repository
   
   
true
   
   
false
   
  
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Maarten Volders [mailto:[EMAIL PROTECTED]
Date: ven. 01/06/2007 15:10
À: users@maven.apache.org
Objet : How-to use a lib directory instead of the repository



All,

I have a lot of libs which are not in the repository (central) each of them
depending on a whole bunch of other libs, and manually putting them in the
internal repository is really a lot of work, type-work :-) because all the
dependencies have to be declared manually. So instead I want to make use of
a lib directory instead of retrieving all my jar from the repository.

How can this be accomplished with Maven?

Grtz




This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE : Can Eclipse plugin generate checkstyle configur ation?

2007-05-29 Thread Deneux, Christophe

Hi Christophe,
 
Have you try something like this:
 

 maven-eclipse-plugin
 org.apache.maven.plugins
 2.3
 
  
   
com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder
   
  
  
   
com.atlassw.tools.eclipse.checkstyle.CheckstyleNature
   
  
  
   
   
.checkstyle

 

   
  
 
   
 
 
where  is the content of the file generated by Eclipse: ..checkstyle 
at the project root directory.
 
___
Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 95 55 92 / www.capgemini.com  
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
___
Please consider the environment and do not print this email unless absolutely 
necessary. Capgemini encourages environmental awareness.



De: Christophe Hamerling - EBM WebSourcing [mailto:[EMAIL PROTECTED]
Date: ven. 25/05/2007 09:24
À: maven ml
Objet : Can Eclipse plugin generate checkstyle configuration?



Hi,

I can not find any information on the web on the checkstyle integration
in eclipse plugin.
I have followed the custom checkstyle coonfiguration as described here
http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-developed-checkstyle.html

I wonder if the eclipse plugin can include my custom checkstyle
configuration in the generated eclipse files.

Thank you

Christophe
--
*Christophe Hamerling*
PEtALS research engineer / Community manager   

*Work:* +33 5 61 28 56 46
*Email:* [EMAIL PROTECTED]

*IM:* christophe.hamerling (Skype)
*http://www.linkedin.com/in/chamerling
*My blog * *
* *
*eBM WebSourcing*  >
10 avenue de l'Europe

Ramonville St Agne, 31520 France


   





This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.