I'm not sure I understand how the branching/merging will pan out. 
Seems like this particular change could be pretty easy, like:

>     private void detectUserInstallation()
>     {
>         if ( new File( userHome, ".m2" ).exists() &&
localRepositoryDirectory == null)
>         {
>             alignWithUserInstallation = true;
>         }
>     }


Should I create a bug report issue for this MavenEmbedder bug?

Thanks,
Dan

On 3/30/06, Rollo, Dan <[EMAIL PROTECTED]> wrote:
> Cool. Just to verify if I'm thinking correctly: Would the "correct"
> usage be:
>
> 1. setLocalRepositoryDirectory(<myLocalRepoDirectory>);
> 2. alignWithUserInstallation(false);
> 3. mavenEmbedder.start();
>
> Thanks,
> Dan
>
> PS: Any chance this fix could make it into 2.0.4?

probably no, it's a rather big change on the branch.

Milos 

--------------------------------------------------
This e-mail and any files transmitted with it may contain privileged or 
confidential information.
It is solely for use by the individual for whom it is intended, even if 
addressed incorrectly.
If you received this e-mail in error, please notify the sender; do not 
disclose, copy, distribute,
or take any action in reliance on the contents of this information; and delete 
it from
your system. Any other use of this e-mail is prohibited.

Thank you for your compliance.
--------------------------------------------------

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

Reply via email to