blob: ba9a6e1865aadacdac46f93d9d88b32b59658efd [file] [log] [blame]
<%--
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: BSD-3-Clause
--%>
<%@ taglib prefix="xjc" uri="http://java.sun.com/xml/ns/jaxb/xjc/ontheweb" %>
<%@ page contentType="text/html; charset=UTF-8" %>
<html>
<head>
<title>Compilation completed</title>
</head>
<body>
<xjc:header title="Unable to compile the schema">
</xjc:header>
<p>
See the following error messages for details:
</p>
<%@ include file="statusMessage.jsp"%>
</body>
</html>