[00:00:00] *** acuster has joined #eclipse [00:00:15] *** AhtiK has quit IRC [00:03:37] *** soulreaper has quit IRC [00:10:04] *** belak has joined #eclipse [00:10:06] *** |fixl| has joined #eclipse [00:10:15] <belak> is there an eclipse build for qt? [00:10:31] <rcjsuen> belak: Negative. [00:10:38] <belak> rcjsuen: :( thanks [00:10:48] *** belak has left #eclipse [00:16:40] *** rretzbach has quit IRC [00:17:21] *** Theravadan has quit IRC [00:18:28] *** phoenixz has quit IRC [00:20:07] *** fixl has quit IRC [00:25:33] *** adante has joined #eclipse [00:34:33] *** jackd has quit IRC [00:42:34] *** benowar has quit IRC [00:43:20] *** Mkop has quit IRC [00:45:57] *** bpmcd has quit IRC [00:53:21] *** EricInBNE has joined #eclipse [00:55:37] <BrianHV> eclipse has a window placed off my monitor. I can see it by activating expose, but when I try to switch to it it just flies off the edge. is there a way to get it back? [00:56:13] <rcjsuen> what is this window anyway [00:57:15] <BrianHV> it's the one that comes up when I select "Run" [00:59:51] <BrianHV> got it back by reseting my perspective [01:01:58] <rcjsuen> i'm surprised perspective mattered [01:02:07] <rcjsuen> but oh well [01:03:03] *** Razec has joined #eclipse [01:03:17] * BrianHV has been using eclipse for all of about a week now, and was trying anything that looked remotely related [01:09:54] *** Razec has quit IRC [01:10:19] *** benny`work has quit IRC [01:11:38] *** aksn has quit IRC [01:13:40] *** Razec has joined #eclipse [01:15:40] *** jfreeman has joined #eclipse [01:22:41] *** acuster has quit IRC [01:34:32] *** Theravadan has joined #eclipse [01:37:14] *** lbt has quit IRC [01:37:48] *** Shown has quit IRC [01:45:20] *** unapiedra has quit IRC [01:45:24] *** zmanning has joined #eclipse [01:45:30] *** fsteeg has quit IRC [01:46:49] *** Bass10 has quit IRC [01:56:06] *** golpira has quit IRC [02:04:11] *** golpira has joined #eclipse [02:24:03] *** arvliet has joined #eclipse [02:31:32] *** mikejet has left #eclipse [02:31:32] *** Bass10 has joined #eclipse [02:32:56] *** Bass10 has quit IRC [02:33:44] *** Bass10 has joined #eclipse [02:35:49] *** |fixl| has quit IRC [02:37:58] *** rego has quit IRC [02:38:21] *** phoenixz has joined #eclipse [02:59:12] *** phoenixz has quit IRC [03:10:50] *** Bass10 has quit IRC [03:13:10] *** mbana has quit IRC [03:14:35] *** fixl has joined #eclipse [03:18:47] *** deng_c has joined #eclipse [03:22:23] *** Resistance has quit IRC [03:22:32] *** Resistance has joined #eclipse [03:28:59] *** tr1gger has quit IRC [03:50:53] *** Laserbeak43 has joined #eclipse [03:51:12] *** Laserbeak43 has left #eclipse [03:56:05] *** ktlr has quit IRC [03:59:28] *** Afterlawl_ has joined #eclipse [03:59:56] *** fixl has quit IRC [04:05:44] *** tr1gger has joined #eclipse [04:08:33] *** Afterlawl has quit IRC [04:08:33] *** Afterlawl_ is now known as Afterlawl [04:11:12] *** cmw72 has joined #eclipse [04:15:47] *** da_krowa has quit IRC [04:22:46] *** Theravadan has quit IRC [04:37:02] *** Razec has quit IRC [04:41:34] *** cyzie has quit IRC [04:51:06] *** Dashkal has joined #eclipse [04:55:28] *** Theravadan has joined #eclipse [05:00:21] *** jbresesti has joined #eclipse [05:00:23] *** Terminus has joined #eclipse [05:09:08] *** jbresesti has quit IRC [05:14:25] *** rcjsuen has quit IRC [05:15:11] *** Milyardo has quit IRC [05:19:37] *** Milyardo has joined #eclipse [05:31:13] *** arvliet1 has joined #eclipse [05:37:02] *** Imaginativeone has joined #eclipse [05:37:37] *** allisterb_ has joined #eclipse [05:44:19] *** allisterb has quit IRC [05:55:24] *** Imaginativeone has quit IRC [06:00:59] *** Imaginativeone has joined #eclipse [06:17:09] *** Imaginativeone has quit IRC [06:17:52] *** Akuma has joined #eclipse [06:25:34] <Akuma> hello, I cannot seem to be able to get the linker to work with CDT 6 on eclipse 3.5. I get the undefined reference error message [06:25:50] <Akuma> I use MinGW [06:29:44] *** rretzbach has joined #eclipse [06:30:33] *** Afterlawl_ has joined #eclipse [06:37:54] *** Afterlawl has quit IRC [06:37:54] *** Afterlawl_ is now known as Afterlawl [06:45:54] *** AjJi has quit IRC [07:04:06] *** volodya has joined #eclipse [07:06:23] <Terminus> Akuma: do you have the linker in your path? [07:08:34] <Akuma> it seems to be in the toolkit [07:09:12] <Akuma> and I did set the -L directory in Libraries for the linker [07:09:20] <Akuma> when I do project properties [07:09:41] <Terminus> Akuma: oh wait. i'm brain damaged. undefined reference, not cannot find linker. XD [07:10:23] *** ijuma_ has quit IRC [07:10:50] <Terminus> Akuma: on project properties -> c++ build -> settings, in linker under the tool settings tab, did you also add the library name? it's for the -l flag. [07:11:02] *** ijuma_ has joined #eclipse [07:11:36] <Akuma> yes [07:11:50] <Akuma> libraries and directory [07:12:02] <Akuma> both top and bottom boxes [07:12:16] <Terminus> Akuma: what did you put? if your library is libfoo.dll, for -l it should only be foo. [07:12:29] <Akuma> cv [07:12:37] *** buddhika_ has joined #eclipse [07:13:20] <Terminus> Akuma: so the name of your library is libcv.dll? [07:13:36] *** buddhika__ has quit IRC [07:14:09] <Akuma> it's just cv [07:14:12] <Akuma> no extension [07:15:06] <Akuma> sorry, cv.lib [07:15:09] <Terminus> Akuma: hmm... i'm out of ideas. it just works when i did it. [07:15:17] <Terminus> Akuma: wait, is that shared or static lib? [07:15:34] <Akuma> I have honnestly no idea... I just installed opencv [07:15:38] <Akuma> trying to play with it [07:17:06] <Terminus> Akuma: opencv is this one? --> http://opencv.willowgarage.com/wiki/ [07:17:14] <Akuma> that's the one [07:17:17] *** Kvark has joined #eclipse [07:17:53] *** joeytwiddle has quit IRC [07:19:44] <Terminus> Akuma: AFAIK, gcc wants a library with the name libfoo.dll or libfoo.a, then you specify -l foo [07:20:06] <Akuma> so basically, they should be dll's as opposed to .libs? [07:20:30] <Terminus> Akuma: yep. check the documentation for opencv on what they're supposed to be exactly. [07:20:42] <Terminus> Akuma: .dll == shared lib, .a == static lib [07:20:44] *** joeytwiddle has joined #eclipse [07:21:30] <Akuma> I see [07:21:36] <Akuma> I'll look into that [07:21:39] <Akuma> Thanks [07:22:25] <Terminus> Akuma: also, you'd probably want the location of the dll in your path or else your app won't find it when you run it. [07:22:36] <Akuma> yea [07:27:12] *** Jawad has quit IRC [07:28:14] *** vvitvitskiy_ has joined #eclipse [07:31:45] *** raxelo has quit IRC [07:38:45] *** asimismo has joined #eclipse [07:39:54] *** asimismo has quit IRC [07:40:12] *** asimismo has joined #eclipse [07:41:41] *** Back2Basics has joined #eclipse [07:49:28] *** unapiedra has joined #eclipse [07:55:05] *** punknroll has joined #eclipse [07:59:09] *** Mathuin has joined #eclipse [07:59:26] <Mathuin> I like Eclipse, but there's one thing that I can't seem to see how to do elegantly and I'm hoping someone here knows the answer. [07:59:48] <Mathuin> I want to use subclipse to give me a diff of my project so I can write intelligent commit notes. [08:00:04] <Mathuin> Right now, I generate a diff, write it to clipboard, paste it into a notepad buffer, and alt-tab to read it before writing. [08:00:07] <Mathuin> Is there a better way? [08:03:19] <nitind> Mathuin: You've not used the Synchronize view? [08:04:17] <Mathuin> The Synchronize view is not something I've used. I'm in it now, and the big Synchronize window is empty. [08:04:27] <Mathuin> "Team Synchronizing" right? [08:04:38] <nitind> Mathuin: That's a perspective, but the view is in there, yes. [08:04:51] <Mathuin> Okay. The window is grey and unpopulated. Is there something I should do? [08:05:06] <nitind> Mathuin: Check the toolbar buttons in the view. [08:05:12] *** buddhika_ has quit IRC [08:05:34] <Mathuin> Okay, I clicked the leftmost one and it asked me some questions (SVN or CVS, where's my repo) and then ... did stuff. [08:05:57] <nitind> Mathuin: It should give you something like http://subclipse.tigris.org/images/sync-ss.png , except for the arrangement of the editor and other views. [08:06:16] <nitind> Mathuin: Double-clicking on a node in the Synchronize view should then show you the differences. [08:06:52] <Mathuin> The left side looks familiar. I've drilled down in the tree to see the six different files -- three are binaries and I won't be adding them (I need to check that they're ignored, actually) and the three I intentionally changed. [08:08:52] <Mathuin> Wow, this is awesome. When I go to commit, am I able to bounce between this perspective and that window? [08:09:11] <nitind> Mathuin: You can probably find the Commit action right on the item's context menu. [08:10:34] <Mathuin> I'd always selected the different files and then right-clicked to get Commit. This opens up a new window, and it won't let me fuss with the main Eclipse window while this one's open. [08:10:34] <nitind> Anyway, off to bed. Good luck with it. [08:10:44] <Mathuin> nitind: thank you for your help! [08:11:09] <nitind> There might be a preference for that. Check in the Window menu's Preferences dialog. [08:12:42] *** TomTom has joined #eclipse [08:16:10] *** buddhika_ has joined #eclipse [08:19:16] *** juli has joined #eclipse [08:24:20] *** unapiedra has quit IRC [08:25:07] *** Ramosa has joined #eclipse [08:36:45] *** buddhika_ has quit IRC [08:37:49] *** eighty4 has quit IRC [08:38:31] *** peper has quit IRC [08:38:34] *** ekiczek has quit IRC [08:38:49] *** ekiczek has joined #eclipse [08:38:55] *** eighty4 has joined #eclipse [08:39:42] *** hobl has quit IRC [08:39:47] *** hobl has joined #eclipse [08:48:17] *** tromey has quit IRC [08:50:00] *** sama has joined #eclipse [08:50:46] *** Resistance has quit IRC [08:54:59] *** Back2Basics_ has joined #eclipse [08:55:31] *** Tesseraction has joined #eclipse [08:55:39] *** buddhika_ has joined #eclipse [08:57:17] *** deng_c has quit IRC [09:05:08] *** Theravadan has quit IRC [09:05:56] *** utopia has joined #eclipse [09:07:00] *** buddhika_ has quit IRC [09:07:22] *** jeromebenois has joined #eclipse [09:09:18] *** Back2Basics has quit IRC [09:09:19] *** Back2Basics_ is now known as Back2Basics [09:18:24] *** buddhika_ has joined #eclipse [09:19:17] *** bushwakko has joined #eclipse [09:20:18] *** amnesic has quit IRC [09:24:42] *** Pikachu_2014 has quit IRC [09:32:36] *** tom17bombadil has joined #eclipse [09:32:38] *** dpy has joined #eclipse [09:33:04] *** Kellindil has joined #eclipse [09:34:29] *** Pikachu_2014 has joined #eclipse [09:37:16] *** jfreeman has quit IRC [09:39:11] *** barbar__conan has joined #eclipse [09:44:14] *** sama has quit IRC [09:44:48] *** sama has joined #eclipse [09:45:32] *** asimismo has quit IRC [09:46:09] *** barbar__conan has quit IRC [09:48:06] *** Nescafe has joined #Eclipse [09:50:12] *** PointMan has joined #eclipse [09:53:34] *** bgy is now known as _bgy [09:53:36] *** _bgy is now known as bgy [09:53:42] *** bgy has left #eclipse [09:54:33] *** deSilva has quit IRC [09:59:13] *** Mathuin has left #eclipse [09:59:46] *** barbar__conan has joined #eclipse [10:00:30] *** Carnage\ has joined #eclipse [10:00:48] *** kartben has joined #eclipse [10:03:15] *** lbt has joined #eclipse [10:03:51] *** Back2Basics has left #eclipse [10:04:09] *** Xilent has joined #eclipse [10:10:34] *** soulreaper has joined #eclipse [10:12:03] *** laurenz has joined #eclipse [10:15:45] *** jonalv has joined #eclipse [10:17:33] *** Carnage\ has quit IRC [10:19:40] *** fixl has joined #eclipse [10:21:43] *** magnet_ has joined #eclipse [10:23:46] *** magnet_ is now known as magnet [10:30:14] *** sama has quit IRC [10:30:44] *** deSilva has joined #eclipse [10:30:46] *** sama has joined #eclipse [10:43:42] *** amitev has quit IRC [10:47:38] *** amitev has joined #eclipse [10:52:05] *** tr1gger has quit IRC [10:55:54] *** Aleph_One has joined #eclipse [11:01:08] *** Nyha has joined #eclipse [11:05:56] *** adante has quit IRC [11:15:01] *** adante has joined #eclipse [11:16:28] *** ticoli has joined #eclipse [11:25:00] *** vvitvitskiy_ has quit IRC [11:27:22] *** tom17bombadil has quit IRC [11:29:58] *** Dashkal has quit IRC [11:31:34] *** PointMan has quit IRC [11:34:58] *** soulreaper_ has joined #eclipse [11:37:15] *** erdal has joined #eclipse [11:37:29] *** ecfuser76725 has joined #eclipse [11:40:15] *** tr1gger has joined #eclipse [11:40:38] *** ecfuser76725 has quit IRC [11:42:22] *** ecfuser45499 has joined #eclipse [11:43:43] *** ecfuser45499 has quit IRC [11:51:45] *** Kira has joined #eclipse [11:52:27] *** soulreaper has quit IRC [11:52:52] <Kira> In Eclipse, how do you debug a JSP/Servlet application that is not created as a Dynamic Web Project? [11:53:52] <erdal> Kira: maybe System.out.println ;-) [11:57:32] <Kira> I mean with code stepping. [11:58:31] *** pni1 has joined #eclipse [12:05:33] *** dmiles_afk has quit IRC [12:06:43] *** jackd has joined #eclipse [12:10:47] *** adeodatus has joined #eclipse [12:11:00] *** buddhika_ has quit IRC [12:11:56] *** buddhika_ has joined #eclipse [12:13:31] *** adeodatus has quit IRC [12:15:35] *** ktlr has joined #eclipse [12:33:14] *** Frantic has joined #eclipse [12:33:22] <Frantic> guys, how do you remove addons in eclipse galileo? :) [12:34:05] <Frantic> in 3.4 you would go to software updates -> manage configuration [12:34:08] <Frantic> but that's gone now [12:36:23] <Frantic> found it :) [12:45:46] *** laurenz has quit IRC [12:54:57] *** soulreaper_ has quit IRC [12:56:26] *** Resistance has joined #eclipse [12:57:37] *** barbar__conan has quit IRC [13:13:52] *** archimede has joined #eclipse [13:14:58] <archimede> I have a problem upgrading Eclipse 3.4.2 on my Fedora 11 laptop. Can somebody help me? [13:15:36] *** mbana has joined #eclipse [13:28:32] *** Shown has joined #eclipse [13:30:23] *** rcjsuen has joined #eclipse [13:32:20] *** laurenz has joined #eclipse [13:37:37] <FauxFaux> ~info [13:37:40] <FauxFaux> archimede: MOAR INFO. [13:38:13] *** Resistance has quit IRC [13:39:43] *** T-elos has joined #eclipse [13:45:46] *** dsugar100 has joined #eclipse [13:47:37] <rcjsuen> archimede: No one can help you if you don't explain what's wrong. [13:50:53] *** elyezer has joined #eclipse [13:51:36] <elyezer> where can I see how to get, for example, actual project files for plugin development? Must I use an extension point? [13:52:36] <rcjsuen> "actual project files for plugin development"? [13:52:40] <rcjsuen> what kind of files are you talking about [13:53:18] <elyezer> like files that are in src directory [13:53:33] *** bhushanvmishra has joined #eclipse [13:53:42] <elyezer> I need the path of those files [13:54:18] <bhushanvmishra> i want to integrate blackberry jde on eclipse, i am using linux [13:54:45] <elyezer> and if I'm in another project the files would change, or for easy the process I could use the entire workspace [13:54:56] <bhushanvmishra> if i use blackberry ant can i specify jde path on remote machine? [13:55:38] <rcjsuen> elyezer: you have files in your plug-in project that you want to load/read? [13:56:04] <elyezer> rcjsuen: no, I want read the workspace [13:56:11] <elyezer> for example I have a Java project [13:56:31] <elyezer> and I want to get the files that are in the src directory of that project [13:56:38] *** ketanpkr has joined #eclipse [13:56:50] <rcjsuen> Use the resources API [13:56:54] <rcjsuen> ~api ResourcesPlugin [13:56:54] <T-elos> org.eclipse.core.resources.ResourcesPlugin - http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/ResourcesPlugin.html [13:57:02] <elyezer> and show them in a CheckboxTreeViwer [13:57:03] <rcjsuen> get the workspace, then get the workspace root, then get whatever [13:57:15] <elyezer> rcjsuen: great, thank you [13:57:38] *** Shown has quit IRC [13:57:45] *** cyzie has joined #eclipse [13:59:44] *** laurenz has quit IRC [14:00:52] *** peper has joined #eclipse [14:04:00] <archimede> oops, my apologies [14:05:09] <archimede> when I try to update Eclipse (either via automatica updates or manually updating a single component) I get the following error message: The artifact file for org.eclipse.equinox.launcher/osgi.bundle/1.0.101.R34x_v20080819 was not found. [14:05:32] <archimede> I must say I don't use eclipse very often (for now) so I'm rather a newbie :) [14:06:07] <archimede> I installed it a few motnhs ago and installed without problems up until June, IIRC [14:07:12] <archimede> another thing that is perplexing me is that issuing a "yum list eclipse" command results in a No matching Packages to list [14:07:46] *** Ramosa has quit IRC [14:07:51] <archimede> although my Eclipse is clearly labeled as "Fedora Eclipse" so it should be somewhere in the standard repositories [14:09:23] *** mbana has quit IRC [14:10:34] <rcjsuen> archimede: Try asking in #eclipse-linux in and hour or two. [14:10:56] <archimede> rcjsuen, ok, thx for your assistance [14:11:26] *** hingwah has joined #eclipse [14:11:38] *** CoRnJuLiOx has joined #eclipse [14:15:10] *** bhushanvmishra has left #eclipse [14:22:03] *** timothym has joined #eclipse [14:26:47] *** duplo has quit IRC [14:27:42] *** rego has joined #eclipse [14:32:00] *** Xilent_ has joined #eclipse [14:33:09] *** Afterlawl_ has joined #eclipse [14:35:49] *** tr1gger has quit IRC [14:40:40] *** Afterlawl has quit IRC [14:40:40] *** Afterlawl_ is now known as Afterlawl [14:48:00] *** Xilent has quit IRC [15:01:02] *** soulreaper has joined #eclipse [15:10:17] *** erdal has left #eclipse [15:11:46] *** laurenz has joined #eclipse [15:16:57] <elyezer> is there some example about how to get the TreeViewer of workspace? I want to crate a CheckboxTreeViewer (using the workspace projects) in my View Part. [15:18:34] *** LV-426__ has quit IRC [15:20:39] *** adeodatus has joined #eclipse [15:21:25] *** barbar__conan has joined #eclipse [15:22:51] *** Jasko has joined #eclipse [15:26:13] *** soulreaper has quit IRC [15:26:38] *** soulreaper has joined #eclipse [15:27:54] *** jackd_ has joined #eclipse [15:29:19] *** pni1 has left #eclipse [15:33:40] <rcjsuen> elyezer: Do you know how to use a tree viewer? [15:34:45] <elyezer> rcjsuen: so so, I'm following the book "Eclipse: Building Commercial quality plug-ins" [15:35:02] <elyezer> I think the problem is in the providers [15:35:11] <elyezer> because they is not being called [15:35:51] <elyezer> rcjsuen: my actual work [15:35:53] <elyezer> http://pastie.org/609553 [15:36:20] <elyezer> that first sysout is not being printed [15:36:29] <rcjsuen> Don't extend ArrayContentProvider [15:36:32] <rcjsuen> and implement ITCP yourself [15:36:35] *** christoffer has joined #eclipse [15:36:38] <rcjsuen> unless you nkow what you are doing [15:38:03] *** kortex1 has joined #eclipse [15:39:02] <elyezer> rcjsuen: ITCP? [15:39:06] <elyezer> the interface methods? [15:39:09] <rcjsuen> ITreeContentProvider [15:39:19] <elyezer> ok [15:40:11] *** krbarnes has joined #eclipse [15:43:33] *** legendulo has joined #eclipse [15:44:10] *** jackd has quit IRC [15:47:15] *** adeodatus has quit IRC [15:47:46] *** laurenz has quit IRC [15:48:13] <elyezer> now I got it [15:48:25] <elyezer> It's listing the projects [15:50:22] <cantoma> guys, in cdt i would like my project to be build everytime i save the file. Is this possible? [15:50:53] *** archimede has quit IRC [15:51:07] <rcjsuen> cantoma: turn on build automatically in the 'Project' menu maybe? [15:52:19] *** _Charley_ has joined #eclipse [15:53:18] *** Phage has quit IRC [15:54:25] *** rego has quit IRC [15:54:36] <cantoma> rcjsuen, there is a build on resource save on project properties .. but it doesn't work. I was having some problems and gdb has telling me that the source is more updated then the executable .. something is wrong [15:55:09] *** tr1gger has joined #eclipse [15:56:48] *** avramucz has joined #eclipse [15:57:26] *** rgrunber has joined #eclipse [15:57:44] *** rego has joined #eclipse [15:59:23] *** legendulo has quit IRC [16:03:27] <cantoma> rcjsuen, did you know how can i take a log of it? I already tried to run it in a console and nothing is show. Or should i just take a few screenshots? [16:03:31] *** loony__ has joined #eclipse [16:03:52] <rcjsuen> No idea, I don't use CDT. Well, I don't even do C/C++. [16:04:19] <cantoma> ok so anyone here uses cdt knows how to report bugs? [16:04:43] <rcjsuen> cantoma: just provide as much info as you can imagine [16:04:49] <rcjsuen> logs, screenshots, system specs [16:04:52] <rcjsuen> if it's not enough, they will ask more [16:04:56] <rcjsuen> it's quite simple [16:05:12] <cantoma> yes but which webpage i should provide [16:05:18] <rcjsuen> "webpage"? [16:05:43] *** Carnage\ has joined #eclipse [16:05:54] <cantoma> rcjsuen, for reporting the bug [16:06:03] <rcjsuen> cantoma: You mean where do I report the bug? [16:06:08] <cantoma> yes [16:06:23] <rcjsuen> googling "eclipse bugs" gives me https://bugs.eclipse.org/bugs/ [16:06:59] <loony__> Hello, I have a question concerning eclipse handling package names. I have something like the following directory structure: project/src/client/com.example.client, project/src/server/com.example.server. now eclipse complains it expects the package name to be src.client.com.example... and not com.example... I have added the subdirectories to the build bath instead of the root src directory. What can I do about this problem? [16:07:10] *** CoRnJuLiOx has quit IRC [16:09:24] <loony__> (btw: the structure is given by the subversion repository, so cannot change the folder location) [16:10:02] <rcjsuen> loony__: if the UI doesn't make sense then [try to] edit the project's .classpath file by hand [16:10:40] <loony__> rcjsuen: will eclipse stay with the manual changes? [16:10:50] <rcjsuen> you will need to refresh [16:11:04] <loony__> ok, I'll try... stay tuned... [16:11:26] <cantoma> rcjsuen, thanks i will report it [16:12:24] <loony__> rcjsuen: ok, there it say <classpathentry kind="src" path="src/client"/>, so from the logic point of view it should be ok... or what would you change? [16:14:51] <loony__> rcjsuen: i think eclipse should handle the "src/client" folder as a src folder and start looking from there for the package names, but it doesn't :( [16:15:42] *** kortex1 has left #eclipse [16:15:59] *** alid_ has joined #eclipse [16:16:29] <rcjsuen> loony__: try closing/reopening the project or restarting eclipse or whatever then [16:17:47] *** ivenkys_ has joined #eclipse [16:19:24] <Akuma> good morning, I have a question: I am trying to add library's to the search list of my linker using CDT 6. [16:19:27] *** amnesic has joined #eclipse [16:19:39] <Akuma> I've added the list of libraries in the -l box [16:19:50] <Akuma> and specified the directory in the -L box [16:20:12] *** alid has quit IRC [16:20:18] <Akuma> however, when I go on general, I only have the -L option but none of the -l libraries specified previously [16:22:10] *** jackd_ is now known as jackd [16:24:18] *** ekiczek has quit IRC [16:24:29] <loony__> rcjsuen: doesn't help. would you do me a favor and just start a new project with the above structure and take a look what the problem might be? or should I upload an example somewhere? [16:24:47] <rcjsuen> loony__: i tried something similar and it worked [16:25:11] <loony__> rcjsuen: hm... [16:25:25] *** ivenkys has quit IRC [16:25:32] <rcjsuen> what does your entire .classpath file look like [16:26:02] *** bushwakko has quit IRC [16:26:31] <loony__> rcjsuen: unbelievable! after the second restart it just works! thank you very much!!! mysteries, mysteries :) [16:28:24] <elyezer> I'm trying to put my workspace in my ViewPart using a CheckboxTreeViewer using this code http://pastie.org/609623 I'm not getting the child folders, someone could help me? [16:29:31] <rcjsuen> elyezer: you mean 'src' is not showing up? [16:31:07] <elyezer> rcjsuen: I'd like to list all files and packages inside src directory, but for now I'm trying only to show "src" string [16:31:23] <rcjsuen> Okay, that means "yes". [16:31:58] <rcjsuen> and what is printed [16:32:01] <rcjsuen> based on your multiple sysouts [16:33:19] <elyezer> I need to put that iFolder in a array to return [16:33:32] <elyezer> one moment and I tell you [16:35:18] *** avramucz has quit IRC [16:35:53] <elyezer> rcjsuen: I get an error [16:36:00] <elyezer> because the getText [16:37:07] *** christoffer has quit IRC [16:37:11] *** rgrunber has quit IRC [16:37:28] <rcjsuen> You do not have a stack trace? [16:38:20] <elyezer> rcjsuen: I'll paste one moment [16:39:03] <elyezer> http://pastie.org/609639 here [16:39:22] *** rgrunber has joined #eclipse [16:39:48] <rcjsuen> well i presume you know how to handle ClassCastExceptions [16:40:57] <elyezer> rcjsuen: I think I need to verify what instance is, because in the get label that is only considering that is a IProjectDescription [16:41:06] <elyezer> forgot to do that [16:41:33] <elyezer> can I get the tree of Package Explorer directly? [16:44:24] <rcjsuen> not really, and it's unclear why you would want to do that [16:46:50] <elyezer> rcjsuen: I have a external tool that creates documentation like JavaDoc for C code using my company's standard. I need to create a view to run it, but I would like to select what source files I want to pass for the tool. [16:47:25] <elyezer> or do you think that way is not good? Could you suggest other way? [16:47:40] *** Carnage\ has quit IRC [16:48:54] *** loony__ has left #eclipse [16:49:29] <rcjsuen> nothing wrong with selecting files for pre/post/processing [16:52:15] *** Kira has left #eclipse [16:52:30] *** odin__ has joined #eclipse [16:52:44] <elyezer> rcjsuen: because this, I need to list the files and folders that are only in the src source folder of any project to select which files I want to be parsed by the tool [16:53:32] <elyezer> now I'll try get the contents of src folder of each project, I got showing projects and src folder [16:54:10] *** odin__ has quit IRC [16:54:20] *** odin__ has joined #eclipse [16:54:52] *** odin__ has left #eclipse [16:55:07] *** odin has joined #eclipse [16:55:25] <elyezer> I'll have lunch now, see you later [16:55:36] *** odin is now known as Guest74020 [16:55:36] <elyezer> rcjsuen: thank you very much for your help [16:55:57] *** elyezer has quit IRC [16:55:58] *** Guest74020 is now known as Odin_ [16:56:48] *** barbar__conan has quit IRC [16:57:08] *** kaje has quit IRC [16:59:25] *** d_a_carver has joined #eclipse [16:59:25] *** tom17bombadil has joined #eclipse [17:00:00] *** mthx has joined #eclipse [17:01:45] *** _Charley_ is now known as charley [17:06:33] *** Carnage\ has joined #eclipse [17:09:50] *** Xilent_ has quit IRC [17:19:52] *** Xilent has joined #eclipse [17:20:32] *** alid_ has quit IRC [17:22:00] *** bra1nf00d has joined #eclipse [17:22:44] *** hrad has joined #eclipse [17:23:52] *** deSilva has quit IRC [17:23:53] <hrad> is anybody having problems with CVS plugin, not showing branches in CVS repository exploring perspective ? [17:24:34] <hrad> it is usually visible only when creating project from CVS, but not in the exploring perspective [17:25:33] <hrad> all my mates in my office have this problem and nobody knows how to deal with it [17:26:12] *** Carnage\ has quit IRC [17:26:16] *** Carnage\ has joined #eclipse [17:27:02] <hrad> and I'm sure that central repository is OK [17:27:48] <rcjsuen> hrad: did you do refresh branches? [17:27:55] <hrad> yes [17:28:40] <rcjsuen> i see stuff *shrugs* [17:30:35] <hrad> is *shrug* a form of nonverbal communication that is performed by lifting both shoulders up, and is an indication of an individual either not knowing an answer to a question, or not caring about a result ? [17:31:41] <rcjsuen> I usually use it to mean "I don't know". It can fly both ways, depends on the context. [17:32:06] <hrad> ok :-) [17:32:46] <rcjsuen> I'm not sure what else it could mean. [17:33:02] <rcjsuen> But maybe in other cultures it means something different. [17:39:21] *** EricInBNE has quit IRC [17:41:11] *** sama has quit IRC [17:43:17] *** christoffer has joined #eclipse [17:44:23] *** Mainstay has joined #eclipse [17:44:58] *** dpy has quit IRC [17:49:22] *** dilton1 has joined #eclipse [17:53:44] *** Theravadan has joined #eclipse [17:54:32] *** PointMan has joined #eclipse [17:58:23] *** rawblem has joined #eclipse [17:59:41] *** Xilent has quit IRC [18:04:00] *** Afterlawl has quit IRC [18:04:05] *** Afterlawl_ has joined #eclipse [18:04:51] *** Carnage\ has quit IRC [18:05:36] *** jeromebenois has left #eclipse [18:06:16] *** unapiedra has joined #eclipse [18:13:00] *** tom17bombadil has quit IRC [18:21:33] *** Kellindil has quit IRC [18:21:53] *** amnesic has quit IRC [18:21:53] *** bra1nf00d has quit IRC [18:23:10] *** LongBeach has joined #eclipse [18:25:48] *** damianharvey has joined #eclipse [18:27:35] *** jonalv has quit IRC [18:29:01] <damianharvey> my Java Content Assist is always very slow on a large project. Is there anyway to speed this up? [18:30:07] *** hrad has quit IRC [18:30:09] <damianharvey> I've tried adding some little-used packages to the type filter but this hasn't improved the speed. [18:30:28] <rcjsuen> Is it fast in a small project? [18:30:35] <rcjsuen> small like, one class [18:30:45] *** ekiczek has joined #eclipse [18:32:08] <damianharvey> trying now... [18:33:13] <rcjsuen> and it's not clear what "large" means [18:33:58] <rcjsuen> I have 500+ projects in my workspace and it's fine. I'll admit I'm not working on the one project that depends on all 400+ other ones, but anyway... [18:35:20] *** punknroll has quit IRC [18:35:24] *** Nescafe has quit IRC [18:35:44] <damianharvey> yes. very quick [18:36:13] <damianharvey> I started to have problems when I had to add some very large jars to my project for EDI transformation (generated by a 3rd party tool) [18:36:33] <rcjsuen> if there are nested/lots of inner classes that may cause problems i've heard [18:37:04] <damianharvey> eg. one JAR is 18Mb and has awful looking code in it [18:38:21] *** Araxia has quit IRC [18:38:28] <rcjsuen> well i know my 500+ projects is more than 18 megs [18:38:49] <rcjsuen> What Eclipse version are you on anyway [18:39:37] <damianharvey> 3.4.2 [18:39:45] <damianharvey> tried 3.5 but same issue - worse actually [18:40:00] <damianharvey> just tried adding those large jars to this test project and Content Assist is fine [18:40:13] <damianharvey> is there any way to tell what it's hanging on? [18:40:22] <damianharvey> ...in my large project. [18:40:32] <rcjsuen> how slow is "very slow" [18:40:46] <rcjsuen> you can get a thread dump if you really wanna nkow [18:41:30] <damianharvey> slow = > 10secs [18:41:46] <damianharvey> adding those jars *has* slowed down test project [18:42:11] <damianharvey> will thread dump show what packages etc Content Assist is looking at? [18:42:24] <rcjsuen> Highly unlikely. [18:43:08] *** nessuno2_ has joined #eclipse [18:43:41] <rcjsuen> I would suggest filing a bug. [18:44:40] <damianharvey> will do. thanks. [18:45:18] <damianharvey> still seems strange that your workspace can handle 500+ projects and Content Assist is fine. How long in ms would you estimate that it takes for you? [18:45:37] <rcjsuen> damianharvey: less than a second anyway [18:45:45] <rcjsuen> if not instantaneous [18:45:56] <damianharvey> ok. good to know [18:46:03] <damianharvey> what version of Eclipse are you on? [18:46:10] <damianharvey> + OS? [18:46:15] <rcjsuen> damianharvey: a product built on top of 3.4.2 [18:46:19] <rcjsuen> on xp [18:46:23] <damianharvey> ta [18:46:48] <rcjsuen> I don't have any problems on Linux either. Though it's smaller there. But probably at least 20-30 megs of class files I guess. [18:49:46] <damianharvey> I also have regular hangs when using copy/paste, organise imports and find-next. Possibly related? [18:50:02] <damianharvey> basically Eclipse is a nightmare for me atm ;-) [18:50:22] <rcjsuen> What OS are you on [18:50:25] <damianharvey> OSX [18:50:27] <damianharvey> 10.6 [18:50:34] <rcjsuen> If I had those problems I think I would stop using Eclipse already. [18:50:41] <rcjsuen> i have mac friends tho, i haven't heard them complain [18:50:47] <damianharvey> tried IntelliJ. Didn't like [18:51:05] <damianharvey> when I just ran that small test project it was perfect [18:51:13] <damianharvey> definitely something related to my large project [18:51:37] <krbarnes> damianharvey: what version of Eclipse? [18:52:08] <damianharvey> 3.4.2 but also tried 3.5 [18:53:25] <ijuma_> damianharvey: check your memory settings [18:53:43] <ijuma_> damianharvey: my guess is that your working set barely fits into your heap now and that's why you get so many pauses [18:54:05] <damianharvey> ijuma: have done that a lot. seems to work best with -Xmx=384m [18:54:12] <krbarnes> damianharvey: I don't have any problems with 10.6. [18:54:14] <ijuma_> that's quite low [18:54:21] <damianharvey> if I give it more then the Content Assist delays get very long [18:54:23] <ijuma_> damianharvey: how much memory do you have? [18:54:26] <damianharvey> 4gb [18:54:34] <damianharvey> brand new MacBookPro [18:54:51] <ijuma_> damianharvey: and 768m is slower than 384m? [18:55:17] <damianharvey> tried up to 1548m [18:55:44] <ijuma_> damianharvey: that is very weird. What garbage collector are you using? [18:55:51] <damianharvey> default [18:56:13] <ijuma_> and are you sure the Xmx is being used? I remember some reports about Mac OS X requiring some special way to change the Xmx [18:57:01] <krbarnes> there's no special way, changing eclipse.ini works on mac too [18:57:21] <damianharvey> need to change it in the eclipse.ini and ensure that each is on a separate line. Other than that nothing else that I'm aware of [18:57:48] <rcjsuen> could turn on the heap display in Eclipse to check if it's actually reflected (assuming at the cap) [18:57:54] <rcjsuen> (and not "still growing") [18:58:38] <damianharvey> just upped it to 1024m and no improvement [18:59:05] *** magnet has quit IRC [18:59:16] <ijuma_> krbarnes: eclipse.ini in a different place though? [18:59:26] <rcjsuen> the inner class problem (faced by Google apparently), is described at ~251156 [18:59:30] <T-elos> Bug 251156 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=251156 - Platform / Text / 3.4 - All / All - ASSIGNED / enhancement / - Assignee: platform-text-inbox - [content assist] Implement code completion in the background [with patch] [18:59:32] <damianharvey> krbarnes : can you send me your eclipse.ini? [18:59:46] <rcjsuen> just use a pastebin [18:59:50] <ijuma_> (I don't use Mac OS X, so don't know really, just read something vaguely) [19:00:03] <krbarnes> ijuma_: yes it's in the Eclipse.app/Contents/macosx (I think) [19:00:14] <krbarnes> damianharvey: I don't change my ini [19:00:25] <damianharvey> default? [19:00:30] <rcjsuen> i change it...to tweak it down ;p [19:00:37] <rcjsuen> since john got it upped [19:01:28] <krbarnes> damianharvey: yes I use default settings, but I run the plain SDK with no additional plugins (if I could run less I would) [19:02:27] <rcjsuen> krbarnes: sounds like you think there's bloat [19:02:46] <rcjsuen> i guess technically i could delete cheatsheets and the help plug-ins [19:03:14] <damianharvey> the only plugin I absolutely need is Subclipse. Tried with just that. Same result. [19:03:26] <krbarnes> rcjsuen: there's much I don't need for SWT development. [19:03:36] *** blue_asterisk has joined #eclipse [19:05:59] *** musetux has joined #eclipse [19:09:11] *** bra1nf00d has joined #eclipse [19:09:20] *** Araxia has joined #eclipse [19:11:13] *** allisterb_ has quit IRC [19:12:46] *** elad` has quit IRC [19:16:35] <damianharvey> rcjsuen: that 251156 bug is an interesting read [19:16:51] *** musetux has left #eclipse [19:16:56] *** elyezer has joined #eclipse [19:16:58] <damianharvey> certainly similar to what I'm experiencing however I doubt that I have as much code as Google ;-) [19:25:59] *** sama has joined #eclipse [19:34:29] <ijuma_> rcjsuen: it's sad that Dani is not taking that work [19:35:33] *** unapiedra has left #eclipse [19:39:13] <rcjsuen> ijuma_: yeah. sometimes the code is just large, and well, nothing you can do about it [19:40:45] *** d_a_carver has quit IRC [19:42:10] *** Pikachu_2014 has quit IRC [19:42:38] *** Pikachu_2014 has joined #eclipse [19:43:33] *** kartben has quit IRC [19:43:48] *** mwg has joined #eclipse [19:43:59] <mwg> hi there, I have a question to ask if I may [19:44:18] *** rego has quit IRC [19:44:55] <nitind> mwg: Always ask your question instead of asking if you can ask it. [19:45:10] <mwg> What is the best way to make an EditorPart contribute to Properties View? [19:45:14] *** Pikachu_2014 has quit IRC [19:45:27] <rcjsuen> using getAdapter and returning stuff, presumably [19:45:27] <mwg> I have tried everything I can think of but I can't seem to get it to work [19:45:27] *** Pikachu_2014 has joined #eclipse [19:45:45] <mwg> Well, if I make my EditorPart implement IAdaptable [19:45:53] <nitind> mwg: It must return an IPropertySheetPage on the first request, and the same instance each time after. [19:45:56] <rcjsuen> actually it alrdy implements IAdaptable, but anyway ;) [19:46:12] <mwg> yes it does [19:46:24] <mwg> I was going to say, it doesn't request IPropertySource at any point [19:46:48] <nitind> mwg: From your IPropertySourceProvider ? [19:47:05] <mwg> I meant, if I monitor what happens to my EditorPart [19:47:09] <mwg> hangon, let me get some code for you [19:47:31] <nitind> mwg: It might not be listening to selection events by default. I recall having to add a listener on behalf of my own page. [19:49:03] <mwg> nitind: that sounds likely, one sec [19:52:23] <mwg> http://pastebin.com/m16b2bd7 [19:52:26] <mwg> Consider that [19:52:32] <mwg> bad code, I know [19:52:37] <mwg> But I have become very frustrated [19:53:43] <nitind> mwg: I don't see an IPropertySheetPage returned from getAdapter() there. [19:54:28] <rcjsuen> think mwg's just using print lines to see what's being requested [19:55:46] <mwg> Yes, I was [19:55:52] <mwg> And I was looking for a IPropertySource [19:56:00] <mwg> I'll tell you what [19:56:01] <mwg> That's shit [19:56:04] <rcjsuen> mwg: it doesn't ask for selection? [19:56:06] <mwg> Let me do a neater example [19:56:14] <mwg> rcjsuen: I don't think so [19:56:19] <mwg> Give me 10 [19:56:20] <mwg> (thanks guys) [19:57:01] <rcjsuen> Don't thank me, I haven't even done anything. [19:57:10] *** tromey has joined #eclipse [19:58:47] *** damianharvey has quit IRC [19:59:34] <elyezer> I'm running an external command, what view is the best to show the output? I think that is console, if is console, is there an extension point to print thinks in console or is a class? [20:02:10] <rcjsuen> elyezer: http://wiki.eclipse.org/The_Official_Eclipse_FAQs [20:02:15] *** Ramosa has joined #eclipse [20:02:34] <elyezer> thank you [20:03:57] <elyezer> great resource those FAQs, thank you [20:04:17] *** dominikg has joined #eclipse [20:04:23] *** dominikg has quit IRC [20:05:13] <rcjsuen> might be outdated for some things tho [20:06:51] *** Primer has joined #eclipse [20:07:19] <Primer> Hi, I'm wondering if anyone know what creates the annoyingly undeletable {project}/bin directory? [20:07:25] <Primer> and how I can make that stop? [20:07:44] *** ary_manzana has joined #eclipse [20:07:51] <nitind> Err, your class files have to go somewhere, don't they? [20:08:00] <Primer> I don't build with eclipse [20:08:51] <rcjsuen> removing it as an output folder might help [20:08:56] <Primer> the workspace is mounted over NFS and the build happens on the server from the command line [20:09:06] <Primer> I wish I could _find_ where that's set [20:09:07] <rcjsuen> Primer: Is this Java? [20:09:10] <Primer> yes [20:10:14] <nitind> Primer: You never, ever let Eclipse compile? [20:10:26] <Primer> never, ever [20:10:44] <Primer> as I don't want to maintain the build environment on my local machine [20:10:55] <Primer> since the server is x86_64 [20:11:01] <Primer> and that's where it runs [20:13:05] *** adeodatus has joined #eclipse [20:14:44] <mwg> Okay [20:14:45] <mwg> http://pastebin.com/m746192cb [20:14:46] <mwg> For this [20:14:49] <mwg> I get nothing. [20:15:13] <mwg> Any ideas? [20:16:11] <Primer> In the prefs I see Java -> Build Path, but there's no way to change this in the project it seems [20:16:33] <nitind> mwg: You're still not returning an IPropertySheetPage. [20:17:44] <mwg> I'm not [20:17:46] <mwg> Hangon [20:17:48] <mwg> Let me add that [20:18:19] <nitind> mwg: You're also not creating any controls in the UI for this editor. It looks completely broken to me. [20:19:11] <nitind> Primer: Because it expects to compile for you. It can't do more than syntax checking unless you've set up the necessary libraries to compile against anyway, and that *is* the build environment. [20:19:30] <mwg> mwg: It works, it just an empty editorpart [20:19:36] <mwg> nitind: sorry, see above [20:19:49] <Primer> nitind: well, obviously I have all the runtime and compile time libraries for resolving symbols [20:19:53] <mwg> nitind: it was extending TextEditor but I wanted it barebones because i was having difficulty [20:20:08] <nitind> mwg: Unrelated, I would think. [20:20:40] <Primer> I just wish I could change the output directory to where the build puts the files, since that directory already exists [20:20:55] <Primer> but it seems that's a project creation-time setting [20:21:42] <nitind> Primer: It's not. It's right at the botton of the Java Build Path property page's Source tab. [20:21:47] <nitind> s/botton/bottom [20:22:38] *** musashi0011 has joined #eclipse [20:23:56] <Primer> which I have set to the directory I mentioned [20:24:08] <Primer> yet, it continues to create {project}/bin [20:24:27] *** francis4 has quit IRC [20:24:47] <Primer> bin, delete, ok....bin returns [20:26:27] *** francis4 has joined #eclipse [20:27:01] *** christoffer has quit IRC [20:27:42] <Primer> heh, changed the build path to /bin, "Do you want to remove 'old' and everything under it?" yes. Point it back to where I want it, "Do you want to remove 'old' and everything under it?", /bin goes away....and comes back [20:28:13] <mwg> mwg: what adpater requests PropertySheetPage? [20:28:44] <nitind> mwg: The property sheet *view* requests the *page* to show when your editor is active. [20:29:16] <mwg> So in the EditorPart I need to return an instance of PropertySheetPage from getAdpater()? [20:30:13] <nitind> mwg: Yes, and always the same instance. You would set an IPropertySourceProvider into that page, and *that* provider will be called to get the property descriptors for whatever object you set as the input for that page. [20:32:25] <mwg> Okay, let me have a go [20:37:07] <mwg> http://pastebin.com/m27d4589 [20:37:10] <mwg> I still get nothing... [20:37:15] *** tom17bombadil has joined #eclipse [20:38:36] <nitind> mwg: You forgot to set any input into that page's viewer. [20:39:17] *** LongBeach has quit IRC [20:42:14] <mwg> I do in init() did I not? [20:42:17] <mwg> Oh [20:42:52] <mwg> What do i have to do? [20:44:05] *** jackd_ has joined #eclipse [20:44:48] *** soulreaper has quit IRC [20:44:57] <nitind> mwg: Put the object you're interested in working with into the page's property sheet viewer, usually by taking it out of the selection in the page's selection listener and putting it into the viewer. Which you often write as a subclass of the standard property sheet page. [20:45:51] <elyezer> when I want to update a CheckboxTreeViewer's tree, I need to call viewer.update()? This is not working. I've tried redraw() also [20:46:28] <elyezer> ~api CheckboxTreeViewer [20:46:28] <T-elos> org.eclipse.jface.viewers.CheckboxTreeViewer - http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/viewers/CheckboxTreeViewer.html [20:46:59] *** soulreaper has joined #eclipse [20:47:36] *** Resistance has joined #eclipse [20:48:34] *** jackd_ has quit IRC [20:48:43] *** Haris` has joined #eclipse [20:49:00] <Haris`> Hi, I get the following error when I try o install subclipse: http://is.gd/32JL9 [20:49:23] *** ary_manzana has quit IRC [20:49:58] <mwg> nitind: how do i put the object into the property sheet viewier? [20:51:21] *** cmw73 has joined #eclipse [20:56:39] *** adeodatus has quit IRC [20:57:41] <nitind> mwg: What do you mean how? [20:58:13] <musashi0011> Should include files (files to be read from -- e.g. server_ip.txt) for a Java project be placed in the src directory, in order to be read? [21:01:00] *** jackd has quit IRC [21:01:01] <rcjsuen> Primer: could try to edit the .classpath directly [21:01:13] <elyezer> when I want to update a CheckboxTreeViewer's tree, I need to call viewer.update()? This is not working. I've tried redraw() also [21:01:26] <Primer> not in there [21:01:46] <rcjsuen> Primer: what does your .classpath file look like? [21:02:01] <elyezer> ~api IResourceChangeEvent [21:02:01] <T-elos> org.eclipse.core.resources.IResourceChangeEvent - http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResourceChangeEvent.html [21:02:41] *** fsteeg has joined #eclipse [21:03:15] *** TomTom has quit IRC [21:03:25] *** fsteeg has quit IRC [21:04:44] <rcjsuen> musashi0011: That would be one of many ways. [21:04:57] <charley> http://www.henriska.com/blog/?p=615 [21:05:00] <charley> internet vs. pigeon [21:05:04] <charley> pigeon wins :P [21:05:15] <charley> erm [21:05:19] <charley> wrong window [21:05:55] *** cmw72 has quit IRC [21:06:33] *** Haris` has left #eclipse [21:09:03] <rcjsuen> elyezer: thousand of people use that class, if it doesn't work you're doing something wrong, try with smaller bits of code and simple objects like Dog or Person or whatever [21:09:10] <rcjsuen> and check the ~snippets [21:09:10] <T-elos> SWT Snippets - http://www.eclipse.org/swt/snippets/ - JFace Snippets - http://wiki.eclipse.org/index.php/JFaceSnippets [21:09:23] *** kthomas_vh has joined #eclipse [21:10:31] *** dividebyzer0 has joined #eclipse [21:10:46] *** fsteeg has joined #eclipse [21:13:22] *** bra1nf00d has quit IRC [21:14:59] *** sama has quit IRC [21:18:20] *** Guest21168 has quit IRC [21:18:54] <Primer> rcjsuen: sorry, was afk. It has a ton of entries for all the jar files, plus src [21:19:02] <rcjsuen> pastebin? [21:19:09] <Primer> and this <classpathentry kind="output" path="Java/classes"/> [21:19:24] <Primer> which is the output directory for the ant build script [21:20:43] <rcjsuen> I can change it from bin to whatever [21:20:46] <rcjsuen> and bin folder goes away [21:21:32] *** lo has joined #eclipse [21:22:00] *** lo is now known as Guest55412 [21:23:07] <Primer> guess it's a bug then [21:23:14] <Primer> I'm in 3.4 [21:23:42] *** kthomas_vh has quit IRC [21:25:17] *** acuster has joined #eclipse [21:25:26] <rcjsuen> I'm on 3.4.2 [21:38:11] <elyezer> rcjsuen: what class? IResourceChangeEvent class? [21:38:23] <rcjsuen> elyezer: i mean your use of CheckboxTreeViewer [21:39:29] <elyezer> rcjsuen: then I tried to refresh that object but nothing happens [21:39:42] <elyezer> I can get when the workspace is modified [21:40:10] <elyezer> but, I don't figure out how to reload the CheckboxTreeViewer content [21:40:12] <elyezer> contents [21:40:26] *** visik7 has quit IRC [21:41:11] *** fsteeg has quit IRC [21:41:23] *** fsteeg_ has joined #eclipse [21:41:28] *** fsteeg_ is now known as fsteeg [21:41:39] <rcjsuen> There's no update() method with zero arguments that I know of. [21:44:18] <elyezer> rcjsuen: I'll try it, because I was trying to update the treeViewer, and not CheckboxTreeViewer [21:44:56] <rcjsuen> You'll try what exactly [21:45:43] <elyezer> but, I saw that update don't add or remove objects from TreeViewer [21:46:01] <rcjsuen> That's correct, it doesn't. [21:46:06] <rcjsuen> at least, the update methods i know of [21:46:12] *** Carnage\ has joined #eclipse [21:46:27] <elyezer> then I need another method, that add or remove items based on the viewer model [21:47:24] <elyezer> I'm trying to get the workspaces modifications and replicate it in my CheckboxTreeViewer [21:47:55] <elyezer> for example, when the user adds or removes a class that class would be removed from the CheckboxTreeViewer [21:48:06] *** volodya has quit IRC [21:48:27] *** StefanK has joined #eclipse [21:48:56] <elyezer> I tried refresh method but it doesn't work [21:49:19] <rcjsuen> refresh() should work, if it doesn't, your model/content provider is wrong [21:49:42] *** visik7 has joined #eclipse [21:49:44] <rcjsuen> I suggest writing smaller code with simple model objects and figuring things out from there. [21:50:40] *** fixl has quit IRC [21:50:53] <elyezer> rcjsuen: the model is correct because if I close and re-open the view I get the items correctly [21:51:30] <elyezer> I think that I need to use internalRefresh, that method is for TreeViewer [21:53:04] *** Aleph_One has quit IRC [21:53:49] *** DUBs_47 has joined #eclipse [21:54:21] *** mbana has joined #eclipse [21:55:17] *** tom17bombadil has quit IRC [21:55:36] <elyezer> I can't do internalRefresh [21:56:30] <rcjsuen> Well, it is called internal after all (and it's protected). :o [21:57:00] <DUBs_47> I am unable to open the PHP manual from within Eclipse using Shift + F2 nor with the context menu. Any suggestions? [21:59:47] <elyezer> rcjsuen: I put a sysout after my call to update and it is not called [21:59:59] <elyezer> I think that really have a problem [22:00:10] <elyezer> I'll try to figure out [22:00:20] *** DUBs_47 has left #eclipse [22:06:08] *** allisterb has joined #eclipse [22:06:25] *** aksn has joined #eclipse [22:07:18] *** RenatoSilva has joined #eclipse [22:07:29] <elyezer> rcjsuen: I think that is because I've added the listener in the contructor... if I call it from an action the refresh works [22:09:07] <RenatoSilva> I have a few projects that share some jars. I put these jars on single project, and added this one as dependency of the others. However WTP is not deploying the jars from the required project along with the current one. Any sugesstions? Any better approach? [22:09:51] *** d_a_carver has joined #eclipse [22:11:03] *** ketanpkr has quit IRC [22:11:23] <RenatoSilva> WTP is not deploying the jars contained (and exported by) a required project . How to do this? Or what's a better approach to handle common libs? [22:11:52] *** fixl has joined #eclipse [22:12:18] *** buddhika_ has quit IRC [22:12:37] *** buddhika_ has joined #eclipse [22:14:46] *** akravets has joined #eclipse [22:14:54] *** eeb_ has joined #eclipse [22:15:06] *** Pikachu_2014 has quit IRC [22:15:33] *** ketanpkr has joined #eclipse [22:15:48] <d_a_carver> RenatoSilva: do you have those jars either in your web-inf, or have the projects setup as dependencies for the one your are deploying? [22:16:07] <nitind> RenatoSilva: Set up in the Java EE Module Dependencies property page, specifically? [22:16:22] <eeb_> Hello. I was told that you guys might be able to help me with a PDE question. [22:17:46] *** jfreeman has joined #eclipse [22:18:05] *** dmiles has quit IRC [22:19:09] <eeb_> I want to create a nested feature that consist of a couple of optional plugins for my product. The issue is that the plugins in question depend on plugins from the parent feature to be built first. The problem is that PDE builds my nested feature first, so I am getting compile errors. Is there a way to force the parent feature to build first? [22:19:11] *** dmiles_afk has joined #eclipse [22:20:38] <elyezer> if I put an EventListener without removing it, eclipse will preserve it during inicializations? [22:23:16] <elyezer> strange callin refresh from the Listener it don't execute but from an action it does http://pastie.org/610141 [22:23:28] <elyezer> is inside a method inside my ViewPart class [22:23:52] <elyezer> and the second sysout doesn't print [22:24:20] *** todd_dsm has joined #eclipse [22:24:45] *** dr_jerry has joined #eclipse [22:25:39] <RenatoSilva> d_a_carver: I thought that any jar that you put on library path would be automatically deployed to web-inf/lib, along with the ones already there. When you have a single project, you just put the jars in web-inf/lib, ok. But I have more than one web project using JSTL, and I want to put those jars on a common place. I thought eclipse would grok that the exported jars on that required project should be deployed to web-inf/lib [22:25:44] <RenatoSilva> nitind: ^ [22:28:02] *** cmw72 has joined #eclipse [22:28:04] <nitind> RenatoSilva: I agree with you for the most part, but that's not how it works. [22:28:19] <nitind> RenatoSilva: Set up the Java EE Module Dependencies property page? [22:29:43] *** elyezer has quit IRC [22:29:55] *** Ramosa has quit IRC [22:32:35] *** Jasko has quit IRC [22:36:24] *** frith has joined #eclipse [22:36:27] *** Pikachu_2014 has joined #eclipse [22:38:14] <RenatoSilva> not sure now, but it doesn't work that way for required projects only, or for all non web-inf libs? For example, if you add an external C:\lib.jar into project's path, will it be deployed to remote web-inf? I'm lazy to tias :) [22:38:39] *** acuster has quit IRC [22:41:35] *** cmw73 has quit IRC [22:41:43] *** ketanpkr has quit IRC [22:41:46] <RenatoSilva> nitind: thanks nitind [22:42:46] <RenatoSilva> nitind: I think that that page should not exist though. A clearer approach in my opinion is to simply deploy anything in build path [22:45:26] *** dugselph has joined #eclipse [22:48:06] *** tr1gger has quit IRC [22:48:41] <RenatoSilva> nitind: weird, I checked the common project, and instead of deploying all exported jars, it rather jared the project itself! [22:49:10] <dugselph> I am newbie using ipython within eclipse. Has anyone ever tried that? I set everything up but the prompt in the console window is all screwy. [22:49:26] *** dsugar100 has quit IRC [22:52:10] <rcjsuen> dugselph: Using PyDev? Probably best to ask on pydev's mailing lists. [22:52:25] <dugselph> ok I will try. thanks [22:53:25] *** buddhika_ has quit IRC [22:53:35] *** T-elos has quit IRC [22:53:54] *** rcjsuen has quit IRC [22:54:37] *** dugselph has quit IRC [22:59:58] *** _markus__ has joined #eclipse [23:00:02] <_markus__> hi [23:01:37] *** LaireTM has joined #eclipse [23:05:05] <charley> hi [23:05:47] *** timothym has quit IRC [23:08:43] *** buddhika_ has joined #eclipse [23:09:06] *** epalm has joined #eclipse [23:12:01] *** elyezer has joined #eclipse [23:12:20] <epalm> i've just downloaded the latest java EE eclipse, i'm trying to set up a Dynamic Web Project, but all i'm getting is 404s in the browser [23:12:26] <epalm> i've let eclipse download tomcat for me [23:13:13] <epalm> and added my project to the Server entity, they are synchronized [23:13:50] <LaireTM> Hello, is there a plugin for eclipse, so that i could work dirctly on my webspace? [23:13:56] <epalm> but in tomcat's webapps directory, my project doesn't appear [23:14:49] <_markus__> epalm: I was about to ask a similar question ... :/ [23:15:09] <epalm> and there are no files in tomcat's logs directory [23:15:53] *** Aleph_One has joined #eclipse [23:16:13] * _markus__ agrees [23:17:39] *** dr_jerry has quit IRC [23:18:14] *** jfreeman has quit IRC [23:18:25] <Aleph_One> Are there any official cocoa 64bit packages available? [23:19:07] *** mbana has quit IRC [23:24:52] <elyezer> someone know why in eventListener my treeViewer is not refreshed? and in the action it is? [23:24:54] <elyezer> http://pastie.org/610266 [23:26:45] <nitind> elyezer: There are a great many number of reasons for it not to be. Let's instead have you tell us why it *should* be. [23:27:03] *** RenatoSilva has left #eclipse [23:27:14] <elyezer> I don't know, how can I do that? [23:27:52] <elyezer> I've tried a static method and static property [23:28:02] <elyezer> but don't work [23:28:03] <LaireTM> Is it possible to work with eclipse direct o my webspace? [23:28:31] *** rgrunber has quit IRC [23:28:31] <nitind> elyezer: No, those aren't relevant. Are resource changes happening in the workspace? Are you sure you can see the printlns if they execute? [23:28:34] <elyezer> nitind: could you help me? I don't understand very clear event listener... [23:28:54] <elyezer> nitind: I see only the first one [23:29:35] <nitind> epalm: Tried cleaning the Tomcat work directory from the Server's context menu? Does the Console show the server and web-app starting up? [23:29:40] <nitind> elyezer: The first what? [23:29:45] <elyezer> sysout [23:29:58] *** rcjsuen has joined #eclipse [23:30:01] <elyezer> I can see the print of the firstone [23:30:08] <epalm> nitind: yes and yes [23:30:15] <elyezer> but the second "after" the refresh I don't [23:30:42] <nitind> elyezer: Any exception thrown during the refresh? have you checked the log? stepped through it? [23:30:48] *** T-elos has joined #eclipse [23:31:16] <elyezer> nitind: I was seeing in the Console [23:31:19] <rcjsuen> try / catch / print / rethrow if you have to, i often do that [23:31:25] <elyezer> I'll see in error log [23:31:36] <rcjsuen> You have -consoleLog, right [23:32:59] <elyezer> rcjsuen: nitind the error http://pastie.org/610280 [23:33:03] <elyezer> invalid thread access [23:33:05] <elyezer> =( [23:33:17] <elyezer> I don't have any idea about solving that [23:33:44] <nitind> epalm: And done a regular Clean as well, right? [23:33:52] <epalm> nitind: yep [23:34:15] <nitind> epalm: All I can suggest is to try creating a new Server instance and assigning the project to that. See if it helps. [23:34:15] *** fsteeg has quit IRC [23:34:35] *** fsteeg has joined #eclipse [23:34:52] <nitind> elyezer: http://wiki.eclipse.org/FAQ_Why_do_I_get_an_invalid_thread_access_exception%3F [23:35:07] <elyezer> nitind: thanks [23:35:57] <LaireTM> Is it possible to work with eclipse direct o my webspace? [23:36:05] *** _markus__ has quit IRC [23:36:34] *** rretzbach has quit IRC [23:36:56] *** rretzbach has joined #eclipse [23:38:27] <elyezer> nitind: using asyncExec is best use static functions? [23:38:32] <krbarnes> Aleph_One: ~281501 [23:38:34] <T-elos> Bug 281501 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=281501 - EPP / package content / unspecified - PC / Mac OS X - Cocoa - NEW / normal / - Assignee: epp.packager-inbox - 64 bit Cocoa EPP packages should be available [23:39:12] <krbarnes> only 171 votes so far. [23:39:21] *** Primer has left #eclipse [23:39:27] <rcjsuen> slow and steady wins the race [23:40:14] *** rretzbach has quit IRC [23:41:29] <LaireTM> hm somebody read this message? [23:41:34] *** _markus__ has joined #eclipse [23:42:42] <Aleph_One> Now there are 172 ;) [23:43:25] <rcjsuen> LaireTM: i saw you say -> <LaireTM> Is it possible to work with eclipse direct o my webspace? [23:44:43] <LaireTM> ok, because no answer ;-) [23:44:52] *** ekiczek has quit IRC [23:45:01] *** Carnage\ has quit IRC [23:45:27] <rcjsuen> i'm not even sure what "work with eclipse direct o my webspace" means [23:46:09] *** lbt has left #eclipse [23:47:08] <elyezer> nitind: thank you very much I got it using asyncExec [23:47:17] *** rretzbach has joined #eclipse [23:48:19] <elyezer> basically when using event listener would I use asyncExec? [23:48:32] <elyezer> to update views? [23:51:33] *** krbarnes has quit IRC [23:56:32] *** Tesseraction has quit IRC [23:58:17] *** Haris` has joined #eclipse [23:58:24] <Haris`> why am I getting " Cannot create project content in workspace." when I try to create PHP project? [23:58:35] <Haris`> I'm on Eclipse 3.5 [23:58:35] *** rretzbach has quit IRC [23:58:44] <rcjsuen> Haris`: does it say some blah blah blah about "element" [23:59:01] <Haris`> http://is.gd/32ZoZ [23:59:10] *** dividebyzer0 has quit IRC [23:59:12] <Haris`> rcjsuen : at the bottom http://is.gd/32ZoZ [23:59:45] <rcjsuen> This is just a warning/info [23:59:53] <rcjsuen> and does not appear to reflect the error you are getting