Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Doxia Eclipse Editor Plugin problem with snippet macro

$
0
0
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.

Viewing all articles
Browse latest Browse all 5648

Trending Articles