-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some compilation errors don't display the problematic filename #6
Comments
+1 |
[Details copied from codehaus as it's closing down] Certain compilation errors can be hard to track down; for example when compiling the attached two jspc files (one of which has an error, one doesn't), the Maven output is as follows (even with the -e flag);
Note that there is no indication of the name of the file with the error. With only two to pick from in the attached, it's easy to work out which is working. But with a major project, it can be very hard to track down the problematic file (in this case, an extra comma in the import statement). [NB. Based on my understanding of how this works, I'm entirely sure this problem can be fixed without changing the underlying jspc. But I'm raising it just in case ...] |
@Lynorics @GregDThomas Would either of you be willing to open a PR to resolve this? |
Sorry, I've moved on to gradle since I originally raised this! |
@GregDThomas no worries. |
Hey there! 👋 Thanks for opening an issue with jspc-maven-plugin. 👍 🙇♂️ Thanks again for contributing to the jspc-maven-plugin! ✨ |
See https://jira.codehaus.org/browse/MJSPC-59
The text was updated successfully, but these errors were encountered: