Embedded error: NPANDAY-063-000 if localRepository moved
--------------------------------------------------------
Key: NPANDAY-471
URL: https://issues.apache.org/jira/browse/NPANDAY-471
Project: NPanday
Issue Type: Bug
Components: Maven Plugins
Affects Versions: 1.4-incubating
Environment: Windows XP, Java 6
Reporter: Anthony Whitford
Priority: Critical
I have a build agent where the {{localRepository}} does not reside in
{{$\{user.home\}/.m2/repository}} (it is overridden in {{settings.xml}} found
in the {{conf}} folder) like:
{code:xml}
<settings>
<localRepository>D:\Maven\repository\</localRepository>
...
</settings>
{code}
When I build my project, I get an _Embedded error_:
{noformat}
Embedded error: NPANDAY-063-000: Execution Path =
D:\BuildDir\jobs\projects\Add_in\Build_Snapshot\target,
Executable = NPanday.Plugin.Runner.exe, Args =
[parameterFile=...\Plugin1571902914969520693.xml,
assemblyFile=D:\BuildDir\jobs\projects\Add_in\Build_Snapshot\target\NPanday.Plugin.Settings.dll,
mojoName=NPanday.Plugin.Settings.SettingsGeneratorMojo,
startProcessAssembly=D:\BuildDir\jobs\projects\Add_in\Build_Snapshot\target\NPanday.Plugin.Loader.exe]
{noformat}
I'm unclear what is going on...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira