Bluestone - 2015-06-19

Hi,

I'm generating plantUML images before starting doxygen.
This worked fine in 1.8.6, with the following aliases defined:

ALIASES = "startuml{1}=\image html \1\n\image latex \1\n\if DontIgnorePlantUMLCode"
ALIASES += "enduml=\endif"

With version 1.8.9.1 I get the following warning:

warning: ignoring \startuml command because PLANTUML_JAR_PATH is not set

The warning is OK, but I expected that internal startuml command is overridden by the alias, or at least, that the internal startuml command is including the preprocessed images (as defined as parameter).

Example usage:

@startuml{simple.png}
...
@enduml

Do I miss something or is this a bug?

version 1.8.9.1
cygwin on Windows 7