Re: Maven java.lang.OutOfMemoryError

2009-08-13 Thread Bruno Aranda
It's MAVEN_OPTS Cheers, Bruno 2009/8/13 kopemor developm...@knollenstein.nl: Hello, I am getting java.lang.OutOfMemoryError: Java heap space exception when I compile my project using Maven. I have tried several options: 1. Setting variable: export MAVEN_OPT=-Xmx1024m 2. Using Maven

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Bruno Aranda
[X ] Our team uses HTTP to retrieve our artifacts 2008/5/21 Marat Radchenko [EMAIL PROTECTED]: [X] Our team uses HTTP to retrieve our artifacts On 5/21/08, Jason van Zyl [EMAIL PROTECTED] wrote: Hi, I'm just trying to get some data on what protocol is used to retrieve artifacts. This

Re: Properties.

2008-04-28 Thread Bruno Aranda
Remove all your neurons first and then use: mvn invest:property :D (sorry)

Re: Maven Jetty Plugin and filtered resources

2008-03-28 Thread Bruno Aranda
I have the same problem as explained below. Does someone know of a solution or alternative? Thanks, Bruno On 26/10/2006, Martin Gilday [EMAIL PROTECTED] wrote: Hi, I am trying to use the Jetty plugin for Maven but have my web.xml filtered with properties. This is mainly as I have a

Re: Bug: offline build not running, when having SNAPSHOT dependencies

2007-12-07 Thread Bruno Aranda
And does it happen too with 2.0.8? Cheers, Bruno On 07/12/2007, Matthias Wessendorf [EMAIL PROTECTED] wrote: ok, did this: http://jira.codehaus.org/browse/MNG-3314 On Dec 6, 2007 5:47 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: and... for some reasons, sometimes, it just downloads

Re: Which technology stack are you using?

2007-07-06 Thread Bruno Aranda
On 06/07/07, Wendy Smoak [EMAIL PROTECTED] wrote: Maven. Subversion. Continuum. Archiva. Naturally. :) IDEA + mvn idea:idea (no real desire for IDE integration) I use this same combination. And by the way, the latest builds for IDEA 7 (aka Selena) have maven integrated and looks promissing,

Re: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-20 Thread Bruno Aranda
A released jar cannot be modified. A bug can be fixed, but in the next version/bugfix of the artifact (and maybe you could provide such a fixed artifact). All this is a community effort where everyone can participate. It is not right to change anything in a released artifact, because you are

Re: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-20 Thread Bruno Aranda
The community itself is the community control. See your case. It is the user that reports if something fails, and maybe suggests/provides a patch or has the patience to let other do it. Here, there is no such a master-slave relationship where someone tells the changes and others do. If you need

Re: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-19 Thread Bruno Aranda
Well, probably the development community of the Apache Fop project can help you. Check the project site [1]. Cheers, Bruno [1] http://xmlgraphics.apache.org/fop/ On 9/19/06, Markus KARG [EMAIL PROTECTED] wrote: Carlos, actually the repo MUST be changes since the jar IS WRONG. So if there

Problem with repositories that not contain some artifacts

2006-06-13 Thread Bruno Aranda
Hi there, I have a pom with two repositories. One is the maven repository at the apache foundation and the other is an internal repository at my institution. When my pom goes to fetch the pom's it first check in the internal repo. This repo returns a missing page if the artifact does not exist

[m2] Add timestamp to properties file using filtering

2006-06-10 Thread Bruno Aranda
Hi, Is there a way to put a timestamp in a properties file? I am thinking in filtering, but is there a pom variable that returns the timestamp or current date? Thanks! Bruno - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[m2] jdepend plugin?

2006-05-12 Thread Bruno Aranda
Hi! I recall that there was a jdepend plugin in the past somewhere, but I cannot find it. Any ideas? Regards, Bruno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Migrating site from forrest to maven

2005-12-21 Thread Bruno Aranda
Hi! I'd like to know if there is some kind of tool or previous experiences to share in the migration of documentation from a project that is using forrest to maven (apt format or one of the others), before I start doing it by hand :-) TIA, Bruno

Re: Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Bruno Aranda
Nobody knows this? Has someone used accents in the apt format? Should I try an alternative approach? thanks! Bruno 2005/12/12, Bruno Aranda [EMAIL PROTECTED]: Hi there, I am trying to just the APT format but I cannot output some special symbols using unicode, such as the copyritght and latin

Re: RE : Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Bruno Aranda
( message, , gt; ); message = StringUtils.replace( message, \, quot; ); - Olivier -Message d'origine- De : Bruno Aranda [mailto:[EMAIL PROTECTED] Envoyé : vendredi 16 décembre 2005 09:25 À : Maven Users List Objet : Re: Problems with special characters in APT format (latin-1

Re: RE : RE : Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Bruno Aranda
d'origine- De : Bruno Aranda [mailto:[EMAIL PROTECTED] Envoyé : vendredi 16 décembre 2005 09:25 À : Maven Users List Objet : Re: Problems with special characters in APT format (latin-1 and copyright symbol) Nobody knows this? Has someone used accents in the apt format? Should I try

Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-12 Thread Bruno Aranda
Hi there, I am trying to just the APT format but I cannot output some special symbols using unicode, such as the copyritght and latin-1 special characters (accents). I am following the APT guide [1], but when using the copyright symbol I get this in the screen: Â(c) There is a strange character

[m2] Latin characters in apt format

