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 <[email protected]> wrote: > 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 <[email protected]> wrote: > >> 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 during retrieving content skip as ignoreDownloadError activated. >> >> If I remove the ${basedir} variable from the macro, the "mvn site" works >> as expected, but then I get this error in the eclipse IDE: >> >> Doxia Converter Exception: C:\eclipse\install\dir\src\path\to\file.txt >> (path not found) >> >> I'm unable to specify the path of the snippet file in a compatible manner, >> I have tried using $basedir, ${basedir} and ${project.basedir}, but I >> always get the same results. >> >> Anyone has any suggestion? >> >> There are any plans to release an update of the Doxia Eclipse Editor >> Plugin which uses the same default directory as the "mvn site" command? >> >> Regards, >> >> Pablo. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
