From npanday-users-return-263-apmail-incubator-npanday-users-archive=incubator.apache.org@incubator.apache.org Wed Feb 29 16:17:43 2012 Return-Path: X-Original-To: apmail-incubator-npanday-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-npanday-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1BB49CD4 for ; Wed, 29 Feb 2012 16:17:43 +0000 (UTC) Received: (qmail 13914 invoked by uid 500); 29 Feb 2012 16:17:43 -0000 Delivered-To: apmail-incubator-npanday-users-archive@incubator.apache.org Received: (qmail 13882 invoked by uid 500); 29 Feb 2012 16:17:42 -0000 Mailing-List: contact npanday-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: npanday-users@incubator.apache.org Delivered-To: mailing list npanday-users@incubator.apache.org Received: (qmail 13870 invoked by uid 99); 29 Feb 2012 16:17:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 16:17:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_IMAGE_ONLY_32,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dmitric@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vw0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 16:17:33 +0000 Received: by vbbfr13 with SMTP id fr13so3112029vbb.6 for ; Wed, 29 Feb 2012 08:17:12 -0800 (PST) Received-SPF: pass (google.com: domain of dmitric@gmail.com designates 10.52.174.162 as permitted sender) client-ip=10.52.174.162; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dmitric@gmail.com designates 10.52.174.162 as permitted sender) smtp.mail=dmitric@gmail.com; dkim=pass header.i=dmitric@gmail.com Received: from mr.google.com ([10.52.174.162]) by 10.52.174.162 with SMTP id bt2mr1113842vdc.56.1330532232490 (num_hops = 1); Wed, 29 Feb 2012 08:17:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=nbceSLLx1JiX/GZPJzf22Mx6B7QXCX1IlcguJpePO3o=; b=TOU8PbM/pi2P9wDy46oDFLwYZ3/HEwsJCbmZFHjDtQ7e1JhHDkWXWMxVxvnrgL8VF1 LDigyTEc2dOlP4i8CecSmIqeS03uFhfiPdhnLbDGG2v9iDq+MZUPmZ9NCjVuUF+DH7yv BZz5lR4QNHgxuR/tziGJKcc2EG8qexXkGCpX8= Received: by 10.52.174.162 with SMTP id bt2mr944726vdc.56.1330532232395; Wed, 29 Feb 2012 08:17:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.168.42 with HTTP; Wed, 29 Feb 2012 08:16:51 -0800 (PST) From: Dmitri Cherniak Date: Wed, 29 Feb 2012 11:16:51 -0500 Message-ID: Subject: NPanday.Plugin when compiling test project To: npanday-users@incubator.apache.org Content-Type: multipart/related; boundary=bcaec51dd81312fd8504ba1cad2d X-Virus-Checked: Checked by ClamAV on apache.org --bcaec51dd81312fd8504ba1cad2d Content-Type: multipart/alternative; boundary=bcaec51dd81312fd8304ba1cad2c --bcaec51dd81312fd8304ba1cad2c Content-Type: text/plain; charset=ISO-8859-1 I'm reasonably new to .net and trying to setup an NPanday project as described in the apache quick start tutorial, but am getting caught up on the build step. When I run mvn compile from command line or from the VS plugin I'm getting the following error: Failed to execute goal org.apache.npanday.plugins:NPanday.Plugin.Settings.JavaBinding:1.4.0-incubating:generate-settings (default-generate-settings) on project NPandayTestQS: NPANDAY-xxx-000: NPANDAY-063-000: Execution Path = C:\Local\testprojects\NPandayTestQS\target, Executable = NPanday.Plugin.Runner.exe, Args = [parameterFile=C:\Users\DCHERN~1\AppData\Local\Temp\Plugin6149768121068842368.xml, assemblyFile=C:\Local\testprojects\NPandayTestQS\target\NPanday.Plugin.Settings.dll, mojoName=NPanday.Plugin.Settings.SettingsGeneratorMojo, startProcessAssembly=C:\Local\testprojects\NPandayTestQS\target\NPanday.Plugin.Loader.exe]: NPANDAY-040-001: Could not execute: Command = cmd.exe /X /C "NPanday.Plugin.Runner.exe parameterFile=C:\Users\DCHERN~1\AppData\Local\Temp\Plugin6149768121068842368.xml assemblyFile=C:\Local\testprojects\NPandayTestQS\target\NPanday.Plugin.Settings.dll mojoName=NPanday.Plugin.Settings.SettingsGeneratorMojo startProcessAssembly=C:\Local\testprojects\NPandayTestQS\target\NPanday.Plugin.Loader.exe", Result = -532459699 -> [Help 1] [image: Inline image 1] Just trying running the NPanday.Plugin.Loader.exe to see what would happen and got this: >NPanday.Plugin.Loader.exe Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'NPanday.Plugin, Version=1.4.0.0, Culture=neutral, PublicKeyToken=4b435f4d 76e2f0e6' or one of its dependencies. The system cannot find the file specified. File name: 'NPanday.Plugin, Version=1.4.0.0, Culture=neutral, PublicKeyToken=4b435f4d76e2f0e6' at NPanday.Plugin.Loader.PluginLoader.Main(String[] args) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. Not really sure if this is a GAC issue, or something else. If anyone could help, I'd appreciate it. I'm using mvn 3, .net 4 Thanks. --bcaec51dd81312fd8304ba1cad2c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I'm reasonably new to .net and trying to setup an NPanday project = as described in the apache quick start tutorial, but am getting caught up o= n the build step.

