Re: [VOTE] Require Java 17 for Maven 4

2024-02-28 Thread Rodrigo Bourbon
+1 On Wed, Feb 28, 2024 at 4:31 AM Benjamin Marwell wrote: > Hi Maven Devs/Users/Committers and PMC members! > > After several discussions on the mailing lists, I would like to > start a vote in favour of setting the minimal Java bytecode target > of Maven-Core 4 to 17 and hence require Java 17

Re: Class loader leak using maven artifacts

2023-11-02 Thread Rodrigo Bourbon
I found out that wagon was actually disabled in the old version of the application that used aether 1.0.2.v20150114 and maven 3.3.9, so it seems definitely scoped just to wagon. On Thu, Nov 2, 2023 at 9:06 PM Rodrigo Bourbon wrote: > The application explicitly uses wagon, I should h

Re: Class loader leak using maven artifacts

2023-11-02 Thread Rodrigo Bourbon
nConfigurator with some custom configurations. I just came across this wagon thing and I'm reading about it, should I be able to fully replace it with the new default transport given that get, head, and put methods are neglected by it? On Thu, Nov 2, 2023 at 7:47 PM Tamás Cservenák wrote: > Hi Ro

Class loader leak using maven artifacts

2023-11-02 Thread Rodrigo Bourbon
Hi, I have an application that uses maven programmatically to resolve dependencies and I noticed that the class loader used to load the maven and maven-resolver artifacts is being retained in memory because of the connection manager created in

Maven 3.9: unable to set up RepositoryConnectorFactory

2023-06-09 Thread Rodrigo Bourbon
on how to overcome this situation? How is the maven-resolver-connector-basic supposed to be used after this change? Thanks in advance, Rodrigo.

Re: Support for Java 9+

2023-04-21 Thread Rodrigo Bourbon
Hi Karl, indeed I'm talking about Java's Module System. In essence, I'm using maven-model because I need to analyze POM files. Rodrigo. On Fri, Apr 21, 2023 at 10:27 AM Karl Heinz Marbaise wrote: > Hi, > > On 20.04.23 17:32, Rodrigo Bourbon wrote: > > Hi, I'm currently worki

Re: Support for Java 9+

2023-04-21 Thread Rodrigo Bourbon
Hi Nils, you're right, the thing is that I'm working with the modulepath. I'm in the process of modularizing my project and I got stuck because of the mentioned issue. Rodrigo. On Thu, Apr 20, 2023 at 8:49 PM Nils Breunese wrote: > As far as I know this is only an issue on Java 9+ if you

Support for Java 9+

2023-04-20 Thread Rodrigo Bourbon
the package org.apache.maven.model.merge, hence giving a split package issue when compiling with Java 9+. Is there any plan on being compatible with Java 9+ in the short term? What alternatives do you suggest? Thanks in advance, Rodrigo.

Support for Java 9+

2023-04-20 Thread Rodrigo Bourbon
the package org.apache.maven.model.merge, hence giving a split package issue when compiling with Java 9+. Is there any plan on being compatible with Java 9+ in the short term? What alternatives do you suggest? Thanks in advance, Rodrigo.

Re: [scala-debate] Emotional Support Group for Typesafe Maven Users

