Hi Brad, In fact I haven't tried out your plugin yet, but I found the problem with your update site: in site.xml you reference the feature jar with url="features/net.lucky_dip.editors_0.2.jar" and version="0.2", but the actual jar is "features/net.lucky_dip.editors_0.2.0.jar" with version "0.2.0". So you are basically just missing a ".0" in those two attributes. Other than that, I've had problems with the radrails feature requirement, I had no registered radrails feature, although i've installed radrails properly through their update site. So I suggest removing that too, for the time being.
I've mirrored your update site locally, added this ".0" to the two locations, removed the dependency on the radrails feature (not removing the dependency on the radrails ui plugin) - and I can confirm that the update site perfectly works. Best regards, -- Irfy On Feb 27, 10:37 pm, "bradx3" <[EMAIL PROTECTED]> wrote: > I will try to fix it but it might not be for a few days. > > So maybe the download is best for the moment. Thanks for double > checking it for me. > > Merg: I'll look into it. Thanks! > > On Feb 27, 11:45 pm, "RSL" <[EMAIL PROTECTED]> wrote: > > > I tried the Eclipse update method and it's indeed not working on my > > end [a fresh install] either. Are you planning to try again or should > > I just download the file and attempt a manual installation? > > > RSL > > > On Feb 27, 6:32 am, "bradx3" <[EMAIL PROTECTED]> wrote: > > > > New plugin version out:http://haml.lucky-dip.net/ > > > > You'll need RadRails 0.7.1. > > > > New features: > > > - content assist for html tags in Haml > > > - content assist for classes in Haml (after it's been used once) > > > - Sass highlighting > > > - content assist for css types in Sass > > > - options for colours (you have to close and reopen the editor window > > > for these to show up. I am working on fixing that) > > > - constant content assist for Sass > > > - pretty icons > > > > I've tried to set up an Eclipse update site (athttp://haml.lucky-dip.net) > > > but it doesn't seem to be working. I can't tell if it's my Eclipse > > > install which is busted or the site. Oh well. > > > > To be honest I'm not actually *cough* using Haml or Sass too much at > > > the moment, so if there's any features I've missed or misunderstood > > > (or other bugs!) I'll need the feedback here. I'm probably not going > > > to find it at the moment otherwise :-( > > > > Cheers, > > > Brad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
