Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-19 Thread Pablo León
s for markdown syntax. Where can I get a maven compliant markdown file in order to test eclipse luna built-in editor? Pablo. El 19/08/2014 17:15, Hervé BOUTEMY escribió: Le mardi 19 août 2014 15:28:40 Robert Munteanu a écrit : On Sun, Aug 17, 2014 at 8:47 PM, Hervé BOUTEMY wrote: , at leas

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-18 Thread Pablo León
refer ${project.basedir} - not need the property in pom Regards, Hervé [1] http://jira.codehaus.org/browse/DOXIA-373 [2] http://jira.codehaus.org/browse/DOXIATOOLS-15 Le vendredi 15 août 2014 16:26:48 Pablo León a écrit : Ouch, bad news! This plugin has saved us hundreds of hours in APT f

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-16 Thread Pablo León
I've been messing around with markdown for a while, and I feel that APT tools are more mature than markdown's (or asciidoc's), at least for the eclipse+java+maven environment we're using. Despite of some flaws, Benson's editor is more feature rich than the markdown counterpartner. And as Borrie

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Pablo León
ed by maven and by the eclipse plugin! Regards, Pablo. El 15/08/2014 14:30, Benson Margulies escribió: I made an official release once, I think, but since I no longer use Eclipse I am not in a position to maintain it further. On Fri, Aug 15, 2014 at 2:56 AM, Dan Tran

Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-14 Thread Pablo León
or Plugin which uses the same default directory as the "mvn site" command? Regards, Pablo. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [Vote] findbugs-maven-plugin v 2.0 release

2009-03-26 Thread Pablo Saavedra
+1 2009/3/26 Garvin LeClaire > The Maven Findbugs team would like to release Maven Findbugs Plugin version > 2.0 > > This plugin allows the developer to run Findbugs analysis against a Maven > project and produce site output in HTML to match other site reports. There > are option to produce oth

Re: [ANNOUNCE] Sonar 1.6 released, enabling to manage thresholds on quality metrics

2009-02-19 Thread Pablo Saavedra
Thanks! 2009/2/18 Olivier Gaudin > > It is included in Sonar 1.7 that is planned for mid-march. Development has > started already [1]. > Full detail are available in the ticket SONAR-205 [2] > > Olivier > > [1] http://skitch.com/t/pc8 > [2] http://jira.codehaus.org/browse/SONAR-205 > > > > Pablo

Re: [ANNOUNCE] Sonar 1.6 released, enabling to manage thresholds on quality metrics

2009-02-17 Thread Pablo Saavedra
Great, any idea on when you are going to be able to support excluding auto generated classes from analysis? Keep up the good work! Regards. 2009/2/16 Olivier Gaudin > > The Sonar team is pleased to announce the release of Sonar 1.6. > > Sonar is an open source platform that manages java source

Assembly plugin not filtering parent.parent-version

2008-11-19 Thread Pablo Saavedra
Hi, I have a file in a project which contains the following: projectname--${parent.parent.version} The project structure is the following: main (packaging:pom) dev (packaging:pom) project-where-the-file-is-located (packaging:jar) other-project (packaging:jar) war-projec

Re: Experimental Grails archetype

2008-11-11 Thread Pablo Saavedra
Ok, I'll take that into account. Thanks 2008/11/11 Peter Ledbrook <[EMAIL PROTECTED]> > > > PabloS wrote: > > > > That's probably the cause. Where can I get the source code for the > plugin? > > I'd like to help debugging this issues. > > > > Great, thanks! SVN repository: > > http://svn.codehau

Re: Experimental Grails archetype

2008-11-11 Thread Pablo Saavedra
That's probably the cause. Where can I get the source code for the plugin? I'd like to help debugging this issues. Cheers 2008/11/11 Peter Ledbrook <[EMAIL PROTECTED]> > > > PabloS wrote: > > > > That was the problem indeed. I was able to generate a domain class and > > controller, but couldn't

Re: Experimental Grails archetype

2008-11-11 Thread Pablo Saavedra
#x27;s supposed to work yet. > > I'll do some more work on this and let you know how it works out. > > > > On Tue, Nov 11, 2008 at 6:58 AM, Pablo Saavedra > <[EMAIL PROTECTED]> wrote: > > Have you tried using the -U flag? > > > > 2008/11/11 Ed <

Re: Experimental Grails archetype

2008-11-11 Thread Pablo Saavedra
That was the problem indeed. I was able to generate a domain class and controller, but couldn't run the application, I get a NoClassDefFound for org.mortbay.jetty.Server I'll add a note to the jira issue. Regards. 2008/11/11 Peter Ledbrook <[EMAIL PROTECTED]> > > Hi Pa

Re: Experimental Grails archetype

2008-11-11 Thread Pablo Saavedra
The new issue is http://jira.codehaus.org/browse/GRAILS-3560 2008/11/11 Pablo Saavedra <[EMAIL PROTECTED]> > Peter, which version of grails should I have installed? I'm still getting > the same problem with the create-domain-class goal. I'll raise a JIRA issue > with

Re: Experimental Grails archetype

2008-11-11 Thread Pablo Saavedra
Have you tried using the -U flag? 2008/11/11 Ed <[EMAIL PROTECTED]> > I tried the archetype, and had no luck. I already have grails > installed (of course) but wanted to give it a try to take it for a > spin: > > D:\src\workspace-Grails> mvn archetype:generate > -DarchetypeGroupId=org.grails > -D

Re: Experimental Grails archetype

2008-11-11 Thread Pablo Saavedra
Peter, which version of grails should I have installed? I'm still getting the same problem with the create-domain-class goal. I'll raise a JIRA issue with the details. Regards. 2008/11/11 Pablo Saavedra <[EMAIL PROTECTED]> > Thanks Peter, you are solving issues faster t

Re: Experimental Grails archetype

2008-11-11 Thread Pablo Saavedra
Thanks Peter, you are solving issues faster than I can rise them :). I'll let you know how it goes. Regards. 2008/11/11 Peter Ledbrook <[EMAIL PROTECTED]> > > > PabloS wrote: > > > > Thanks. Where shall I subscribe to report bugs in the > maven-grails-plugin? > > I > > can't generate a domain

