blob: e2f8e6a804193c0adfba2f1582b5ddc818acfc72 [file] [log] [blame]
Vinay Vishal57171472018-09-18 20:22:00 +05301@echo off
2REM
Lukas Jungmann87f30982019-01-24 09:48:40 +01003REM Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
Vinay Vishal57171472018-09-18 20:22:00 +05304REM
5REM This program and the accompanying materials are made available under the
6REM terms of the Eclipse Public License v. 2.0, which is available at
7REM http://www.eclipse.org/legal/epl-2.0.
8REM
9REM This Source Code may also be made available under the following Secondary
10REM Licenses when the conditions for such availability set forth in the
11REM Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
12REM version 2 with the GNU Classpath Exception, which is available at
13REM https://www.gnu.org/software/classpath/license.html.
14REM
15REM SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
16REM
17
18
19
20set AS_INSTALL_LIB=%~dp0..\modules
arjantijms2164ef82020-12-23 12:02:17 +010021set JSP_IMPL=%AS_INSTALL_LIB%\wasp.jar
smillidgeee7f4002020-07-17 20:44:15 +010022set EL_IMPL=%AS_INSTALL_LIB%\jakarta.el.jar;%AS_INSTALL_LIB%\jakarta.el-api.jar
Lukas Jungmann87f30982019-01-24 09:48:40 +010023set JSTL_IMPL=%AS_INSTALL_LIB%\jakarta.servlet.jsp.jstl.jar
Vinay Vishal57171472018-09-18 20:22:00 +053024set AS_LIB=%~dp0..\lib
25set JAVAEE_API=%AS_LIB%\javaee.jar
26
27java -cp "%JSP_IMPL%;%JAVAEE_API%;%AS_LIB%" org.apache.jasper.JspC -sysClasspath "%JSP_IMPL%;%EL_IMPL%;%JSTL_IMPL%;%JAVAEE_API%;%AS_LIB%" -schemas "/schemas/" -dtds "/dtds/" %*