We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34162d5 commit 3ae4c0dCopy full SHA for 3ae4c0d
build.xml
@@ -24,7 +24,6 @@
24
</perl>-->
25
</target>
26
<target name="generate-sources" depends="init">
27
- <copy file="../target/iedoc.xml" tofile="iedoc.xml" />
28
<perl>
29
<arg value="util/create_www_selenium.pl" />
30
</perl>
util/create_www_selenium.pl
@@ -594,7 +594,7 @@ sub test_functions {
594
}
595
596
sub read_iedoc_xml {
597
- my $iedoc_file = 'iedoc.xml';
+ my $iedoc_file = 'target/iedoc.xml';
598
die "Can't find iedoc.xml" unless -e $iedoc_file;
599
open (my $fh, $iedoc_file) or die "Can't open $iedoc_file: $!";
600
{
0 commit comments