Re: Maven java.lang.OutOfMemoryError

2009-08-13 Thread Bruno Aranda
It's MAVEN_OPTS Cheers, Bruno 2009/8/13 kopemor : > > 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 compile plugin: >  

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 >> artifa

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 "s

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 ju

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 promissin

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 so

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 never

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 addi

[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]

Re: [m2] Local copy for the metadata of a repository wrong

2006-05-10 Thread Bruno Aranda
purposes) Bruno On 5/10/06, Bruno Aranda <[EMAIL PROTECTED]> wrote: Hi all, I have an internal repository and I have deployed a snapshot version of a jar to it, using the deploy-file goal: mvn deploy:deploy-file -DpomFile=artifactName-1.0-SNAPSHOT.pom -Dfile=.artifactName.jar -DrepositoryId=eb

[m2] Local copy for the metadata of a repository wrong

2006-05-10 Thread Bruno Aranda
Hi all, I have an internal repository and I have deployed a snapshot version of a jar to it, using the deploy-file goal: mvn deploy:deploy-file -DpomFile=artifactName-1.0-SNAPSHOT.pom -Dfile=.artifactName.jar -DrepositoryId=ebi-repo -Durl=scp://localhost/homes/maven/public_html/m2repo -DuniqueVe

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: RE : RE : Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Bruno Aranda
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 and > copyright symbo

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

2005-12-16 Thread Bruno Aranda
t.getThrowable().getMessage(), "<", > "<" ); > message = StringUtils.replace( message, ">", ">" ); > message = StringUtils.replace( message, "\"", """ ); > > > - Olivier > > -Message d'

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

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 an

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

2005-11-30 Thread Bruno Aranda
bruno, > > Well have you tried 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 a

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

2005-11-30 Thread Bruno Aranda
lugin ebiointel-bionary bionary true true Regards, Bruno 2005/11/30, Bruno Aranda <[EMAIL PROTECTED]>: > Hi all, > > I wonder if it is possi

[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 myFile.jar, 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 order to make this work I

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). my.groupId maven-myPlugin-plugin WHAT TO PUT HERE myPluginGoal It works ok for the process-resources and packa

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

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

2005-11-18 Thread Bruno Aranda
uild the maven ear plugin. It works > but it's 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: > > >

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 a

[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: /data/src/maven/temp/maven-site/maven-script/maven-scr

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, b

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 a

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

2005-11-17 Thread Bruno Aranda
tp://mojo.codehaus.org/) > > 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, par

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 r

[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 ea

[m2] Creating a par package (for ejb3)

2005-11-17 Thread Bruno Aranda
Hi *, I am new to this list and maybe I am asking something that has been asked many times before (but I haven't found an answer in the archive). I wonder if it is possible to create a par package... I've seen in another thread someone is using a maven-par-plugin, but I don't find that. Any help?

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: > > > > H

[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 mave