|
From: Andreas D. <ad...@us...> - 2017-07-04 20:41:23
|
Hi, this depends on how you are calling PMD: Are you calling PMD from Commandline, via ANT, via maven or via gradle? For general command line options, see https://pmd.github.io/pmd-5.8.1/usage/running.html The "linkPrefix" is a property of the "html" formatter, you specify it via the "property" command line option. This should work: ./run.sh pmd -R java-basic -d src -f html -property linkPrefix="../doc-folder/src" Regards, Andreas Am 03.07.2017 um 07:18 schrieb rg...@si...: > Hello: > how to use the options "linkPrefix". > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Pmd-devel mailing list > Pmd...@li... > https://lists.sourceforge.net/lists/listinfo/pmd-devel -- Andreas Dangel https://github.com/adangel skype: andreas_dangel |