# 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. # # BUILDTIME EDITABLE PARAMETERS ------------------ # # For proxy connection uncomment and update # accordingly the following two lines (needed for build phase only) # #http.proxy.host=proxy01.ims.intel.com #http.proxy.port=911 # # RUNTIME EDITABLE PARAMETERS ------------------ # # Root location of the implementation under test # (${test.java.home}/bin/java must be available). # NOTE: # - Always use forward slashes in your path here # test.java.home=C:/tools/jdk1.5.0_06 tested.vm.options= # # Number of iterations in "stress" test scenario # test.stress.iterations=2 # # For test runs on Harmony's VMs leave the following three lines as is; # For test runs on RI make the values empty as follows: #test.vmarg.bootclasspath= #test.vmarg.ush_prefix= #test.vmarg.do_not_install_handler= # test.vmarg.bootclasspath= test.vmarg.ush_prefix=-Dabbot.util.url_stream_handler_prefix=org.apache.harmony.luni.internal.net.www.protocol test.vmarg.do_not_install_handler=-Dabbot.util.do_not_install_handler=true # # USUALLY THERE IS NOTHING TO EDIT BELOW THIS LINE ------------------ target.dir=target classes.dir=${target.dir}/classes tests.report.dir=${target.dir}/report tests.working.dir=${target.dir}/working download.dir=${target.dir}/downloads tests.src.dir=src patches.dir=${tests.src.dir}/patches jedit.settings.backup.dir=.jedit.backup tests.classes.dir=${classes.dir}/tests sf.download.url=http://prdownloads.sourceforge.net jedit.url=jedit jedit.plugin.url=jedit-plugins abbot.url=abbot jedit.distr=jedit42install.jar jedit.plugin.javastyle.distr=JavaStyle-1.2-bin.zip jedit.plugin.jcompiler.distr=JCompiler-1.7.2-bin.zip jedit.plugin.console.distr=Console-4.2.6.5-bin.zip jedit.plugin.errlist.distr=ErrorList-1.4.2-bin.zip jedit.plugin.jcore.distr=JavaCore-0.7.1-bin.zip jedit.plugin.jaccomms.distr=JakartaCommons-0.4.4-bin.zip jedit.plugin.pviewer.distr=ProjectViewer-2.1.3.5-bin.zip jedit.plugin.commcntl.distr=CommonControls-0.9.1-bin.zip abbot.name=abbot-1.0.0.rc5 abbot.distr=${abbot.name}.zip patched.jar=abbot-patched.jar # # Delay properties for Abbot # Maximum ms to wait for a popup to appear abbot.robot.popup_delay=300000 # Maximum ms to wait for a component to appear abbot.robot.component_delay=300000 # Delay after mouse press before moving to register a drag (X11) abbot.robot.drag_delay=1000 # Delay after mouse move before release to register a drop (w32) abbot.robot.drop_delay=2000 # Annotation minimum display time abbot.annotation.min_delay=50000 # Annotation display time in ms, per word abbot.annotation.delay_unit=5000 # Timeouts for forked VM execution abbot.runner.launch_delay=600000 abbot.runner.terminate_delay=300000 # Delay between WINDOW_OPENED and window ready for input abbot.window_ready_delay=300000