Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3112 - trunk/perfsonar-bundle

Subject: perfsonar development work

List archive

perfsonar: r3112 - trunk/perfsonar-bundle


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3112 - trunk/perfsonar-bundle
  • Date: Tue, 11 Dec 2007 08:14:03 -0500

Author: fernandes
Date: 2007-12-11 08:14:03 -0500 (Tue, 11 Dec 2007)
New Revision: 3112

Modified:
trunk/perfsonar-bundle/install.pl
Log:
Bug 272 correction



Modified: trunk/perfsonar-bundle/install.pl
===================================================================
--- trunk/perfsonar-bundle/install.pl 2007-12-11 12:40:00 UTC (rev 3111)
+++ trunk/perfsonar-bundle/install.pl 2007-12-11 13:14:03 UTC (rev 3112)
@@ -1104,7 +1104,7 @@
open(ANT, "ant -version |") or &depError("Dependency failure:
apache ant must be in the user execution path.\n");
my $ant = <ANT>;
if(!($ant =~ /version 1\.6/)){
- &depError("Dependency failure: Apache ant needs to be
version 1.6 or newer.\n");
+ &depError("Dependency failure: Apache ant needs to be
version 1.6.x.\n");
}
close(ANT);




  • perfsonar: r3112 - trunk/perfsonar-bundle, svnlog, 12/11/2007

Archive powered by MHonArc 2.6.16.

Top of Page