When will 1.5 Be Released

2014-07-30 Thread Eric Kolotyluk
I had my NPanday project working a few months ago back in March/April, but when I tried building my project recently it failed. It 1.5 likely to be released any time soon? I don't really have the energy to do another round of troubleshooting on the SNAPSHOT when I have not changed anything in

Re: NUnit Test Output

2014-04-16 Thread Eric Kolotyluk
, Brett On 4 Apr 2014, at 8:11 am, Eric Kolotyluk eric.koloty...@gmail.com wrote: I am having problems running NUnit tests. When I run the test via Maven I get: [INFO] --- maven-test-plugin:1.5.0-incubating-SNAPSHOT:test (default-test) @ csharp-windows-elevate --- Downloading: http://localhost

Re: C# Documentation

2014-04-16 Thread Eric Kolotyluk
On 4/16/2014 4:07 AM, Brett Porter wrote: On 4 Apr 2014, at 4:29 am, Eric Kolotyluk eric.koloty...@gmail.com wrote: Primarily I was looking for a way to add them as a site report. I have figured out how to add them to my site via SandCastle, but not as part of the normal reporting process

Re: AW: AssemblyInfo.cs problems

2014-04-14 Thread Eric Kolotyluk
OK, I entered a JIRA issue for this. Cheers, Eric On 4/14/2014 1:37 AM, Lars Corneliussen // Zen wrote: Yes. That looks like a bug! -Ursprüngliche Nachricht- Von: Eric Kolotyluk [mailto:eric.koloty...@gmail.com] Gesendet: Sonntag, 13. April 2014 01:26 An: npanday-users

Building an executable from modules

2014-04-08 Thread Eric Kolotyluk
I am trying to figure out how to build an executable from modules. Does anyone have any example projects that do this. I have a project with the following Maven modules: csharp-windows-elevate elevate-common (dotnet-module) elevate-module (dotnet-module,depends on elevate-common)

Re: AW: Can't compile a library

2014-04-07 Thread Eric Kolotyluk
Thanks, that did the trick. Now I feel stupid because I had extensionstrue/extensions there in the first place, but commented it out because I did not understand what it was used for. Cheers, Eric On 4/7/2014 5:36 AM, Lars Corneliussen // Zen wrote:

Re: Maven cannot see my DLL artifact

2014-04-07 Thread Eric Kolotyluk
artifacts. Cheers, Eric On 4/7/2014 11:34 AM, Eric Kolotyluk wrote: I cannot seem to get Maven to see my dll artifact. I have read https://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException I can see it in my local repository, but Maven seems to be ignoring my local

Re: AW: Maven cannot see my DLL artifact

2014-04-07 Thread Eric Kolotyluk
It contains the mapping from dotnet-library to .dll - and also some logic for resolving gac-licenses, ++ Ist hat done? -Ursprüngliche Nachricht- Von: Eric Kolotyluk [mailto:eric.koloty...@gmail.com] Gesendet: Montag, 7. April 2014 23:02 An: maven users; npanday-users

Can't compile a library

2014-04-06 Thread Eric Kolotyluk
When I use groupIdnet.kolotyluk.windows.elevate/groupId artifactIdelevate-common/artifactId version0.0.21-SNAPSHOT/version packaginglibrary/packaging I get D:\Users\Eric\Software\Project\Repositories\csharp-windows-elevate\elevate-commonmvn test [INFO] Scanning for projects... [ERROR] The

Re: C# Documentation

2014-04-03 Thread Eric Kolotyluk
-plugin/artifactId version2.9.1/version /plugin /plugins /reporting Any idea when NPanday 1.5 will be released? Did you want any help with documentation? Cheers, Eric On 4/2/2014 8:04 PM, Brett Porter wrote: Hi Eric, On 1 Apr 2014, at 12:23 pm, Eric Kolotyluk eric.koloty

NUnit Test Output

2014-04-03 Thread Eric Kolotyluk
I am having problems running NUnit tests. When I run the test via Maven I get: [INFO] --- maven-test-plugin:1.5.0-incubating-SNAPSHOT:test (default-test) @ csharp-windows-elevate --- Downloading:

C# Documentation

2014-03-31 Thread Eric Kolotyluk
Is there a way to generate the C# API documentation as part of the reporting process? Cheers, Eric

Re: Getting Started

2014-03-06 Thread Eric Kolotyluk
will be fixed when 1.5 is released. You get one chance to make a good first impression, and this is an area the NPanday is lacking. Cheers, Eric On 3/5/2014 11:39 AM, Eric Kolotyluk wrote: Still making no progress on this... There seems to be the stuff I need in https://archiva

