[ https://issues.apache.org/jira/browse/RAT-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901297#comment-17901297 ]
Jochen Wiedmann commented on RAT-379: ------------------------------------- I can get apache-rat-core to work by removing the following snippet from apache-rat-core/pom.xml: (The problem appears to be, that the directory .. is outside of the subproject.) Can anyone, please, explain to me, what the snippet is supposed to do, before I remove it? ``` <{color:#268bd2}resource{color}> <{color:#268bd2}directory{color}>..</{color:#268bd2}directory{color}> <{color:#268bd2}targetPath{color}>META-INF</{color:#268bd2}targetPath{color}> <{color:#268bd2}includes{color}> <{color:#268bd2}include{color}>RELEASE_NOTES.txt</{color:#268bd2}include{color}> </{color:#268bd2}includes{color}> </{color:#268bd2}resource{color}> ``` > Unable to open/import RAT in Eclipse > ------------------------------------ > > Key: RAT-379 > URL: https://issues.apache.org/jira/browse/RAT-379 > Project: Apache Rat > Issue Type: Bug > Components: build > Affects Versions: 0.17 > Reporter: Philipp Ottlinger > Priority: Critical > Fix For: 0.17 > > Attachments: Screenshot from 2024-05-16 21-44-30.png > > > I'm unable to open the current master branch in Eclipse anymore. I suspect it > to be related to the spotbugs/checkstyle integration via RAT-369 or the > latest changes that introduced defined dependencies on RAT submodule itself > .... but have to admit that I did not open the project in Eclipse for quite > some time. > The error message is "Path must include project or resource name: /" and the > project is not properly imported. > Does anyone else experience this behaviour? > * Eclipse 2024-03 with all updates integrated on Ubuntu > * JDK is the internal one provided by Eclipse itself (17.0.10) -- This message was sent by Atlassian Jira (v8.20.10#820010)