From 3ae4c0df06c3afba20c87d7339763823b5c446f2 Mon Sep 17 00:00:00 2001 From: dfabulich Date: Thu, 17 Jan 2008 02:27:44 +0000 Subject: [PATCH] Depend on iedoc.xml in the childrens' target directories, not in the parent's target directory git-svn-id: http://svn.openqa.org/svn/selenium-rc/trunk/clients/perl@2118 0891141a-5dea-0310-ad27-ebc607f31677 --- build.xml | 1 - util/create_www_selenium.pl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 05b14c8..59dd0e0 100644 --- a/build.xml +++ b/build.xml @@ -24,7 +24,6 @@ --> - diff --git a/util/create_www_selenium.pl b/util/create_www_selenium.pl index 2f64718..0ecaa51 100644 --- a/util/create_www_selenium.pl +++ b/util/create_www_selenium.pl @@ -594,7 +594,7 @@ sub test_functions { } sub read_iedoc_xml { - my $iedoc_file = 'iedoc.xml'; + my $iedoc_file = 'target/iedoc.xml'; die "Can't find iedoc.xml" unless -e $iedoc_file; open (my $fh, $iedoc_file) or die "Can't open $iedoc_file: $!"; {