You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im receiving "Unknown parsing error" when parsing the groovy script where there is a custom import class. The classes reside in custom jar files. I tried to add the jar files to the groovy/lib folder, but still does not recognize the class.
unable to resolve class \n @ line 7, column 1.\r\n import \r\n ^\r\n" NglParseError
Is there a way to add external jar files to parse the groovy code? The error can be eliminated by adding --no-parse parameter, but would like to explore options to parse the groovy code.
Thank you.
The text was updated successfully, but these errors were encountered:
The CodeNarc server takes only the text of the method as input parameter, no jars :/
What we need to find is a way to parse the groovy without it looking for external libraries and being unhappy to not find them
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.
Hello.
Im receiving "Unknown parsing error" when parsing the groovy script where there is a custom import class. The classes reside in custom jar files. I tried to add the jar files to the groovy/lib folder, but still does not recognize the class.
unable to resolve class \n @ line 7, column 1.\r\n import \r\n ^\r\n" NglParseError
Is there a way to add external jar files to parse the groovy code? The error can be eliminated by adding --no-parse parameter, but would like to explore options to parse the groovy code.
Thank you.
The text was updated successfully, but these errors were encountered: