The code is still buggy. You ask for an optional server but do not ask for the port of this server :-) On 26.03.2015 21:03, Holger Schmeisky wrote: > Hi Kasunm > > that's right: At the moment it is only possible to add accounts via the > connect button, but there is no account management like in Eclipse. > > The right-click not working occurs because Icon files are missing from > the plugin root - I thought I had fixed that. > It should work to share a project via right-clicking on a contact > instead. I will look into the issue. > > Regards, > Holger > > Am 25.03.2015 um 12:43 schrieb Kasun Gunasekara: >> Hi All, >> >> I followed the step by step guide of "Develop on Saros with IntelliJ >> IDEA" [1] . When I click the run button as mentioned in the 4th section >> of "Create a Run Configuration" a new instance of IntelliJ IDEA opens >> with Saros plugin installed. >> >> But when I click on Saros menu, only "About Saros" is displayed. I can't >> find any place to sign in or edit settings as I can do on Eclipse. >> Pasted down are the log records upto that point. >> >> INFO 16:55:59,796 [ApplicationImpl pooled thread 5] >> (SarosContext.java:151) creating Saros runtime context... >> INFO 16:56:00,066 [ApplicationImpl pooled thread 5] >> (SarosContext.java:194) successfully created Saros runtime context >> DEBUG 16:56:00,115 [ApplicationImpl pooled thread 5] >> (DataTransferManager.java:467) used transport order for the current >> XMPP connection: [XMPP-Socks5-Transport, XMPP-IBB-Transport] >> WARN 16:56:01,470 [AWT-EventQueue-1 14.0.3#IC-139.1117.1, >> eap:false] (IdeaLogger.java:190) ToolWindow icons should be 13x13. >> Please fix ToolWindow (ID: Saros) or icon >> >> jar:file:/home/kasun32/.IdeaIC14/system/plugins-sandbox/plugins/de.fu_berlin.inf.dpp.intellij/lib/de.fu_berlin.inf.dpp.intellij.jar!/view16/saros_misc.png >> >> >> Then when I right click on an existing project to select "Share With" >> the following error logs are recorded. But the "Share With" is not >> select-able probably because the settings are not done yet. >> >> ERROR 16:58:56,688 [AWT-EventQueue-1 14.0.3#IC-139.1117.1, >> eap:false] (IdeaLogger.java:141) Icon cannot be found in >> '/icons/elcl16/project_share_tsk.png', action 'class >> de.fu_berlin.inf.dpp.intellij.ui.menu.SarosFileShareGroup' [Plugin: >> de.fu_berlin.inf.dpp.intellij] >> com.intellij.diagnostic.PluginException: Icon cannot be found in >> '/icons/elcl16/project_share_tsk.png', action 'class >> de.fu_berlin.inf.dpp.intellij.ui.menu.SarosFileShareGroup' [Plugin: >> de.fu_berlin.inf.dpp.intellij] >> at >> >> com.intellij.openapi.actionSystem.impl.ActionManagerImpl.reportActionError(ActionManagerImpl.java:374) >> at >> >> com.intellij.openapi.actionSystem.impl.ActionManagerImpl.access$000(ActionManagerImpl.java:75) >> at >> >> com.intellij.openapi.actionSystem.impl.ActionManagerImpl$1.compute(ActionManagerImpl.java:258) >> at >> >> com.intellij.openapi.util.IconLoader$LazyIcon.getOrComputeIcon(IconLoader.java:411) >> at >> >> com.intellij.openapi.util.IconLoader.getDisabledIcon(IconLoader.java:254) >> at >> >> com.intellij.openapi.actionSystem.impl.ActionMenu.updateIcon(ActionMenu.java:202) >> at >> >> com.intellij.openapi.actionSystem.impl.ActionMenu.init(ActionMenu.java:166) >> at >> >> com.intellij.openapi.actionSystem.impl.ActionMenu.<init>(ActionMenu.java:68) >> at com.intellij.openapi.actionSystem.impl.Utils.fillMenu(Utils.java:332) >> at >> >> com.intellij.openapi.actionSystem.impl.ActionPopupMenuImpl$MyMenu.show(ActionPopupMenuImpl.java:96) >> at >> >> com.intellij.ide.ui.customization.CustomizationUtil$3.invokePopup(CustomizationUtil.java:291) >> at com.intellij.ui.PopupHandler.mousePressed(PopupHandler.java:48) >> at >> java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263) >> at >> java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262) >> at java.awt.Component.processMouseEvent(Component.java:6294) >> at javax.swing.JComponent.processMouseEvent(JComponent.java:3275) >> at com.intellij.ui.treeStructure.Tree.processMouseEvent(Tree.java:421) >> at >> >> com.intellij.ide.dnd.aware.DnDAwareTree.processMouseEvent(DnDAwareTree.java:53) >> at java.awt.Component.processEvent(Component.java:6062) >> at java.awt.Container.processEvent(Container.java:2039) >> at java.awt.Component.dispatchEventImpl(Component.java:4660) >> at java.awt.Container.dispatchEventImpl(Container.java:2097) >> at java.awt.Component.dispatchEvent(Component.java:4488) >> at >> java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575) >> at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4233) >> at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166) >> at java.awt.Container.dispatchEventImpl(Container.java:2083) >> at java.awt.Window.dispatchEventImpl(Window.java:2489) >> at java.awt.Component.dispatchEvent(Component.java:4488) >> at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:674) >> at java.awt.EventQueue.access$400(EventQueue.java:81) >> at java.awt.EventQueue$2.run(EventQueue.java:633) >> at java.awt.EventQueue$2.run(EventQueue.java:631) >> at java.security.AccessController.doPrivileged(Native Method) >> at >> >> java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) >> at >> >> java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98) >> at java.awt.EventQueue$3.run(EventQueue.java:647) >> at java.awt.EventQueue$3.run(EventQueue.java:645) >> at java.security.AccessController.doPrivileged(Native Method) >> at >> >> java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) >> at java.awt.EventQueue.dispatchEvent(EventQueue.java:644) >> at >> >> com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:748) >> at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:573) >> at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:384) >> at >> >> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) >> at >> >> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) >> at >> >> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) >> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) >> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) >> at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) >> ERROR 16:58:56,689 [AWT-EventQueue-1 14.0.3#IC-139.1117.1, >> eap:false] (IdeaLogger.java:149) IntelliJ IDEA 14.0.3 Build >> #IC-139.1117.1 >> ERROR 16:58:56,689 [AWT-EventQueue-1 14.0.3#IC-139.1117.1, >> eap:false] (IdeaLogger.java:156) JDK: 1.6.0_45 >> ERROR 16:58:56,690 [AWT-EventQueue-1 14.0.3#IC-139.1117.1, >> eap:false] (IdeaLogger.java:157) VM: Java HotSpot(TM) 64-Bit Server VM >> ERROR 16:58:56,690 [AWT-EventQueue-1 14.0.3#IC-139.1117.1, >> eap:false] (IdeaLogger.java:158) Vendor: Sun Microsystems Inc. >> ERROR 16:58:56,690 [AWT-EventQueue-1 14.0.3#IC-139.1117.1, >> eap:false] (IdeaLogger.java:159) OS: Linux >> ERROR 16:58:56,690 [AWT-EventQueue-1 14.0.3#IC-139.1117.1, >> eap:false] (IdeaLogger.java:165) Last Action: >> >> >> I checked the .png mentioned in the 1st error and they were sized 16x16. >> That might be the reason for the error. >> >> What I want to know is how can I setup my account details and sign into >> an existing account. If the reason for the settings menu to be not found >> is because of above errors, how can I fix them? >> >> IDEA version : 14.03 >> OS : Linux Mint 17 Cinnamon 64-bit >> >> [1] http://www.saros-project.org/setup-intellij-environment >> >> >> Thank you. >> >> *Kasun Gunasekara* >> Google Student Ambassador - Sri Lanka >> Software Engineering Intern - WSO2 <http://wso2.com/> >> VP IM&COMM - AIESEC IIT - Sri Lanka <https://www.facebook.com/AIESECiit> >> Facebook <https://www.facebook.com/kasun32> | Twitter >> <https://twitter.com/KaluMallii> | Google+ >> <https://plus.google.com/+KaZGunasekara/> | LinkedIn >> <http://www.linkedin.com/in/kasun32> >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub for >> all >> things parallel software development, from weekly thought leadership blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> >> >> >> _______________________________________________ >> DPP-Devel mailing list >> DPP-Devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/dpp-devel >> > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > DPP-Devel mailing list > DPP-Devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/dpp-devel
------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ DPP-Devel mailing list DPP-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dpp-devel