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
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.
<!-- Don't use this task to run the test -->
<target name="test1">
<echo>
1st startup test
~~~~~~~~~~~~~~~~
</echo>
<exec executable="${ant.executable}" dir="${whitelist-test.basedir}/../..">
<arg value="test-qa-functional"/>
<arg value="-Dtest.includes=**/WhitelistTest.class"/>
<arg value="-Dpermit.jdk6.builds=true"/>
<arg value="-Dtest.run.args=-ea -Xmx512m -Xverify:none -Dtest.whitelist.stage=1 -Dorg.netbeans.core.TimeableEventQueue.quantum=60000 ${debug.args}"/>
<arg value="-Dtest-qa-functional-sys-prop.allowed.violations=${allowed.violations}"/>
</exec>
</target>
<!-- Don't use this task to run the test -->
<target name="test2">
<echo>
2nd startup test
~~~~~~~~~~~~~~~~
</echo>
<exec executable="${ant.executable}" dir="${whitelist-test.basedir}/../..">
<arg value="test-qa-functional"/>
<arg value="-Dtest.includes=**/WhitelistTest.class"/>
<arg value="-Dpermit.jdk6.builds=true"/>
<arg value="-Dtest.run.args=-ea -Xmx512m -Xverify:none -Dtest.whitelist.stage=2 -Dorg.netbeans.core.TimeableEventQueue.quantum=60000 ${debug.args}"/>
<arg value="-Dtest-qa-functional-sys-prop.allowed.violations=${allowed.violations}"/>
</exec>
</target>
<!-- Don't use this task to run the test -->
<target name="test3">
<echo>
Startup with Tomcat project test
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</echo>
<exec executable="${ant.executable}" dir="${whitelist-test.basedir}/../..">
<arg value="test-qa-functional"/>
<arg value="-Dtest.includes=**/WhitelistTest.class"/>
<arg value="-Dpermit.jdk6.builds=true"/>
<arg value="-Dtest.run.args=-ea -Xmx512m -Xverify:none -Dtest.whitelist.stage=3 -Dorg.netbeans.core.TimeableEventQueue.quantum=60000 ${debug.args}"/>
<arg value="-Dtest-qa-functional-sys-prop.allowed.violations=${allowed.violations}"/>
</exec>
</target>
to remove Tomcat project project from ide.kit test data dir
(recommended if you're going to run ide.kit tests such as commit-validation suite)
</echo>
</target>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.