Bug 43001 - JspC lacks setMappedFile and setDie for use in Ant task
Summary: JspC lacks setMappedFile and setDie for use in Ant task
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Jasper (show other bugs)
Version: 6.0.11
Hardware: All All
: P2 enhancement (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-30 11:12 UTC by Robert Flaherty
Modified: 2014-09-30 13:28 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Flaherty 2007-07-30 11:12:37 UTC
The output files of the task (which defaults to false) will differ vs. what is 
generated at runtime with the web.xml 'mappedfile' parameter set true.  I just 
did a quick check and 'die' seemed to be the only other option that was 
missing that might make sense in the task.  These also occur in all versions 
of Tomcat and might be ported to 5.x.
Comment 1 Mark Thomas 2014-09-08 13:38:47 UTC
I've implemented setMappedFile() in 8.0.x and it will be included in 8.0.13 onwards.

die level is specific the calling JspC from the command line and is not used when using the Ant task so I see no need to provided a setDieLevel method.

There has been little demand for this enhancement request so I do not intend to back-port it to 7.0.x or 6.0.x.
Comment 2 Konstantin Kolinko 2014-09-11 10:32:13 UTC
I applied the fix to Tomcat 7 in r1624249 (it will be in 7.0.56) and proposed for Tomcat 6.
Comment 3 Mark Thomas 2014-09-30 13:28:47 UTC
This has been fixed in 6.0.x and will be included in 6.0.42 onwards.