2014-12-04 Thread Rodrigo Cano
I just want to say that maven is not at all flowers, their phase model is too primitive, to the point where something such as wsimport (pretty basic stuff for good ol' java) did not work properly: I had a configuration for the java version wanted in the pom.xml, but because of the way phases work

DOXIA bug 441

2011-09-15 Thread Rodrigo Javier Tobar Carrizo
the ticket is enough? Thanks in advance, -- +Rodrigo Tobar Carrizo ESO - ALMA Division +E S+ Karl-Schwarzschild-Str. 2, 85748 Garching bei München OPhone: +49 89 3200 6629 * - To unsubscribe, e-mail: users

What to do with jars that are Moved (http-code: 302)

2010-01-22 Thread Rodrigo Meza
-1.4.jar;here/a./p hr addressApache Server at maven-repository.dev.java.net Port 443/address /body/html So, my question is: Is there any way to tell maven to follow redirections instead of downloading the html? Thanks in advance! Rodrigo

Re: What to do with jars that are Moved (http-code: 302)

2010-01-22 Thread Rodrigo Meza
On Fri, Jan 22, 2010 at 11:44 AM, Wayne Fay wayne...@gmail.com wrote: people's builds for reasons like this. Maven simply can't help this and is not currently smart enough to validate jars etc it downloads. thanks for your answer. Anyway, I dont think that maven has to validate jars, since the

Executing site:site during install breaks build

2009-08-25 Thread Rodrigo Ruiz
. Is there a way to make this configuration work? Thanks in advance -- --- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17 Analyst/Programmer 07121 Palma de Mallorca Baleares - Spain http://www.gridsystems.com

Re: Site documentation format choosing

2009-07-29 Thread Rodrigo Ruiz
. Rodrigo Ruiz Parc Bit - Edificio 17 Analyst/Programmer 07121 Palma de Mallorca Baleares - Spain http://www.gridsystems.com/ --- smime.p7s Description: S/MIME Cryptographic Signature

Telling mvn to look for .m2 somewhere other than user home directory

2009-05-26 Thread Rodrigo de Salvo Braz
of those worked. Can anyone give me any hints as to what to do regarding this? Best, Rodrigo - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Using a property for classifiers fails in transitive dependencies

2009-03-20 Thread Rodrigo Ruiz
not allowed to use Maven 2.1.0 in our build system until a final release is available, so I have not tested it yet. Any insight would be more than welcome, - -- - --- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17

Styling doxia generated books

2009-01-30 Thread Rodrigo Ruiz
of contents and/or indexes - - Create a cover page - - Specify fonts and margins - - Specify headers and footers Is it possible with Doxia as it is, or do I have to develop my own render to achieve this? Regards, Rodrigo - -- - --- GRID

Re: [ANN] Maven Reactor Plugin 1.0 Released

2008-10-01 Thread Rodrigo Ruiz
] -- --- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17 Research Coordinator 07121 Palma de Mallorca[EMAIL PROTECTED] Baleares - Spain Tel: +34 971 435 085 http://www.gridsystems.com/Fax: +34 971 435 082

Re: c++ maven project

2008-08-22 Thread Rodrigo Ruiz
Hi Laura, Take a look at the FREEHEP NAR plugin: http://java.freehep.org/freehep-nar-plugin/philosophy.html It may be what you are looking for :-) Best regards, Rodrigo Laura Lozano wrote: Hello, I would like to know if is possible to use maven for create and build a C++ project

Error message

2008-08-22 Thread Rodrigo Villagran
Dear Members After reviewing manuals and consult on various websites Even I can not establishes what is the origin of the following error message in Maven 2.0.8. [EMAIL PROTECTED] # mvn [WARNING] Failed to initialize environment variable resolver. Skipping environment substitution in settings.

Mirroring a repository at SourceForge

2008-04-22 Thread Rodrigo Ru’iz
in any of the docs. Do I need to set any special permissions on the repository files for granting access to this user? Second, I would like the project to depend on xercesImpl 2.9.1, but it is not present at Central. Who should I implore for having this version uploaded? :-) Thanks -Rodrigo

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-26 Thread Rodrigo Madera
to stick to one and learn it well. If a standard (or Industry Quality) arrives, then adopt it and save money. Regards, Rodrigo On Tue, Feb 26, 2008 at 8:19 AM, Boeckli, Dominique [EMAIL PROTECTED] wrote: all these tools are not ready, in my opinion, but it is worth to take a look at them

Multi-module lack of inheritance

2008-02-26 Thread Rodrigo Madera
= pom, name = MyApp Extensions Parent) myextension pom.xml (packaging = jar, name = MyApp MyExtension) The problem is that extensions/pom.xml is *not* inheriting basic (and needed) stuff from myapp/pom.xml. Any clues? Thank you for your attention, Rodrigo

Re: Multi-module lack of inheritance

2008-02-26 Thread Rodrigo Madera
I'm telling you... you should code for more than 16 hours straight!! =p Thanks Olivier, sorry guys for such a basic error on the list. Regards, Rodrigo On Wed, Feb 27, 2008 at 3:04 AM, Olivier Dehon [EMAIL PROTECTED] wrote: Does extensions/pom.xml define myapp/pom.xml as its parent

Re: ANN Maven Archetype Plugin 2.0-alpha-2

2008-02-24 Thread Rodrigo Madera
Much appreciated backwards compat. Thanks!! Rodrigo On Sat, Feb 23, 2008 at 12:20 AM, Brian Fox [EMAIL PROTECTED] wrote: The Maven team would like to announce the release of Maven Archetype 2.0-alpha-2. This release corrected backwards compatibility with the 1.0 version and a few windows

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-24 Thread Rodrigo Madera
Nice work. However there is a deprecated indicator on the OSGi Bundles item (under Eclipse Developer). What exactly do you mean with it? As an OSGi developer I found it rather strange to see OSGi and deprecated on the same sentence. =o) Thanks, Rodrigo On Sun, Feb 24, 2008 at 6:04 PM, [EMAIL

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-23 Thread Rodrigo Madera
Since you are on the topic, do you know if any of these have trouble if you go to a shell and do a `mvn clean` on the project? I have a plugin (dont remember its name) that integrates Maven nicely, but is allergic to the (sometimes needed) cleaning. Thanks, Rodrigo On Sun, Feb 24, 2008 at 2:09

Re: NSIS plugin

2008-02-14 Thread Rodrigo Madera
I don't know if that's a problem for you Julien, but NSIS is strictly Windows AFAIK. I switched to IzPack and I'm loving it! (tm) Regards, Rodrigo On Thu, Feb 14, 2008 at 3:06 PM, Manos Batsis [EMAIL PROTECTED] wrote: Julien Graglia wrote: I am looking for an install framework able

Re: NSIS plugin

2008-02-14 Thread Rodrigo Madera
Doesn't IzPack provide OS integration for those basic things? Rodrigo On Thu, Feb 14, 2008 at 3:55 PM, Julien Graglia [EMAIL PROTECTED] wrote: Rodrigo Madera a écrit : I don't know if that's a problem for you Julien, but NSIS is strictly Windows AFAIK. You are right, it is only

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
Thanks, That would be a nice fix for the symptom. Anyone have any clue on the cause? Thanks, Rodrigo On 10/9/07, Michael McCallum [EMAIL PROTECTED] wrote: configure your repository retry behaviour... On Tuesday 09 October 2007 10:51, Rodrigo Madera wrote: Hello all, Maven2 currently

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
It does exist. Just create something that uses GNU/Crypto. It downloads it ALL the time. If I disconnect my Internet to test, then the build fails because it can't get the pom. I imagined this would be something easy for you guys. Also, commons-id-01-dev has the same problem. Thanks, Rodrigo

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
releases updatePolicynever/updatePolicy /releases Yours, Rodrigo On 10/9/07, Tim Kettler [EMAIL PROTECTED] wrote: Hi, I don't find any of these in the central repo. Can you please point me to the repositories

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
It was once there. Mystery solved. Thanks for your help, Rodrigo On 10/9/07, Tim Kettler [EMAIL PROTECTED] wrote: Additionally, this is not a valid maven2 repository at all. The metadata files are missing completely. -Tim Wayne Fay schrieb: That URL doesn't work: Not Found

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Rodrigo Madera
Thanks for the great tip. Yours, Rodrigo On 10/9/07, Wayne Fay [EMAIL PROTECTED] wrote: Rather than using random repos (with less than great repo management policies, as seen here) you find on the Internet, you should instead request that dependencies you require for your projects be added

Constantly downloading the same pom over and over again

2007-10-08 Thread Rodrigo Madera
REALLY annoying. Thanks, Rodrigo

Re: Why Maven is Hard?

2007-09-27 Thread Rodrigo Madera
If everyone that posted an email on this thread actually wrote a Wiki article with a single paragraph, Maven would already be easier. Regards, Rodrigo On 9/27/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/9/27, Graham Leggett [EMAIL PROTECTED]: The idea that it's free, what do you

Re: my lobotomy [was: Improving Maven Site Docs]

2007-09-27 Thread Rodrigo Madera
the most intelligent thing done on this thread so far. Congratulations. Regards, Rodrigo

Re: Improving Maven Site Docs

2007-09-27 Thread Rodrigo Madera
Somebody get the extinguisher, quickly!! On 9/28/07, Kevin Jackson [EMAIL PROTECTED] wrote: Hi, Regarding the XML thing (OT wrt documentation - sorry). XML basically sucks as a human readable format, it's a more verbose form of tree/list syntax (like s-expr). One problem I have with mvn

Re: Why Maven is Hard?

2007-09-26 Thread Rodrigo Madera
As I recommended earlier, I think we should copy and paste the Better Builds with Maven book into the official Maven documentation. Why not? Of course, permission would need to be asked to the author first, but I'm sure he wouldn't mind. Regards, Rodrigo On 9/26/07, Brian Flaherty [EMAIL

Re: Why Maven is Hard?

2007-09-26 Thread Rodrigo Madera
I totally agree with you. Make the Better Builds book available directly through the Maven site WITHOUT registration. That would make a big difference. Yours, Rodrigo On 9/26/07, Richard Chamberlain [EMAIL PROTECTED] wrote: It seems very odd to me that the Maven book *isn't* on the maven

Re: Why Maven is Hard?

2007-09-24 Thread Rodrigo Madera
I haven't read (1), but I definitely recommend (2). Very good indeed. Yours, Rodrigo On 9/24/07, Nick Stolwijk [EMAIL PROTECTED] wrote: What documentation did you read? There are two very good books about maven 2 (and they are free to download) 1. Maven the Definitive Guide (http

Re: Why Maven is Hard?

2007-09-24 Thread Rodrigo Madera
that simplifies projects, but it does so with concepts that need to be viewed. You need to read the book. You need to read it so you will understand. If you're a fast reader you'll be doing Hello World in less than two hours knowing what you are doing. Sincerely, Rodrigo On 9/24/07, Denis Bessmertniy

Re: Why Maven is Hard?

2007-09-24 Thread Rodrigo Madera
the source code of their plugin (not to say that everyone would make much sense of it). Maybe one day... Regards, Rodrigo On 9/24/07, Gisbert Amm [EMAIL PROTECTED] wrote: Michael McCallum wrote: with a few subtle exceptions related to bugs that are fixed in 2.0.7every question i've been

Re: Why Maven is Hard?

2007-09-24 Thread Rodrigo Madera
work under the covers the light bulb will come on. But it is a big learning curve for some of us. cookie Rodrigo Madera [EMAIL PROTECTED] wrote: Denis, Will all due respect, do you really wish to just read a page and get running and fully understanding Maven? Do you really say Maven is hard

Re: Eclipse and Maven best practice

2007-09-14 Thread Rodrigo Madera
Since you brought that up, let me take advantage of this oportunity to ask users: I have always used m2. How would that compare to q4e? Thanks, Rodrigo On 9/14/07, Dave Feltenberger [EMAIL PROTECTED] wrote: That's interesting - why separate locations? To avoid having to refresh in Eclipse

Re: Eclipse and Maven best practice

2007-09-14 Thread Rodrigo Madera
and helps us out =o) Yours, Rodrigo Madera On 9/14/07, Dave Feltenberger [EMAIL PROTECTED] wrote: I haven't had the time/inclination to try out q4e yet. I didn't like m2 when I tried it a few weeks ago, though. I'd be interested to see what people think of q4e so far... On 9/14/07, Rodrigo

Re: Eclipse and Maven best practice

2007-09-14 Thread Rodrigo Madera
people! Let's see if we can get Eclipse + Maven more productive with some input. Who knows, maybe a developer from the m2 team hears my cry and helps us out =o) Yours, Rodrigo Madera Sorry again, Rodrigo

Re: Trying to compile using jav 1.3 when I've 1.5

2007-08-10 Thread Rodrigo Madera
/plugins /build Regards, Rodrigo On 8/10/07, Arun P Johny [EMAIL PROTECTED] wrote: Hi all, When i try to user mvn compile I'm getting the following error, any help [INFO] [compiler:compile] [INFO] Compiling 127 source files to F:\build\cougar_common\target\classes [INFO

latest non-snapshot dependency

2007-07-30 Thread Rodrigo Gonçalves
. Is there any way to specify maven to use the latest non-snapshot version of a dependency? Thx in advance... Rodrigo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: latest non-snapshot dependency

2007-07-30 Thread Rodrigo Gonçalves
a Maven 2 enterprise repository (artifactory). Regards, Rodrigo. Stuart McCulloch wrote: On 30/07/07, Rodrigo Gonçalves [EMAIL PROTECTED] wrote: Hi... In my poms I have some plugins configured without the version in order to use the latest one, but in my settings.xml file I need to have some

Re: Installer Scripts Best Practice

2007-07-13 Thread Rodrigo Madera
plugin? Steven, Is using Ant scripts really acceptable from a Maven good-practice point of view? Thanks, Rodrigo On 7/13/07, EJ Ciramella [EMAIL PROTECTED] wrote: Why not set up an assembly and use assembly:directory to do this? -Original Message- From: Steven Rowe [mailto:[EMAIL

Installer Scripts Best Practice

2007-07-12 Thread Rodrigo Madera
there is another (and less painful) way of doing this. Thanks for any input and ideas, Rodrigo

Changes-plugin problem

2007-06-29 Thread Rodrigo Gonçalves
-plugin:2.0-beta-2:changes-report And the only thing that appears in the target directory is the folder 'target/site/images' with the gifs used in the changes html page, it doesn't generate any html at all. Does anyone has any idea of what could be wrong? Regards, Rodrigo

Comtinuum 1.1 alpha2 - CVS problems

2007-06-21 Thread Rodrigo Gonçalves
ideas, tips, subjections, references, anything Would be very appreciated! Regards, Rodrigo.

Use declared dependencies instead of jdk provided libs

2007-06-08 Thread Rodrigo Gonçalves
Hi... I'm declaring in my POM to use saaj 1.2, but java 6 already has this lib with the version 1.3. How can I configure my app to use the right version of that lib? Regards, Rodrigo. - To unsubscribe, e-mail: [EMAIL

Re: Assembly Plugin: ModuleSets: Not recognizing include artifacts

2007-05-23 Thread Rodrigo Madera
I override it and tell it what the name of the output JAR is? Thanks for your help, Rodrigo Madera On 5/23/07, John Casey [EMAIL PROTECTED] wrote: I'm guessing you're running the assembly either as a standalone goal, or somewhere before the package phase of the lifecycle. Am I right? IIRC

Assembly Plugin: ModuleSets: Not recognizing include artifacts

2007-05-22 Thread Rodrigo Madera
is generated. Does anybody actually know what is going on? I already memorized the entire documentation, so you guys are my only hope!! Thanks, Rodrigo Madera - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Assembly my dependencies

2007-05-18 Thread Rodrigo Gonçalves
/using-repositories.html But when I do what is described there, I get a jar file but inside the maven2 directory is empty. I don't understand, because the assembly descriptor is copy paste form the maven page. Any ideas ? Regards, Rodrigo

Continuum project wrong version

2007-05-15 Thread Rodrigo Gonçalves
Hi.. I'm using continuum 1.03, and something very strange happen today. I did a release several projects ( proj 1.1-SNAPSHOT - release 1.1 - proj 1.2 SNAPSHOT), everything went fine. But in Continuum one of the projects shows the version 1.1 instead of 1.2-SNAPSHOT like it should, because it's

Re: Continuum project wrong version

2007-05-15 Thread Rodrigo Gonçalves
Hi... Thx for your answer, I saw what's happening it add a tag info in the scm. Solved! Regards, Rodrigo. Emmanuel Venisse wrote: It was a problem in maven-scm and it is fixed in Continuum 1.1-alpha-1 Emmanuel Rodrigo Gonçalves a écrit : Hi.. I'm using continuum 1.03, and something very

Re: pom.xml URL - CVS access

2007-05-04 Thread Rodrigo Gonçalves
Hi Martin... THX very much for your answer, I don't know how I've miss that we could use the file protocol. Regards, Rodrigo. Martin Hoeller wrote: Am Freitag, 27. April 2007 16:24 schrieb Rodrigo Gonçalves: Hi Thierry... Thx for your answer, but the Upload POM is not an option

pom.xml URL - CVS access

2007-04-27 Thread Rodrigo Gonçalves
there is no problem because we have pageant running as a server on the same machine, and continuum checkout the projects, and works perfectly. So how can we add new projects to continuum? Any help, ideas or workarounds, would be very appreciated. Regards, Rodrigo.

Re: pom.xml URL - CVS access

2007-04-27 Thread Rodrigo Gonçalves
://username:[EMAIL PROTECTED]/cgi-bin/cvsweb.cgi/~checkout~/module_path/file_name HTH, Rahul - Original Message - From: Rodrigo Gonçalves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 27, 2007 10:20 PM Subject: pom.xml URL - CVS access Hi... Until now in our CVS server

Re: Parent-only plugin: is it possible?

2007-04-14 Thread Rodrigo Madera
Thank you for your reply. Just for the record, I solved the problem yesterday. It was an error in my configuration indeed, however I don't know exactly where the error was, since I just modified the configuration in various places and it worked fine. Thank you, Rodrigo Madera On 4/14/07, GreJ

[M2] Native plugin and multi-platform C++ projects How-To

2007-04-13 Thread Rodrigo Ruiz
, -- --- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17 Research Coordinator 07121 Palma de Mallorca Baleares - Spain http://www.gridsystems.com

Parent-only plugin: is it possible?

2007-04-13 Thread Rodrigo Madera
? Thank you all for your support, Rodrigo Madera

Re: Deploying to multiple repositories

2007-03-22 Thread Rodrigo Ruiz
the same technique could be applied here, but I haven't been able to find the thread :-( Does anybody remember the thread I am talking about? Regards, Rodrigo David Jackman wrote: Maven won't deploy to more than one repository at all, let alone having some artifacts go to one repository

RE: Maven2 plugin for eclipse : OK now

2007-03-13 Thread Rodrigo Ruiz
, Rodrigo Marouane Amraoui wrote: The missing file jar is com.sun.tools . is a dependency of commons- attributs-compiler. In the pom file of commons-attributs-compiler : groupIdcom.sun/groupId artifactIdtools/artifactId version1.4.2/version scopesystem/scope

conditions in profiles.xml

2007-03-08 Thread Rodrigo M. G.
Hi... I'd like to declare some conditional properties in my profiles.xml, I'd like to set the value of a property depending of the value of another. Something that I can do in ant, like this: condition property=var1 value=true contains string=${var2_STR} substring=http /

Re: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Rodrigo Ruiz
the layout of your assembly, but it will save you from these errors. HTH, Rodrigo Schoenen, Holger wrote: Hi, from my project I want to generate an executable jar file. I use java 1.4 on windows. As described in the plugin documentation my pom containes the following: plugin

How to generate sources from templates

2007-02-28 Thread Rodrigo Ruiz
. Is there a way to do this apart from using the ant plugin? Thanks, - -- - --- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17 Research Coordinator 07121 Palma de Mallorca Baleares - Spain Tel: +34

reporting on super pom ?

2007-02-28 Thread Rodrigo
! Rodrigo Looking for earth-friendly autos? Browse Top Cars by Green Rating at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/

mail notifier

2007-02-28 Thread Rodrigo Gonçalves
it out how to change this, or at least remove this info from the notification error. Any ideas? THX Rodrigo

Re: [M2] runtime scope but not transitive

2007-02-23 Thread Rodrigo Ruiz
as: dependency groupId.../groupId artifactIdimplJarModule/artifactId scoperuntime/scope optionaltrue/optional /dependency The optional flag should break transitivity. Regards Rémy Sanlaville wrote: Thanks Rodrigo for your reply. I think provided is the right value for this I prefer to say

Re: [M2] runtime scope but not transitive

2007-02-22 Thread Rodrigo Ruiz
I think provided is the right value for this Regards Rémy Sanlaville wrote: Anybody can help me (isn't it clear enough) ? any thoughts? Rémy -- --- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17

unused dependencies

2007-02-21 Thread Rodrigo Gonçalves
are the unused dependencies. thx in advance. Rodrigo Gonçalves - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: unused dependencies

2007-02-21 Thread Rodrigo Gonçalves
THX Mark this tool will help me a lot on the migration ! Mark Hobson wrote: On 21/02/07, Rodrigo Gonçalves [EMAIL PROTECTED] wrote: hi ! i'm migrating a big project from ant to maven2, i'm using maven 2.0.5. i wrote the pom.xml with the dependencies that we had on our lib directory, but i

continuum url

2007-02-12 Thread Rodrigo Gonçalves
not work if a virtual host is configured// / I would be very appreciated if some could help me. THX in advance... Rodrigo //

[M2] No xref report when executing site:stage?

2007-02-06 Thread Rodrigo Ruiz
to Z:\. There, only a stylesheet.css and an empty index.html (0 bytes) are generated. Is this a known issue? Regards - -- - --- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17 Research Coordinator 07121

Copyright on the stylus skin images

2007-02-06 Thread Rodrigo Ruiz
- -- - --- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17 Research Coordinator 07121 Palma de Mallorca Baleares - Spain Tel: +34 971 435 085 http://www.gridsystems.com/Fax: +34 971 435 082

Re: How can i connect to a password protected repository?

2007-02-05 Thread Rodrigo Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 No, Andrew was right. The servers/server entry in settings.xml is for any remote server. Just give it a try ;-) Cheers, Rodrigo Ruiz Maruf Aytekin wrote: I think this is for deploying artifacts. and the settings are the settings to login

Re: [M2] Siblilng dependencies not found when building a multi-module project

2007-02-01 Thread Rodrigo Ruiz
Thank you very much! It works like a charm :-) Best regards, Rodrigo Ruiz Jörg Schaible wrote: Hi Rodrigo, Rodrigo Ruiz wrote: Hi Wayne, thanks for your prompt response :-) I have tried to create a simple testcase for my problem, and I have discovered that the problem is not where I

[M2] Siblilng dependencies not found when building a multi-module project

2007-01-31 Thread Rodrigo Ruiz
is not including the generated artifacts once they have been built. Is there any way to achieve this? Even with mvn install, it tries to compile all modules before packaging or installing them, thus failing when it finds the first module with internal dependencies. Thanks in advance, Rodrigo Ruiz

Re: [M2] Siblilng dependencies not found when building a multi-module project

2007-01-31 Thread Rodrigo Ruiz
invoke mvn install or mvn deploy. Should I use a different phase for this? Regards, Rodrigo Wayne Fay wrote: Assuming all your parent, module, and dependency tags are properly defined, the reactor should be able to figure out the proper order to build your modules to avoid problems. I'd

Re: Using yGuard with Maven2

2007-01-24 Thread Rodrigo Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, AFAIK yGuard is an ant task. You could use the maven antrun plugin: http://maven.apache.org/plugins/maven-antrun-plugin/ Regards, Rodrigo gautam roy wrote: Hi, I want to use yGuard as obfuscator in my project. Can anyone help me, please

Can assemblies be deployed with mvn deploy?

2007-01-16 Thread Rodrigo Ruiz
with no luck. Thanks in advance, Rodrigo Ruiz -- --- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17 Research Coordinator 07121 Palma de Mallorcarruiz AT gridsystems DOT com Baleares - Spain

Re: Can assemblies be deployed with mvn deploy?

2007-01-16 Thread Rodrigo Ruiz
as part of the deploy process. 2007/1/16, Rodrigo Ruiz: Hi all, I would like to know if there is any way to configure the deploy plugin to include one or more assemblies. For example, I am creating several assemblies for a Java application (in tar.gz, tar.bz2 and zip formats). To deploy all

scm ssh

2007-01-16 Thread Rodrigo Gonçalves
hello... i'm having problems with configure my scm in my pom.xml file i access CVS via ssh but there is no methods supported for this, just 'local','lserver', 'pserver', and 'ext'. i'm using windows and i have system variables CVS_RSH=ssh and CVS_EXT=ssh and when i try to do: cvs -z3 -d

scm ext vs ssh

2007-01-16 Thread Rodrigo Gonçalves
hello... i'm having problems with configure my scm in my pom.xml file i access CVS via ssh but there is no scm methods supported for this, just 'local','lserver', 'pserver', and 'ext'. i'm using windows and i have system variables CVS_RSH=ssh and CVS_EXT=ssh and when i try to do: cvs -z3 -d

Projects doesn't build! Company Logo error

2007-01-15 Thread Rodrigo Gonçalves
leave that field empty the error doesn't happen but the project doesn't build either. any help ??? THX Rodrigo Gonçalves DISCLAIMER: This message may contain confidential information or privileged material and is intended only for the individual(s) named. If you are not a named addressee

m2 site generation problem

2005-07-27 Thread Rodrigo Paes
contains the output generated when I try to run:  m2 site:site What am I doing wrong? Rodrigo Paes PHDStudent - Computer Science - PUC-Rio - [EMAIL PROTECTED] Messenger - [EMAIL PROTECTED] Web-page: http://www.teccomm.les.inf.puc-rio.br/rodrigo/ Só existem duas certezas na vida: a morte

RES: m2 site generation problem

2005-07-27 Thread Rodrigo Paes
Hi Emmanuel, No I don't. I've tried put the site.xml file (from maven's page: creating a site, http://maven.apache.org/maven2/site.html) under the src/site folder, but it stills not working. Rodrigo. -Mensagem original- De: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Enviada em