Rollo, Dan wrote:
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?
That's the best plan. I'm working on the branch right now.
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]
--
jvz.
Jason van Zyl
jason at maven.org
http://maven.apache.org
A man enjoys his work when he understands the whole and when he
is responsible for the quality of the whole
-- Christopher Alexander
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]