Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-19 Thread Pablo León
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 herve.bout...@free.fr

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-18 Thread Pablo León
${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 format

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

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Pablo León
recognized 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 dant

Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-14 Thread Pablo León
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 garvin.lecla...@gmail.com 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

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 gau...@yahoo.fr 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

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 gau...@yahoo.fr The Sonar team is pleased to announce the release of Sonar 1.6. Sonar is an open source platform that manages

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)

Re: Experimental Grails archetype

2008-11-11 Thread Pablo Saavedra
, Nov 11, 2008 at 6:58 AM, Pablo Saavedra [EMAIL PROTECTED] wrote: 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

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 run the

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:

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 the details. Regards. 2008/11

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 than I can rise them :). I'll

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

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 Pablo PabloS wrote: Peter

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 class :)

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

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 application, it gave me this error: Error

Re: ANN 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.0

Problem with archetype properties

2008-02-22 Thread Pablo Saavedra
for the values, hence they are not being replaced. Am I doing anything wrong? Thanks in advance. Pablo.

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

Re: Archetype plugin - variable output folders for modules

2008-02-22 Thread Pablo Saavedra
/descriptor /descriptors /configuration /plugin -Original Message- From: Pablo Saavedra [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 10:32 AM To: users@maven.apache.org Subject: Archetype plugin - variable output folders for modules Hi All

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 properties to the archetype

problem deleting project from project list

2007-07-18 Thread Munoz, Pablo
$PoolThread.run(ThreadPool.java:520) \--/ Pablo Muñoz | Rodale, Inc. | 733 3rd Ave, New York, NY | 212.573.0349 | aimpmunoz

Turning off transitive dependencies in Maven2

2007-01-18 Thread Munoz, Pablo
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 because for our

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 because for our unit

Surefire to run a custom testsuite

2006-08-22 Thread Pablo Gutierrez
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
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 versionSNAPSHOT/version mean as opposed to version1.0-SNAPSHOT/version

2006-01-25 Thread Pablo Muñiz García
-SNAPSHOT/version /dependency ... If I release A project, so it becomes 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

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

[M2] Maven-proxy and Maven 2

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

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-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-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 better to let Maven 2 handle

maven-compiler-plugin

2006-01-10 Thread Pablo
] Deleting directory /home/pablo/cvsroot/webapp/target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] Compiling 225 source files to /home/pablo/cvsroot/webapp/target/classes [INFO] [resources:testResources] [INFO] Using default encoding

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: sourceDirectorysrc/webapp/WEB-INF/src/sourceDirectory Add any additional source

Experience with maven-proxy.rb

2006-01-10 Thread Pablo Muñiz García
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: 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 google for proximity

Integration testing

2006-01-05 Thread Pablo
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-mail: [EMAIL PROTECTED] For additional

Re: How to disable transitive dependency?

2005-11-18 Thread Pablo
will not be included in /WEB-INF/lib Cheers Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

testing webapp with surefire

2005-11-09 Thread Pablo
Cheers Pablo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

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

[m2] Multiproject site generation

2005-09-23 Thread Pablo Muñiz
way of generating a unique site wich encloses site 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

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

2005-09-22 Thread Pablo Muñiz
regards, Pablo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 reports 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 trying to include

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 reports tag around the two reports I get

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

[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. - To unsubscribe, e-mail

Re: [m2] Error in Hello plugin

2005-09-19 Thread Pablo Muñiz
Thanks Yann, by modifying userVersion 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 --- 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 versionunknown/version. Anyone could update this? Thanks in advance.

Multiproject dependency map

2004-08-18 Thread Pablo Lalloni
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 processing emulation layer for a 128

Re: Multiproject dependency map

2004-08-18 Thread Pablo Lalloni
://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 dependency map report? We have a multiproject setup with ~30

Re: Multiproject dependency map

2004-08-18 Thread Pablo Lalloni
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 with ~30 subprojects and each depending on other's specific versions and it's

Re: maven-proxy update

2004-07-14 Thread Pablo Lalloni
a whirl - it's easy enough to go back to the old one if things don't work out. Cheers, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pablo I. Lalloni [EMAIL PROTECTED

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 PROTECTED] For additional

RE: jboss plugin

2004-05-07 Thread Pablo Lalloni
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:39 To: [EMAIL PROTECTED] Subject: jboss plugin I'm trying to get

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 ant:get/ tags in

metrics report

2003-09-26 Thread Rodriguez, Pablo
file=Gastos-metrics-${DSTAMP}-${TSTAMP}.xml/ /target /project The questions are: What I have to do to add this ant task to maven ? How I add to the main menu a link to the metrics's xml file ? Thanks a lot Pablo Rodriguez

FW: Faile to download v 1.0-bet10

2003-08-25 Thread Rodriguez, Pablo
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-proxy maven.proxy.port = 80 but I can't generate the site. What is wrong ? Help Pablo Rodriguez

Firewall Open ports?

2003-06-12 Thread Pablo Jejcic
-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 Administrator

Cygwin / Proxy / Maven

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