Re: doxia-module-twiki and mvn site

2007-12-16 Thread Juan F. Codagnone
On Saturday 15 December 2007, Lukas Theussl wrote: Juan, I can't apply all your patches, apparently there are some inter-dependencies. Eg DOXIA-127 depends on DOXIA-194 (well, it applies but tests don't compile afterwards), but the latter doesn't apply cleanly and I couldn't figure out how

doxia-module-twiki and mvn site

2007-12-14 Thread Juan F. Codagnone
Hi, When I wrote the twiki parser I wanted to use it to export wiki pages to others formats; and even generate a maven site directly from contents that where inside a wiki. Sadly until some weeks ago i hadn't the chance or the motivation to do it so. Last week we released an open source

Re: svn commit: r519796 - in /maven/doxia/trunk/doxia-core/src: main/java/org/apache/maven/doxia/validation/ test/java/org/apache/maven/doxia/validation/

2007-03-19 Thread Juan F. Codagnone
On Sunday 18 March 2007 23:23, [EMAIL PROTECTED] wrote: Author: jvanzyl Date: Sun Mar 18 19:23:13 2007 New Revision: 519796 URL: http://svn.apache.org/viewvc?view=revrev=519796 Log: o removing dead code that i put in with the twiki code Removed:

Re: Stuck ! (was Re: Doxia module)

2006-08-24 Thread Juan F. Codagnone
Hi Arnaud, I think that what you are missing is to add an extensions to your pom. For example for twiki (is not distributed in maven-2.0.4) i do: did you tried to put something like build ... extensions extension groupIdorg.apache.maven.doxia/groupId

[PATCH] some twiki patches

2006-08-22 Thread Juan F. Codagnone
Hi, I have some random fixes for the twiki parser (table related) and for the rest of the Sinks. juanpatches.diff is the whole diff, and the juanpatches.tar.gz has the incrementals patches with a comment. Regards, Juan.

Re: [vote] Release Maven 2.0.3 (third RC)

2006-03-20 Thread Juan F. Codagnone
so far, so good On Saturday 11 March 2006 03:00, dan tran wrote: I am currently using 2.0.3 snapshot(s) in my production build. So far all my builds work great +1 and looking forward to the release. -Dan On 3/10/06, Wayne Fay [EMAIL PROTECTED] wrote: Well I did say correct me if I'm

[jira] Commented: (MNG-1827) mvn cli bash script doesn't work in mingw

2006-03-07 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/MNG-1827?page=comments#action_60427 ] Juan F. Codagnone commented on MNG-1827: no one use msys to launch maven in windows? mvn cli bash script doesn't work in mingw

[jira] Created: (MAVENUPLOAD-635) upload hibernate-annotations-3.1beta7

2005-12-15 Thread Juan F. Codagnone (JIRA)
upload hibernate-annotations-3.1beta7 - Key: MAVENUPLOAD-635 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-635 Project: maven-upload-requests Type: Wish Reporter: Juan F. Codagnone Now that hibernate 3.1 is in ibliblio

[jira] Created: (MNG-1827) mvn cli bash script doesn't work in mingw

2005-12-13 Thread Juan F. Codagnone (JIRA)
. Reporter: Juan F. Codagnone mvn does not work if it is lunched from the bash that comes in the msys migwn environment. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa

[jira] Updated: (MNG-1827) mvn cli bash script doesn't work in mingw

2005-12-13 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/MNG-1827?page=all ] Juan F. Codagnone updated MNG-1827: --- Attachment: MNG-1827.diff mvn cli bash script doesn't work in mingw --- Key: MNG-1827 URL: http

[jira] Updated: (MNG-1827) mvn cli bash script doesn't work in mingw

2005-12-13 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/MNG-1827?page=all ] Juan F. Codagnone updated MNG-1827: --- Attachment: MNG-1827.diff mvn cli bash script doesn't work in mingw --- Key: MNG-1827 URL: http

[jira] Resolved: (DOXIA-27) sink validation (sink advisor)

