That may help. I'm using Eclipse 3.5.2. To use the plugin, just right-click on any class that implements org.apache.pivot.wtk.Application or any BXML file that has a Window (or subclass) as a root element and select "Run As" or "Debug As" from the context menu. You should see an option to launch the application as a "Pivot Application" or a "Pivot Script Application", respectively. Both menu options should have a pretty Pivot icon next to them. :-)
On Aug 10, 2010, at 8:58 AM, Chris Bartlett wrote: > No, I can't see it. > I'll try on a different PC and with a new, clean install of the latest > Eclipse if that fails, > > Chris > > > On Tue, Aug 10, 2010 at 7:49 PM, Greg Brown <[email protected]> wrote: > >> Putting it in the plugins directory should be sufficient. When I open the >> Plug-ins tab in the SDK About dialog, I see it listed as: >> >> Provider: Apache Software Foundation >> Plug-in Name: Eclipse Plugin for Apache Pivot >> Version: 2.0 >> Plug-in Id: org.apache.pivot.eclipse >> >> Does this line not appear for you? >> >> On Aug 10, 2010, at 8:38 AM, Chris Bartlett wrote: >> >>> Greg, >>> >>> Can you please supply some brief install/usage notes? >>> >>> I tried dropping the jar into my >>> <eclipse-install-dir>\plugins and >>> <eclipse-install-dir>\dropins directories, >>> but couldn't see any reference to it when looking under Help -> About >>> Eclipse SDK -> Installation Details -> Plug-ins >>> >>> I tried starting Eclipse with the -clean command line option, but to no >>> avail. >>> >>> (Eclipse 3.5.1 on Windows XP x64 with Sun JRE 1.6.0_19-b04) >>> >>> Chris >>> >>> On Sat, Jul 24, 2010 at 12:44 AM, Greg Brown <[email protected]> wrote: >>> >>>> Hi all, >>>> >>>> I just uploaded an Eclipse plugin for launching Pivot applications to >> the >>>> wiki: >>>> >>>> >> https://cwiki.apache.org/confluence/display/PIVOT/Platform+Developer+Info >>>> >>>> This plugin allows you to launch either a Java class that implements the >>>> Application interface or a BXML file that contains a Window via a >>>> right-click menu. It should make launching Pivot applications from >> within >>>> Eclipse a bit more convenient. Hope you find it useful. >>>> >>>> G >>>> >>>> >> >>
