Re: [pmd-devel] How to configure "-cache <path>"
A source code analyzer
Brought to you by:
adangel,
juansotuyo
|
From: Andreas D. <and...@ad...> - 2018-10-17 17:20:23
|
FYI: This has been discussed on github at https://github.com/pmd/pmd/issues/1394 Am 16.10.2018 um 08:11 schrieb 嗯哼: > Hello, > I want to use the incremental analysis of the PMD. I looked up the > document and it says use -cache <path> to specify a location for the > analysis cache file to use.But when I use the '-cache' argument within > CLI, I just can't set the right parameter. It seems like I have > trouble in generating the cache file at the first running , I do it > like "-cache /path" which '/path' is the directory where I want to > store the cache file. But I got the Error says"Could not load analysis > cache from file. /***/*** (Is a directory)" . Then I set the path as > an empty file like '.../cache' , and I got "Cache file a is malformed, > will not be used for current analysis" . It seems like I > can't generate the cache file at the first time . I didn't find the > right way to do this on Internet. So I would be appreciated if you can > help me with this. > Thanks a lot. > > Best wishes. > > > > > _______________________________________________ > Pmd-devel mailing list > Pmd...@li... > https://lists.sourceforge.net/lists/listinfo/pmd-devel |