Re: Getting Started

2014-03-06 Thread Eric Kolotyluk
. Anyway, your opinion may give an idea how to improve the documentation and fulfill the user's expected features in the coming release. -Original Message- From: Eric Kolotyluk [mailto:eric.koloty...@gmail.com] Sent: Friday, March 07, 2014 2:25 AM To: npanday-users@incubator.apache.org

Re: Getting Started

2014-03-05 Thread Eric Kolotyluk
-20140227.115948-74.msi would have installed the missing archetype in the local repository like the other stuff it installed. An even better solutions would to put everything in Maven Central as a release that can be found. Sincerely, Eric On 3/4/2014 3:23 PM, Eric Kolotyluk wrote: OK, I can

Re: Getting Started - VS Integration

2014-03-05 Thread Eric Kolotyluk
OK, so I have Visual C# Express 2010 installed. From a command windows (running as administrator I tried) mvn org.apache.npanday.plugins:maven-vsinstaller-plugin:1.5.0-incubating-SNAPSHOT:install But that failed. Is there some actual documentation for 1.5? All I can find is

Re: Getting Started

2014-03-04 Thread Eric Kolotyluk
, can you see it there? Cheers, Eric On 3/3/2014 6:22 PM, Eric Kolotyluk wrote: On 3/3/2014 5:53 PM, Tom Leung wrote: but that prints a list of 930 archetypes, and asks me to pick one. Not very user friendly, and when I enter npanday it does not find anything. try to make your own pom.xml

Re: Getting Started

2014-03-03 Thread Eric Kolotyluk
, complete and tested documentation would go a long way to make it easier for people to get started with NPanday. Cheers, Eric Best Rgds, Tom -Original Message- From: Eric Kolotyluk [mailto:eric.koloty...@gmail.com] Sent: Tuesday, March 04, 2014 1:58 AM To: npanday-users

Getting Started

2014-02-26 Thread Eric Kolotyluk
I tried using NPanday a few years ago, but gave up because there were just too many problems for it to actually be useful. I am trying to give NPanday another chance, but I am once again just running into nothing but problems. The instructions for getting started are broken. Is this project

Re: Can't set settings.xml

2011-09-08 Thread Eric Kolotyluk
/2011, at 5:54 AM, Eric Kolotyluk wrote: Yes, I am blocked at the moment trying to get my .NET stuff to build. 1.4.1 would be nice, but does anyone have any suggestions to unblock me at the moment? Unfortunately I think the only solution before that, short of running a patched version, is to use

Re: Can't set settings.xml

2011-09-07 Thread Eric Kolotyluk
/guide/installation/index.html for more info. We're working on removing that dependency. - Brett On 07/09/2011, at 10:58 PM, Eric Kolotyluk wrote: A - thanks that helps. I had set MAVEN_HOME, but was not aware of M2_HOME. Now I am getting [ERROR] The project

Re: Trouble Getting Going with 1.4.0

2011-05-08 Thread Eric Kolotyluk
, May 9, 2011 at 9:23 AM, Eric Kolotyluk eric.koloty...@gmail.com wrote: I used npanday-repository-builder-1.4.0-incubating-bin.tar.gz npanday-installer-1.4.0-incubating.msi

Re: Trouble Getting Going with 1.4.0

2011-05-08 Thread Eric Kolotyluk
how hard this is to get working. Does anyone have any ideas on what I should try next. Cheers, Eric On 2011-05-08 7:32 PM, Eric Kolotyluk wrote: Please see below... On 2011-05-08 7:22 PM, Adelita Padilla wrote: Hi Eric, On Mon, May 9, 2011 at 10:00 AM, Eric Kolotyluk eric.koloty

Re: NPanday Exception

2011-03-17 Thread Eric Kolotyluk
%\bin Attached is a screen shot of the Add-in Manager. Cheers, Eric On Wed, Mar 16, 2011 at 11:44 PM, Josimpson Ocaba joc...@maestrodev.comwrote: On Thu, Mar 17, 2011 at 1:25 PM, Eric Kolotyluk eric.koloty...@gmail.comwrote: Yes, I used the msi for installation. So far VS 2005 seems

Re: NPanday Exception

2011-03-14 Thread Eric Kolotyluk
the uninstall instructions on the web site (make sure everything is removed, particularly the AddIn file in your documents folder), make sure it does not appear in VS and then try installing again. On 15/03/2011, at 1:57 AM, Eric Kolotyluk wrote: After running the NPanday installation wizard, when I