[ https://issues.apache.org/jira/browse/WW-5446?focusedWorklogId=932605&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-932605 ]
ASF GitHub Bot logged work on WW-5446: -------------------------------------- Author: ASF GitHub Bot Created on: 30/Aug/24 11:00 Start Date: 30/Aug/24 11:00 Worklog Time Spent: 10m Work Description: burtonrhodes commented on PR #7: URL: https://github.com/apache/struts-intellij-plugin/pull/7#issuecomment-2320849858 Can you bump the IntelliJ version number from 241 -> 242 in `build.gradle.kts`? It won't install as I have the latest version of IntelliJ. Also, is there a way to future proof that `untilBuild.set("242.*")` line? Omitting it doesn't seem to help, but maybe put something like `untilBuild.set("250.*")`? It seems unnecessary to have to rebuild/publish the entire plugin for small IDE upgrades which they tend to do many times per year. Lastly, you might consider doing a search/replace for the string "Struts 2" in the code base. Probably more appropriate to display "Struts" to the end user instead. My IntelliJ version ``` IntelliJ IDEA 2024.2.1 (Ultimate Edition) Build #IU-242.21829.142, built on August 28, 2024 ``` Issue Time Tracking ------------------- Worklog Id: (was: 932605) Time Spent: 2h 40m (was: 2.5h) > <result> file paths are broken (not clickable) in the struts.xml files > ---------------------------------------------------------------------- > > Key: WW-5446 > URL: https://issues.apache.org/jira/browse/WW-5446 > Project: Struts 2 > Issue Type: Bug > Components: IDEA Plugin > Affects Versions: 6.0.0 > Environment: IntelliJ IDEA 2024.1.4 (Ultimate Edition) > Build #IU-241.18034.62, built on June 20, 2024 > Struts 7.0 (using Struts 6.0 DTD) > Windows 11 Pro > Reporter: Burton Rhodes > Assignee: Lukasz Lenart > Priority: Major > Fix For: 6.7.0 > > Attachments: Screenshot 2024-07-15 065901.png > > Time Spent: 2h 40m > Remaining Estimate: 0h > > The struts result file paths are not resolved in the struts.xml files. As a > result, they are not "clickable" and appear red in each struts config file. > Screenshot included -- This message was sent by Atlassian Jira (v8.20.10#820010)