2005-12-11 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/DOXIA-27?page=all ] Juan F. Codagnone resolved DOXIA-27: Resolution: Fixed Fix Version: 1.0-alpha-6 Jason commited the files in revision 349241, so i consider that it has been fixed. (the only things

TWiki parser

2005-11-16 Thread Juan F. Codagnone
Hi! We did a java parser for TWiki [http://twiki.org/] that emits Sink messages. It doesn't handle all the features, but it support most of the things we use in our wiki. This is implemented in an ad-hoc line-by-line parser (i was too lazy to remember the language compiler classes), but i

[jira] Updated: (DOXIA-28) XmlWriterXdocSink

2005-11-09 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/DOXIA-28?page=all ] Juan F. Codagnone updated DOXIA-28: --- Attachment: XmlWriterXdocSink.java updated to handle DOXIA-30 XmlWriterXdocSink - Key: DOXIA-28 URL: http

[jira] Created: (DOXIA-37) LatexSink: NPE when using tableRow()

2005-11-09 Thread Juan F. Codagnone (JIRA)
LatexSink: NPE when using tableRow() Key: DOXIA-37 URL: http://jira.codehaus.org/browse/DOXIA-37 Project: doxia Type: Bug Reporter: Juan F. Codagnone if tableRow() is called instead of tableRows( int[] justification

Re: [vote] new site layout

2005-10-14 Thread Juan F. Codagnone
Hi, in http://www.codehaus.org/~jvanzyl/maven2/guides/index.html there are two links for Guide to creating a multi-module build, and the last one is wrong. Juan. On Friday 14 October 2005 17:38, Jason van Zyl wrote: Hi, Just wanted offer out the new site layout for a vote before publishing

Re: svn commit: r320827 - in /maven/components/trunk: maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/ maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/

2005-10-14 Thread Juan F. Codagnone
+317,8 @@ try { wagon = getWagon( protocol ); + +configureWagon( wagon, repository ); } catch ( UnsupportedProtocolException e ) On Friday 14 October 2005 01:52, Juan F. Codagnone wrote: On Thursday 13 October 2005 14:49, [EMAIL

[jira] Commented: (MNG-1150) be able to configure custom wagon's properties

2005-10-13 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/MNG-1150?page=comments#action_48566 ] Juan F. Codagnone commented on MNG-1150: ohh! i forgot to diff the wagon tree! be able to configure custom wagon's properties

Re: svn commit: r320827 - in /maven/components/trunk: maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/ maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/

2005-10-13 Thread Juan F. Codagnone
On Thursday 13 October 2005 14:49, [EMAIL PROTECTED] wrote: Author: jdcasey Date: Thu Oct 13 10:49:41 2005 New Revision: 320827 ... +/** + * Applies the server configuration to the wagon + * + * @param wagon the wagon to configure + * @param repository the repository

Re: [Maven Wiki] Update of MavenDiscussionEclipseIntegration by JeanMichelGarnier

2005-10-11 Thread Juan F. Codagnone
the page is intended to be in spanish or it should be in english? If it should be in spanish i can fix some typos. On Tuesday 11 October 2005 13:12, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on Maven Wiki for change notification. The following

[jira] Created: (MPJETTY-8) missing classpath entries during dinamic compilation

2005-10-10 Thread Juan F. Codagnone (JIRA)
missing classpath entries during dinamic compilation Key: MPJETTY-8 URL: http://jira.codehaus.org/browse/MPJETTY-8 Project: maven-jetty-plugin Type: Bug Reporter: Juan F. Codagnone if the jsp uses the a class

[jira] Created: (MNG-1150) be able to configure custom wagon's properties

2005-10-09 Thread Juan F. Codagnone (JIRA)
be able to configure custom wagon's properties -- Key: MNG-1150 URL: http://jira.codehaus.org/browse/MNG-1150 Project: Maven 2 Type: Improvement Reporter: Juan F. Codagnone It should be allowed to configure the custom

[jira] Updated: (MNG-1150) be able to configure custom wagon's properties

2005-10-09 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/MNG-1150?page=all ] Juan F. Codagnone updated MNG-1150: --- Attachment: MNG-1150.diff I played a bit with this, adding a configuration tag to settings.xml but i didn't found a way to configure complex properties

[jira] Commented: (WAGONSSH-18) Incorrect mkdir command issued

2005-09-24 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-18?page=comments#action_47089 ] Juan F. Codagnone commented on WAGONSSH-18: --- one chunk of http://jira.codehaus.org/secure/attachment/16740/WAGON-SSH-14.diff (WAGONSSH-14) wasnt commited :( Incorrect

[jira] Commented: (WAGONSSH-2) wagon-ssh unit tests fail

2005-09-20 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-2?page=comments#action_46757 ] Juan F. Codagnone commented on WAGONSSH-2: -- WAGONSSH-7 was a dup of this. sorry about that! wagon-ssh unit tests fail - Key: WAGONSSH-2

[jira] Created: (MAVEN-1686) be able to use sftp as a maven.repo.remote

2005-09-11 Thread Juan F. Codagnone (JIRA)
be able to use sftp as a maven.repo.remote -- Key: MAVEN-1686 URL: http://jira.codehaus.org/browse/MAVEN-1686 Project: Maven Type: Wish Components: core Reporter: Juan F. Codagnone It would be nice to be able to use

[jira] Updated: (MAVEN-1686) be able to use sftp as a maven.repo.remote

2005-09-11 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1686?page=all ] Juan F. Codagnone updated MAVEN-1686: - Attachment: MAVEN-1686.diff As a quick hack, this patch makes sftp work. Its limitation is that the username and password must be hardcoded in the url

[jira] Commented: (WAGONSSH-11) sftp: implement method getIfNewer()

2005-09-11 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-11?page=comments#action_46146 ] Juan F. Codagnone commented on WAGONSSH-11: --- @see MAVEN-1686 sftp: implement method getIfNewer() --- Key: WAGONSSH-11

[jira] Created: (MNG-834) handle repository permissions

2005-09-04 Thread Juan F. Codagnone (JIRA)
handle repository permissions - Key: MNG-834 URL: http://jira.codehaus.org/browse/MNG-834 Project: Maven 2 Type: Improvement Components: maven-model, maven-archiver Reporter: Juan F. Codagnone it would be nice to have a way to set

[jira] Created: (WAGONSSH-8) patch: scp: honour repository directory permission mode

2005-09-03 Thread Juan F. Codagnone (JIRA)
patch: scp: honour repository directory permission mode --- Key: WAGONSSH-8 URL: http://jira.codehaus.org/browse/WAGONSSH-8 Project: wagon-ssh Type: Improvement Reporter: Juan F. Codagnone Attachments: scp-honour

Re: [jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-09-02 Thread Juan F. Codagnone
On Thursday 01 September 2005 21:25, Lukas Theussl wrote: ... Can you guys confirm that this still works for you? yeap, that fixes the problem. The other solution that works, is telling the compiler that these java classes are written en latin1: Index: project.properties

[jira] Commented: (MAVEN-456) unable to access remote repository via https

2005-06-12 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-456?page=comments#action_41101 ] Juan F. Codagnone commented on MAVEN-456: - before the regrets begins, let me warn not to use the above script in computers shared between multiple users, because they can get

[jira] Commented: (MAVEN-456) unable to access remote repository via https

2005-06-11 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-456?page=comments#action_41075 ] Juan F. Codagnone commented on MAVEN-456: - with maven-1.0.2 I was able to use a private remote repository (using ssl, and a client certificate to restrict access