zVPS / zvps-netbeans-phpunit-watcher

Listens for the file save command and tries to run the associated phpunit test file.
4 stars 2 forks source link

Getting following error: #3

Closed surajajency closed 8 years ago

surajajency commented 9 years ago

Please Let me know how to fix this

screen shot 2015-01-30 at 4 20 05 pm

Caffe1neAdd1ct commented 9 years ago

Hi @surajajency

This may be due to netbeans sending out updates to the php project plugin, unfortunately the php project plugin doesn't provide a comprehensive api so i'm having to rebuild the plugin after every php project release (called relying on an implementation version).

I'll give this a test and get back to you.

Caffe1neAdd1ct commented 9 years ago

Hi @surajajency

Have you downloaded an updated version of netbeans without the php project pre-installed?

Make sure to update using either the HTML & PHP installer or the All installer.

surajajency commented 9 years ago

Thank you for response. I have installed the latest 8.0.2 version of netbeans. Hope this helps.

On Fri, Jan 30, 2015 at 4:39 PM, Kevin Andrews notifications@github.com wrote:

Hi @surajajency https://github.com/surajajency

Have you downloaded an updated version of netbeans without the php project pre-installed?

Make sure to update using either the HTML & PHP installer or the All installer.

— Reply to this email directly or view it on GitHub https://github.com/zVPS/zvps-netbeans-phpunit-watcher/issues/3#issuecomment-72186148 .

gferrantelli commented 9 years ago

Hi all,

I'm experiencing the same problem! I'm using Netbeans 8.0.2 with PHP & HTML Bundle.

thanks in advance

Caffe1neAdd1ct commented 9 years ago

Hi @gferrantelli

Just having a look into this now, i built with an upgraded version of 8.0.1 which might not be the same as a clean installed 8.0.2 install.

Caffe1neAdd1ct commented 9 years ago

@surajajency @gferrantelli

Could you try the nbm files here: https://github.com/zVPS/zvps-netbeans-phpunit-watcher/tree/master/nbm

Click through to them and click "Raw" to download the file. Let me know if any of them allow you to install the plugin please.

gferrantelli commented 9 years ago

Hi, thanks, it works!!!Perfect!!! I opened a topic on NB PHP Forum about this issue, can I link your new nbm in thatdiscussio, so that other people can use it?

Thanks in advance!!!

Caffe1neAdd1ct commented 9 years ago

@gferrantelli,

Please feel free, i've been looking for ways to get round this implementation version issue for a while.. Perhaps someone on the NB forum will know more about it...

On Tue, Sep 15, 2015 at 3:03 PM, gferrantelli notifications@github.com wrote:

Hi, thanks, it works!!!Perfect!!! I opened a topic on NB PHP Forum about this issue, can I link your new nbm in thatdiscussio, so that other people can use it?

Thanks in advance!!!

— Reply to this email directly or view it on GitHub https://github.com/zVPS/zvps-netbeans-phpunit-watcher/issues/3#issuecomment-140403623 .

tmysik commented 9 years ago

BTW I just created a pull request with proper module implementation (to avoid implementation dependencies etc.)

MarkusRodler commented 8 years ago

The current version on the Plugin Portal also throws a version error like the screenshot before. The bugfix from @tmysik works if anyone builds the nbm from source. Maybe someone can update the Plugin Portal with the bugfix version?

Caffe1neAdd1ct commented 8 years ago

Sure, after the holidays I'll repackage and update the plugin portal On 27 Dec 2015 14:03, "MarkusRodler" notifications@github.com wrote:

The current version on the Plugin Portal http://plugins.netbeans.org/plugin/53978/phpunit-watcher also throws a version error like the screenshot before. The bugfix from @tmysik https://github.com/tmysik works if anyone builds the nbm from source. Maybe someone can update the Plugin Portal with the bugfix version?

— Reply to this email directly or view it on GitHub https://github.com/zVPS/zvps-netbeans-phpunit-watcher/issues/3#issuecomment-167415402 .

MarkusRodler commented 8 years ago

:+1: thanks a lot

fanphp commented 8 years ago

Hi, news about the NB v8.1 fix for this really really awsome plugin?? :+1:

Thanks in advance!!

tmysik commented 8 years ago

@fanphp

news about the NB v8.1 fix

What exactly do you mean?

fanphp commented 8 years ago

When I try to install this plugin, I get this error:

schermata da 2016-01-07 11-24-18

Thanks!

tmysik commented 8 years ago

@fanphp I see. Yes, new version of plugin is needed // CC @Caffe1neAdd1ct

Caffe1neAdd1ct commented 8 years ago

Just setting up my dev environment and i'll get this up on the plugin portal asap.

Need to test the changes made by the last pull request then it'll be available again :+1:

Caffe1neAdd1ct commented 8 years ago

Please try installing/updating from the plugin portal or from https://github.com/zVPS/zvps-netbeans-phpunit-watcher/blob/master/nbm/org-zvps-phpunitwatcher-8.1-stable.nbm

fanphp commented 8 years ago

hi, it works! Thanks!

Caffe1neAdd1ct commented 8 years ago

No problem, thanks for getting back! I'll mark as closed.