Re: Experimental Grails archetype

2008-11-10 Thread Pablo Saavedra
Thanks. Where shall I subscribe to report bugs in the maven-grails-plugin? I can't generate a domain class :) Regards. 2008/11/10 Peter Ledbrook <[EMAIL PROTECTED]> > > Hi Pablo, > > > PabloS wrote: > > > > I had a problem when I tried to package the

Re: Experimental Grails archetype

2008-11-10 Thread Pablo Saavedra
Hi Peter, I had a problem when I tried to package the application, it gave me this error: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode Seems to be caused because there's no webapp/WEB-INF/web.xml file. BTW, I haven't used grails

Re: Maven Archetype Plugin 2.0-alpha-2

2008-02-25 Thread Pablo Saavedra
That's great, but the links in the documentation section of the site give me 404 errors... Thanks On 22/02/2008, 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

Re: Archetype plugin - variable output folders for modules

2008-02-22 Thread Pablo Saavedra
false > SOMEFINALNAME > > > path/to/assembly/descriptor/dep.xml > > > > > > > -Original Message- > From: Pablo Saavedra [mailto:[EMAIL PROTECTED] > Sent: Friday, February 22, 2008 1

Archetype plugin - variable output folders for modules

2008-02-22 Thread Pablo Saavedra
Hi All, is there any way to specify an output directory for a module that is different from the source directory? For instance, I'd like a module contained in folder template-ui to be created as ${rootArtifactId}-ui. For what I could see, the dir property is used for both input and output directo

Re: Problem with archetype properties

2008-02-22 Thread Pablo Saavedra
My bad, it was an error in the archetype-metadata.xml... Thanks anyway. Regards. On 22/02/2008, Pablo Saavedra <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'm using the archetype 2.0-alpha-1 plugin to create an archetype. > Following the guide, I added some requiered pro

Problem with archetype properties

2008-02-22 Thread Pablo Saavedra
g anything wrong? Thanks in advance. Pablo.

Turning off transitive dependencies in Maven2

2007-01-18 Thread Munoz, Pablo
t turn off this feature. Please help! Thanks, Pablo Muñoz | Rodale, Inc. | 733 3rd Ave, New York, NY | 212.573.0349 | aimpmunoz

Re: Surefire to run a custom testsuite

2006-08-29 Thread Pablo Gutierrez
I found the solution http://jira.codehaus.org/browse/MSUREFIRE-113 On 8/22/06, Pablo Gutierrez <[EMAIL PROTECTED]> wrote: Hi all, I'm setting up maven for a project and I just get to the point where everything compiles. I'm having troubles running the test lifecycle phase

Re: Surefire to run a custom testsuite

2006-08-29 Thread Pablo Gutierrez
I found the solution http://jira.codehaus.org/browse/MSUREFIRE-113 On 8/22/06, Pablo Gutierrez <[EMAIL PROTECTED]> wrote: Hi all, I'm setting up maven for a project and I just get to the point where everything compiles. I'm having troubles running the test lifecycle phase

Surefire to run a custom testsuite

2006-08-22 Thread Pablo Gutierrez
e pass the argument of the classs of out test suite. I wouldn't like to skip the test life cycle and running the unit tests on a separate process. Is there a way of specifying the class of the testsuite to the surefire plugin? Thanks, Pablo

Surefire to run a custom testsuite

2006-08-22 Thread Pablo Gutierrez
e pass the argument of the classs of out test suite. I wouldn't like to skip the test life cycle and running the unit tests on a separate process. Is there a way of specifying the class of the testsuite to the surefire plugin? Thanks, Pablo

Re: What does SNAPSHOT mean as opposed to 1.0-SNAPSHOT

2006-01-25 Thread Pablo Muñiz García
s 1.0 version, is there any way of updating automatically dependency version of B project?. Thanks in advance. Cheers. Pablo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[M2] Maven-proxy and Maven 2

2006-01-15 Thread Pablo Muñiz García
y appreciated. Thanks in advance. Pablo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Experience with maven-proxy.rb

2006-01-15 Thread Pablo Muñiz García
Hi Tamas, I attach the startup log of px-webapp running in Apache Geronimo. I also attach my proximity.properties file with paths pointing to my filesystem (directories where created manually before deploying). I hope you can find the solution. Thanks in advance, Pablo. 12:11:14,789 INFO

Re: Experience with maven-proxy.rb

2006-01-14 Thread Pablo Muñiz García
Hi Cservenak, I ran proximity on a Linux box. More precisely, it runs Ubuntu Linux 5.10. It's a bit strange error, having to be with bean initialization. Is there any special procedure to setup proximity webapp? Thanks in advance. Best regards. -

Re: Experience with maven-proxy.rb

2006-01-14 Thread Pablo Muñiz García
Thanks Logan. That did the trick. Best regards, Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Experience with maven-proxy.rb

2006-01-12 Thread Pablo Muñiz García
. Pablo. Jason Dillon wrote: >FYI, I have been testing out Proximity today... And I noticed that it can get >quite slow with many repositories listed. > >I also ran into some strange missing dependencies... That would go away and >come back every other build or so. > >Might be

Re: Experience with maven-proxy.rb

2006-01-10 Thread Pablo Muñiz García
Thanks Jason, Proximity was in the queue. I'll see if I can install it sucessfully. Greetings, Pablo. Jason Dillon wrote: >I just got Proximity setup yesterday and so far I'm happy with it. Works for >m1 and m2... And is much easier to style IMO. > >Sorry no URL... But

Experience with maven-proxy.rb

2006-01-10 Thread Pablo Muñiz García
under Apache. Anyone has experience on working with this project? Any success story? Maybe an alternative? Thanks in advance!! Greetings, Pablo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven-compiler-plugin

2006-01-10 Thread Pablo
Peschier J. (Jeroen) wrote: Hi Pablo, I believe you can resolve this by added an extra source directory using the build-helper-maven-plugin. In your use-case you would add the main source directory like this: src/webapp/WEB-INF/src Add any additional source directories using the build-helper

maven-compiler-plugin

2006-01-10 Thread Pablo
ng for projects... [INFO] [INFO] Building WebApp [INFO]task-segment: [clean, test-compile] [INFO] [INFO] [clean:clean] [INFO] Deleting direct

Integration testing

2006-01-05 Thread Pablo
The question is, how can I do it? How can I use maven-compiler-plugin two times with different source and destination paths? Can someone send me a few lines of pom which does it? Thanks in advance Pablo - To unsubscribe, e-

Re: How to disable transitive dependency?

2005-11-18 Thread Pablo
Eric Jacob wrote: Hi, Putting the following dependency results in 72 jars downloaded in WEB-INF/lib! acegisecurity acegi-security 0.9.0 runtime Hi If you set provided then these dependencies will not be included in /WEB-INF/lib Cheers Pablo

Re: [m2] How to exclude goal from a phase of the standard life-cycle ?

2005-11-09 Thread Pablo
-mojo.html Use "skip" configuration parameter. Cheers Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

testing webapp with surefire

2005-11-09 Thread Pablo
eason: ERROR: Cannot override read-only parameter: classpathElements in goal: surefire:test Therefore I have a question. What should I set in pom.xml file to make StrutsTestCase's tests work? Thanks in advance Cheers Pablo ---

[m2] Multiproject site generation

2005-09-23 Thread Pablo Muñiz
information from all modules? I mean, I want in app/target/site the site structure of all modules. Is it possible? Thanks in advance. Best regards, Pablo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Pablo Muñiz
My problem is solved. It had to be with maven-project-info-reports-plugin version. I was using another version different from 2.0-beta-1. After modifying plugin-registry.xml in my local repository all reports have been generated. Thanks for your help, Brett. Cheers, Pablo. Pablo Muñiz

Re: [m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Pablo Muñiz
I'm working with 2.0-beta-1. Pablo. Brett Porter escribió: What version of Maven are you using? You have an old version of the project reports that is not compatible. - Brett On 9/22/05, Pablo Muñiz <[EMAIL PROTECTED]> wrote: If I include tag around the two reports I get th

Re:[m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Pablo Muñiz
send me a working example of how to use maven-project-info-reports-plugin ? Thanks in advance. Best regards, Pablo. Missing around the two reports. beta-1 gives an appropriate error for this. - Brett On 9/22/05, Pablo Muñiz <[EMAIL PROTECTED]> wrote: Hi all !! I'm try

[m2] Help on using maven-project-info-reports-plugin

2005-09-22 Thread Pablo Muñiz
style report is generated, nothing happens with dependencies or license report. Any ideas with what is wrong? Thanks in advance. Best regards, Pablo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: [m2] Error in Hello plugin

2005-09-19 Thread Pablo Muñiz
Thanks Yann, by modifying tag in plugin-registry.xml from my local repository I've solved this issue until it's fixed in further releases. Pablo. Yann Le Du escribió: Hi Pablo, This seems to be a known issue : http://jira.codehaus.org/browse/MNG-916 Yann --- Pab

[m2] Error in Hello plugin

2005-09-19 Thread Pablo
--- Instead of looking for maven-hello-plugin-1.0-SNAPSHOT.jar it looks for maven-hello-plugin-RELEASE.jar I'm a bit confused with this issue. Any comment? Thanks in advance. Best regards, Pablo.

[M2] DisplayTag 1.0 POM error

2005-09-15 Thread Pablo
Hi all!! I´m trying to use displaytag library stored in Ibiblio but I´ve realized there´s an error in displaytag-1.0.pom For jetspeed:portlet-api dependency it has unknown. Anyone could update this? Thanks in advance. - To

Re: Multiproject dependency map

2004-08-20 Thread Pablo Lalloni
p://maven.apache.org/reference/plugins/dependency-convergence-report.html > > > Arnaud > > On Wed, 18 Aug 2004 17:52:36 -0400, Paul Spencer <[EMAIL PROTECTED]> wrote: > > See the following: > > http://maven.apache.org/reference/plugins/multiproject/reports.htm

Re: Multiproject dependency map

2004-08-19 Thread Pablo Lalloni
El mié, 18-08-2004 a las 18:52, Paul Spencer escribió: > See the following: >http://maven.apache.org/reference/plugins/multiproject/reports.html > > Example of the report: >http://maven.apache.org/reference/plugins/multichanges-report.html > > Paul Spencer >

Re: Multiproject dependency map

2004-08-18 Thread Pablo Lalloni
eports.html > > Example of the report: >http://maven.apache.org/reference/plugins/multichanges-report.html > > Paul Spencer > > Pablo Lalloni wrote: > > Is it possible to generate a "dependency map" report? > > > > We have a multiproject setup wit

Re: Multiproject dependency map

2004-08-18 Thread Pablo Lalloni
he following: >http://maven.apache.org/reference/plugins/multiproject/reports.html > > Example of the report: >http://maven.apache.org/reference/plugins/multichanges-report.html > > Paul Spencer > > Pablo Lalloni wrote: > > Is it possible to generate a "dep

Multiproject dependency map

2004-08-18 Thread Pablo Lalloni
subprojects would be really useful. Also, is it possible to increment a dependency version in a subset of subprojects? -- Pablo I. Lalloni <[EMAIL PROTECTED]> Teléfono +54 (11) 4347-3177 Proyecto Pampa Dirección Informática Tributaria AFIP > In 2010, M$ Windows will be a quantum pro

Re: maven-proxy update

2004-07-14 Thread Pablo Lalloni
out in the > next week or so. If you are feeling adventurous, give the snapshot a > whirl - it's easy enough to go back to the old one if things don't work out. > > Cheers, > > Ben > > - &

Re: GMail Accounts

2004-06-24 Thread Pablo Lalloni
Hi, Pablo Lalloni Thanks a lot! El jue, 24-06-2004 a las 05:04, Dion Gillard escribió: > If anyone is after one, pop me an email with your first and last names... > > - > To unsubscribe, e-mail: [EMAIL PROT

RE: jboss plugin

2004-05-07 Thread Pablo Lalloni
El vie, 07-05-2004 a las 04:40, Vincent Massol escribió: > > -Original Message- > > From: Pablo Lalloni [mailto:[EMAIL PROTECTED] > > Sent: 07 May 2004 16:47 > > To: Maven Users List > > Subject: RE: jboss plugin > > > > Well, don't think so.

RE: jboss plugin

2004-05-07 Thread Pablo Lalloni
-05-2004 a las 05:37, Stuart Eccles escribió: > Looks like your JBoss configuration is wrong rather. > > are you running the default, all or custom configuration? > > > > -Original Message- > From: Pablo Lalloni [mailto:[EMAIL PROTECTED] > Sent: 06 May 2004 20:

jboss plugin

2004-05-06 Thread Pablo Lalloni
I'm trying to get the deploy* targets of this plugin working with no luck so far... JBoss/Tomcat answers with a 505 HTTP error... Have you seen this behaviour before? I'm using Maven 1.0-rc2 against JBoss 3.2.3 with Tomcat listening on port 8080. I thought of replacing the tags in plugin with

metrics report

2003-09-26 Thread Rodriguez, Pablo
anks a lot .... Pablo Rodriguez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FW: Faile to download v 1.0-bet10

2003-08-25 Thread Rodriguez, Pablo
not continue because of the following unsatisfied > dependencies: > > j2ee-1.2.jar > ejbDeployment-1.0.jar > struts-1.0.jar > swt-1.0.jar > servlet-1.2.jar > hibernate-2.0.jar > > Total time: 30 seconds > > I setup build.properties with > maven.proxy.host = host-p

Firewall Open ports?

2003-06-12 Thread Pablo Jejcic
: commons-configuration-1.0-dev.jar Total time: 5 seconds My current configuration was working from home on this laptop using Cygwin. Thanks a lot in advance for any clue.- Kind Regards. *** Pablo Jejcic Smartweb Senior system Adm

RE: Error while downloading jars - behind proxy

2003-06-12 Thread Pablo Jejcic
By any chance are you using Cygwin?? I'm having the same problem using Cygwin, but it works on a Unix machine.- Kind Regards. *** Pablo Jejcic Smartweb Senior system Administrator School of Computing - Robert G

Cygwin / Proxy / Maven

2003-06-11 Thread Pablo Jejcic
e any recommendations/suggestions/clues. Kind Regards. *** Pablo Jejcic Smartweb Senior system Administrator School of Computing - Robert Gordon University http://www.smartweb.rgu.

where is the list archive

2003-05-30 Thread Pablo Casado
Hi, I'm trying to find the maven user list archive. I couldn't find a link anywhere on the jakarta site. Thanks. - Pablo.