Currently, I have one uml (a.uml) file including another uml (b.uml), and both are in the same folder (windows). I currently have the include path set (-Dplantuml.include.path) to a configuration folder, but I would also want the current folder searched, such that when I include b.uml within a.uml, it will search the folder that contains a.uml and b.uml.
I have tried the following:
-Dplantuml.include.path="./;c:\Users\me\config"
-Dplantuml.include.path=".\;c:\Users\me\config"
-Dplantuml.include.path=".;c:\Users\me\config"
as well as (from within a.uml):
!include ./b.uml
!include .\b.uml
But none of these find b.uml. I am runnning this from within LyX, and there's no easy way to pass in the current folder, so that's why I was looking at the search path.
I hope that makes sense.
Thanks,
Brett