JavascriptNet / Javascript.Net

.Net bindings to the V8 JavaScript engine
BSD 2-Clause "Simplified" License
828 stars 150 forks source link

Provide a new Nuget build #3

Open chillitom opened 11 years ago

SebastianStehle commented 10 years ago

+1

Crisfole commented 10 years ago

Currently broken. From the Package Manager Console:

Install-Package Noesis.Javascript Installing 'Noesis.Javascript 0.7.1.0'. Successfully installed 'Noesis.Javascript 0.7.1.0'. Adding 'Noesis.Javascript 0.7.1.0' to MyCompany.Web. Successfully added 'Noesis.Javascript 0.7.1.0' to MyCompany.Web. The names of some imported commands from the module 'VS' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb. Exception calling "AddFromFileCopy" with "1" argument(s): "Exception calling "InvokeMethod" with "3" argument(s): "Unable to add 'msvcp100.dll'. A file with that name already exists."" At C:...\MyCompany.Web\packages\Noesis.Javascript.0.7.1.0\tools\net40\VS.psm1:129 char:2

You cannot call a method on a null-valued expression. At C:....\MyCompany.Web\packages\Noesis.Javascript.0.7.1.0\tools\net40\VS.psm1:130 char:2

Exception calling "AddFromFileCopy" with "1" argument(s): "Exception calling "InvokeMethod" with "3" argument(s): "Unable to add 'msvcr100.dll'. A file with that name already exists."" At C:...\MyCompany.Web\packages\Noesis.Javascript.0.7.1.0\tools\net40\VS.psm1:129 char:2

You cannot call a method on a null-valued expression. At C:...\MyCompany.Web\packages\Noesis.Javascript.0.7.1.0\tools\net40\VS.psm1:130 char:2

Matched againt ..\packages\Noesis.Javascript.0.7.1.0\lib\net40\x86\Noesis.Javascript.dll hintPath = ..\packages\Noesis.Javascript.0.7.1.0\lib\net40\x86\Noesis.Javascript.dll condition = '$(PlatformTarget)' == 'x86'

Rast1234 commented 9 years ago

I've managed to build it! (x64 only, MSVC2010 or MSVC2013) :) Does anyone need binaries or instructions?

oliverbock commented 9 years ago

Hi Rast1234, please do post any notes you made along the way, and please offer any changes you had to make as a pull request.

Rast1234 commented 9 years ago

@oliverbock ok i'll do it in the nearest future.

Rast1234 commented 9 years ago

@oliverbock please see #19

oliverbock commented 6 years ago

I am working on updating JavaScript.Net to a recent version of v8. If anyone has credentials (and .nuspec file) for the existing nuget package then I will upgrade that.