When I run mvn compile from comm= and line or from the VS plugin I'm getting the following error:

Failed to execute goal org.apache.npanday.plugins:NPand= ay.Plugin.Settings.JavaBinding:1.4.0-incubating:generate-settings (default-= generate-settings) on project NPandayTestQS: NPANDAY-xxx-000: NPANDAY-063-0= 00: Execution Path =3D C:\Local\testprojects\NPandayTestQS\target, Executab= le =3D NPanday.Plugin.Runner.exe, Args =3D [parameterFile=3DC:\Users\DCHERN= ~1\AppData\Local\Temp\Plugin6149768121068842368.xml, assemblyFile=3DC:\Loca= l\testprojects\NPandayTestQS\target\NPanday.Plugin.Settings.dll, mojoName= =3DNPanday.Plugin.Settings.SettingsGeneratorMojo, startProcessAssembly=3DC:= \Local\testprojects\NPandayTestQS\target\NPanday.Plugin.Loader.exe]: NPANDA= Y-040-001: Could not execute: Command =3D =A0cmd.exe /X /C "NPanday.Pl= ugin.Runner.exe parameterFile=3DC:\Users\DCHERN~1\AppData\Local\Temp\Plugin= 6149768121068842368.xml assemblyFile=3DC:\Local\testprojects\NPandayTestQS\= target\NPanday.Plugin.Settings.dll mojoName=3DNPanday.Plugin.Settings.Setti= ngsGeneratorMojo startProcessAssembly=3DC:\Local\testprojects\NPandayTestQS= \target\NPanday.Plugin.Loader.exe", Result =3D -532459699 -> [Help = 1]


3D"I=

Just trying running the NPanday.Plugin.L= oader.exe to see what would happen and got this:

>NPanday.Plugin.Loader.exe

Unhandled Exception:= System.IO.FileNotFoundException: Could not load file or assembly 'NPan= day.Plugin, Version=3D1.4.0.0, Culture=3Dneutral, PublicKeyToken=3D4b435f4d=
76e2f0e6' or one of its dependencies. The system cannot find the f= ile specified.
File name: 'NPanday.Plugin, Version=3D1.4.0.0,= Culture=3Dneutral, PublicKeyToken=3D4b435f4d76e2f0e6'
=A0 = =A0at NPanday.Plugin.Loader.PluginLoader.Main(String[] args)

WRN: Assembly binding logging is turned OFF.
= To enable assembly bind failure logging, set the registry value [HKLM\Softw= are\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some= performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Mic= rosoft\Fusion!EnableLog].


Not reall= y sure if this is a GAC issue, or something else. If anyone could help, I&#= 39;d appreciate it.
I'm using mvn 3, .net 4

Thanks.


--bcaec51dd81312fd8304ba1cad2c-- --bcaec51dd81312fd8504ba1cad2d--