[ https://issues.apache.org/jira/browse/TAP5-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699254#action_12699254 ]
Piero Sartini commented on TAP5-646: ------------------------------------ Did not check it, but my understanding of this issue was that there is an one-line comment (//) at the end of a file without the new line character ( LF on unix ). Tap5 needs to make sure that each file ends with NL and insert it if needed. > When Tapestry is combining JavaScript files, it should check for a JS file > that ends with an unterminated comment, and add the comment terminator > ------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: TAP5-646 > URL: https://issues.apache.org/jira/browse/TAP5-646 > Project: Tapestry 5 > Issue Type: Bug > Components: tapestry-core > Affects Versions: 5.1.0.4 > Reporter: Howard M. Lewis Ship > Priority: Minor > > From the mailing list: > I'm found were is the problem... > It's appear only when tapestry.production-mode=true. > As I'm understand in this mode all JavaScripts gather in one virtual .js. > But one of my script have comment at the last line!!!!! > The next script added to the end of previous one without CL, so the meaning > line of the second script became commented... > I'm solve the problem, but IMHO it's need to change virtual file gathering > in order to prevent such a situation. > To be honest, this one goes to user error, but the unterminated comment > doesn't cause problems with many individual <script> tags, just with the > virtual combined script, so I guess it falls in Tapestry's lap. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.