2005-12-02 Thread Bruno Aranda
Hi all, I read from the docs [1] that to use latin characters in the apt format you have to use special notation. Latin characters are considered special characters when they are very common in latin languages ;-). Readability of the file is decreased, so this can be rather annoying. Is there any

[m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread Bruno Aranda
Hi all, I wonder if it is possible to configure the ear plugin somehow to put some of the jar dependencies inside the application.xml file as modulejavamyFile.jar/java/module, as it is actually done with ejb's and webapps... I need this because I have a par (ejb3) that depends on a jar and in

Re: [m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread Bruno Aranda
addClasspathtrue/addClasspath /manifest /archive /configuration /plugin Regards, Bruno 2005/11/30, Bruno Aranda [EMAIL PROTECTED]: Hi all, I wonder if it is possible to configure the ear plugin somehow to put some of the jar dependencies inside

Re: [m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread Bruno Aranda
to read the doc first? :p http://maven.apache.org/plugins/maven-ear-plugin/howto.html (end of the page) On 11/30/05, Bruno Aranda [EMAIL PROTECTED] wrote: I've found the solution myself googleing and looking to the source code :-) You have to use a javaModule inside the configuration

War phases, binding a custom plugin to the war creation

2005-11-29 Thread Bruno Aranda
Hi all, I would like to know what phase I have to use to bind a plugin to the war creation (war:war). plugin groupIdmy.groupId/groupId artifactIdmaven-myPlugin-plugin/artifactId executions execution phaseWHAT TO PUT HERE/phase goals

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Bruno Aranda
The day this thread was begun I did use the bootstrap in a FC3 and maven built without problems... Regards, Bruno 2005/11/22, Brett Porter [EMAIL PROTECTED]: Odd... can you edit the BootstrapInstaller.java and add -X as an optional in runMaven() ? I'd like to know what the plexus

[m2] building from svn and/or snapshots available

2005-11-18 Thread Bruno Aranda
Hi all, I've checked out the maven sources following the instructions on the web site and now I am trying to build everything, using the 'mvn assembly:assembly' command. I keep getting this build failure: [INFO] [jar:jar] [INFO] Building jar:

Re: [m2] building from svn and/or snapshots available

2005-11-18 Thread Bruno Aranda
I've used the bootstrap script following the instructions in the README file and the building went ok... Bruno 2005/11/18, Bruno Aranda [EMAIL PROTECTED]: Hi all, I've checked out the maven sources following the instructions on the web site and now I am trying to build everything, using

Re: [m2] creating a par package and including it in an ear

2005-11-18 Thread Bruno Aranda
not released yet. Regarding the lifecyle, same answer, it's applied to maven core but not as part of the 2.0 release. Hope it helps, Stéphane On 11/17/05, Bruno Aranda [EMAIL PROTECTED] wrote: Thanks, I know, to summarise, my question was if someone has successfully included a par

[m2] creating a par package and including it in an ear

2005-11-17 Thread Bruno Aranda
Hi all, I am doing my first steps with maven... I have a multi-module setup that involves the creation of jars, wars, pars and an ear with everything inside. I've been told to use a plugin to create the par file [1]. However, when the par is set as a dependency in the pom.xml file to create the

Re: m2 webapp support

2005-11-17 Thread Bruno Aranda
You have to put your source files in the src/main/java folder. Regards, Bruno 2005/11/17, Nathaniel G. Auvil [EMAIL PROTECTED]: i am having problems trying to create a new web application. I searched the documentation and found a reference to building a web application project. I run

Re: [m2] creating a par package and including it in an ear

2005-11-17 Thread Bruno Aranda
/) However, AFAIK its not released yet. On 11/17/05, Bruno Aranda [EMAIL PROTECTED] wrote: Hi all, I am doing my first steps with maven... I have a multi-module setup that involves the creation of jars, wars, pars and an ear with everything inside. I've been told to use a plugin to create

Re: m2 webapp support

2005-11-17 Thread Bruno Aranda
Hi Natahniel, put the sources in src/main/java and then execute mvn compile war:war (or mvn install). The issue is that with mvn war:war the sources are not being compiled... Regards, Bruno 2005/11/17, Nathaniel G. Auvil [EMAIL PROTECTED]: So i have to manually create and specify where all

Re: [m2] Where is the tomcat plugin?

2005-11-17 Thread Bruno Aranda
Hi Wendy, it is on the sandbox of the Mojo codehaus. Check it out with svn: http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/maven-tomcat-plugin/ Regards, Bruno 2005/11/17, Wendy Smoak [EMAIL PROTECTED]: There is a Tomcat plugin on the matrix, and some projects using m2 refer to it, but

[m2] creating jars+pars+war+ear

2005-11-16 Thread Bruno Aranda
Hi *, I've searched through the mailing list without success. I have an application that generates several jars, some pars (ejb3 persistence packages), a war and a ear with everything inside. I've just tried to create the ear archetype using archetype:create, following the instructions in the

Re: [m2] creating jars+pars+war+ear

2005-11-16 Thread Bruno Aranda
Thanks Stephan! :-) Bruno 2005/11/16, Stephane Nicoll [EMAIL PROTECTED]: Bruno, Check this: http://jira.codehaus.org/browse/ARCHETYPE-8 Hope it helps, Stéphane On 11/16/05, Bruno Aranda [EMAIL PROTECTED] wrote: Hi *, I've searched through the mailing list without success. I have