Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-19 Thread Robert Munteanu
On Sun, Aug 17, 2014 at 8:47 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: , at least for the eclipse+java+maven environment we're using. but you're right, I didn't find a good one as Eclipse plugin either and even not as native application on Linux Mylyn Docs should have a good markdown

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-19 Thread Hervé BOUTEMY
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 wrote: , at least for the eclipse+java+maven environment we're using. but you're right, I didn't find a good one as Eclipse plugin either and even not as

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-19 Thread Pablo León
I have pasted the markdown example from http://www.unexpected-vortices.com/sw/rippledoc/quick-markdown-example.html into an empty .md file in eclipse luna, and I have observed that some markup is correctly shown in the preview page, while other isn't. I think there are several flavours for

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-18 Thread Pablo León
I have just confirmed Hervé is right, if you use ${project.basedir} then you don't need to add any property to your pom. El 17/08/2014 19:26, Hervé BOUTEMY escribió: notice this is referenced as DOXIA-373 [1] and used in DOXIATOOLS-15 [2] notice that you should: - avoid ${basedir} and prefer

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-17 Thread Hervé BOUTEMY
notice this is referenced as DOXIA-373 [1] and used in DOXIATOOLS-15 [2] notice that you should: - avoid ${basedir} and prefer ${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

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-17 Thread Hervé BOUTEMY
Le samedi 16 août 2014 15:08:53 Pablo León a écrit : I've been messing around with markdown for a while, and I feel that APT tools are more mature if you know of other tools, please share: AFAIK, Doxia Eclipse Editor was written because we didn't find any tooling (ne it in Eclipse or not)

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-16 Thread Dan Tran
Barrie, you are correct. I missed that totally On Fri, Aug 15, 2014 at 9:18 PM, Barrie Treloar baerr...@gmail.com wrote: On 16 August 2014 00:49, Dan Tran dant...@gmail.com wrote: Markdown is the way to go, there is a conversion as well [1] How do you use snippets in Markdown?

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 Dan Tran
Unfortunately, I dont think Doxia for Eclipse is maintained, and it never have an official release either -D On Thu, Aug 14, 2014 at 6:06 PM, Pablo León pablo.l...@horus.es wrote: Hi, I have been successfully using the Doxia Eclipse Editor Plugin for a few months. But now I'm facing a

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Benson Margulies
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...@gmail.com wrote: Unfortunately, I dont think Doxia for Eclipse is maintained, and it never have an official release either

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Pablo León
Ouch, bad news! This plugin has saved us hundreds of hours in APT format validation and also is a great memory saver. What are my alternatives for APT editing? Nevertheless, I've found a workaround for the problem I was facing, just in case someone else is experiencing it too: 1.- Rename

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Dan Tran
Markdown is the way to go, there is a conversion as well [1] -D [1] http://maven.40175.n5.nabble.com/DISCUSS-Converting-site-documentation-to-Markdown-td5772521.html On Fri, Aug 15, 2014 at 7:26 AM, Pablo León pablo.l...@horus.es wrote: Ouch, bad news! This plugin has saved us hundreds of

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Barrie Treloar
On 16 August 2014 00:49, Dan Tran dant...@gmail.com wrote: Markdown is the way to go, there is a conversion as well [1] How do you use snippets in Markdown? http://daringfireball.net/projects/markdown/syntax doesn't have anything mentioned. Is it under different terminology?

Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-14 Thread Pablo León
Hi, I have been successfully using the Doxia Eclipse Editor Plugin for a few months. But now I'm facing a compatibility problem related to the snippet macro. if I use the following macro: %{snippet|file=${basedir}/src/path/to/file.txt} then the mvn site issues the error: Error