Thanks Brett! See my comments in-line.

2006/11/11, Brett Porter <[EMAIL PROTECTED]>:
Hi Vincent,

Thanks for this! I think there was a JIRA for the general case which
you might want to close as being superceded by the other one too.

Closing MSITE-88. Is it this issue that you are thinking about?

I have a couple of comments unrelated to the main change:

On 12/11/2006, at 5:47 AM, [EMAIL PROTECTED] wrote:

>          }
>          catch ( MalformedURLException e )
>          {
> +            try
> +            {
> +                toUrl = new File( to ).toURL();
> +            }
> +            catch ( MalformedURLException e1 )
> +            {
> +                getLog().warn( "Unable to load an URL for '" + to
> + "': " + e.getMessage() );
> +            }
>          }

I'm not quite sure what these would do - why would the URL be given
as a file?

I found an "unknown protocol" exception. It is related to MSITE-91
(See getSiteDescriptorFile(...)  ). I would have to commit it before,
my mistake.


> -    protected MavenProject getParentProject( MavenProject project )
> +    protected MavenProject getParentProject( MavenProject aProject )

Just a nitpick - can you avoid making unrelated changes like this
(which only changed the variable name), as it puts a lot of noise
into the diff? Thanks :)

You right, I will do.

Cheers,

Vincent

Cheers,
Brett


---------------------------------------------------------------------
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