Twitter Integration - plugin detailUse Twitter from inside NetBeans IDE 6.5
[ You have to be logged in to be able to comment. ] User CommentsIt is for 6.5 only
It isn't created for your nightly dev version, it is for 6.5 only. Otherwise, I would need to test it for every dev version? That would be crazy.
Posted by geertjan on Feb 03, 2009
Cannot install on my nightly dev version of nb
Product Version: NetBeans IDE Dev (Build 200902011401)
Java: 1.7.0-ea; Java HotSpot(TM) Client VM 14.0-b09 System: Linux version 2.6.24-23-generic running on i386; UTF-8; en_US (nb) Userdir: /home/XXXXXX/.netbeans/simple java.lang.IllegalArgumentException: Invalid org.netbeans.modules.maven.buildplan for operation UPDATE at org.netbeans.modules.autoupdate.services.OperationContainerImpl.add(OperationContainerImpl.java:106) at org.netbeans.modules.autoupdate.services.OperationContainerImpl.listAllWithPossibleEager(OperationContainerImpl.java:219) at org.netbeans.api.autoupdate.OperationContainer.listAll(OperationContainer.java:327) at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizardModel.getBaseContainer(InstallUnitWizardModel.java:102) at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizardModel.(InstallUnitWizardModel.java:79) at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizard.invokeWizard(InstallUnitWizard.java:68) at org.netbeans.modules.autoupdate.ui.UnitTab$LocalUpdateAction.performerImpl(UnitTab.java:1189) at org.netbeans.modules.autoupdate.ui.UnitTab$TabAction.actionPerformed(UnitTab.java:983) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:253) at java.awt.Component.processMouseEvent(Component.java:6218) at javax.swing.JComponent.processMouseEvent(JComponent.java:3294) at java.awt.Component.processEvent(Component.java:5983) at java.awt.Container.processEvent(Container.java:2046) at java.awt.Component.dispatchEventImpl(Component.java:4578) at java.awt.Container.dispatchEventImpl(Container.java:2104) at java.awt.Component.dispatchEvent(Component.java:4404) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4565) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4228) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4158) at java.awt.Container.dispatchEventImpl(Container.java:2090) at java.awt.Window.dispatchEventImpl(Window.java:2559) at java.awt.Component.dispatchEvent(Component.java:4404) [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:605) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:286) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:191) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:186) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178) at java.awt.EventDispatchThread.run(EventDispatchThread.java:139)
Posted by weijun on Feb 03, 2009
Nice! Tweet while you code
Thanks, I'm using it right now, and it works great!
I think I'll use it to ask questions ("how to use the Blahblah API?!?") and wait to get answers from other twitterers, muhahaha. :-P PS: When I saw "twitter integration", for a moment I expected the plugin to generate tweets... :-) As in, everytime I complete a certain action, it will paste a line of text in the field, and I then decide whether I want to tweet this line or not. For example, when I start a new project, it may propose "I started a new NetBeans project!", or when I run unit tests it could propose "All tests on my project blah have passed, yay!" etc Of course that would only be fun for rare actions, you wouldn't want to tweet, like, every EJB individually. I hope. ;-)
Posted by rkusterer on Feb 02, 2009
|