blob: 2446925755b6b8b0d2901f9309829c90ecec42f3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project name="ide/libs.c.kohlschutter.junixsocket" default="build" basedir=".">
<import file="../../nbbuild/templates/projectized.xml"/>
<target name="gen-sigtest">
<!--
Workaround for sigtest generation failures. Problems:
- RuntimeInvisibleTypeAnnotations are not parsed properly
(the org.eclipse.jdt.annotation.NonNull annotation on the return
and parameter types causes this code to be executed)
- AFUNIXServerSocket::newImpl and
AFDatagramSocket::getAncillaryDataSupport return non-public types from
protected methods
- Protected constructor org.newsclub.net.unix.AFSocketAddress.init
(java.lang.Class<org.newsclub.net.unix.SentinelSocketAddress>,int)
uses a non-public type as parameter
-->
<antcall target="projectized.gen-sigtest">
<param name="sigtest.gen.fail.on.error" value="false"/>
</antcall>
</target>
</project>