[
https://issues.apache.org/jira/browse/SLING-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599385#action_12599385
]
Felix Meschberger commented on SLING-476:
-----------------------------------------
How stupid of me ;-) I coded this and when looking for why the source file is
not around anymore, I did not see it ....
Anyway, there is of course a configuration option - keepGenerated - which does
just that ... Maybe the intent was, that once compiled, the Java source is not
interesting anymore ...
Anyway, will modify the JspCMojo to not removed stuff which has been generated
and left by Jasper.
> make maven-jspc-plugin configurable to suppress deletion of .java files
> -----------------------------------------------------------------------
>
> Key: SLING-476
> URL: https://issues.apache.org/jira/browse/SLING-476
> Project: Sling
> Issue Type: Improvement
> Components: Maven Plugins
> Reporter: Dominique Jäggi
> Assignee: Felix Meschberger
>
> line 372 in r648552:
> new File(clctxt.getServletJavaFileName()).delete();
> suppresses by default generated .java files right after compilation. for
> debugging purposes this is not convenient.
> we suggest that a configuration option be introduced to keep the .java files
> if desired.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.