September 13, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[00:07:25] *** psst has quit IRC
[00:09:15] *** mziaei has quit IRC
[00:09:26] *** bodom has quit IRC
[00:12:27] *** dsugar100 has quit IRC
[00:21:03] *** hex` has joined #eclipse
[00:22:08] *** kaje has quit IRC
[00:28:20] *** buribu has quit IRC
[00:32:04] *** heinz has quit IRC
[00:32:21] *** baedert_ has joined #eclipse
[00:34:34] *** semeion has joined #eclipse
[00:34:36] *** scorphus has quit IRC
[00:35:19] *** vmil86 has quit IRC
[00:36:01] *** baedert has quit IRC
[00:46:20] *** Carnage\ has quit IRC
[00:46:43] *** mziaei has joined #eclipse
[00:47:54] *** FunnyLookinHat has quit IRC
[00:48:39] *** mindCrime_ has quit IRC
[00:50:38] *** kthomas_vh has joined #eclipse
[00:51:11] *** baedert_ has quit IRC
[00:59:07] *** m_a_chinea has quit IRC
[01:02:53] *** kasterma has quit IRC
[01:05:31] *** hekmatof has joined #eclipse
[01:08:41] *** AndroidLoverInSF has quit IRC
[01:19:01] *** rossand has quit IRC
[01:21:00] *** NiteRain has quit IRC
[01:24:22] *** snuff has joined #eclipse
[01:25:08] *** snuff has quit IRC
[01:26:05] *** pigdude has joined #eclipse
[01:26:16] <pigdude> hi
[01:26:56] <pigdude> i use vim for years, but my hands get very cold at my office and i'm hoping to use an editor with good completion to help with this
[01:27:12] <pigdude> my immediate need is for good completion in really spaghette php project i have to work on at my job
[01:27:19] <pigdude> what is recommended in eclipse for this?
[01:27:42] <pigdude> pdt, phpeclipse, or other?
[01:33:06] *** amitev has quit IRC
[01:33:18] *** amitev has joined #eclipse
[01:36:56] *** daisuke_m has joined #eclipse
[01:38:16] *** pigdude has quit IRC
[01:40:20] *** lisak has quit IRC
[01:41:47] *** Cairo has joined #eclipse
[01:42:02] <Cairo> does anyone have an idea of what this is caused by?
[01:42:03] <Cairo> Quit (expect signal SIGINT when the program is resumed)
[01:42:11] <Cairo> thats in debug mode
[01:42:40] <Cairo> if i try to run the program not in debug mode, "build.exe has stopped responding" appears
[01:42:46] <faffi> lol
[01:43:13] <Cairo> ?
[01:43:23] <faffi> that error message is entertaining
[01:43:42] <faffi> its quitting automatically in debug mode without an error?
[01:44:09] <faffi> or is it stitting waiting for a signal
[01:44:49] <Cairo> its quitting afaik
[01:45:30] <Cairo> yeah
[01:45:35] <Cairo> the debugger is quitting
[01:46:36] *** Kemppi has quit IRC
[01:48:04] *** rossand has joined #eclipse
[01:50:04] *** kthomas has quit IRC
[01:50:41] *** kthomas has joined #eclipse
[01:53:25] <hekmatof> I have some rcp question, can anybody help me?
[01:53:59] <hekmatof> *questions
[02:07:18] *** hekmatof has quit IRC
[02:08:05] *** daisuke_m has quit IRC
[02:11:11] *** hemna has quit IRC
[02:14:10] *** dmb has joined #eclipse
[02:27:31] *** kthomas_vh has quit IRC
[02:30:08] *** NiteRain has joined #eclipse
[02:39:15] *** gary_ has joined #eclipse
[02:39:42] *** gary_ is now known as Guest11116
[02:40:46] *** wfq has quit IRC
[02:41:03] *** kthomas_vh has joined #eclipse
[02:42:01] <Guest11116> hi, i'm writing an eclipse plugin. would anyone know how I can listen to the user moving their cursor within a document? i can listen to changes but can't find how to do this
[02:44:43] <Cairo> am i allowed to do this?
[02:44:44] <Cairo> http://ideone.com/RcCfo
[02:44:59] <Cairo> as in, addigning ma to func's returned value
[02:45:51] <Cairo> err
[02:45:54] <Cairo> wrong chan sorry
[02:45:55] *** Cairo has left #eclipse
[02:49:27] *** rossand has quit IRC
[02:58:35] *** MjrTom has quit IRC
[02:58:35] *** MjrTom has joined #eclipse
[02:59:52] *** MjrTom has left #eclipse
[03:06:03] *** _nor has quit IRC
[03:07:46] *** daisuke_m has joined #eclipse
[03:08:14] *** daisuke_m has joined #eclipse
[03:10:33] *** daisuke_m has quit IRC
[03:10:36] *** daisuke_m-mac has joined #eclipse
[03:16:42] *** Kemppi has joined #eclipse
[03:16:58] *** werdan7 has quit IRC
[03:22:45] <Guest11116> does anyone know how to use a mouse listener on an editor window for an eclipse plugin?
[03:24:37] *** Min_ has joined #eclipse
[03:24:47] *** hex` has quit IRC
[03:25:11] *** kthomas_vh_ has joined #eclipse
[03:27:52] *** hemna has joined #eclipse
[03:27:57] *** kthomas_vh has quit IRC
[03:27:57] *** mziaei has quit IRC
[03:29:13] *** MjrTom has joined #eclipse
[03:29:23] *** MjrTom has joined #eclipse
[03:43:03] *** MjrTom_ has joined #eclipse
[03:43:04] <briandealwis> Guest11116: is this your own editor?
[03:43:57] <Guest11116> briandealwis: i'd rather not have to implement my own for compatibility with many different file types. in my current testing it is just java source files so i am using the default one for that (compilationuniteditor or something)
[03:44:25] *** MjrTom has quit IRC
[03:44:30] <briandealwis> Guest11116: there's no API to obtain the parent composite for a particular part.  You can get it through reflection though
[03:45:48] <Guest11116> briandealwis: are there any alternatives to that? for example, is there a way to see if the mouse is up/down or even for me to add my own custom mouse event listener?
[03:45:58] <briandealwis> nope
[03:46:13] <briandealwis> Guest11116: you need to install your own handlers if you want that kind of information
[03:46:29] <Guest11116> and i'll need to use reflection to do that?
[03:47:18] <nitind> You can get the Control as an adapter on the part...probably.  But for what's the mouse event listener useful?
[03:47:19] *** MjrTom_ has quit IRC
[03:47:24] <briandealwis> Guest11116: the other thing you could do is install an filter on the SWT Display instance.  That will get you everything.
[03:48:08] <Guest11116> nitind: i can currently get *every* selection but i only care about it when they release their mouse
[03:48:29] <Guest11116> briandealswis: right, i suppose i'll start looking for a tutorial on that
[03:51:53] *** cantblend has quit IRC
[03:52:29] *** MjrTom has joined #eclipse
[03:52:38] *** MjrTom has joined #eclipse
[03:56:55] *** MjrTom_ has joined #eclipse
[03:59:03] *** MjrTom has quit IRC
[04:00:34] *** MjrTom_ has quit IRC
[04:00:34] *** MjrTom_ has joined #eclipse
[04:00:54] <nitind> Guest11116: That's probably already fired to post selection listeners.
[04:02:17] <Guest11116> nitind: i'm currently adding my selection listener through editor.getEditorSite().getSelectionProvider().addSelectionChangedListener
[04:02:22] *** cantblend has joined #eclipse
[04:02:28] <Guest11116> nitind: can't find any mention of a post selection listener
[04:05:21] <nitind> Guest11116: If the selection provider implements IPostSelectionProvider, it can also take post selection listeners.
[04:09:51] <Guest11116> nitind: excellent :) works great
[04:10:12] <Guest11116> I think the terminology confused me so I didn't recognise it'd do what it did
[04:12:47] <nitind> Mind you, just clicking around won't fire a post selection notification.  It only fires when you change what's swiped.
[04:15:31] <Guest11116> nitind: clicking around is actually firing them..
[04:15:40] <Guest11116> nitind: i didn't expect it would, but it does
[04:15:56] <Guest11116> i'm getting events with length 0, which is what i wanted
[04:26:41] *** Min_ has quit IRC
[04:27:35] *** kkb110 has joined #eclipse
[04:28:10] *** werdan7 has joined #eclipse
[04:31:53] *** briandealwis has quit IRC
[04:41:12] *** AndroidLoverInSF has joined #eclipse
[04:41:38] *** kthomas_vh_ has quit IRC
[04:50:52] *** mpiggott has joined #eclipse
[04:53:11] *** kthomas_vh has joined #eclipse
[04:56:20] *** AndroidLoverInSF has quit IRC
[04:56:21] *** rossand has joined #eclipse
[05:01:07] *** ctrlx has quit IRC
[05:01:23] *** vipaca has joined #eclipse
[05:01:24] *** ctrlx has joined #eclipse
[05:02:04] *** semeion has quit IRC
[05:08:35] *** kthomas_vh has quit IRC
[05:08:54] *** semeion has joined #eclipse
[05:12:03] *** AndroidLoverInSF has joined #eclipse
[05:18:12] *** mpiggott has quit IRC
[05:32:14] *** Guest11116 has quit IRC
[05:37:37] *** kthomas_vh has joined #eclipse
[05:39:41] *** mindCrime_ has joined #eclipse
[05:39:54] *** alvint has joined #eclipse
[05:58:43] *** vipaca has quit IRC
[06:03:15] *** elbeardmorez has joined #eclipse
[06:09:59] *** vipaca has joined #eclipse
[06:09:59] *** vipaca has joined #eclipse
[06:10:01] <xeon> Reference @dot.classpath not found. in <classpath refid=" at dot dot classpath"/> when compiling XML schema definition file
[06:10:44] <xeon> no idea about xml schema
[06:17:45] *** semeion_ has joined #eclipse
[06:17:48] *** semeion has quit IRC
[06:18:29] *** semeion_ is now known as semeion
[06:29:57] <xeon> any idea?
[06:43:14] *** 16SAA0874 has joined #eclipse
[06:43:46] *** rossand has quit IRC
[06:45:37] *** rossand has joined #eclipse
[06:49:18] *** MjrTom_ is now known as MjrTom
[06:51:03] <francis4> xeon, that looks like someting from the PDE build. IT's possible there is some template substitution that wants to happen, which would want @dot.classpath@
[06:52:31] *** francis4 has quit IRC
[06:52:52] *** francis4 has joined #eclipse
[06:53:37] <xeon> francis4: it compiles after commenting that line. not sure any side effect. what does " at dot dot classpath" stand for?
[06:55:02] <francis4> xeon, when you use Ant for filtering, the token is @token@, so that's probably the @ (and it does not have the trailing one), dot.classpath is probably a substituion used in the pde build for the classpath for the stuff at the top level of your plugin.
[06:57:54] *** vipaca has quit IRC
[06:59:27] *** kkb110 has quit IRC
[07:04:25] *** alvint has quit IRC
[07:06:48] *** alvint has joined #eclipse
[07:07:08] *** LongBeach has joined #eclipse
[07:09:39] *** NiteRain has quit IRC
[07:16:18] *** finbrein has quit IRC
[07:18:16] <xeon> francis4: yeah it involved some pde build
[07:18:43] <francis4> xeon, could there by a typo where the trailing @ is not there?
[07:19:13] *** ron has joined #eclipse
[07:21:37] <xeon> francis4: no. the same issue. commenting that line works.
[07:22:22] *** mluser-home has quit IRC
[07:22:51] <xeon> how do i open all projects in workspace?
[07:23:25] <xeon> there are hundred of projects in workspace
[07:23:40] <ron> there are what?!
[07:26:58] <nitind> Just select them all and choose to open them from the context menu.
[07:32:00] *** vmil86 has joined #eclipse
[07:35:06] *** finbrein has joined #eclipse
[07:41:02] *** xeon has quit IRC
[07:45:19] *** vwegert has joined #eclipse
[07:47:22] *** TomTom has joined #eclipse
[07:48:46] <francis4> xeon, well i'm not sure what the file is for, but an xml convention is that if you have an idref, then you need a macthing id attribute there.
[07:51:20] *** xeon has joined #eclipse
[07:52:10] *** LongBeach has quit IRC
[07:52:57] *** baedert has joined #eclipse
[08:06:49] *** xeon has quit IRC
[08:11:29] *** mihael has quit IRC
[08:11:40] *** mihael has joined #eclipse
[08:12:21] *** denisr has joined #eclipse
[08:15:00] *** ron has quit IRC
[08:19:00] *** elbeardmorez has quit IRC
[08:21:56] *** deSilva has quit IRC
[08:24:35] *** ualtin has joined #eclipse
[08:26:35] *** explora has joined #eclipse
[08:29:08] *** d_a_carver has quit IRC
[08:36:39] *** pascal` has joined #eclipse
[08:39:58] *** BigKing has joined #eclipse
[08:39:59] *** poseid has joined #eclipse
[08:40:52] *** d_a_carver has joined #eclipse
[08:41:50] *** noord has joined #eclipse
[08:42:24] *** dmiles_afk has quit IRC
[08:42:49] *** poseid has quit IRC
[08:45:25] *** ron has joined #eclipse
[08:51:17] *** noord has quit IRC
[08:58:17] *** kthomas_vh has quit IRC
[09:02:48] *** paissad has quit IRC
[09:05:47] *** poseid has joined #eclipse
[09:10:18] *** kthomas_vh has joined #eclipse
[09:10:59] *** ardo has joined #eclipse
[09:23:01] *** ecfuser36645 has joined #eclipse
[09:23:07] *** ecfuser36645 has left #eclipse
[09:23:35] *** poseid has quit IRC
[09:28:02] *** poseid has joined #eclipse
[09:28:26] *** Alvo has joined #eclipse
[09:28:32] *** poseid has left #eclipse
[09:34:42] *** danlucraft has joined #eclipse
[09:34:54] *** Kemppi has quit IRC
[09:35:20] *** danlucraf has joined #eclipse
[09:35:23] *** danlucraft has quit IRC
[09:35:34] *** csaba has joined #eclipse
[09:35:51] *** Kemppi has joined #eclipse
[09:38:03] *** nicoulaj has joined #eclipse
[09:39:10] *** magnet has quit IRC
[09:47:24] *** pulse00 has joined #eclipse
[09:47:39] *** exelnet_ has joined #eclipse
[09:48:09] <vwegert> What ist the best way to get a fixed-width (SWT) font in a platform-independent way?
[09:48:38] <vwegert> I'd like to avoid hard-coding font names that might depend on the target platform and/or installed font files
[09:49:02] <exelnet_> heya. I know how to start an external program. But how can I run an external program which downloads a file to a folder and then offers the local link to eclipse to open the file in an internal editor?
[09:53:06] *** deSilva has joined #eclipse
[09:53:08] <exelnet_> so I would need something like: open output (path) of external program in internal editor.
[09:54:45] <vwegert> exelnet_: You might have to write your own launching plug-in if you need this. I don't know of a way to do this with the standard set, but that doesn't mean there isn't one.
[10:01:35] *** soc42 has joined #eclipse
[10:02:07] <exelnet_> vwegert: ah ok well that shouldn't be that difficult..
[10:06:47] <vwegert> exelnet_: this article http://www.eclipse.org/articles/Article-Launch-Framework/launch.html from 2003 might be interesting for you
[10:07:53] *** csaba has quit IRC
[10:07:53] *** soc42 has quit IRC
[10:18:17] *** heliom has joined #eclipse
[10:18:39] *** soc42 has joined #eclipse
[10:19:35] <heliom> Hi. Is there a way to have an external source-code formatter running, when saving a C++-file in CDT?
[10:22:28] *** esden has quit IRC
[10:23:32] *** esden has joined #eclipse
[10:24:05] *** kthomas_vh has quit IRC
[10:26:56] *** kthomas_vh has joined #eclipse
[10:27:11] <heliom> (Other than that, is it possible to invoke the native CDT formatter headless?)
[10:30:07] <ron> heliom: generally speaking, I imagine it's only possible via a specific plugin. other than that, there aren't many CDT users/devs in the channel, so you might have better luck getting answers in the ~forums
[10:30:07] <Arbalest> http://www.eclipse.org/forums/
[10:32:18] <heliom> i see. thanks.
[10:32:56] * heliom idles a bit in the hope a CDT expert will pop up anyway ;)
[10:35:10] <ron> feel free to do so, though unfortunately, I wouldn't hold my breath.
[10:36:53] *** anebi has joined #eclipse
[10:37:12] <anebi> hi. i have installed eclipse galileo and i have a very strange issue
[10:37:37] <anebi> i created via terminal symlinks in my project, but eclipse does not show them. how can i tell it to display them?
[10:38:16] *** snuff has joined #eclipse
[10:38:16] <anebi> if i use new file -> link functionality, eclipse creates the links, but i want it to display my symlinks in the project. any ideas?
[10:40:25] <exelnet_> vwegert: thanks!
[10:41:46] *** RawChid has joined #eclipse
[10:43:28] *** lisak has joined #eclipse
[10:43:34] <RawChid> Hello, I have a Java project in Eclipse and when I click the green button it will run as java app. I can't find the shortcut for this button. Any ideas?
[10:44:08] <RawChid> There is shift+alt+X, J   but that tries to 'run' the current opened java file...
[10:44:44] <pulse00> hi there. can someone recommend an eclipse plugin for "tail"-ing log files ?
[10:45:10] <RawChid> pulse00 LogWatcher is my best friend!
[10:45:30] <RawChid> Also filtering/coloring features :-)
[10:45:33] <pulse00> RawChild: thanks a lot
[10:45:43] *** magnet has joined #eclipse
[10:45:56] <ron> anebi: don't use galileo, for starters.
[10:46:27] <anebi> ron: yeah, i plan to change it. anyway do you have any ideas about my question?
[10:46:40] <ron> anebi: didn't bother reading beyong the galileo part :)
[10:47:33] <ron> anebi: what type of project is it?
[10:47:54] <anebi> ron: :) it is php project, i use PDT plugin.
[10:48:01] <ron> anebi: eew.
[10:48:30] <RawChid> OMG, I found my shortcut. FYI, it's just "Run" in Preferences -> general -> keys
[10:49:21] <anebi> ron: sorry, what 'eew' means?
[10:49:38] <ron> anebi: an expression of disgust.
[10:50:04] <anebi> ron: i see
[10:50:44] <RawChid> I've used phpeclipse
[10:51:42] <anebi> ron: does it should be a general issue to eclipse that it does not recognize and display unix symlinks or?
[10:52:13] <ron> anebi: I actually have no idea, though I find it odd that one would do it.
[10:56:03] <anebi> ron: thahks anyway. i will try to find a solution for this
[10:56:12] <lisak> hey, after spring dm has been donated to eclipse.org  as gemini project, it is practically  gemini blueprint and gemini web, isn't it ?
[10:56:41] <lisak> if I look at the branches https://anonsvn.springsource.org/svn/spring-osgi/trunk/
[10:56:44] <lisak> http://dev.eclipse.org/svnroot/rt/org.eclipse.gemini.blueprint/trunk/
[10:57:33] <lisak> is gemini blueprint branch continuation of the spring-osgi ?
[10:58:08] *** anebi has left #eclipse
[10:58:54] <RawChid> http://en.wikipedia.org/wiki/Programmers%27_Day
[11:06:04] *** Alvo has quit IRC
[11:10:54] *** soee has joined #eclipse
[11:12:30] *** ddk has joined #eclipse
[11:12:42] *** buribu has joined #eclipse
[11:12:42] *** buribux has joined #eclipse
[11:15:56] *** buribu has quit IRC
[11:15:56] *** buribux has quit IRC
[11:29:51] *** rawbdor has joined #eclipse
[11:35:59] *** daisuke_m-mac has quit IRC
[11:39:42] *** multi_io has quit IRC
[11:39:43] *** ReneP has quit IRC
[11:39:43] *** Zenopus has quit IRC
[11:39:43] *** gertidon has quit IRC
[11:39:43] *** helindbe has quit IRC
[11:39:43] *** Verkel has quit IRC
[11:39:43] *** zumbi has quit IRC
[11:39:44] *** aph__ has quit IRC
[11:41:03] *** multi_io has joined #eclipse
[11:41:03] *** ReneP has joined #eclipse
[11:41:03] *** Zenopus has joined #eclipse
[11:41:03] *** gertidon has joined #eclipse
[11:41:03] *** helindbe has joined #eclipse
[11:41:03] *** Verkel has joined #eclipse
[11:41:03] *** zumbi has joined #eclipse
[11:41:03] *** aph__ has joined #eclipse
[11:43:46] *** explora has quit IRC
[11:50:05] *** imeikas has joined #eclipse
[11:50:13] *** psst has joined #eclipse
[11:50:47] *** ronr__ has joined #eclipse
[11:51:59] *** kthomas_vh has quit IRC
[11:53:19] *** ron has quit IRC
[11:55:39] *** soc42 has quit IRC
[11:59:42] *** Alvo has joined #eclipse
[12:00:43] *** 16SAA0874 has quit IRC
[12:02:16] *** Harrold has joined #eclipse
[12:02:19] *** soc42 has joined #eclipse
[12:09:07] *** soee has quit IRC
[12:10:15] *** DeviceZer0 has quit IRC
[12:14:14] *** pascal` has quit IRC
[12:15:38] *** pulse00 has quit IRC
[12:16:08] *** Sunflight has joined #eclipse
[12:18:25] *** kkirk has quit IRC
[12:23:55] *** vdv has joined #eclipse
[12:25:43] *** Sunflight has quit IRC
[12:26:41] *** kkirk has joined #eclipse
[12:26:47] *** SeySayux has joined #eclipse
[12:28:49] <SeySayux> Can I set up Codan such that a free function (i.e. not in a class) is of the style FreeFunction(), while a member function is of the style Class::memberFunction() ?
[12:29:40] *** pascal` has joined #eclipse
[12:31:08] *** nathanm32292394 has quit IRC
[12:31:34] *** ddk has quit IRC
[12:31:51] *** ddk has joined #eclipse
[12:39:05] *** daisuke_m has joined #eclipse
[12:39:27] *** BigKing has quit IRC
[12:42:32] *** soc42 has quit IRC
[12:43:46] *** Harrold has quit IRC
[12:45:46] *** nathanm32292394 has joined #eclipse
[12:46:19] *** SeySayux has quit IRC
[12:48:30] *** buhman has quit IRC
[12:50:07] *** buhman has joined #eclipse
[12:51:23] *** ccmonster has quit IRC
[12:53:28] *** |Freeman| has joined #eclipse
[12:54:37] *** ronr__ is now known as ron
[12:54:49] *** BigKing has joined #eclipse
[12:54:53] <ron> wtf is Codan?
[12:55:00] *** vdv has quit IRC
[12:57:19] *** elbeardmorez has joined #eclipse
[13:03:30] *** |Freeman| has quit IRC
[13:06:23] *** paissad has joined #eclipse
[13:06:41] *** ronr__ has joined #eclipse
[13:07:17] *** dirk_77_ has joined #eclipse
[13:10:10] *** ron has quit IRC
[13:12:44] *** dirk_77_ has quit IRC
[13:14:11] *** klausk has joined #eclipse
[13:14:57] *** dirk_77_ has joined #eclipse
[13:16:58] *** vdv has joined #eclipse
[13:18:04] *** soc42 has joined #eclipse
[13:18:41] *** t3rmInAt0r_ has joined #eclipse
[13:18:44] *** hex` has joined #eclipse
[13:21:42] *** BigKing has quit IRC
[13:25:11] *** BigKing has joined #eclipse
[13:28:07] *** tvo has joined #eclipse
[13:29:27] *** ronr__ is now known as ron
[13:33:18] *** vdv has quit IRC
[13:37:58] *** pascal`` has joined #eclipse
[13:39:20] *** pascal` has quit IRC
[13:42:06] *** ronr__ has joined #eclipse
[13:45:04] *** ron has quit IRC
[13:45:53] *** ronr__ is now known as ron
[13:48:32] *** dsugar100 has joined #eclipse
[13:52:48] *** rcjsuen_ is now known as rcjsuen
[13:52:49] *** esden has quit IRC
[13:53:05] *** esden has joined #eclipse
[13:55:41] *** WhiteBeard has joined #eclipse
[13:55:41] *** WhiteBeard has joined #eclipse
[13:55:58] *** baedert_ has joined #eclipse
[13:59:18] *** baedert has quit IRC
[13:59:24] *** psst has left #eclipse
[14:01:43] <mihael> ron: a bit late but ... here http://www.slideshare.net/laskava/eclipse-con2011-v11
[14:02:00] <mihael> ron: Codan - a C/C++ static analysis framework for CDT
[14:02:15] <ron> mihael: not that interesting :p
[14:02:24] <mihael> yeah =)
[14:02:35] <mihael> c++ *puke* ;-)
[14:08:28] *** samuell has joined #eclipse
[14:09:47] *** pascal`` is now known as pascal`
[14:12:07] *** Brooks has joined #eclipse
[14:15:04] *** Brooks has quit IRC
[14:16:15] *** alvint has quit IRC
[14:16:49] *** alvint has joined #eclipse
[14:18:35] *** nathanm32292394 has quit IRC
[14:18:51] *** nathanm32292394 has joined #eclipse
[14:24:55] *** z00dax has joined #eclipse
[14:25:59] <z00dax> hi guys, I'm trying to get Egit setup with my existing git repos, everything works well except that my ssh keys ( for git pull / push ) need passwords entered, and the dialog box that comes up seems to not accept the right password. it has everything else right, including the key name ( from the .ssh/config ) and the user name.
[14:26:06] <z00dax> is there something I am missing ?
[14:26:21] *** Kamaran has joined #eclipse
[14:38:31] <ron> z00dax: which egit version do you use?
[14:39:21] <z00dax>   Eclipse EGit1.0.0.201106090707-rorg.eclipse.egit.feature.group
[14:39:32] <z00dax> ron: ^
[14:40:29] <ron> using Indigo?
[14:41:40] <ron> afaik, it's recommended normally not to use password-based certificates with git, just because it makes day-to-day use more difficult. that's not going to say that it shouldn't work though.
[14:42:22] <ron> z00dax: are you sure you're using the right certificate in eclipse?
[14:42:40] <z00dax> I've got eclipse 3.5.2
[14:43:01] <z00dax> ron: certificate ? you mean. ssh-key ? yes. very sure. I'm using that key from git on the command line and it works fine
[14:43:09] <ron> same shit :)
[14:43:28] <ron> right, but did you configure eclipse to use that key?
[14:43:37] *** daisuke_m has quit IRC
[14:45:40] <z00dax> the dialog box that comes up, asking for the password has the right key file and the right username in there
[14:46:11] <ron> which OS are you on?
[14:46:20] <z00dax> linux/x86_64
[14:46:26] <ron> sec, phone
[14:47:39] *** rossand1 has joined #eclipse
[14:48:11] *** nicoulaj has quit IRC
[14:49:40] *** nicoulaj has joined #eclipse
[14:49:51] <ron> so your key is in ~/.ssh I imagine.
[14:49:56] *** rossand has quit IRC
[14:50:07] <ron> z00dax: just making sure :)
[14:50:41] <z00dax> yup
[14:51:21] <z00dax> ~/.ssh/id_dsa.git ( and in .ssh/config is Host git.mydomain \n User: git : IdentityFile ~/.ssh/id_dsa.git )
[14:51:51] <z00dax> is there someway to see what happens when i enter the password ? ( in case eclipse thinks there is something else that is wrong )
[14:51:52] <ron> wait... not ~/.ssh/id_dsa ?
[14:52:20] <ron> you can check the ~logs to and see if you find anything relevant.
[14:52:21] <Arbalest> Looking for your Eclipse logs? The workspace log should be located at the <workspace>/.metadata/.log file. In Eclipse, try Help > About > Installation Details > Configuration and then choose "View Error Log". If you want to paste it somewhere, see ~pastebin - http://wiki.eclipse.org/IRC_FAQ#Where_are_Eclipse.27s_log_files_located.3F - http://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F
[14:52:48] <ron> eclipse won't load ~/.ssh/id_dsa.git by default.
[14:53:32] <z00dax> I've added it to the list of keys in the Preferences->SSH key selection box..
[14:53:39] * z00dax goes looking for logs
[14:54:05] <ron> I see. The only other thing I can think of is that there's something wrong with the git repo url you input.
[14:54:52] *** otaviobp has joined #eclipse
[14:55:27] <z00dax> i think the url is fine, i ccan pull/push from the cli on the same repo, and only added it into eclipse with 'share'
[14:55:58] <z00dax> I'm going to try moving that key to id_dsa, that looks mostly likely what the problem might be
[14:57:55] *** rgrunber has joined #eclipse
[15:00:54] *** ccmonster has joined #eclipse
[15:08:53] *** mindCrime_ has quit IRC
[15:09:53] *** NiteRain has joined #eclipse
[15:18:31] *** rossand1 has quit IRC
[15:18:53] *** mpiggott has joined #eclipse
[15:20:47] *** skywalker has joined #eclipse
[15:22:03] <skywalker> hi guys, times ago I was trying to use svn + ssh (make a commit) in eclipse, so people told me to use something like "ssh fs" but I dont remember what is it, can one remember me?
[15:23:34] <skywalker> dokan sshfs, is it?
[15:26:57] *** magnet has quit IRC
[15:29:47] <skywalker> ty
[15:29:47] *** skywalker has left #eclipse
[15:30:31] *** magnet has joined #eclipse
[15:39:41] *** nitrospectide has joined #eclipse
[15:41:24] *** alvint has quit IRC
[15:43:38] *** werdan7 has quit IRC
[15:44:11] *** dirk_77_ has quit IRC
[15:51:10] <ron> z00dax: any luck?
[15:55:51] *** briandealwis has joined #eclipse
[15:56:37] *** dirk_77_ has joined #eclipse
[15:57:20] *** Caterpillar has joined #eclipse
[16:01:26] <Caterpillar> my friends, what are the main common problems in Eclipse abbined to Tomcat, that generates 404 errors in JSP pages?
[16:01:34] <Caterpillar> I am in berserk mode
[16:01:46] <ron> that question is way too vague, sorry.
[16:06:18] *** gojavaX has joined #eclipse
[16:08:09] *** geekfish has joined #eclipse
[16:09:44] <geekfish> hello all, is it appropriate to bring  up eclipse issues in this channel, or is there some other channel for that? :)
[16:10:09] <rcjsuen> geekfish: You can. Though you might as well just open a ~bug
[16:10:09] <Arbalest> Eclipse Bugzilla - Open new bugs and/or enhancement requests https://bugs.eclipse.org/bugs/enter_bug.cgi / Search for existing bugs and/or enhancement requests https://bugs.eclipse.org/bugs/query.cgi
[16:10:48] <geekfish> I just wanted to ask in case it has to do with configuration as it might not be a bug
[16:10:52] <geekfish> I have read tfm and googled
[16:11:10] <geekfish> http://stackoverflow.com/questions/7400108/undefined-constants-in-eclipse
[16:11:50] <rcjsuen> You may want to try the PyDev/Aptana forums.
[16:12:20] <geekfish> it's not Aptana specific, I have the same issue with eclipse
[16:12:30] <geekfish> but I will try pydev
[16:16:11] *** alvint has joined #eclipse
[16:17:01] <z00dax> ron: not much, it seems to work fine with a password less key
[16:17:21] <z00dax> even with the default key ( id_dsa ) being used, its not happy with the password dialog
[16:17:33] <z00dax> and i cant find anything in the logs that might be relevant
[16:18:42] *** purestrain has joined #eclipse
[16:19:47] *** andrey_ has joined #eclipse
[16:20:25] *** snuff has quit IRC
[16:21:03] *** geekfish has left #eclipse
[16:22:37] *** hex` has quit IRC
[16:24:07] *** snuff has joined #eclipse
[16:27:51] *** jaso has joined #eclipse
[16:28:35] *** hex` has joined #eclipse
[16:28:35] *** hex` has joined #eclipse
[16:32:07] *** pigdude has joined #eclipse
[16:32:20] <pigdude> how can i navigate to problem list  with keyboard?
[16:32:21] *** jaso has quit IRC
[16:32:34] <pigdude> like :cope in vim
[16:34:28] <ron> pigdude: ~keys
[16:34:29] <Arbalest> For a list of available key bindings press Ctrl + Shift + L. To configure your key bindings, press Ctrl + Shift + L twice or see Window > Preference > General > Keys. See also http://wiki.eclipse.org/IRC_FAQ#What.27s_the_key_for_....3F
[16:34:30] <TomTom> shift+alt+q  x
[16:34:41] <pigdude> what is the X?
[16:34:53] <pigdude> i tried that after looking up in keys before, but it was confusing
[16:35:05] <TomTom> its an "x"
[16:35:16] <pigdude> oh, emacs-style *ick*
[16:35:24] <pigdude> thank you :^)
[16:36:07] *** cmw72 has quit IRC
[16:36:49] <TomTom> i would break my hand with this code... but somebody here pointed to "ctrl+3" which can answer every key question, so i found this command for you
[16:37:08] <ron> ctrl+3 is the most awesome shortcut in eclipse.
[16:37:11] <pigdude> thanks :^)
[16:37:28] <pigdude> why might eclipse provide no completions for standard javax.swing?
[16:37:40] <ron> why do you think it doesn't?
[16:37:53] <pigdude> I do JButton button = new J and Button is not suggested
[16:38:03] <ron> did you import JButton?
[16:38:04] <pigdude> I then type JButton( and the argument docs are not shown
[16:38:12] <pigdude> i imported javax.swing.*
[16:38:18] <ron> bad practice.
[16:38:31] <pigdude> O'Reilly "Learning Java" :|
[16:38:42] <ron> doesn't make it any better practice :)
[16:39:01] *** dirk_77_ has quit IRC
[16:39:03] <ron> did you save the file after adding the import?
[16:39:06] <pigdude> even if i expliclty import it, same no compeltions
[16:39:07] <pigdude> yea
[16:39:32] <ron> and there are completions for other classes in that class file?
[16:39:43] <pigdude> weird, no
[16:39:50] <pigdude> perhaps it is a misconfiguration
[16:40:09] <ron> can you take a screenshot and paste it? ~image
[16:40:09] <Arbalest> Please upload your screenshots online and then paste the link back to the channel - http://imagebin.org/index.php?page=add - http://www.freeimagehosting.net/ - http://imagebin.ca/upload.php - http://imageshack.us/
[16:40:43] <pigdude> sure, i'll do what i can
[16:41:40] *** Caterpillar has quit IRC
[16:44:25] *** FunnyLookinHat has joined #eclipse
[16:44:30] <pigdude> oh, i think i see what's going on
[16:44:38] <pigdude> with PDT, i get the suggestions automatically
[16:44:49] <pigdude> In Java perspective, I have to Ctrl-Spce
[16:44:55] <ron> right
[16:44:58] <pigdude> is there a way to make such suggestions automatic?
[16:47:12] <ron> nope.
[16:47:23] <pigdude> :^(
[16:47:30] <pigdude> i wonder how PDT managed to make it so
[16:47:48] <ron> different implementation.
[16:47:49] <pigdude> I  have auto activation set to stock 200, but i don't see what that is doing
[16:48:09] <ron> right, but the auto activation only works after .
[16:48:41] <pigdude> i see
[16:49:07] <rcjsuen> see faq in topic
[16:49:46] <pigdude> thanks ron, rcjsuen
[16:52:56] *** kaje has joined #eclipse
[16:58:40] *** deSilva has quit IRC
[16:59:26] *** pascal` has quit IRC
[17:00:24] *** vipaca has joined #eclipse
[17:00:24] *** vipaca has joined #eclipse
[17:01:57] *** tewecske has joined #eclipse
[17:03:20] *** wainersm has joined #eclipse
[17:03:59] <ron> hmm.. interesting (yet a bit moronic) workaround.
[17:12:36] <z00dax> thanks for the help earlier ron
[17:12:38] *** z00dax has left #eclipse
[17:13:55] *** mindCrime_ has joined #eclipse
[17:15:07] *** mluser-home has joined #eclipse
[17:16:21] *** denisr has quit IRC
[17:16:21] *** wainersm has quit IRC
[17:20:08] *** wainersm has joined #eclipse
[17:20:58] *** wainersm has joined #eclipse
[17:22:57] *** dirk_77_ has joined #eclipse
[17:28:42] *** soee has joined #eclipse
[17:35:07] *** ardo has quit IRC
[17:37:59] *** _nor has joined #eclipse
[17:39:09] *** scorphus has joined #eclipse
[17:40:21] *** ualtin has left #eclipse
[17:40:22] *** vipaca has quit IRC
[17:41:37] *** ron has quit IRC
[17:41:51] *** Alvo has left #eclipse
[17:47:16] *** snuff has quit IRC
[17:47:32] *** vipaca has joined #eclipse
[17:47:32] *** vipaca has joined #eclipse
[17:48:59] *** TomTom has quit IRC
[17:52:01] *** nicoulaj has quit IRC
[17:52:07] *** pranavrc has joined #eclipse
[17:54:33] *** ghostthatal has joined #eclipse
[17:55:05] <pranavrc> I downloaded the Java EE edition of Eclipse for 32 bit linux. When I try to run ./eclipse, it returns 'an error has occurred see the log file'. The contents of the log file are here: http://pastebin.com/3b7KGsDS
[17:55:09] *** wainersm has quit IRC
[17:55:34] <rcjsuen> where did you untar
[17:55:53] <pranavrc> /home/Downloads/eclipse
[17:56:14] <rcjsuen> That's a strange username.
[17:56:33] <pranavrc> as in /home/myusername/Downloads/eclipse
[17:57:17] *** desaila has quit IRC
[17:57:36] <rcjsuen> Did you do a checksum verification of your dl
[17:57:39] *** teneightypea has quit IRC
[17:57:44] <pranavrc> yeah..
[17:58:30] *** combat_wombat27 has quit IRC
[17:58:33] *** teneightypea has joined #eclipse
[17:58:34] *** cvanes has quit IRC
[17:59:11] *** BigKing has quit IRC
[18:00:06] *** dirk_77_ has quit IRC
[18:00:13] *** desaila has joined #eclipse
[18:00:14] *** combat_wombat27 has joined #eclipse
[18:00:14] *** combat_wombat27 has joined #eclipse
[18:00:14] *** combat_wombat27 has joined #eclipse
[18:01:39] *** combat_wombat27 has quit IRC
[18:01:39] *** desaila has quit IRC
[18:05:47] *** pascal` has joined #eclipse
[18:06:05] <rcjsuen> Maybe you should try untarring again.
[18:06:22] <rcjsuen> also maybe get a newer download
[18:08:29] *** pascal` has quit IRC
[18:09:17] *** kasterma has joined #eclipse
[18:09:18] *** TJCRI has joined #eclipse
[18:09:23] *** hemna_ has joined #eclipse
[18:12:53] *** hemna has quit IRC
[18:13:19] *** Caleb-- has quit IRC
[18:16:38] *** EricInBNE has quit IRC
[18:16:53] *** linxeh has joined #eclipse
[18:17:01] <linxeh> oops :)
[18:17:13] <linxeh> what does it mean when an eclipse project is archived ?
[18:17:20] <linxeh> (project as in eclipse.org not the IDE)
[18:17:29] <rcjsuen> inactive, no one is working on it
[18:17:32] <rcjsuen> gone the way of the dodo
[18:17:44] <linxeh> ok, so in particular I'm looking at albireo
[18:18:09] <linxeh> is that considered deprecated, and the issues it fixed in the SWT_AWT bridge are now part of the bridge itself?
[18:18:29] <rcjsuen> I wouldn't randomly make such claims.
[18:18:55] <linxeh> :)
[18:19:07] <linxeh> ok, I'll have to do some digging around I guess
[18:19:15] *** danlucraf has quit IRC
[18:19:30] *** danlucraft has joined #eclipse
[18:19:42] <linxeh> we use albireo for a couple of major views in our app
[18:19:56] *** samuell has quit IRC
[18:20:19] <linxeh> however, it appears to do some slightly dubious things regarding focus, so I'm wondering if I should just maintain local patches to it, or stop using it
[18:20:50] *** tewecske1 has joined #eclipse
[18:21:45] *** Caleb-- has joined #eclipse
[18:22:24] *** m_a_chinea has joined #eclipse
[18:23:31] <linxeh> something to ask on the forums / mailing lists ?
[18:23:33] *** tewecske has quit IRC
[18:24:08] *** danlucraft has quit IRC
[18:25:52] *** Dessimat0r has joined #eclipse
[18:28:18] *** pascal` has joined #eclipse
[18:32:12] *** AndroidLoverInSF has quit IRC
[18:32:40] <soc42> hi #eclipse
[18:33:07] *** desaila has joined #eclipse
[18:33:16] <soc42> i am using the target management plugin to connect to a remote site via sftp
[18:33:40] <soc42> the terminal seems to work perfect, inspite of some key binding in the shell
[18:34:02] <soc42> but file operations are not supported in the "Remote System"-view
[18:34:26] <soc42> has anybody experienced the same or has a workaround for this?
[18:36:45] <soc42> i think the problem is, that during the transfer operation a dialog box appears with the wrong "cp"-command because the connected sftp-machine is running on windows and the corresponding command is not available on windows
[18:37:33] *** WhiteBeard has quit IRC
[18:38:15] <soc42> maybe it can be fixed the other way round with a cygwin install making the "cp"-command available...
[18:38:30] <soc42> but that doesn't fix the problem in TM RSE
[18:39:29] *** ccmonster has quit IRC
[18:42:53] *** combat_wombat27 has joined #eclipse
[18:42:53] *** combat_wombat27 has joined #eclipse
[18:42:53] *** combat_wombat27 has joined #eclipse
[18:43:02] *** ktlr has joined #eclipse
[18:43:16] *** kasterma has quit IRC
[18:44:56] *** kkb110 has joined #eclipse
[18:45:36] *** dmiles_afk has joined #eclipse
[18:45:57] *** Caleb-- has quit IRC
[18:46:42] *** Caleb-- has joined #eclipse
[18:49:48] *** kasterma has joined #eclipse
[18:50:55] *** philosophia has joined #eclipse
[18:51:15] <philosophia> i have a weird situation where eclipse does not seem to register any changes i make to my java class
[18:51:50] <philosophia> even though the ide displays changes to the code, its as if eclipse is using an older version of the code during its build proceess
[18:51:59] <philosophia> is there any type of caching that i should be checking?
[18:52:04] <linxeh> do you have build automatically turned on ?
[18:52:20] <philosophia> yes
[18:52:28] <linxeh> did you try doing a clean ?
[18:52:34] <philosophia> yes and a refresh
[18:52:42] *** kasterma has quit IRC
[18:52:42] <linxeh> and how did you run the code ?
[18:52:42] <philosophia> i've tried clean/refresh multple times
[18:53:05] *** andrey_ has quit IRC
[18:53:20] <philosophia> it actually took a lot of banging my head on the desk to realize that eclipse is not building with my code changes but is instead using some type of cached version of the class to do its build
[18:53:45] <philosophia> if i rename my class or move it to another package - the code works
[18:53:59] <philosophia> but i can't do that in production - i have to use this name and package
[18:55:31] *** kasterma has joined #eclipse
[18:56:00] *** jhardinee has joined #eclipse
[18:56:08] *** AndroidLoverInSF has joined #eclipse
[18:57:42] *** rossand has joined #eclipse
[18:57:48] <jhardinee> Hi a quick question. What's the name of the ability of eclipse to recompile a currently running program and subsitute it without restarting the program?
[18:57:59] *** wainersm has joined #eclipse
[18:58:24] <rcjsuen> jhardinee: What, Java?
[18:59:07] <jhardinee> rcjsuen: Yes.
[18:59:10] <rcjsuen> ~hcr
[18:59:10] <Arbalest> http://wiki.eclipse.org/FAQ_What_is_hot_code_replace%3F
[18:59:18] <jhardinee> Thank you
[18:59:40] *** dax2112rush has joined #eclipse
[18:59:59] *** C0br4 has quit IRC
[19:01:40] <dax2112rush> Hi, I've made a simple Command that interacts with the editor. It doesn't seem to appear in the keys preference page, how can I add it to that list?
[19:01:48] *** danhello has joined #eclipse
[19:02:19] *** ccmonster has joined #eclipse
[19:02:25] *** iXeno has joined #eclipse
[19:02:46] *** kasterma` has joined #eclipse
[19:03:00] *** noord has joined #eclipse
[19:03:15] *** kasterma` has quit IRC
[19:03:33] *** kasterma has quit IRC
[19:05:05] *** Caleb-- has quit IRC
[19:05:12] *** Caleb_ has joined #eclipse
[19:05:20] *** Caleb_ is now known as Caleb--
[19:05:37] *** kasterma has joined #eclipse
[19:06:05] *** cvanes has joined #eclipse
[19:06:14] *** millun_ has joined #eclipse
[19:08:36] <linxeh> dax2112rush: maybe you need to declare it using an extension on org.eclipse.ui.bindings? not tried to do that before
[19:08:49] *** finbrein has quit IRC
[19:09:11] <dax2112rush> linxeh: I've tried, but doesn't seem to add it to the list.
[19:09:21] <linxeh> and you've restarted the app etc?
[19:09:33] <millun_> hi
[19:09:48] <linxeh> millun_: hello
[19:10:01] *** esden has quit IRC
[19:10:03] <dax2112rush> linxeh: yes
[19:10:08] <millun_> my eclipse is friggin slow and often runs out of memory and crashes. i think i use 2.4
[19:10:27] <dax2112rush> linxeh, in fact, i'm not even sure the binding worked, I should try that first
[19:10:28] <linxeh> millun_: eclipse 2.4 is about 10 years old
[19:10:34] <millun_> seriously?
[19:10:36] <rcjsuen> actually
[19:10:38] *** esden has joined #eclipse
[19:10:38] <rcjsuen> 2.4 doesn't even exist
[19:10:39] <millun_> damned
[19:10:40] <rcjsuen> maybe you meant 3.4
[19:10:56] <linxeh> I didnt use eclipse in the 2.x days
[19:10:57] <linxeh> :)
[19:10:58] <linxeh> my bad
[19:11:06] <millun_> sorry. it is build: Build id: 20100218-1602
[19:11:20] *** lpereira has joined #eclipse
[19:11:20] <linxeh> that sounds like helios sr1 ?
[19:11:30] <rcjsuen> well, that's as old as that date tells you it is :)
[19:11:35] *** localhost has quit IRC
[19:11:52] *** kkb110 has quit IRC
[19:11:58] <linxeh> thats pretty new compared to most of the eclipse installs I've seen :o
[19:12:07] <linxeh> 3.5 SR2
[19:12:17] <millun_> what should i use if only develop in python?
[19:12:18] *** iXeno_ has joined #eclipse
[19:12:23] <millun_> 3.5 sr2?
[19:12:27] *** pranavrc has quit IRC
[19:12:28] *** ronr__ has joined #eclipse
[19:12:34] <dax2112rush> linxeh: yes, binding does work, but it doesn't appear in the list
[19:12:42] <millun_> i think i've even tried aptana stuff or something
[19:12:47] *** ronr__ is now known as ron
[19:13:00] <millun_> back when i used php
[19:13:48] <millun_> now i am probably using default kubuntu package
[19:14:26] *** localhost has joined #eclipse
[19:14:46] *** iXeno has quit IRC
[19:14:54] <millun_> is it better to install from .tgz or from .deb?
[19:15:13] <rcjsuen> tarball
[19:15:20] <millun_> ok
[19:15:52] *** C0br4 has joined #eclipse
[19:16:16] <dax2112rush> Got it, was missing categoryId, thanks
[19:16:46] *** linxeh has quit IRC
[19:17:30] *** kasterma has quit IRC
[19:17:48] *** linxeh has joined #eclipse
[19:23:07] *** DeviceZer0 has joined #eclipse
[19:25:04] *** JasCo has joined #eclipse
[19:28:23] <linxeh> millun_: pydev.org / aptana?
[19:29:14] *** heinz has joined #eclipse
[19:29:46] *** JasCo has quit IRC
[19:30:17] <millun_> yes
[19:32:34] *** Carnage\ has joined #eclipse
[19:33:02] *** tvo has quit IRC
[19:33:36] *** Dessimat0r has quit IRC
[19:36:36] *** Dessimat0r has joined #eclipse
[19:36:58] *** danhello has quit IRC
[19:38:15] *** danhello has joined #eclipse
[19:42:28] *** aniefer has joined #eclipse
[19:43:35] *** briandealwis has quit IRC
[19:45:40] *** finbrein has joined #eclipse
[19:46:59] *** ron has quit IRC
[19:48:02] *** Dessimat0r has quit IRC
[19:48:20] *** vdv has joined #eclipse
[19:49:21] *** Dessimat0r has joined #eclipse
[19:49:47] *** ddk has quit IRC
[19:51:14] *** rawbdor has quit IRC
[19:51:56] *** Dessimat0r has quit IRC
[19:57:31] *** dirk_77_ has joined #eclipse
[20:03:27] *** WhiteBeard has joined #eclipse
[20:07:10] *** WhiteBeard has quit IRC
[20:10:21] *** kasterma has joined #eclipse
[20:11:41] *** purestrain has quit IRC
[20:15:27] *** OnkelTem has quit IRC
[20:17:02] *** OnkelTem has joined #eclipse
[20:20:23] *** deSilva has joined #eclipse
[20:22:27] *** pascal` has quit IRC
[20:23:04] *** cmw72 has joined #eclipse
[20:27:24] *** ghostthatal has quit IRC
[20:28:44] *** otaviobp has quit IRC
[20:28:46] <millun_> is there any world difference between PyCharm and eclipse with plugins?
[20:29:15] <rcjsuen> Considering they're by different people I imagine.
[20:32:26] *** finbrein has quit IRC
[20:36:01] *** rawbdor has joined #eclipse
[20:40:59] *** finbrein has joined #eclipse
[20:42:40] <myusuf3_> does anyone know how to add directories to an eclipse product?
[20:49:54] *** siyb_ is now known as siyb
[20:51:15] *** peper has quit IRC
[20:51:23] *** ppr has joined #eclipse
[20:52:13] *** nitrospectide has quit IRC
[20:52:21] *** ppr is now known as peper
[20:58:05] *** ronr_ has joined #eclipse
[20:58:29] *** ronr_ is now known as ron
[20:58:44] *** Mike` has joined #eclipse
[20:59:37] <Mike`> hi..anyone here who has experiences with eclipselink data partitioning?
[21:00:12] <ron> ask your question, hope for an answer.
[21:00:13] *** otaviobp has joined #eclipse
[21:04:38] *** dsugar100 has quit IRC
[21:11:38] <Mike`> :)
[21:12:08] <Mike`> i just wonder how reliable and performant it is, kinda
[21:12:10] *** kthomas_vh has joined #eclipse
[21:12:47] <Mike`> im using openjpa right now and its distributed db plugin serializes access to the partititions so multithreading does not speed up anything
[21:13:07] <Mike`> disappointing experience...so i wonder how eclipselink compares here :)
[21:17:17] *** danhello has quit IRC
[21:17:21] *** briandealwis has joined #eclipse
[21:17:36] *** wainersm has quit IRC
[21:23:46] *** finbrein has quit IRC
[21:36:13] *** deSilva has quit IRC
[21:42:08] *** philosophia has quit IRC
[21:45:23] *** LongBeach has joined #eclipse
[21:47:58] *** Kamaran has quit IRC
[21:49:25] <myusuf3_> briandealwis,
[21:49:32] <briandealwis> yo
[21:49:40] <myusuf3_> do you have any idea what this means when building rcp app
[21:49:41] <myusuf3_> The installable unit null has not been found.
[21:50:17] <myusuf3_> honestly build eclipse plugin is probably the worst thing in the world.
[21:51:04] *** vlcn has joined #eclipse
[21:51:05] <nitind> exaggerate much?
[21:51:08] *** rossand has quit IRC
[21:51:12] <briandealwis> myusuf3_: if you think your problems are difficult, you should read about Kim Moir's current travails
[21:51:30] <myusuf3_> nitind, worst thing in my world.
[21:51:36] <briandealwis> myusuf3_: what's the context of this error?  Tycho?  What packaging type?
[21:51:47] <myusuf3_> eclipse repository
[21:53:10] *** deSilva has joined #eclipse
[21:53:58] <myusuf3_> tycho yes.
[21:54:10] <myusuf3_> i am trying to build console rcp app
[21:54:14] <vlcn> okay, I feel like the answer to this should be obvious, but how do I add C/C++ support to my existing Eclipse installation?
[21:54:55] <myusuf3_> vlcn, go to help > install new software > development packages > find c/c++ ones
[21:55:05] <vlcn> I'm in the 'Install New Software...' menu, but I'm not sure what packages I need to select
[21:55:37] <rcjsuen> well what have you found
[21:55:39] <rcjsuen> that were C/C++ related
[21:55:42] <ron> myusuf3_: in that case, your world is pretty.
[21:56:18] <myusuf3_> ron, yeah i true; I can always wish for it to be better
[21:56:32] <vlcn> http://hostthenpost.org/uploads/12c2e87ea2ce8f606401e2c992af723d.png
[21:56:33] <briandealwis> myusuf3_: Check your .product file and ensure its <product> tag defines both an "id" and "uid" attributes.  I set them to the same thing.
[21:56:36] <vlcn> would just those be sufficient?
[21:56:48] <myusuf3_> briandealwis, kk one sec
[21:57:40] <deSilva> second one in that list is CDT, should be enough
[21:59:24] <vlcn> thanks
[21:59:31] <vlcn> that makes sense looking at the descriptions now
[22:00:39] *** AndroidLoverInSF has quit IRC
[22:02:49] *** kasterma has quit IRC
[22:03:58] *** otaviobp has quit IRC
[22:05:24] *** vdv has quit IRC
[22:10:17] *** imeikas has quit IRC
[22:10:22] *** ron has quit IRC
[22:11:05] *** ron has joined #eclipse
[22:12:08] *** kthomas_vh has quit IRC
[22:14:45] *** NiteRain has quit IRC
[22:16:22] *** scorphus has quit IRC
[22:16:38] *** NiteRain has joined #eclipse
[22:17:12] *** rcjsuen has quit IRC
[22:17:28] *** ron has quit IRC
[22:18:09] *** finbrein has joined #eclipse
[22:18:11] *** soc42 has quit IRC
[22:18:37] *** scorphus has joined #eclipse
[22:19:11] *** ktlr has quit IRC
[22:21:17] *** vwegert has quit IRC
[22:24:21] *** AndroidLoverInSF has joined #eclipse
[22:25:00] *** LongBeach has quit IRC
[22:26:23] *** noord has quit IRC
[22:27:08] *** kthomas_vh has joined #eclipse
[22:27:39] *** hex` has quit IRC
[22:29:12] *** timac has joined #eclipse
[22:29:22] <timac> hey there
[22:29:23] *** otaviobp has joined #eclipse
[22:29:24] *** BigKing has joined #eclipse
[22:29:29] <timac> am trying to install eclipse
[22:29:32] *** kasterma has joined #eclipse
[22:29:36] <timac> + adt + android sdk
[22:29:38] <timac> on ubuntu
[22:29:38] *** kthomas_vh_ has joined #eclipse
[22:30:07] <timac> but when trying to install the adt, i get a message about missing packages
[22:30:10] *** vdv has joined #eclipse
[22:30:28] <timac> depending on the eclipse version used, it's wst or something different
[22:32:16] *** kthomas_vh_ has quit IRC
[22:32:53] <timac> just trying to reproduce them...
[22:33:19] *** kthomas_vh_ has joined #eclipse
[22:34:08] *** BigKing has quit IRC
[22:34:24] *** ctrlx0 has joined #eclipse
[22:35:13] *** ctrlx0 has quit IRC
[22:35:20] *** ctrlx_laptop has joined #eclipse
[22:36:03] *** scorphus has quit IRC
[22:41:02] *** kaje has left #eclipse
[22:42:28] *** kasterma has quit IRC
[22:43:02] *** Carnage\ has quit IRC
[22:43:34] <timac> http://nopaste.info/1ab6a7e895.html
[22:43:37] *** BigKing has joined #eclipse
[22:43:41] <timac> there is the error message
[22:44:06] <timac> using eclipse 3.7 with the latest ubuntu version
[22:47:59] *** scorphus has joined #eclipse
[22:48:13] *** Jim91 has joined #eclipse
[22:48:33] <mpiggott> timac: It means the repositories that are enabled in your eclipse install don't have that file, or 'Contact All Sites' is unchecked in the install dialog
[22:49:31] <timac> i see..
[22:49:53] <timac> so what to do then to get that file through the repos?
[22:50:14] <timac> 'Contact All Sites' is checked
[22:50:36] <timac> ah, great
[22:50:39] <timac> it works now :)
[22:50:53] <timac> i just enabled one of the repositories
[22:51:20] <timac> that one: http://download.eclipse.org/releases/indigo/
[22:51:39] *** evil_gordita has joined #eclipse
[22:52:49] *** rrodriguez has joined #eclipse
[22:53:15] *** pigdude has quit IRC
[22:54:03] *** snoopdave has joined #eclipse
[22:55:59] *** finbrein has quit IRC
[22:56:43] *** rcjsuen has joined #eclipse
[22:59:15] *** linxeh has quit IRC
[23:00:39] *** schwinn434 has joined #eclipse
[23:02:15] *** vulc4n has joined #eclipse
[23:02:45] *** _gwsmith has joined #eclipse
[23:03:09] *** vdv has quit IRC
[23:04:02] *** schwinn434 has quit IRC
[23:04:15] <myusuf3_> is there a way to add files to an eclipse product?
[23:04:36] *** schwinn434 has joined #eclipse
[23:04:49] *** vlcn has quit IRC
[23:05:21] *** mindCrime_ has quit IRC
[23:05:22] *** rossand has joined #eclipse
[23:06:13] *** myusuf3_ has quit IRC
[23:07:22] *** vipaca has quit IRC
[23:07:51] *** myusuf3 has joined #eclipse
[23:08:44] *** llee has joined #eclipse
[23:12:51] *** timac has left #eclipse
[23:13:07] <myusuf3> briandealwis, have you ever added custom directories to a rcp app in the root directory
[23:13:13] <myusuf3> when build with tycho and maven?
[23:13:20] <briandealwis> yes ? use rootfiles
[23:13:24] *** schwinn434 has quit IRC
[23:13:25] *** scorphus has quit IRC
[23:13:32] <briandealwis> myusuf3: I'm pretty sure there's an example in the tycho demos
[23:13:45] *** Caleb_ has joined #eclipse
[23:14:16] *** vipaca has joined #eclipse
[23:14:17] *** vipaca has joined #eclipse
[23:14:30] *** Caleb-- has quit IRC
[23:14:31] *** Caleb_ is now known as Caleb--
[23:15:33] *** aniefer has quit IRC
[23:15:45] <myusuf3> where would a specificy these will it behave like the assemblies plugin? can you link to me where that is described in the demo project; I have look around there
[23:18:32] <myusuf3> briandealwis, rootfiles isn't just in PDE builds
[23:19:06] <briandealwis> myusuf3: that's right ? support was added to Tycho, in 0.11 I believ
[23:21:17] *** deimos_ has joined #eclipse
[23:21:58] <myusuf3> briandealwis, where do I specifcy it then? :)
[23:22:18] <myusuf3> if you could show me an example on the demo site;
[23:23:08] *** scorphus has joined #eclipse
[23:23:24] *** rgrunber has quit IRC
[23:23:26] <briandealwis> myusuf3: see https://github.com/sonatype/sonatype-tycho/tree/master/tycho-its/projects/TYCHO465RootFiles
[23:26:14] *** kasterma has joined #eclipse
[23:26:17] <myusuf3> briandealwis, how does this work?
[23:26:29] <myusuf3> all I need to do is put the files I need in that directory
[23:26:40] <myusuf3> how do i specificy where to get it from?
[23:27:04] <briandealwis> You have to cause the feature with the rootfiles to be included (i.e., in your product or the associated p2.inf)
[23:27:24] <briandealwis> myusuf3: see http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_rootfiles.htm
[23:27:57] <myusuf3> briandealwis, so I have to make a feature that includes the rootfiles I want;
[23:28:06] <briandealwis> that's ight
[23:28:09] <briandealwis> s/ight/right/
[23:28:18] <myusuf3> briandealwis, they are just directories with stuff in them
[23:28:45] *** ctrlx_laptop has left #eclipse
[23:29:02] *** otaviobp has quit IRC
[23:29:21] <briandealwis> that's right ? but they can contain directories too.  The tree anchored at those points is included.
[23:29:28] *** vipaca has quit IRC
[23:33:53] <myusuf3> briandealwis, so there is no way I can say files here to here
[23:34:14] <briandealwis> ?
[23:34:25] *** otaviobp has joined #eclipse
[23:34:49] <myusuf3> briandealwis, is there a way to do it without a feature
[23:36:02] <briandealwis> not easily.  You can use the maven-assembly-plugin, though I haven't seen a good working example of its use.  You can see one walkthrough at http://kaikreuzer.blogspot.com/2010/12/building-p2-enabled-products-with-tycho.html
[23:36:12] *** AndroidLoverInSF has quit IRC
[23:37:19] <myusuf3> briandealwis, so where do add the eclipe root file stuff
[23:37:32] *** klj613 has joined #eclipse
[23:37:44] *** otaviobp has quit IRC
[23:37:51] <klj613> anyone here familiar with aptana? how do i run php commands in the aptana terminal? "sh: php: command not found"
[23:38:20] <myusuf3> briandealwis, haha sorry.
[23:38:59] *** elbeardmorez has quit IRC
[23:39:03] *** mpiggott has quit IRC
[23:39:15] <myusuf3> briandealwis, where do I say that build.properties?
[23:39:23] <briandealwis> myusuf3: in the feature
[23:39:37] <myusuf3> briandealwis, https://github.com/sonatype/sonatype-tycho/blob/master/tycho-its/projects/TYCHO465RootFiles/example-feature/build.properties
[23:40:28] *** rossand has quit IRC
[23:41:04] <briandealwis> myusuf3: download the code, and running "mvn package" in the TYCHO465RootFiles and then examine the zip file.  It looks harder than it is
[23:41:31] <myusuf3> briandealwis, thanks, I apprecaite your patience!
[23:41:36] <myusuf3> what are you working on?
[23:41:45] <briandealwis> consulting work
[23:41:56] <myusuf3> briandealwis, ottawa?
[23:41:58] <briandealwis> documentation at the moment, which is why I'm looking at this channel :)
[23:42:51] *** deimos_ has quit IRC
[23:45:21] *** FuNpLeX has joined #eclipse
[23:46:02] <FuNpLeX> can anyone offer help regarding an aptana issue when setting up a rails dev environment in ubuntu?
[23:46:17] <FuNpLeX> my google-fu has not yielded any help
[23:46:26] *** TJCRI has quit IRC
[23:48:19] <nitind> Aptana has support channels (not in the IRC sense of the word), don't they?
[23:48:57] *** m_a_chinea has quit IRC
[23:49:40] <FuNpLeX> no resolution for the error
[23:49:49] <FuNpLeX> yet I've found several forums where many people had the same error
[23:50:16] *** lpereira has quit IRC
[23:50:20] <FuNpLeX> i came across one jira ticket where an aptana dev posted a git commit that supposedly resolved it but no instructions where to put the files or anything like that
[23:57:07] *** vipaca has joined #eclipse
[23:57:07] *** vipaca has joined #eclipse
[23:58:11] *** AndroidLoverInSF has joined #eclipse

top