thanks - beat me to it :)
On 28/07/2008, at 3:34 AM, [EMAIL PROTECTED] wrote:
Author: bentmann
Date: Sun Jul 27 10:34:24 2008
New Revision: 680155
URL: http://svn.apache.org/viewvc?rev=680155&view=rev
Log:
o Restored Java 1.4 compat
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/
test/java/org/apache/maven/integrationtests/
MavenITmng3599useHttpProxyForWebDAV.java
Modified: maven/core-integration-testing/trunk/core-integration-
tests/src/test/java/org/apache/maven/integrationtests/
MavenITmng3599useHttpProxyForWebDAV.java
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3599useHttpProxyForWebDAV.java?rev=680155&r1=680154&r2=680155&view=diff
=
=
=
=
=
=
=
=
======================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/
test/java/org/apache/maven/integrationtests/
MavenITmng3599useHttpProxyForWebDAV.java (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/
test/java/org/apache/maven/integrationtests/
MavenITmng3599useHttpProxyForWebDAV.java Sun Jul 27 10:34:24 2008
@@ -73,7 +73,7 @@
{
File testDir =
ResourceExtractor.simpleExtractResources( getClass(), "/mng-3599-
useHttpProxyForWebDAV" );
String settings = FileUtils.fileRead( new File( testDir,
"settings.xml.template" ) );
- settings = StringUtils.replace( settings, "@port@",
Integer.valueOf( port ).toString() );
+ settings = StringUtils.replace( settings, "@port@",
Integer.toString( port ) );
String newSettings = StringUtils.replace( settings,
"@protocol@", "http" );
FileUtils.fileWrite( new File( testDir,
"settings.xml" ).getAbsolutePath(), newSettings );
--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]