Maven Version is rc1
Release Plugin Version is 1.1

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 16, 2003 2:45 AM
To: Maven Users List
Subject: Re: Problem with convert-snapshot goal

Version of Maven/plugin?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Christian Goos <[EMAIL PROTECTED]> wrote on 16/10/2003 
03:34:16 AM:

> Hi,
> 
> I was trying to use the convert-snapshot goals of the release plugin.
> However the plugin did not replace the Snapshot versions.
> I had a look in the source code and when I replaced the 
"getVariables....."
> section in the call to getFile of org.apache.maven.util.HttpUtils with 
some
> hardcoded strings it is working correctly. What might be the problem 
with
> that.
> 
> Thanks for help
> Christian
> 
> 
> ......
> getFile( url,
> snapshotVersionFile,
> true, // ignore errors
> false, // use timestamps
> (String) getVariables().get( MavenConstants.PROXY_HOST ), // works when 
set
> to string literal
> (String) getVariables().get( MavenConstants.PROXY_PORT ), // works when 
set
> to string literal
> ......
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to