You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/11/01 14:43:12 UTC

DO NOT REPLY [Bug 14163] New: - jspc webxml not used by JasperC

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14163>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14163

jspc webxml not used by JasperC

           Summary: jspc webxml not used by JasperC
           Product: Ant
           Version: 1.5
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: roy.jacob@venation.com


The webxml parameter in the jspc optional task does not get used by the JasperC
compiler.

I think adding the following:

        if (jspc.getWebxml() != null) {
            addArg(cmd, "-webxml", jspc.getWebxml());
        }

to JasperC.setupJasperCommand() may fix this.
It's such a simple omission I'm now wondering if it was deliberate and I'm
missing a bigger issue oh well...

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>