[ 
https://issues.apache.org/jira/browse/SOLR-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe Schindler updated SOLR-2392:
--------------------------------

    Attachment: SOLR-2392.patch

Here the patch for build.xml that uses Jasper to compile the JSPs. I added this 
to the war task and also to the main test task as last step.

So WAR file build and ant test now fail when any JSP is broken.

The following JSPs are broken:
- ping.jsp
- get_file.jsp
- raw_schema.jsp

They are no longer needed, so I will remove them when I commit this!

> Add a dummy-compile task using jspc task (imported from jetty's jasper) to 
> check that all webapps's JSP files at least compile
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2392
>                 URL: https://issues.apache.org/jira/browse/SOLR-2392
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 3.1, 4.0
>
>         Attachments: SOLR-2392.patch
>
>
> Our build process currently does not check that the JSP files in the admin 
> webapp compile. E.g. ping.jsp is broken now.
> I propose to use the jasper installation shipped with jetty's JAR files in 
> the example folder and use its <jspc> ANT task to try to compile the JSP 
> pages. Just to test that this works.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to