2
Vote

add maven artifact with remote repository error

description

I have Visual Studio 2008, .Net Framwork 3.5.
 
Wenn i tray to access the remote repository (lets say http://pippo:8082/artifactory/repo/).
NPanday accepts the address (successfully changed remote repository)
and writes the address into the settings.xml,
but then when i do a right klick on references in a VS Project and i choose "add maven artifact", i get the error, "There was an error with the provided URL,Stack Trace illegal Characters in Path" and Visual Studio crahses.
 
can anyone confirm or is this only my problem? i also tried reinstalling npanday, specifying carefully the path, but it doesn't work

comments

brettporter wrote Aug 26, 2010 at 3:24 PM

Which version are you using?

inghooo wrote Sep 2, 2010 at 2:10 PM

My NPanday Version is 1.2;

this is my PATH
PATH=C:\WINDOWS\Microsoft.NET\Framework\3.5;C:\WINDOWS\Microsoft.NET\Framework\v3.5;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
\;C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN;C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools;C:\Program Files\Microsoft
Visual Studio 9.0\VC\VCPackages;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin;c:\WINDOWS\Microsoft.NET\FRAMEWORK\v2.0.50727;C:\Program F
iles\CodeGear\RAD Studio\6.0\bin;C:\Documents and Settings\All Users\Documents\RAD Studio\6.0\Bpl;C:\Program Files\Embarcadero\RAD Studio\7.
0\bin;C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Program Files\Cod
eGear\RAD Studio\5.0\bin;C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32
\Wbem;C:\ORARUNTIME\bin;C:\ORARUNTIME817\BIN;c:\inter\bin;C:\WINDOWS\system32\;C:\WINDOWS\;C:\WINDOWS\system32\Wbem;c:\Program Files\maven_2
.0.9;c:\Program Files\Java\jdk1.6.0_14\bin;c:\Program Files\maven_2.0.9\bin;c:\Program Files\maven_2.0.9;C:\downloads\instantclient_11_1\;c
:\Program Files\TortoiseSVN\bin;C:\Program Files\Tail4win;set PATH=C:\Program Files\TortoiseCVS;c:\Program Files\VAIOXP\Libraries\;C:\Progra
m Files\CodeGear\Delphi Prism\bin;C:\Program Files\CodeGear\Delphi Prism\bin;C:\PROGRA~1\cvsnt;C:\Program Files\InfoCert\DiKe;C:\Program Fil
es\InfoCert\DikeUtil;C:\Program Files\Developer Express.VCL\Library\Delphi11;C:\Program Files\CodeGear\Delphi Prism\bin;C:\Program Files\Emb
arcadero\Delphi Prism\bin;C:\Program Files\Embarcadero\Delphi Prism\bin;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Fil
es\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\GtkSharp\2.12\bin;C:\Program Files\CVSNT\

brettporter wrote Sep 2, 2010 at 3:28 PM

ok, we'll need to confirm. At present it parses the HTML for some of that information and that may not be correct for the artifact repo format. Does it display in plain text with links on artifactory in any way?

inghooo wrote Sep 16, 2010 at 3:38 PM

ok, i installed everything new, npanday version 1.2.1 and i did some research:
the problem propably is in NPanday.VisualStudio.Addin.AddArtifactsForm.remoteTreeView_Refresh with Artifactory;
this afternoon i tried with archiva and it works; can you fix it in future also for artifactory ? thanks, ingo