[00:03:46] *** ^floe^ has joined #eclipse [00:04:52] <roby> Found my answer here: http://wiki.eclipse.org/WTP_Tomcat_FAQ#If_I_start_my_Tomcat_server_and_try_to_display_Tomcat.27s_default_page.2C_why_do_I_see_a_directory_listing_or_404_error_page.3F [00:05:08] *** hansi_ has joined #eclipse [00:06:10] *** kirkt has joined #eclipse [00:08:35] *** roby has quit IRC [00:12:24] *** benny`work has quit IRC [00:13:06] *** benny`work has joined #eclipse [00:16:49] *** kirkt has quit IRC [00:17:37] <ekuleshov> is anyone familiar with org.eclipse.ui.navigator.CommonViewer ? I am having troubles to make this class pickup action contributions declared in navigator content extension points. [00:17:52] *** floe has quit IRC [00:17:53] *** Stevezau has joined #eclipse [00:18:09] <Stevezau> i'm having a weird problem.. I've created a simple class that has "public static void main(String[] args) {" which just prints out some text.. When i hit the run button in eclipse it gives java.lang.NoSuchMethodError: main which dosent make sense.. it was working a few days ago [00:18:14] <Stevezau> also.. i've made changes to some of my classes but when i hit run it seems to be running the old code.. it there a way to clean the older complied classes up? [00:18:33] <rcjsuen> Stevezau: You can try Project / Clean. [00:18:40] *** krbarnes has quit IRC [00:18:58] <rcjsuen> ekuleshov: Best to just go ahead with the question. [00:19:07] *** tobias has quit IRC [00:19:12] <rcjsuen> ekuleshov: And I assume you've checked the CNF blog entries already. [00:19:18] *** jbosmans has joined #eclipse [00:19:54] <ekuleshov> rcjsuen: that was the question. and do you mean Michael Elder's blog? [00:20:16] <rcjsuen> ekuleshov: I mean, more like elaborating on your problem. [00:20:19] <ekuleshov> rcjsuen: the problem is that cnf is in an editor and not in a view, so it is created programmatically [00:20:35] <Stevezau> rcjsuen, yeah i tried that.. but it's still doing the same thing [00:20:47] <rcjsuen> ekuleshov: And yes, I meant Michael's blog. [00:21:02] <ekuleshov> rcjsuen: it just doesn't pickup popup contributions to the menu and I am still wondering how it supposed to be contributed [00:21:10] <rcjsuen> Stevezau: You might want to try deleting your bin/ folder and see what happens. [00:21:23] <Stevezau> rcjsuen tried that as well [00:21:30] <ekuleshov> rcjsuen: so Michael's blog don't have that issue, because is uses cnf in a view [00:21:35] *** mohbana has quit IRC [00:21:44] <Stevezau> http://pastebin.ca/929722 - thats the class, its tiny.. it should work [00:21:53] <rcjsuen> Stevezau: Did you try on another workspace? [00:22:04] <Stevezau> rcjsuen.. ill give it a go [00:22:04] <Stevezau> 1 sec [00:22:31] *** hansi has quit IRC [00:23:29] *** tromey has quit IRC [00:23:36] <Stevezau> rcjsuen same thing.. [00:23:46] <rcjsuen> ekuleshov: So your code works if you make a view instead? [00:23:58] <rcjsuen> Stevezau: Sounds like you have bigger problems. [00:24:33] <rcjsuen> Stevezau: Open your Run dialog, and delete all launch configurations (I'm talking about your new workspace), there should only be one. [00:24:43] <Stevezau> rcjsuen tried that as well [00:25:07] <rcjsuen> Stevezau: Right-click on your file, Run As > Java Application [00:25:12] <Stevezau> I did install subclipse yesterday, perhaps that done something.. ill try another version of eclipse [00:25:29] <ekuleshov> rcjsuen: can't make a view. it is a worm based editor with bunch of other stuff in it [00:25:54] <Stevezau> rcjsuen, hey that worked! [00:26:19] <ekuleshov> rcjsuen: it seem like menu initialization isn't right and there isn't any example around how to do that on programmatically created CommonViewer [00:26:26] <rcjsuen> ekuleshov: I guess you can't change the viewer's input for the views. [00:27:32] <Stevezau> rcjsuen any idea why it works if i right click > run as [00:27:45] <ekuleshov> rcjsuen: same input is shown in the Project Navigator view and actions do appear there just fine. this CommonViewer instance does show the content ok, but popup menu isn't picking up actions from the content providers [00:27:46] <Stevezau> and not by clicking the run button [00:28:28] <rcjsuen> Stevezau: Not really, I have some guesses but they're not really relevant to the behaviour you're seeing. [00:29:07] <rcjsuen> ekuleshov: I thought you just said it can't be a view. [00:29:31] <Stevezau> rcjsuen sorry i lied.. its not working.. i clicked on the wrong .java file [00:30:10] *** kartben has quit IRC [00:30:14] <rcjsuen> Stevezau: Delete all your launch configurations and click on the right one this time. [00:30:24] <ekuleshov> rcjsuen: right. I can't move this CommonViewer widget to a view, but it uses same models as Project Navigator. [00:30:54] <Stevezau> rcjsuen thats what i done, same problem [00:30:59] <rcjsuen> ekuleshov: ah [00:31:06] <rcjsuen> Stevezau: This is on the new workspace? [00:31:56] <Stevezau> rcjsuen sorry on the old one.. it works in the new workspace [00:32:14] <rcjsuen> Stevezau: Didn't you say <Stevezau> rcjsuen same thing.. :x [00:32:15] <Stevezau> not workspace.. a new project.. within the same workspace [00:32:26] *** hanzou has joined #eclipse [00:32:29] <Stevezau> rcjsuen i did.. i stuffed up [00:32:31] <rcjsuen> Okay, let's get this straight. [00:32:34] *** crib has quit IRC [00:32:40] <rcjsuen> a) you didn't try on a new workspace, b) you tried on a new project, c) it works on the new project [00:33:10] <Stevezau> so in 2 of my existing projects it wont work.. I created a new project in the same workspace and it works [00:33:15] <Stevezau> rcjsuen yes. [00:34:29] <Stevezau> so it seems there is a problem with the project(s) [00:34:30] *** frivol has quit IRC [00:35:18] <rcjsuen> You could try to debug this further, or give up and just copy the projects to a new project. [00:36:38] <Stevezau> rcjsuen, i removed my java lib from the project then readded it.. it seems to be working now [00:37:40] <Stevezau> BUT!... I changed the class then hit run again.. its running the old code now.. [00:37:56] <Stevezau> its as if its not re-compiling the class [00:38:21] <rcjsuen> Go to your project's properties, builders [00:38:23] <rcjsuen> screenshot [00:38:51] <Stevezau> hmmm sec.. think its one of my user libs [00:39:51] <Stevezau> yep, if i add one of my custom user lib's it starts to play up.. I'll check our that user lib [00:41:43] <Stevezau> rcjsuen, was a problem with the user lib.. i recreated the library and it seems to be working now [00:41:46] <Stevezau> thanks for your help [00:43:03] *** benny`work has quit IRC [00:43:21] *** ^floe^ has quit IRC [00:46:27] *** crib has joined #eclipse [00:46:39] *** crib has quit IRC [00:50:35] *** discodan has quit IRC [01:01:29] <Zerone> ello rcjsuen :) [01:01:37] <rcjsuen> hi [01:03:01] *** d_a_carver has joined #eclipse [01:08:09] *** yojimbo has joined #eclipse [01:08:16] <yojimbo> hey [01:08:35] <yojimbo> I'm looking for an eclipse plugin which would generate class diagrams [01:08:42] <yojimbo> with the links between classes [01:08:46] <yojimbo> any hint? [01:08:55] *** ChrisA_ has quit IRC [01:12:29] *** cmw72 has quit IRC [01:13:00] *** cmw72 has joined #eclipse [01:14:54] *** tobias has joined #eclipse [01:16:45] *** riotz has quit IRC [01:17:25] *** jonkri has joined #eclipse [01:17:58] <jonkri> how do i move a project from one workspace to another? i moved the directory containing the project to the other workspace but it doesn't show in the package explorer list [01:18:07] <jonkri> i want to keep revision history etc [01:18:31] <rcjsuen> jonkri: revision like Local History from Compare / Replace With [01:19:16] <nitind> jonkri: Your best bet is to start using a team server like, CVS or SVN, and just checking out the same project in the new workspace. [01:19:50] <jonkri> rcjsuen: yes, where is that kept? [01:19:57] <jonkri> nitind: ok [01:21:01] <jonkri> nitind: can eclipse work with svn? [01:21:13] <jonkri> rcjsuen: if they are not in the project folder, i mean [01:21:52] <rcjsuen> jonkri: that's in the .metadata folder [01:22:16] <jonkri> in the .plugins directory?... [01:22:25] <rcjsuen> jonkri: let me put it anot her one [01:22:31] <rcjsuen> another way [01:22:53] <jonkri> (i'm not trying to do this now, i'm just curious) [01:22:56] <rcjsuen> you can't just copy/paste it [01:23:06] <jonkri> i know :) or i assumed so :) [01:23:09] <jonkri> thank you for your help [01:23:15] <jonkri> now, can eclipse work with svn directly? [01:23:22] *** dominikg has joined #eclipse [01:23:53] <yojimbo> you mean a plugin? [01:24:30] <jonkri> yes, if not included [01:25:26] <yojimbo> there are two I know [01:25:31] <yojimbo> subversive and subclipse [01:25:39] <jonkri> anyone you can recommend? :) [01:25:44] <jonkri> s/anyone/one [01:27:39] *** tobiash has quit IRC [01:29:53] <rcjsuen> jonkri: i know people that uses one and some the other [01:32:05] *** opsidao has quit IRC [01:32:14] <jonkri> rcjsuen: i just read in the faq that one of the primary reasons of using subclipse seemed to be that it's more like the cvs plugin so that it will be more familiar to cvs users [01:32:25] <jonkri> rcjsuen: but i havn't worked with that plugin so, i think i'll go with the official one [01:37:52] *** Feez has quit IRC [01:41:16] *** j0tt has joined #eclipse [01:41:19] *** jott has quit IRC [01:41:27] *** j0tt is now known as jott [01:42:59] <rcjsuen> jonkri: I use Subclipse myself anyway. [01:44:33] *** robinr has quit IRC [01:46:50] *** zx|whistler has joined #eclipse [01:47:19] *** zx|whistler is now known as zx|cafe [01:49:01] *** zx|cafe has quit IRC [01:49:10] *** zx|cafe has joined #eclipse [01:52:25] *** FunPhantom has joined #eclipse [01:53:05] *** crib has joined #eclipse [01:53:06] *** nerdboy|off is now known as nerdboy [01:53:47] *** fsteeg has joined #eclipse [01:53:50] <FunPhantom> hi, i deleted a project named 'hulk', then when i try to create it again it says: C:\xampplite\htdocs\hulk overlaps the location of another project: 'hulk' Can anyone help me ? [01:58:10] *** zx|cafe_ has joined #eclipse [01:59:06] *** zx|cafe_ has quit IRC [01:59:36] *** jonkri has quit IRC [02:01:46] *** zx|espresso has joined #eclipse [02:07:24] *** fsteeg has quit IRC [02:07:57] *** arkub has quit IRC [02:11:53] *** steegf has quit IRC [02:12:17] *** zx|cafe has quit IRC [02:12:38] *** mib_5tkkb5wd has joined #eclipse [02:13:43] <mib_5tkkb5wd> eclipse noob here, wondering what the best database plugin is.....and how the jdk 6 java db works with eclipse [02:13:54] *** dominikg has quit IRC [02:14:10] *** krbarnes has joined #eclipse [02:14:17] <zx|espresso> mib_5tkkb5wd: I'd check out www.eclipse.org/datatools [02:14:32] <mib_5tkkb5wd> ty [02:17:52] *** Garry has joined #eclipse [02:19:48] *** Yaroslv1 has joined #eclipse [02:20:51] <Yaroslv1> How can I create a JRE_CONTAINER? My problem is that I'm synchronizing .classpath with teammate, and we have different JRE containers in the classpath [02:24:58] *** gluonman has joined #eclipse [02:25:08] *** pschriner has left #Eclipse [02:26:13] *** the_giver has joined #eclipse [02:27:50] *** jacob_ has joined #eclipse [02:29:05] <mib_5tkkb5wd> zx|espresso uh, so the DTP platform/plugin includes a database? [02:31:29] *** conan has joined #eclipse [02:32:49] *** paty__l has quit IRC [02:35:45] <rcjsuen> Yaroslv1: It's best to set your .classpath file to point to an EE, that'd probably be better. [02:36:06] <Yaroslv1> what's EE? [02:37:19] <FunPhantom> i'm getting error: C:\xampplite\htdocs\hulk overlaps the location of another project: 'hulk' Can anyone help me ? [02:38:02] <rcjsuen> ~tell Yaroslv1 about ee [02:38:05] <rcjsuen> ~tell Yaroslv1 about wiki EE [02:38:05] <KOS-MOS> Yaroslv1: Check out this wiki article - http://wiki.eclipse.org/EE [02:41:19] *** deng_c has joined #eclipse [02:42:26] <rcjsuen> Yaroslv1: What does your .classpath file look like? [02:42:58] *** zx|espresso is now known as zx|cafe [02:44:31] <yojimbo> any1 knows a nice plugin to generate class diagrams and thigns like that? [02:44:42] <Yaroslv1> http://pastebin.ca/929834 [02:45:16] <rcjsuen> Yaroslv1: So it looks like you're using Java 6 [02:45:24] <rcjsuen> So in Window > preferences > java > installed JREs > Execution Environment [02:45:35] <rcjsuen> you should set check your jre in the JavaSE-1.6 section [02:45:38] <rcjsuen> then edit your project's properties [02:45:42] <rcjsuen> the Java Build Path under libraries [02:45:45] <rcjsuen> and edit the jre entry [02:45:50] <rcjsuen> to point at an Execution Environment instead [02:45:58] *** butchoy has joined #eclipse [02:46:26] *** MrDrools has quit IRC [02:46:26] *** conan is now known as MrDrools [02:47:17] <Yaroslv1> Where will this library be specified in workspace/project files? [02:47:43] <rcjsuen> Eh? [02:47:49] <rcjsuen> Rephrase / elaborate / something. [02:47:59] <nitind> Yaroslv1: the project's .classpath, most likely, using a special key that the JDT understands means a certain JRE in the preferences. [02:48:17] <rcjsuen> your <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JRE 1.6.02"/> will be changed [02:48:38] <rcjsuen> to something like <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> [02:48:41] <Yaroslv1> I mean, how can I guarantee that my teammates will not get "unknown library" instead of "unbound classpath container" if I switch to Library? [02:48:54] <rcjsuen> Yaroslv1: Well, your teammates are having conflicts already. >_> [02:49:32] <zx|cafe> ya, please use BREE's (Execution Environments) [02:49:34] <rcjsuen> I guess if you set default JRE container (however you do that, I forgot), there won't be any conflicts at the project settings level. [02:49:35] <rcjsuen> BUT [02:49:43] <rcjsuen> That's stupid, so, don't. [02:49:49] <zx|cafe> In Eclipse 3.4, we are making this easier [02:49:56] <Yaroslv1> for this to work, does there have to be library with exact same name on both machines? [02:50:03] <zx|cafe> All plug-in / fragment projects will get a BREE associated with them on creation [02:50:05] <rcjsuen> Yaroslv1: No, that's the point. [02:50:14] <rcjsuen> n omore 'JRE 1.6.02' or whatever you have [02:50:15] <zx|cafe> Yaroslv1: no, there just needs to be a VM that meets that requirement of say J2SE-1.4 [02:50:22] <rcjsuen> it's a "special key" per nitind [02:50:57] <Yaroslv1> ah, I see [02:51:19] <rcjsuen> see above, that xml element that i pasted ^ [02:53:01] *** LordMetroid has quit IRC [02:53:50] <yojimbo> so no1 knows a plugin to generate class diagram with eclipse? [02:57:19] *** jwh424 has quit IRC [02:57:26] *** jacob_ has quit IRC [03:05:57] *** the_giver has quit IRC [03:12:02] *** emantos has joined #eclipse [03:13:33] <yojimbo> other question [03:13:43] <yojimbo> how do you update from eclipse 3.2 to 3.3 ? [03:13:59] <yojimbo> in my find and install, it goes up to 3.2.X [03:14:02] <yojimbo> but not 3.3. [03:14:04] <zx|cafe> I say the easiest way is to keep your workspace... but simply unzip 3.3 into another directory [03:14:06] <rcjsuen> you download Eclipse 3.3, unzip to new workspace, point to your owrkspace [03:14:13] <zx|cafe> and reuse your workspace [03:14:19] <zx|cafe> ya, what rcjsuen said [03:14:36] <rcjsuen> er [03:14:41] <rcjsuen> unzip to a new directory [03:14:47] <rcjsuen> NOT on top of your 3.2 installation [03:16:16] *** eidolon has joined #eclipse [03:18:10] <yojimbo> oh oki [03:18:28] <yojimbo> could I delete 3.2 folder without any problem? [03:19:09] <rcjsuen> well, if you don't need it again, feel free to delete it [03:19:57] <yojimbo> if I still have my workspace [03:20:02] *** dmiles_afk has quit IRC [03:20:10] <yojimbo> I guess I could delete it then [03:21:17] *** krbarnes has quit IRC [03:25:02] *** zx|cafe has quit IRC [03:27:40] *** buhawi has joined #eclipse [03:28:02] *** `m0 is now known as m0 [03:28:38] *** dschaefer has joined #eclipse [03:32:51] <yojimbo> that's interesting [03:33:02] <yojimbo> it opened a pretty old project I did more then a year ago [03:33:13] <yojimbo> and all the other projects aren't in my package view :o [03:34:05] <yojimbo> ha [03:34:05] <yojimbo> no [03:34:10] <yojimbo> launched the wrong workspace lol [03:34:21] <yojimbo> good to see I have some garbage projects left then :p [03:35:27] *** rahul_ has joined #eclipse [03:38:06] <yojimbo> thx [03:38:07] <yojimbo> bye [03:38:10] *** yojimbo has quit IRC [03:42:37] *** d_a_carver has quit IRC [03:43:45] <rahul_> how can I get multiple selections of ICompilationUnit elements? I don't see any method on ISelectionService that lets me do that? [03:44:08] <rcjsuen> rahul_: You get the selection [03:44:12] <rcjsuen> then check if its an IStructuredSelection [03:44:17] <rcjsuen> I'll leave the rest as an exercise to you. [03:44:50] *** cmw72 has quit IRC [03:45:03] <rahul_> rcjsuen, I get that, but I want to get multiple selections from the view not a single selection [03:45:22] <rcjsuen> rahul_: Mm, did you look at IStructuredSelection's methods? [03:45:31] <rcjsuen> ~api IStructuredSelection [03:45:31] <KOS-MOS> org.eclipse.jface.viewers.IStructuredSelection - http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/viewers/IStructuredSelection.html [03:45:42] *** dschaefer has quit IRC [03:49:01] <rahul_> rcjsuen, thanks, I see there is an iterator() and toArray(), i will try those. Appreciate then help [03:51:00] <rahul_> *the [04:02:49] *** z` has quit IRC [04:03:44] *** the_giver has joined #eclipse [04:05:25] *** mib_wc9crjoc has joined #eclipse [04:06:56] *** mib_wc9crjoc has quit IRC [04:12:17] *** Pookzilla has quit IRC [04:22:55] *** gluonman has quit IRC [04:23:14] <francis4> join #isa [04:33:35] *** ekiczek has joined #eclipse [04:34:19] *** pombreda has quit IRC [04:45:48] *** Zerone has quit IRC [04:46:13] *** z` has joined #eclipse [04:46:59] *** Stevezau has quit IRC [04:53:53] *** onnadi3 has quit IRC [04:53:55] *** SNiLD has quit IRC [04:53:55] *** lemmy has quit IRC [04:53:56] *** exst_mhua has quit IRC [04:53:57] *** rgould has quit IRC [04:53:58] *** AlNor has quit IRC [04:53:58] *** LabMonkey has quit IRC [04:53:58] *** arooni has quit IRC [04:53:59] *** amazon101 has quit IRC [04:54:00] *** Patrick_K has quit IRC [04:54:00] *** deebo has quit IRC [04:54:02] *** bobslaede has quit IRC [04:54:03] *** z`` has quit IRC [04:54:04] *** taube has quit IRC [04:54:04] *** redspike has quit IRC [04:54:04] *** aba- has quit IRC [04:54:05] *** Georgy32 has quit IRC [04:54:06] *** MClemo has quit IRC [04:54:06] *** msbhvn has quit IRC [04:54:07] *** unlord has quit IRC [04:54:09] *** Azoff has quit IRC [04:54:10] *** eidolon has quit IRC [04:54:11] *** Kevin_Sawicki has quit IRC [04:54:12] *** Maldivia has quit IRC [04:54:13] *** flippo has quit IRC [04:54:14] *** Arcalyth has quit IRC [04:54:31] *** eidolon has joined #eclipse [04:54:31] *** exst_mhua has joined #eclipse [04:54:31] *** Kevin_Sawicki has joined #eclipse [04:54:31] *** rgould has joined #eclipse [04:54:31] *** redspike has joined #eclipse [04:54:31] *** AlNor has joined #eclipse [04:54:31] *** LabMonkey has joined #eclipse [04:54:31] *** arooni has joined #eclipse [04:54:31] *** taube has joined #eclipse [04:54:31] *** Georgy32 has joined #eclipse [04:54:31] *** lemmy has joined #eclipse [04:54:31] *** onnadi3 has joined #eclipse [04:54:31] *** SNiLD has joined #eclipse [04:54:31] *** msbhvn has joined #eclipse [04:54:31] *** Patrick_K has joined #eclipse [04:54:31] *** deebo has joined #eclipse [04:54:31] *** MClemo has joined #eclipse [04:54:32] *** amazon101 has joined #eclipse [04:54:32] *** z`` has joined #eclipse [04:54:32] *** unlord has joined #eclipse [04:54:32] *** bobslaede has joined #eclipse [04:54:32] *** aba- has joined #eclipse [04:54:32] *** Maldivia has joined #eclipse [04:54:32] *** flippo has joined #eclipse [04:54:32] *** Arcalyth has joined #eclipse [04:54:32] *** Azoff has joined #eclipse [04:55:09] *** pombreda has joined #eclipse [04:58:54] *** Kevin_Sawicki___ has joined #eclipse [05:02:26] *** Maldivia_ has joined #eclipse [05:02:27] *** Maldivia has quit IRC [05:05:58] *** Trejox has joined #eclipse [05:06:57] *** rahul_ has quit IRC [05:08:27] *** ekiczek has quit IRC [05:11:18] * nerdboy puts the plug back in... heh heh [05:15:51] *** f0ster has joined #eclipse [05:16:00] <f0ster> is this the official eclipse channel [05:16:58] <nerdboy> as official as things get around here... [05:17:08] *** Kevin_Sawicki has quit IRC [05:17:11] <f0ster> lol [05:20:38] <nitind> Yes, yes it is. [05:23:31] *** jamescarr has joined #eclipse [05:23:32] <jamescarr> hey [05:23:43] <jamescarr> is the junit runner availble in some standard plugin lib? [05:23:59] <jamescarr> I want to use it's reporter [05:28:04] <jamescarr> wrjgtbwkfdjblkfdwjb [05:28:50] <jamescarr> HELP GODAMMIT!!! [05:29:59] * nerdboy sticks jamescarr with a Thorazine harpoon [05:31:22] *** f0ster has left #eclipse [05:33:06] *** ekiczek has joined #eclipse [05:34:35] <nitind> jamescarr: It's somewhere in the SDK, but no one seems to be around *right now* to give you pointers. [05:35:15] <nerdboy> he's in a happy place right now [05:39:27] *** Garry_ has joined #eclipse [05:39:48] <jamescarr> lol.. I'm in an angry place. once I find it, I am going to blog it with the title "Junit eclipse plugin source" [05:40:03] <jamescarr> because a google for that doesn't turn up jack shit that's relevant [05:52:38] <francis4> jamescarr: there is a junit plugin that's in the SDK. That's not what you want? [05:52:42] <rcjsuen> It's probably in the "org.eclipes.jdt.junit" plug-in? [05:53:16] <jamescarr> thats it [05:57:44] <rcjsuen> jamescarr: If you write Eclipse plug-ins, in the future, setting a breakpoint in ViewPart would get you what you want. [05:58:11] <rcjsuen> Since once the JUnit view gets created it'll hit that breakpoint, then you can climb the stack frames and see the code. [05:58:23] *** hanzou has quit IRC [05:58:27] *** Garry has quit IRC [06:04:59] *** mage__ has left #eclipse [06:15:18] *** tobias has quit IRC [06:17:46] *** rcjsuen has left #eclipse [06:17:49] *** rcjsuen has quit IRC [06:37:56] *** Aditya has joined #eclipse [06:38:26] <Aditya> hey... Can anyone tell me how to enable auto complete for C/C++ code in eclipse? [06:40:54] *** Aditya has left #eclipse [06:43:04] *** buhawi has quit IRC [06:50:01] *** njbartlett has quit IRC [06:57:46] *** philk_ has joined #eclipse [06:59:36] *** flippo has quit IRC [07:02:04] *** philk__ has quit IRC [07:03:05] *** the_giver has quit IRC [07:05:55] *** AlNor has quit IRC [07:06:16] *** AlNor has joined #eclipse [07:10:14] *** NetterFect has joined #eclipse [07:19:52] *** nmsclera has joined #eclipse [07:21:04] *** LabMonke1 has joined #eclipse [07:21:06] *** LabMonkey has quit IRC [07:21:19] *** LabMonke1 is now known as LabMonkey [07:23:09] <nmsclera> can anyone tell me why a this script (on the beforeOpen event) would fail when specifying a parameter, but fail when specifying the empty string or when NullValue is chosen in BIRT, it works? :: http://www.pastebin.ca/930030 [07:24:02] *** CVirus has quit IRC [07:24:20] <nmsclera> rather the inverse -- when NOT specifying "" or Null Value, it works.. otherwise I get SQL syntax error [07:26:41] *** NetAffect has quit IRC [07:28:34] *** the_giver has joined #eclipse [07:31:35] *** gionnyboss has joined #eclipse [07:31:55] <gionnyboss> can somebody please point me to a tutorial to develop c++ applications using autotools with eclipse, please? [07:32:10] <gionnyboss> I can't understand how I can get started with autotools and eclipse [07:39:38] *** robinr has joined #eclipse [07:49:16] *** bladezor has quit IRC [07:50:38] *** m0 has quit IRC [07:53:09] <gionnyboss> I think I got it. [07:57:44] *** ChrisA_ has joined #eclipse [07:58:20] *** njbartlett has joined #eclipse [07:59:22] *** jpospychala|away has joined #eclipse [08:00:20] *** the_giver has quit IRC [08:00:39] *** the_giver has joined #eclipse [08:04:31] *** `m0 has joined #eclipse [08:04:55] *** amitev has joined #eclipse [08:06:14] *** robinr has quit IRC [08:11:14] *** david720 has joined #eclipse [08:11:49] *** MacIver has quit IRC [08:12:23] *** co2 has joined #eclipse [08:14:15] *** hanzou has joined #eclipse [08:14:30] *** MacIver has joined #eclipse [08:15:47] *** hanzou has quit IRC [08:15:59] *** hanzou_ has joined #eclipse [08:18:56] *** hanzou__ has joined #eclipse [08:23:17] *** flowOver has joined #eclipse [08:24:30] *** XinTaaH has joined #eclipse [08:27:38] *** philk__ has joined #eclipse [08:31:13] *** njbartlett has quit IRC [08:36:09] *** hanzou_ has quit IRC [08:37:47] *** buhawi has joined #eclipse [08:38:16] *** mhaller has joined #eclipse [08:45:51] *** philk_ has quit IRC [08:49:13] *** Tortoose has joined #eclipse [08:49:54] *** kartben has joined #eclipse [08:51:01] *** cbosdonnat has joined #eclipse [08:52:39] *** hanzou__ has quit IRC [08:55:48] <amitev> where is the dictionary eclise is using? [08:58:08] *** kirkt has joined #eclipse [09:03:36] <jpospychala|away> amitev: it's in org.eclipse.jdt.ui plug-in, why you ask? [09:04:15] <amitev> there are missing words there, is there a way i can request these words to be added there? [09:05:58] <jpospychala|away> sure you can [09:06:24] <jpospychala|away> first see, maybe there are already requests like you want here: https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bspell+checking%5D&classification=Eclipse&product=JDT&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywor [09:06:25] <jpospychala|away> ds=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= [09:06:47] <jpospychala|away> then open new bug [09:08:09] <amitev> thank you [09:14:55] *** jbosmans has quit IRC [09:16:54] *** arkub has joined #eclipse [09:26:28] *** nerdboy is now known as nerdboy|off [09:30:59] *** mib_dune4be4 has joined #eclipse [09:31:55] *** mib_dune4be4 has left #eclipse [09:32:04] *** pschriner has joined #Eclipse [09:32:55] *** fsteeg has joined #eclipse [09:37:02] *** flowOver has quit IRC [09:38:27] *** flowOver has joined #eclipse [09:38:35] *** nmsclera has quit IRC [09:44:03] *** Trejox has quit IRC [09:44:04] *** flowOver has quit IRC [09:44:26] *** Trejox has joined #eclipse [09:49:42] *** floppypond has quit IRC [10:00:15] *** DPAK0H_ has joined #eclipse [10:00:19] *** floe has joined #eclipse [10:00:38] *** fsteeg has quit IRC [10:01:35] <philk__> are there any tutorials about ManagedServiceFactory out there? [10:03:23] *** DPAK0H has quit IRC [10:03:37] *** DPAK0H_ is now known as DPAK0H [10:06:10] *** jamescarr has quit IRC [10:07:53] *** Garry_ has quit IRC [10:09:15] *** Carstenp has joined #eclipse [10:10:31] *** Nescafe has joined #Eclipse [10:10:36] *** Garry has joined #eclipse [10:12:16] *** mef has quit IRC [10:12:26] *** z4z4 has joined #eclipse [10:17:52] *** mib_b1tsjy7h has joined #eclipse [10:23:05] *** floe has quit IRC [10:24:13] *** floe has joined #eclipse [10:29:35] *** XinTaaH has quit IRC [10:43:26] *** clyons has joined #eclipse [10:44:31] *** pschriner has quit IRC [10:44:37] *** Carnage\ has joined #eclipse [10:53:44] *** ^floe^ has joined #eclipse [10:54:20] *** Garry has quit IRC [10:57:52] *** kirkz has joined #eclipse [11:03:01] *** ^floe^ has quit IRC [11:03:59] *** mefisto has joined #eclipse [11:05:22] *** pschriner has joined #Eclipse [11:07:27] *** floe has quit IRC [11:09:37] *** kirkt has quit IRC [11:11:52] *** oisin has joined #eclipse [11:12:58] <philk__> how do I use the ConfigAdmin services? [11:13:26] *** Sp4rKy has joined #eclipse [11:13:28] <Sp4rKy> hi [11:13:41] <Sp4rKy> is it possible to generate php5 code from omondo plugin ? [11:14:01] *** oisin has left #eclipse [11:18:36] *** ChrisA_ has quit IRC [11:18:43] *** Resistance has quit IRC [11:19:57] <redspike> j #centos [11:20:01] <redspike> opps sotty [11:22:51] *** ChrisA_ has joined #eclipse [11:23:33] <gionnyboss> I am using CDT plugin to write C++ applications. My problem is that I don't get autocompletion for other libraries that I added. Is there a way to tell Eclipse that it should include other libraries to use for autocompletion, please? [11:25:44] *** dean|work has joined #eclipse [11:26:25] <dean|work> Hey folks. Quick question. I'm using eclipse, with PDT and svn plugins. For whatever reason, althoug hthe files are on my file system, .htaccess files are not showing up in the file explorer [11:26:30] <dean|work> on the left pane where i can see project files [11:26:37] <dean|work> Any ideas why this is happening. Google is yielding no results [11:30:30] <Carnage\> dean|work: To what view refers "File explorer"? [11:30:42] <dean|work> Project Explorer, sorry [11:31:23] <Carnage\> There is no active filter hiding them, right? [11:32:31] <Sp4rKy> Is it possible to generate php5 code from any uml plugin ? (especially omondo) [11:35:56] <dean|work> i found it [11:36:03] <dean|work> it was under filters [11:36:08] <dean|work> blocking .* all [11:36:19] <dean|work> now my .project files are showing though, need to figure out how to hide them [11:44:03] *** BenoitH has joined #eclipse [11:45:00] <BenoitH> Hi ! I try to install subversive, but i can't install SVN connectors, I have to install this librairy : JavaHL 1.4.5 Win32 Binaries, where can i find this librairy please ? [11:47:32] *** dean|work has quit IRC [11:53:32] *** BenoitH has quit IRC [11:55:53] *** jpospychala|away has quit IRC [12:04:38] *** hansi has joined #eclipse [12:16:53] *** LordMetroid has joined #Eclipse [12:17:10] *** emantos has quit IRC [12:18:21] *** floe has joined #eclipse [12:22:12] *** hansi_ has quit IRC [12:24:21] *** deng_c has quit IRC [12:29:59] *** fsteeg has joined #eclipse [12:37:44] *** wild_oscar has joined #eclipse [12:44:20] *** ChrisA__ has joined #eclipse [12:44:58] *** ChrisA_ has quit IRC [12:45:15] *** mohbana has joined #eclipse [12:49:05] *** kartben has quit IRC [12:51:16] *** benny`work has joined #eclipse [12:52:43] *** ^floe^ has joined #eclipse [12:54:32] *** buhawi has quit IRC [12:55:15] *** Pookzilla has joined #eclipse [12:56:18] *** ^floe^ has quit IRC [12:56:45] *** butchoy has quit IRC [12:59:15] *** Sp4rKy has left #eclipse [13:03:45] *** s88 has joined #eclipse [13:05:19] <wild_oscar> greetings [13:05:22] <wild_oscar> how does one upgrade JUinit in Eclipse? [13:09:03] *** floe has quit IRC [13:12:53] <s88> hi all [13:13:33] <mhaller> wild_oscar: i dont think you can update junit on its own, you would need to grab an updated junit eclipse plugin [13:15:04] <s88> My Eclipse is hosting on windows, and I have a background program in Linux will output by xterm. I used xwin32 to redirect the xterm on my windows before. Does it possible to embedded the xterm in eclipse? [13:15:47] <wild_oscar> not even if you update the jars? [13:17:23] *** rcjsuen has joined #eclipse [13:17:23] <mhaller> wild_oscar: could work. extract the plugin jar, replace the junit.jar and repack it or use extracted plugin folder. check that jar filename (if its different) is updated in manifest.mf, too [13:17:47] *** Carstenp has quit IRC [13:18:15] *** kb has joined #eclipse [13:31:01] *** Pookzilla has quit IRC [13:34:09] <wild_oscar> well, I'll stay with junit3 for the time [13:34:54] <wild_oscar> mhaller: by the way, concerning Junit in eclipse [13:35:11] <wild_oscar> aren't assertTrue messages shown in junit test? [13:38:40] *** exst_mhua has quit IRC [13:39:55] <rcjsuen> when they fail it tells me [13:40:01] <rcjsuen> I don't know what you mean by "shown" [13:40:12] <rcjsuen> unless you mena assertTrue(x, "x is not true"); [13:40:43] *** floe has joined #eclipse [13:42:02] <philk__> are there any tutorials about ManagedServiceFactory out there? I am not sure how to use it. [13:42:19] <philk__> or if it is even applicable for my use-case [13:42:28] *** nitind has quit IRC [13:43:12] <wild_oscar> rcjsuen: oh, I see [13:43:21] <wild_oscar> messages are only shown on failure [13:43:47] <rcjsuen> I rarely use messages myself *shrugs* [13:43:58] <rcjsuen> I only do that for fail() [13:45:16] <philk__> I wanna create OSGi services on the fly if someone requests them... like getService(SomeService.class, "(someprop=value)"); And the factory just creates this SomeService if it does not exists already using the someprop to decide how to register it. [13:46:39] *** exst_mhua has joined #eclipse [13:47:37] *** ^floe^ has joined #eclipse [13:47:52] *** flaper87 has joined #eclipse [13:48:32] <flaper87> hy guys [13:48:44] <flaper87> i'm trying to run eclipse pdt standalone [13:48:49] <flaper87> i'm getting this error [13:48:50] <flaper87> http://pastebin.com/m58376c5c [13:48:59] <flaper87> does any one knows how to fix it? [13:49:21] <flaper87> i need to get eclipse working [13:50:09] *** dsugar100 has joined #eclipse [13:51:50] <rcjsuen> could be a bug, or could be gcj > at java.lang.reflect.Method.invoke(libgcj.so.90) [13:51:58] *** rcjsuen has quit IRC [13:53:08] *** gionnyboss has left #eclipse [13:53:12] *** gionnyboss has joined #eclipse [13:54:16] *** Resistance has joined #eclipse [13:54:24] <gionnyboss> how can I get autocompletion work for additional libraries with CDT (C/C++) plugin, please? It autocompletes correctly when I use standard C++ library, but I added now library boost and autocompletion does not work. [13:55:11] *** flaper87 has quit IRC [13:56:21] *** buhawi has joined #eclipse [13:57:22] *** tobias_ has joined #eclipse [13:58:20] *** floe__ has joined #eclipse [13:58:29] *** justatest has joined #eclipse [13:59:24] *** justatest has left #eclipse [14:00:13] *** floe has quit IRC [14:01:20] *** eidolon has quit IRC [14:02:20] *** convivial has quit IRC [14:06:02] *** ^floe^ has quit IRC [14:06:21] *** ^floe^ has joined #eclipse [14:08:04] *** mef has joined #eclipse [14:09:16] *** nitind has joined #eclipse [14:11:23] *** Pookzilla has joined #eclipse [14:13:00] *** timothym_ has joined #eclipse [14:13:03] *** timothym_ is now known as timothym [14:15:15] *** benny`work has quit IRC [14:15:51] *** floe__ has quit IRC [14:17:01] *** PK has joined #eclipse [14:22:38] *** mefisto has quit IRC [14:25:12] *** Carstenp has joined #eclipse [14:25:16] *** kirkz is now known as kirkt [14:28:07] *** rcjsuen has joined #eclipse [14:32:12] *** ChrisA_ has joined #eclipse [14:34:56] *** bnmnetp_ has quit IRC [14:35:03] *** ChrisA__ has quit IRC [14:38:47] *** Maldivia_ is now known as Maldivia [14:41:31] *** kb has quit IRC [14:41:42] *** bnmnetp has joined #eclipse [14:47:18] *** vknecht has joined #eclipse [14:47:39] <vknecht> hi [14:50:29] *** steegf has joined #eclipse [14:53:10] *** SamuraiDio has joined #eclipse [14:53:11] <SamuraiDio> hi [14:53:20] <SamuraiDio> does someone there uses the subversive plugin? [14:53:40] <rcjsuen> SamuraiDio: I'd suggest just asking the question. [14:53:49] <SamuraiDio> that was a question [14:53:56] <SamuraiDio> well, then... [14:54:39] <rcjsuen> SamuraiDio: Are yo utaking a poll? [14:54:43] <SamuraiDio> i just installed suversive plugin, but it has not in the svn connector preference. so it does not detect my current svn metadata, and i cant share a project [14:55:12] <SamuraiDio> any idea? [14:55:39] *** dandre has joined #eclipse [14:55:44] <dandre> hello, [14:55:49] *** LabMonkey has quit IRC [14:56:01] *** LabMonkey has joined #eclipse [14:56:32] <dandre> is there a way to automatically deactivate a task in mylin when I set its state as completed [14:57:08] *** bnmnetp has quit IRC [14:57:15] *** benny`work has joined #eclipse [14:57:50] *** LabMonkey has quit IRC [14:58:02] *** LabMonkey has joined #eclipse [14:58:03] *** bnmnetp has joined #eclipse [14:58:59] *** bnmnetp_ has joined #eclipse [14:59:07] *** bnmnetp has quit IRC [15:01:17] *** LabMonkey has quit IRC [15:01:28] *** LabMonkey has joined #eclipse [15:02:49] *** jerome has joined #eclipse [15:02:58] *** Cheops` has joined #eclipse [15:05:35] *** fsteeg has quit IRC [15:05:37] *** mef is now known as mefisto [15:06:05] *** scorphus has joined #eclipse [15:08:44] <rcjsuen> dandre: You might want to ask ekuleshov. [15:09:38] <dandre> ok [15:09:59] <dandre> ekuleshov: Hi, is there a way to automatically deactivate a task in mylin when I set its state as completed ? [15:11:41] *** readyx is now known as ready [15:13:18] *** floe__ has joined #eclipse [15:13:37] *** PK has quit IRC [15:13:45] <SamuraiDio> i usually use Ctrl+PgUp/PgDown to change among the editors i have opened, but the Javascript Editor (part of WST) uses it for a diferent function, and i cant find the keybinding to change. how can i change that? [15:14:04] <rcjsuen> SamuraiDio: You mean it moves between the inner tabs? [15:14:10] <SamuraiDio> yeah [15:14:35] <SamuraiDio> but the javascript editor use the key for a 'preview with' option [15:15:06] <rcjsuen> Well, I don't know what that 'Preview With' thing is. [15:15:13] <rcjsuen> But you can't change the behaviour of it moving within the inner tabs [15:15:33] <SamuraiDio> rcjsuen, ahh, sorry, its an bellow tab to preview [15:15:56] <SamuraiDio> this tabs are under the javascript editor tab [15:19:36] <rcjsuen> There are some bugs open about this and I think some work might be going in for 3.4, I don't know the details though. [15:20:42] <SamuraiDio> hmm... ok, thanks [15:21:36] <rcjsuen> I wouldn't cross my fingers though, it's been like this for a while. [15:21:51] <rcjsuen> And if there was an easy fix I'm sure the Platform would've done it already. [15:22:52] *** ryanzec has joined #eclipse [15:23:17] *** kb has joined #eclipse [15:24:28] *** ryanzec has quit IRC [15:26:33] *** Pluxxx has joined #eclipse [15:26:46] *** SNy has quit IRC [15:26:49] *** rcjsuen has quit IRC [15:26:57] <SamuraiDio> rcjsuen, i dont think that preview tab is useful, i would like to just get rid of it [15:27:10] *** ^floe^ has quit IRC [15:28:40] *** vknecht has quit IRC [15:30:31] *** cid has joined #eclipse [15:31:06] *** tobias_ has quit IRC [15:31:23] *** mib_b1tsjy7h has quit IRC [15:34:48] *** Tychom has joined #eclipse [15:35:19] *** ekiczek has quit IRC [15:37:40] *** Shoopuf has joined #eclipse [15:39:08] *** floe__ is now known as floe [15:40:33] *** _elemental has joined #eclipse [15:47:10] *** peacekeeper has joined #eclipse [15:52:24] *** notjohn has joined #eclipse [15:53:10] *** kartben has joined #eclipse [15:54:09] *** riotz has joined #eclipse [15:57:01] *** peace-keeper has quit IRC [15:57:40] *** eelriver has joined #eclipse [15:59:26] *** GUIs-R-Me has joined #eclipse [15:59:39] *** tobias_ has joined #eclipse [16:00:00] *** ekuleshov has quit IRC [16:00:19] * SamuraiDio is away: lunch... [16:01:54] *** Shoopuf has quit IRC [16:03:53] *** ekiczek has joined #eclipse [16:04:33] *** Cheops` has quit IRC [16:06:41] *** mib_pfuntaid has joined #eclipse [16:07:23] *** JohnE has joined #eclipse [16:08:27] *** oisin_ has joined #eclipse [16:08:29] *** mib_pfuntaid has left #eclipse [16:13:00] *** bnmnetp_ has quit IRC [16:14:34] *** tromey has joined #eclipse [16:15:56] *** krbarnes has joined #eclipse [16:18:10] *** Ians has joined #eclipse [16:22:30] *** oracelix has joined #eclipse [16:23:45] *** mohbana has quit IRC [16:23:48] *** dalibor has joined #eclipse [16:24:23] *** TheLittlePrince has joined #eclipse [16:27:20] *** mib_5tkkb5wd has quit IRC [16:29:13] *** CodeNinja has joined #eclipse [16:30:22] *** rhk has joined #eclipse [16:30:44] * uebera|| is detaching [16:30:52] *** uebera|| is now known as uebera||_away [16:31:01] *** oisin_ has left #eclipse [16:32:29] *** Kako has joined #eclipse [16:34:24] <Kako> hi, how can i switch from easyeclipse to eclipse without loosing all my settings? [16:34:34] *** mib_ujewm1dw has joined #eclipse [16:35:50] <mib_ujewm1dw> is there a substantial difference in performance among database plugins for eclipse? [16:36:54] *** jpospychala has joined #eclipse [16:39:17] *** ekiczek has quit IRC [16:39:49] *** dalibor has left #eclipse [16:39:54] *** ekiczek has joined #eclipse [16:40:20] *** ChrisA__ has joined #eclipse [16:40:39] *** [1]Carstenp has joined #eclipse [16:40:48] <mib_ujewm1dw> anyone have an opinion on optimal database tools for eclipse? [16:41:53] *** srepfler has joined #eclipse [16:42:44] *** oracelix_ has joined #eclipse [16:44:18] *** oracelix has quit IRC [16:45:33] *** kb has quit IRC [16:45:40] *** kb has joined #eclipse [16:49:21] <mib_ujewm1dw> hey, anyone else see that tumbleweed blow by? lol [16:50:04] *** Carnage\ has quit IRC [16:50:26] <zx> the best free option as far as I know is eclipse.org/datatools (DTP) [16:51:45] *** z4z4 has quit IRC [16:52:02] <mib_ujewm1dw> thanks! [16:52:34] *** uebera||_away is now known as uebera|| [16:56:27] *** bnmnetp has joined #eclipse [16:57:43] *** Carstenp has quit IRC [16:57:44] *** [1]Carstenp is now known as Carstenp [16:57:49] *** ChrisA_ has quit IRC [16:57:52] *** arkub has quit IRC [16:58:47] *** oisin has joined #eclipse [16:59:11] *** peacekeeper has quit IRC [17:02:14] *** hansi has quit IRC [17:02:51] *** CodeNinja has quit IRC [17:03:32] <nitind> Kako: Just use the same workspace. How well the settings are retained depends on whether you use the same plug-ins that EasyEclipse includes. [17:05:30] *** numb_ has quit IRC [17:07:46] *** CodeNinja has joined #eclipse [17:10:24] <mib_ujewm1dw> is there a way to add a project to eclipse through svn? eg, some site has source code available through svn "svn checkout http://[...]" how can i add that project to eclipse and keep it automatically updated? [17:11:13] *** oisin has left #eclipse [17:11:30] <benny`work> mib_ujewm1dw, eclipse.org/subversive [17:11:39] <zx> mib_ujewm1dw: There are two main Eclipse SVN plug-ins... google for "Subversive" or "Subclipse" [17:11:40] <benny`work> mib_ujewm1dw, or tigris.org -> subclipse [17:12:07] <benny`work> benny`work, (i prefer subclipse over subversive but just as a hint) [17:12:40] <benny`work> zx, didn't you go on vacation? get out and shutdown your box for a week! [17:13:19] <zx> benny`work: I'm back [17:15:45] *** dan`afk has joined #eclipse [17:16:19] <ijuma> benny`work: you're giving yourself a hint that you prefer subclipse over subversive? ;) [17:17:20] <benny`work> ijuma, ah damn...i really hate this bug in xchat that you have yourself as nick completition...happend several times the last weeks [17:19:11] *** acuster has joined #eclipse [17:20:36] *** njbartlett has joined #eclipse [17:24:22] *** njbartlett_ has joined #eclipse [17:24:45] *** mhaller has quit IRC [17:26:29] *** cid has left #eclipse [17:29:07] <mib_ujewm1dw> benny`work tyvm [17:29:35] <benny`work> mib_ujewm1dw, i really should learn all those internet acronyms :) [17:31:07] *** schnee is now known as Schnee [17:31:10] *** Carstenp has quit IRC [17:32:38] *** wild_oscar has left #eclipse [17:34:27] <mib_ujewm1dw> bluh... does eclipse have a plugin manager, like jedit? [17:34:49] <mib_ujewm1dw> or do you just download every plugin, copy it over...... [17:34:54] *** steegf has quit IRC [17:36:56] *** amitev has quit IRC [17:37:09] <Schnee> mib_ujewm1dw: Open your eyes ;) Help -> Software Updates -> Find and install.. [17:37:16] *** cmw72 has joined #eclipse [17:38:35] <mib_ujewm1dw> Schnee ok, new procedure to me. i thought maybe it was handled like jedit where all available/supported plugins explicitly listed [17:39:12] <Schnee> mib_ujewm1dw: dont know if such a listview exists - that was the way it works for me :) [17:39:48] <benny`work> Schnee, mib_ujewm1dw Help -> Software Updates -> Configure :) [17:40:04] <benny`work> Schnee, but to install new plugins, go to "find and install" [17:40:24] <Schnee> okay :) [17:42:07] <mib_ujewm1dw> so if an install/update site is referenced at eclipse.org we can trust it completely? [17:44:24] <mib_ujewm1dw> http://www.infoq.com/news/2007/10/mylyn says mylyn was integrated in eclipse 3.3 - does that mean i have to include the optional subclipse integration for mylyn 2.0.0? [17:44:49] <mib_ujewm1dw> i'd rather not break my eclipse install! [17:46:50] *** njbartlett has quit IRC [17:47:49] <dandre> ekuleshov: Hi, is there a way to automatically deactivate a task in mylin when I set its state as completed ? [17:48:46] *** iElectric has joined #eclipse [17:49:01] <iElectric> hey, how do i clear console with a key? [17:52:57] <CodeNinja> iElectric, There is currently no way to clear the console with a key, you can file a bug against platform debug if you would like [17:53:31] <robot_jesus> that would be nice [17:53:42] *** jprieur has joined #eclipse [17:53:55] <iElectric> I've read that on mailing lists, well thanks anyway :) [17:54:07] *** rcjsuen has joined #eclipse [17:54:59] *** iElectric has left #eclipse [17:55:40] *** njbartlett_ has quit IRC [17:56:36] <rcjsuen> SamuraiDio: If you don't like it, you could try filing a bug. [17:59:33] <rcjsuen> ~tell mib_ujewm1dw about remove-deps [17:59:53] <rcjsuen> Looks like I lost that macro. [18:00:05] <rcjsuen> mib_ujewm1dw: http://wiki.eclipse.org/Graphical_Eclipse_FAQs#How_do_I_not_install_a_plug-in.27s_extraneous_dependency_when_I.27m_in_the_Update_Manager.3F [18:00:33] *** bnmnetp_ has joined #eclipse [18:01:00] <rcjsuen> ~add remove-deps Wondering why you have to install another plug-in? Maybe you don't actually have to! See http://wiki.eclipse.org/Graphical_Eclipse_FAQs#How_do_I_not_install_a_plug-in.27s_extraneous_dependency_when_I.27m_in_the_Update_Manager.3F [18:01:01] <KOS-MOS> The new keyword "remove-deps" has been stored. In the future, you can ask me about "remove-deps" and I will respond. [18:01:53] *** bnmnetp has quit IRC [18:03:14] *** oisin_ has joined #eclipse [18:03:35] *** oisin_ has left #eclipse [18:05:15] *** Kevin_Sawicki___ has quit IRC [18:05:19] *** rcjsuen has quit IRC [18:05:32] *** Kevin_Sawicki has joined #eclipse [18:08:43] *** srepfler has quit IRC [18:11:15] *** mohbana has joined #eclipse [18:11:23] *** dotsintacks has joined #eclipse [18:11:38] <dotsintacks> is there an easy way to install a dark color scheme? [18:15:08] *** The_PHP_Jedi has joined #eclipse [18:16:48] *** The_PHP_Jedi has quit IRC [18:17:14] *** The_PHP_Jedi has joined #eclipse [18:17:32] *** riotz has quit IRC [18:19:28] *** danbeck has joined #eclipse [18:22:37] *** ChrisA__ has quit IRC [18:23:05] <zx> dotsintacks: I don't know of anything off the top of my head... I'd probably google around as I know people who prefer dark schemes for their eyes [18:23:27] <robot_jesus> eww i hate the dark colors [18:23:38] <dotsintacks> zx: there's a radrails specific one [18:23:58] <dotsintacks> zx: but I didn't find any eclipse ones [18:24:00] <dotsintacks> :( [18:27:41] <zx> dotsintacks: maybe you can be the first that blogs about it... it should be possible to set something up in preferences and save those [18:28:18] <dotsintacks> lol I just have work to do but after coming back from textmate its...difficult hehe [18:35:13] <pombreda> Kako: how to switch from easyeclipse to eclipse without loosing your settings, that was your question :-P [18:35:35] <pombreda> Kako: join me back on #easyeclipse and I'll answer there [18:36:26] *** oisin has joined #eclipse [18:37:44] *** pombreda has quit IRC [18:38:21] *** pombreda has joined #eclipse [18:40:07] *** mib_bjjr7zb8 has joined #eclipse [18:41:41] <mib_bjjr7zb8> is there a preferred irc channel for eclipse rcp development? [18:42:18] *** The_PHP_Jedi has quit IRC [18:42:58] <ijuma> mib_bjjr7zb8: this is the one [18:43:21] *** njbartlett has joined #eclipse [18:44:01] <mib_bjjr7zb8> k, thanks... just read zx's post of mibbit and figured i'd find an irc channel to idle in :) [18:44:20] <zx> mib_bjjr7zb8: you're in it [18:44:32] <zx> mib_bjjr7zb8: IRC + newsgroups are your best bet [18:44:46] <njbartlett> zx: I tried mibbit at work... it's blocked already [18:45:07] <zx> njbartlett: bastards, I guess you have to resort to old school SSH tunneling ;) [18:45:16] <njbartlett> zx: Tried that already [18:45:35] <njbartlett> Got myself a warning from the computer security incident response team [18:45:40] <njbartlett> Second time I do it, I'll be fired [18:45:44] <zx> njbartlett: I have a feeling you either work for the govt or the financial industry [18:45:45] <zx> :) [18:45:46] <ijuma> "computer security incident response team", haha [18:46:01] <njbartlett> The latter [18:46:07] <njbartlett> I wouldn't work for the government, the pay is shit [18:46:10] <zx> yap, wouldn't surprise me [18:46:47] <ijuma> the financial industry on the other hand... [18:47:16] *** mefisto has quit IRC [18:47:56] <mib_ujewm1dw> Requested operation cannot be performed because it would invalidate the current configuration. See details for more information. [18:48:37] <mib_ujewm1dw> Data Tools Platform Model Base (1.5.2.200802201) requires feature "org.eclipse.emf (2.2.0)", or later version. [18:48:46] <mib_ujewm1dw> anyone know what this means? [18:49:00] <mib_ujewm1dw> i have latest eclipse [18:49:03] <ijuma> you need to install emf like it says :) [18:49:12] <ijuma> it should be available through europa [18:49:50] <ijuma> zx: soon 50% of the channel will consist of nicks starting with mib_ [18:50:04] <ijuma> zx: I hope you're happy ;) [18:50:55] <mib_ujewm1dw> ijuma so it doesn't screw things up if i just add all those plugins from the update sites, say, from the "eclipse project updates" site? [18:50:56] *** mohbana has quit IRC [18:51:09] <mib_ujewm1dw> because it looks like those are older versions of eclipse [18:51:25] <mib_ujewm1dw> i was wondering if that's also the case with other "update sites" [18:51:53] <ijuma> mib_ujewm1dw: as long as you use the right update center you're fine. If you're using eclipse 3.4M5, then use the Ganymede one. If you're using Eclipse 3.3.2, then use Europa [18:53:40] <mib_ujewm1dw> ok ty [18:54:02] *** oisin has left #eclipse [18:54:45] <ijuma> np [18:55:15] <pombreda> hey if you are using a lot the eclipse XML, CSS, HTML and CSS editors, you may want to vote for those enhancement requests: [18:55:16] <pombreda> ~221696 [18:55:16] <pombreda> ~221697 [18:55:17] <KOS-MOS> Bug 221696 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=221696 - Web Tools / wst.sse / unspecified - All / All - NEW / enhancement / - Assignee: wst.sse-inbox at eclipse dot org - Format on save [18:55:18] <KOS-MOS> Bug 221697 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=221697 - Web Tools / wst.sse / unspecified - All / All - NEW / enhancement / - Assignee: wst.sse-inbox at eclipse dot org - Shared settings such as formatting [18:56:40] *** CodeNinja has quit IRC [18:56:58] *** vwegert has joined #eclipse [18:59:18] <mib_ujewm1dw> wow there are soooo many "plugins/updates" with broken dependencies.....are there any pre-configured versions, like easyeclipse - that are highly recommended by the community? [18:59:51] <mib_ujewm1dw> i just wanted a java ide with database devel tools [19:00:53] <ijuma> mib_ujewm1dw: You can click "Select required" and it finds all of them for you [19:02:01] *** buhawi has quit IRC [19:02:37] *** mohbana has joined #eclipse [19:03:38] *** dominikg has joined #eclipse [19:06:48] <mohbana> is -date workspacepath meant to override my current workspace path? [19:07:02] <mib_ujewm1dw> ijuma "An error has occurred. See error log for more details.java.lang.NullPointerException" [19:07:13] <mib_ujewm1dw> whenever i try to run updates [19:07:31] <ijuma> mohbana: -data [19:07:41] <philk__> whats the equivalent for ServiceTracker? ExtensionTracker seems not [19:07:42] *** krbarnes has quit IRC [19:08:06] <mib_ujewm1dw> and now it won't let me remove the subclipse update site [19:08:09] <ijuma> mib_ujewm1dw: as you can imagine, that's not supposed to happen ;) [19:08:42] <mib_ujewm1dw> when i added subclipse, it added 2 entries [19:08:53] <mib_ujewm1dw> one of them i couldn't remove [19:09:30] <pombreda> mib_ujewm1dw: being an easyeclipse maintainer, I would highly recommend easyeclipse, but then again I am biased :-D [19:10:09] *** dandre has left #eclipse [19:10:18] <ijuma> pombreda: just a little bit ;) [19:10:27] <pombreda> :-P [19:10:30] *** bnmnetp_ has quit IRC [19:10:30] *** bnmnetp has joined #eclipse [19:10:47] <mib_ujewm1dw> pombreda easyeclipse is the best way to go for beginners? [19:10:59] <pombreda> ijuma: have you noticed that sublicpse is not releasing binaries anym,ore, btw? [19:11:30] <pombreda> mib_ujewm1dw: the best is always relative, but it has been designed to help eclipse newcommers get something all-in-one quickly [19:12:38] <ijuma> pombreda: it isn't? I thought it's because it requires javahl 1.5 and subversion 1.5 is still not final [19:12:45] <pombreda> mib_ujewm1dw: I will be happy if you give it a shot. the server java distro si probably what you want. [19:13:10] <ijuma> it would make sense not to publish it too widely atm [19:13:19] <mib_ujewm1dw> pombreda that includes some kind of db support? [19:13:22] <pombreda> ijuma: possibly then, I am just surprised that no binaries were dropped since last August. not even mielstones, despite they work actiavley and have tagged some in svn [19:13:47] <mib_ujewm1dw> i just need java + derby or some kind of db [19:14:28] <ijuma> pombreda: http://subclipse.tigris.org/subclipse_1.4.x/changes.html [19:14:32] <pombreda> mib_bjjr7zb8: yes it includes db support with the eclipse data tools, including derby . the alternative could be to use the expert java distro and add the quantum plugin for a simpler stuff [19:14:49] <ijuma> pombreda: needs a username + password [19:14:53] <ijuma> to access the update site [19:15:24] <mib_ujewm1dw> pombreda ummm even if i'm no expert? [19:15:27] *** pschriner has left #Eclipse [19:15:27] *** Tortoose has quit IRC [19:15:30] *** pschriner has joined #Eclipse [19:15:42] <pombreda> ijuma: aha! I had missed that. but a username +pass sucks badly [19:15:56] <pombreda> mib_ujewm1dw: even if you are no expert :-P [19:16:33] <ijuma> mib_ujewm1dw: that is the point, easyeclipse is about making it easy for anyone, no matter the expertise level ;) [19:17:17] <ijuma> pombreda: that username + password thing is weird [19:17:34] <pombreda> ijuma: try gues and no pass [19:17:39] <pombreda> *guest [19:17:44] *** rcjsuen has joined #eclipse [19:17:57] <pombreda> ijuma: I woudl not say it any better :-) [19:18:15] <ijuma> pombreda: that works, but then it gives an "item not found" [19:18:24] <pombreda> mib_ujewm1dw: and ifg it does not work you can also slap me with a dead trout here [19:18:32] <ijuma> ah [19:18:33] <ijuma> that makes sense [19:18:37] *** getBoa has joined #eclipse [19:18:40] <ijuma> the last tag is not yet done [19:18:44] <ijuma> but the previous one works [19:18:54] <pombreda> ijuma: not really those are supposed to be SVN experts, and their svn config is kinda weid :-D [19:19:03] <pombreda> *weird [19:19:15] <ijuma> pombreda: i mean that "item not found" makes sense. Requiring a guest account is lame, i agree :) [19:19:22] <pombreda> yes [19:19:22] <ijuma> but i think that's a collabnet problem [19:19:25] <ijuma> all their sites have it [19:19:30] <ijuma> including java.net [19:19:37] <ijuma> (which runs on collabnet) [19:19:46] <pombreda> yep somehow that collabnet thingy is a problem for sure [19:19:46] <getBoa> Hey fellas, Does eclipse3/Europa have any struts plugin ? [19:19:47] <ijuma> and I agree with you... SVN experts should do better :) [19:20:20] <pombreda> getBoa: there was Strusts support with easystruts then strutsbox. none work with europa anymore [19:20:45] <pombreda> getBoa: your best bet atmn is ametras: http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=StrutsIDE [19:21:10] <pombreda> which has aa new drop that supports 3.3 [19:21:25] <getBoa> I'll have a look [19:21:56] <pombreda> getBoa: I ship an previous version with easyeclipse, but not yet 33 support. [19:22:07] <pombreda> so get it straight from the project there [19:22:34] *** floppypond has joined #eclipse [19:22:44] <getBoa> pombreda: not yet or this project's gone ? [19:23:32] <pombreda> getBoa: easyeclipse does not yet have the new amateras released 3 weeks ago. i willl. amateras 205 for strust works with 33 :-) [19:23:43] <mib_ujewm1dw> pombreda why is the easyeclipse distro an exe and not a zip? just curious [19:24:02] <ijuma> mib_ujewm1dw: because it includes a self-running installer (i would guess) [19:24:42] <pombreda> mib_ujewm1dw: becasue it has an installer and unsinatller. it keeps track of one registry entry to it knows where it is installed, and can be used as a default when installing new plugins with installers [19:24:46] <mib_ujewm1dw> pombreda thanks for the help... i think ee server java is the right one (fingers crossed) [19:25:10] <pombreda> mib_ujewm1dw: you can get support on #easyeclipse if needed :-P [19:25:17] <mib_ujewm1dw> ty [19:25:37] *** TheLittlePrince has quit IRC [19:25:56] <getBoa> pombreda: StrutsIDE supports Struts 1.2... What about 1.3.8 ? [19:26:24] <pombreda> getBoa: you'll have to ask the authors there :-) [19:26:47] <getBoa> lol [19:27:09] <mohbana> can someone take a look at this and tell why eclipse is refusing to start [19:27:10] <mohbana> http://pastebin.com/d74a56a47 [19:27:15] *** _elemental has quit IRC [19:27:31] <getBoa> pombreda: How long have you been working with struts ? [19:27:32] <rcjsuen> njbartlett: I thought you work "alone". [19:27:36] <rcjsuen> njbartlett: Or the site that you were working at? [19:27:55] <nitind> mohbana: Is /usr/bin/java a 1.5 non-gcj VM? [19:28:05] <mohbana> nitind, its icedtea [19:28:13] <pombreda> mohbana: do you have a 64 bits eclipse version installed, and a 64 bits Sun jvm ? [19:28:13] <rcjsuen> pombreda: Is Save Actions abstracted out? [19:28:32] <pombreda> rcjsuen: is 3.4? dunno [19:28:32] *** david720 has left #eclipse [19:28:41] <mohbana> pombreda, yes [19:28:43] <rcjsuen> pombreda: Thought your RFEs were regarding that [19:28:47] <rcjsuen> since you wanted format on save [19:28:48] <ijuma> mohbana: /usr/bin/java -version [19:28:52] <rcjsuen> so i thot it was abstracted to Platform levle [19:29:07] <pombreda> rcjsuen: if they are that would be awesome [19:29:12] <mohbana> http://pastebin.com/m508b6df1 [19:29:23] <rcjsuen> IcedTea indeed. [19:29:40] <rcjsuen> mohbana: You can a) file a bug to IcedTea, or b) get a supported JRE. [19:29:58] <pombreda> bbiam [19:29:59] <ijuma> mohbana: you could also look for a hs_err file [19:30:00] <mohbana> it was working fine till i upgraded my icedtea, because the older version wasn;t working with azureus [19:30:03] <rcjsuen> A is always nice, I'm sure they'd love that :) [19:30:19] <ijuma> that would tell you how the vm crashed [19:30:28] <ijuma> maybe this is that same bug that exists in jdku4 [19:30:43] <rcjsuen> ~.~ [19:30:55] *** bnmnetp has quit IRC [19:33:04] *** bnmnetp has joined #eclipse [19:34:52] *** danbeck has quit IRC [19:35:07] <mohbana> ./eclipse -data new-w [19:35:08] <mohbana> --- this should point it to a new workspace right? [19:35:27] <paulweb515> mohbana: to the "new-w" workspace [19:36:52] <robot_jesus> anyone want to see my new race car :) [19:37:09] <robot_jesus> http://mccall.smugmug.com/gallery/3855853 [19:37:18] <rcjsuen> mohbana: It will start Eclipse pointing at the new-w folder in your current directory. [19:38:07] *** Guildenstern has joined #eclipse [19:38:13] *** krbarnes has joined #eclipse [19:39:35] *** bnmnetp_ has joined #eclipse [19:40:03] *** bnmnetp has quit IRC [19:40:35] *** philk_ has joined #eclipse [19:41:14] *** LongBeach has joined #eclipse [19:41:55] <mohbana> strange pointing it to a new workspace fixed the error [19:43:02] <mib_ujewm1dw> anyone use the mark dexter eclipse tutorials? this guy's awesome.....even an idiot like me can understand him [19:44:16] <mib_ujewm1dw> is there another tutorial series anyone recommends for beginners? [19:45:25] <rcjsuen> mib_ujewm1dw: I've only heard about his tutorials, never gone through them myself. [19:45:28] <dominikg> mib_ujewm1dw: help -> help contents contains some tutorials / first steps ... especially the workbench user guide and the jdt user guide are worth a read if you just started using eclipse [19:45:57] *** wild_oscar has joined #eclipse [19:46:13] <dominikg> they contain screenshots and iirc there are some cheat sheets aswell (step by step walkthroughs) [19:46:25] *** JakeKonkers has quit IRC [19:46:45] <wild_oscar> when you create a JUnit for a specific class, you can choose which methods you want to test. [19:47:08] <wild_oscar> is there a quick way to add more method testing after the creation of the junit class [19:47:09] <wild_oscar> ? [19:47:28] <rcjsuen> dominikg: true, the tips section is quite good [19:47:33] <rcjsuen> although i probably forgot 80% of those tips [19:47:34] <rcjsuen> but whatever [19:48:20] *** the_giver has quit IRC [19:48:20] <dominikg> wild_oscar: don [19:48:24] <dominikg> 't think so [19:49:03] <ijuma> wild_oscar: type "test" and then ctrl+space [19:49:18] <ijuma> select the first option [19:49:23] <ijuma> i think it can't get easier than that :) [19:50:05] <wild_oscar> yeah [19:50:10] <wild_oscar> well, it's something ;) [19:50:13] <wild_oscar> thanks anyway [19:50:30] *** acuster has quit IRC [19:50:35] <ijuma> np [19:50:46] *** ekuleshov has joined #eclipse [19:51:51] <mib_ujewm1dw> bluh whats the big diff between callisto, europa, ganymede? other than mass, avg radius of curvature,... [19:52:04] <nitind> They're alphabetized. [19:52:25] <rcjsuen> nitind: well how about that [19:52:28] *** Kako has quit IRC [19:52:30] <rcjsuen> i never thought of it that way [19:53:03] *** mohbana has quit IRC [19:53:05] <mib_ujewm1dw> jupiter has enough moons to get most of the alphabet......but about eclipse, any big deal to a devel? [19:53:44] <nitind> mib_ujewm1dw: They're the annual releases, 3.2, 3.3, 3.4, etc., with a number of project doing their releases at the same time. [19:54:11] <mib_ujewm1dw> ty [19:54:44] *** JohnE has left #eclipse [19:55:50] *** rcjsuen has quit IRC [19:56:49] <mib_ujewm1dw> anyone actually read the licensing agreement with easyeclipse distros? [19:57:30] *** jottinger has joined #eclipse [19:57:33] <mib_ujewm1dw> like, must i give my soul to satan if i install easyeclipse? [19:57:50] <dominikg> mib_ujewm1dw: no, you have to give it to pombreda ;) [19:57:50] *** philk__ has quit IRC [19:57:53] <mib_ujewm1dw> or something in fine print or swedish that i dont comprehend? [19:58:05] <mib_ujewm1dw> lol ok well in that's fine [19:58:19] <jottinger> okay, maybe this is a dumb question.. but how do I tell eclipse to package a project as a jar in a plugin? (i.e., myplugin uses classes from myproject; I want myproject to be packaged as part of the plugin.) [19:58:27] <ijuma> mib_ujewm1dw: it's only for a certain about of time though [19:58:56] <nitind> jottinger: I don't think that'll happen automatically, but why not just make that other project a plug-in as well? [19:59:16] <jottinger> nitind: because the other project has base classes for the activation process. [19:59:49] *** trac_ has joined #eclipse [20:00:36] <jottinger> I have a BundleActivator that does a lot of little simple things to save me work; until Spring DM doesn't suck, this seems like a valid alternative... as long as the classes can exist in the plugin's classpath. [20:00:58] *** the_giver has joined #eclipse [20:03:11] *** dajudge has joined #eclipse [20:04:14] <jottinger> osgi is really nice in potential but in practice it's a PITA. :( [20:06:39] <jottinger> nitind: what's the "best approach" to doing osgi services/bundles? [20:09:48] <pombreda> mib_ujewm1dw: this is a simple open source license. there is one for easyeclipse, and each open source plugins is under its own license. no tricks or gimmciks. [20:11:56] *** Beyhan has joined #eclipse [20:13:38] *** benny`work has quit IRC [20:14:01] *** lordmetroid_ has joined #Eclipse [20:14:18] *** benny`work has joined #eclipse [20:14:32] *** jprieur has quit IRC [20:15:14] <nitind> jottinger: That's a pretty vague question, but my vague answer in response would be to make them all bundles. [20:16:15] <jottinger> nitind: well, that's what I'm doing - but activation is a pain for each bundle [20:16:46] <jottinger> I mean, it's not HARD - but very repetitive [20:17:14] *** kirkt has quit IRC [20:17:30] *** trac^ has quit IRC [20:17:35] *** kartben has quit IRC [20:18:16] *** peter77 has joined #eclipse [20:18:16] <pombreda> anyone with pde-build experience with non-java plugins? they seem to be treated differently than java plugins the featch phase and forgotten in the generated assemble script [20:18:56] *** mohbana has joined #eclipse [20:19:10] *** Naker has joined #eclipse [20:20:27] *** IanLiu has joined #eclipse [20:21:39] <IanLiu> Hello there. I am using Eclipse3.2 CDT to make some OpenGL programs. The point is I am not getting completion/tips from those libraries. What should I do to get them? [20:21:55] <nitind> jottinger: oh? why? [20:22:07] <jottinger> why is it repetetive? [20:23:01] *** phoenixz has joined #eclipse [20:24:01] <phoenixz> Hi there, my X session just crashed and now I can not start eclipse anymore, giving me an "An error has occured, please check the log file" message.. When I check the log there is a huge load of.. information, which is not very clear on what problem eclipse is having.. [20:24:17] <phoenixz> is it possible for eclipse just to give me a plain and very clear message on what is wrong? [20:25:09] <phoenixz> Or, maybe somebody here could tell me why eclipse won't start anymore because of an X crash? [20:25:23] <dominikg> phoenixz, possibly it did, its maybe just not clear to you... [20:25:27] <dominikg> ~logs [20:25:28] <KOS-MOS> Looking for your Eclipse logs? Try Window > Show View > Other > PDE Runtime > Error Log. Or look at the <workspace>/.metadata/.log file. If you want to paste it somewhere, see ~pastebin - http://wiki.eclipse.org/index.php/IRC_FAQ#Where_are_Eclipse.27s_log_files_located.3F - http://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F [20:25:31] <dominikg> ~pastebin [20:25:32] <KOS-MOS> Please paste the relevant information to a pastebin - http://rafb.net/paste/ - http://pastebin.com - http://pastebin.ca [20:25:49] *** Carnage\ has joined #eclipse [20:25:55] *** mohbana has quit IRC [20:26:06] *** LordMetroid has quit IRC [20:26:18] <nitind> jottinger: Sort of, if A requires B, B will do its startup and then A will (neither of which are intended to be large amounts of work). [20:26:20] *** oracelix_ is now known as oracelix [20:26:35] <dominikg> post the part from the last startup only (there is a block about eclipse and java version, just scroll up from the end of the log) [20:26:47] *** rcjsuen has joined #eclipse [20:27:36] <jottinger> nitind: it's the registerservice stuff that I'm trying to abstract out [20:28:01] <jottinger> i.e., I have a base class, and subclasses are specialized only in that they have some configuration data bout WHICH services to start up [20:28:18] *** wild_oscar has left #eclipse [20:28:22] <phoenixz> dominikg> could you then check this? http://rafb.net/p/C1HgaN66.html [20:28:36] *** JohnBat26 has joined #eclipse [20:28:39] <phoenixz> or anybody, could you take a look at http://rafb.net/p/C1HgaN66.html and tell me why eclipse suddenly won't start up anymore? [20:29:28] *** Guildenstern has quit IRC [20:29:38] <phoenixz> dominikg> since eclipse has all log times wrong (it says 19:26 today, but its 13:29...) I don't really even know if Im sending you the correct part of the log [20:29:53] <rcjsuen> phoenixz: rename your logs, start eclipse, get that new log file [20:30:11] <rcjsuen> anyway, looks like your workspace got hosed [20:30:56] <phoenixz> sorry for the sarcasm here but.. I can't work like this.. Eclipse really looks great but its ALWAYS having problems.. There is not a single program here that comes even near eclipse in problems with starting up.. its like playing friggin russian roulette, just hoping that it will work.. [20:31:09] <dominikg> phoenixz java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer sounds like something is wrong the the classpath of the vm that runs eclipse.. [20:31:14] <phoenixz> now there is an X crash and again, eclipse is dead.. where is the logical reason for this?! [20:31:19] <nitind> phoenixz: Yes, which JRE are you using? [20:31:22] <dominikg> any chance you are on ubuntu and use eclipse from its repo? [20:31:25] <phoenixz> dominikg> nothing has changed, everything is the same... [20:31:39] <rcjsuen> I'll bet you can start Eclipse on a non-existent workspace. [20:32:02] <phoenixz> dominikg> yeah, already fixed that problem long time ago.. I was using eclipse 30 minutes ago.. all was okay, and then X crashed, and now eclipse won;t start... [20:32:43] <rcjsuen> try [20:32:48] <rcjsuen> ./eclipse -data /path/to/something/else [20:32:50] <rcjsuen> that starts, right? [20:32:55] <dominikg> i agree with rcjsuen [20:33:01] <ijuma> lol [20:33:07] <ijuma> that's not very helpful though [20:33:16] <rcjsuen> From the error, it looks like the workspace is corrupted. [20:33:17] <phoenixz> non existing workspace? you mean the basic working directory? its there, it was there, its still there.. [20:33:19] <rcjsuen> Or how should I put it [20:33:22] <ijuma> getting a workspace hosed on a crash is quite nasty [20:33:23] <rcjsuen> the workspace's "tree" [20:33:33] <rcjsuen> ijuma: Well, I want to confirm that at least. [20:33:34] <phoenixz> fixed.. I moved the .metadata directory to something else and it starts again.. [20:33:44] <phoenixz> now, I just have to re-configure all of eclipse, *again* [20:33:53] <ijuma> rcjsuen: sure [20:33:58] <rcjsuen> phoenixz: Well, that confirmed my suspicion anyway. [20:34:21] <rcjsuen> phoenixz: You could try deleting .metadata/.plugins/org.eclipse.core.resources/.root/ [20:34:26] *** kartben has joined #eclipse [20:34:42] <rcjsuen> ijuma: but yeah, workspace recovery is not very good at the o.e.c.resources level [20:35:04] <ijuma> what about -clean? [20:35:08] <ijuma> does that help at all? [20:35:11] <rcjsuen> I remember this happening a few weeks ago, someone deleted some file. [20:35:22] <rcjsuen> I don't remember which one exactly, but it was in the o.e.c.r place somewhere. [20:35:35] <rcjsuen> ijuma: I don't think so, but it is worth a try. [20:35:37] <rcjsuen> ~tell phoenixz about clean [20:35:38] <KOS-MOS> phoenixz: Please try restarting Eclipse with the '-clean' argument. http://wiki.eclipse.org/Graphical_Eclipse_FAQs#I_have_just_installed_a_plug-in_but_I_do_not_see_any_indication_of_it_in_my_workspace._What_do_I_do.3F [20:35:40] <phoenixz> rcjsuen> Just a "would be nice" then for the eclipse crew.. fix that!! its very very not funny having to spend 10% of my development time on trying to keep eclipse running.. [20:36:21] <phoenixz> rcjsuen> okay, let me try that.. I'll remove the new .metadata dir, put back the other one (the bad one) and restart it wtih -clean [20:36:28] <rcjsuen> phoenixz: There's probably a bug already, but you could feel free to file another one. [20:36:31] <ijuma> phoenixz: fwiw most people don't have the problems you're having with the core distribution (there are plenty of plug-ins that cause eclipse to be less than stable though) [20:36:35] <rcjsuen> phoenixz: If clean doesn't work, try what I said above. ^ [20:37:11] <rcjsuen> Or maybe the guy deleted the .safetable folder, hm [20:37:16] <ijuma> hard crashes can cause problems in many apps, however [20:38:38] <phoenixz> rcjsuen> well, the -clean option didnt work [20:38:46] <rcjsuen> Should talk to Szymon or z4z4 some time and see what's the proper way. [20:39:11] <rcjsuen> phoenixz: try moving the .root and/or .safetable folder out then [20:39:19] <phoenixz> I'll try so.. [20:39:20] <rcjsuen> (or deleting if you're feeling adventurous) [20:39:35] <phoenixz> rcjsuen> Im working on a copy of the .metadata file [20:39:40] <phoenixz> directory, sorry [20:39:54] *** cmw72 has quit IRC [20:40:28] *** cmw72 has joined #eclipse [20:40:59] <rcjsuen> There's also that one another way. [20:41:06] <rcjsuen> ~list [20:41:07] <KOS-MOS> Check out the list of available messages and commands I provide - http://ecf.eclipse.org/~rcjsuen/messages.html - http://ecf.eclipse.org/~rcjsuen/commands.html [20:41:16] <rcjsuen> now what was that macro ~.~ [20:41:29] <rcjsuen> Guess I lost it during one of my updates. [20:42:05] <phoenixz> rcjsuen> well.. none of that works.. I'll just remove the .metadata dir and start over, at least then I can continue my work\ [20:42:23] *** ryanzec has joined #eclipse [20:42:26] <rcjsuen> phoenixz: Do you have a .snap file? [20:42:38] <ryanzec> can anyone help me setup php on eclipse, i have a question about it [20:42:42] <rcjsuen> Actually, you should just destroy the core.resources and import your projects then if you're going to "start over". [20:42:44] <rcjsuen> phoenixz: see http://letsgetdugg.com/view/Recovering_a_corrupt_Eclipse_workspace [20:43:40] <ijuma> rcjsuen: talked to robogeek about that jdk6u4 problem. He said he'd look into it [20:43:53] <rcjsuen> ijuma: whoever that is, but grrrrrrrrrrrreat ;) [20:44:05] <ijuma> rcjsuen: do you still have that eclipse bugzilla reference? [20:44:14] <rcjsuen> no, but i can try and find [20:44:21] <rcjsuen> mmmmm [20:44:35] <ijuma> rcjsuen: that would be useful :) [20:44:47] <rcjsuen> ~214092 [20:44:48] *** oracelix_ has joined #eclipse [20:44:49] <KOS-MOS> Bug 214092 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=214092 - Platform / Resources / 3.3.1 - PC / Linux - RESOLVED / NOT_ECLIPSE / major / - Assignee: platform-resources-inbox at eclipse dot org - regular JVM crash in org.eclipse.core.internal.dtree.DataTreeNode.forwardDeltaWith [20:44:54] <phoenixz> rcjsuen> I'll try that one too then.. it be nice not having to loose my configuration... [20:45:15] <rcjsuen> phoenixz: I am 99% sure the resources plug-in is the problem. [20:45:41] <rcjsuen> ~tell phoenixz about 151075 [20:45:42] <KOS-MOS> phoenixz: Bug 151075 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=151075 - Platform / Resources / 3.2 - PC / Windows 2000 - NEW / normal / - Assignee: platform-resources-inbox at eclipse dot org - ObjectNotFoundException on startup after crash [20:45:45] <rcjsuen> Here's your chance to get yourself heard. [20:46:05] <ijuma> rcjsuen: thanks [20:46:38] <phoenixz> rcjsuen> looks like that fixed it.. let me see if I can reimport my projects correctly [20:46:57] *** cbosdonnat has quit IRC [20:47:23] *** orbisvicis has joined #eclipse [20:47:25] <phoenixz> rcjsuen> fixed! ahw, thanks a lot! life saver this one :) [20:47:37] <phoenixz> rcjsuen> really, thanks! [20:48:34] <rcjsuen> phoenixz: You can thank me by commenting on the bug. [20:50:11] <phoenixz> rcjsuen> @ the link you just gave me? https://bugs.eclipse.org/bugs/show_bug.cgi?id=151075 [20:50:30] <rcjsuen> yes, that [20:50:36] <orbisvicis> is it possible to write php locally and preview remotely ? [20:51:05] <phoenixz> rcjsuen> will do so, first have to register though [20:51:08] *** oracelix_ is now known as oracelix__ [20:51:55] *** lordmetroid__ has joined #Eclipse [20:52:11] *** oracelix__ is now known as oracelix_ [20:52:50] <rcjsuen> ~add recover-workspace Did you just experience a crash and Eclipse is now refusing to start? Are you seeing strange things in your logs with ObjectNotFoundExceptions complaining about missing tree elements? See http://letsgetdugg.com/view/Recovering_a_corrupt_Eclipse_workspace and ~151075 [20:52:51] <KOS-MOS> The new keyword "recover-workspace" has been stored. In the future, you can ask me about "recover-workspace" and I will respond. [20:54:42] *** lordmetroid__ is now known as LordMetroid [20:54:49] <orbisvicis> ...without doing the whole sftp - eclipse - firefox thing [20:56:28] <ijuma> rcjsuen: have you been using the p2 builds? [20:57:04] <rcjsuen> ijuma: was tlaking to yjob and friends on #equinox-dev just now [20:57:08] <rcjsuen> ijuma: Gonna start now I s'pose [20:57:19] <ijuma> rcjsuen: cool [20:57:52] <rcjsuen> ijuma: why do you ask? [20:58:06] <ijuma> rcjsuen: was just curious if there was anything interesting there ;) [20:58:21] <rcjsuen> ijuma: Well, I don't really use plug-ins :x [20:59:05] *** oracelix has quit IRC [20:59:07] <ryanzec> is there a channel for the php plug? [20:59:48] *** oracelix_ is now known as oracelix [21:01:17] *** peter77 has quit IRC [21:02:49] <rcjsuen> ijuma: btw, about that Combo bug we were talking about yesterday, looks like it doesn't happen on win32 [21:03:00] <ijuma> rcjsuen: doesn't surprise me [21:03:02] <rcjsuen> well, assuming it really is a bug [21:03:11] <rcjsuen> i dunno whether modify events hsould be fired or not, but anyway [21:03:17] <rcjsuen> either way, behaviour isn't the same on all platforms ;) [21:03:27] <ijuma> rcjsuen: i mean, it probably would not be there if it happened on win32 ;) [21:03:45] <rcjsuen> hehe [21:03:48] *** Naker has left #eclipse [21:03:56] *** Naker has joined #eclipse [21:05:12] <Naker> I'm getting countless "mi_cmd_var_create: unable to create variable object" when debugging c++ projects on vista. Does it happen to anyone else? [21:05:22] *** ryanzec has quit IRC [21:06:35] <Naker> It only happens when Stepping into using F5... and not on every line. [21:07:39] *** lordmetroid_ has quit IRC [21:08:57] *** robinr has joined #eclipse [21:09:39] *** conan has joined #eclipse [21:11:34] *** dan`afk has quit IRC [21:12:29] *** orbisvicis has quit IRC [21:13:33] <dajudge> hey all :) [21:14:50] <dajudge> now the real fun starts - how would I read the java compiler compliance settings for a JDT project? [21:15:08] *** robinr has quit IRC [21:15:18] *** phoenixz has quit IRC [21:15:35] *** _elemental has joined #eclipse [21:15:42] *** phoenixz has joined #eclipse [21:16:21] <rcjsuen> dajudge: Set a breakpoint in JavaBuilder and see what the builder does when you run Project / Clean? [21:16:42] <IanLiu> What should I do to make Eclipse CDT provide completion and code tips for my included files? [21:16:51] <dajudge> rcjsuen: just browsing the source of JDT's compliance property page [21:17:14] <rcjsuen> dajudge: If that's what you meant by 'read', then that's an easy task. [21:17:42] <dajudge> rcjsuen: with "read" i mean determining this setting from another plugin at runtime [21:17:55] *** jprieur has joined #eclipse [21:18:09] *** krbarnes has quit IRC [21:18:32] <rcjsuen> well, that should take you no time once you look at the pref page's code :) [21:18:53] <dajudge> rcjsuen: i guess my question is: would it be somewhat good style to use JDT's preference store along with the right constants to read those settings? [21:19:12] <rcjsuen> That's what I would do. [21:19:18] <rcjsuen> Might as well use their constants. [21:19:30] <dajudge> that was a quick one really! thanks! :) [21:19:33] *** notjohn has quit IRC [21:21:03] *** CodeNinja has joined #eclipse [21:22:19] *** riotz has joined #eclipse [21:24:56] *** MrDrools has quit IRC [21:24:56] *** conan is now known as MrDrools [21:25:13] *** IanLiu has left #eclipse [21:25:19] *** danbeck has joined #eclipse [21:25:26] *** notjohn has joined #eclipse [21:26:53] *** robinr has joined #eclipse [21:28:39] *** the_giver has quit IRC [21:29:22] *** XinTaaH has joined #eclipse [21:30:49] *** jprieur has quit IRC [21:36:08] *** bitshuffler_ has joined #eclipse [21:36:25] <bitshuffler_> hello [21:37:01] <bitshuffler_> did anyone succeed in connecting to subversion 1.4.4 from eclipse 3.3.2 via subclipse 0.7? [21:38:12] <bitshuffler_> i should add that it works just fine with eclipse 3.3.1.1 [21:40:14] *** krbarnes has joined #eclipse [21:43:51] *** pombreda has quit IRC [21:44:48] *** LabMonkey has quit IRC [21:45:01] *** LabMonkey has joined #eclipse [21:45:32] *** chickenFuego has joined #eclipse [21:45:50] <Pluxxx> what does src mean when Im in the navigator? whats supposed to be in the src ? [21:45:55] *** LabMonkey has quit IRC [21:46:01] *** LabMonkey has joined #eclipse [21:46:20] <rcjsuen> Pluxxx: I think you walked "In" a folder possibly [21:46:24] <rcjsuen> Pluxxx: maybe give us a screenshot? [21:46:33] <Pluxxx> erhm, its a folder [21:46:38] <Pluxxx> but whats supposed to be in the folder ? [21:46:47] <robot_jesus> its where you keep your 'source' code [21:46:52] <Pluxxx> ahh [21:47:05] <Pluxxx> k, thx [21:47:12] <robot_jesus> its a common java naming convention to have java/src, java/lib, java/config [21:48:21] <Pluxxx> yeah, I thought so, but I couldnt see that it stands for source :P [21:48:40] <Pluxxx> that solved my question [21:50:17] *** joeamined has joined #eclipse [21:50:43] *** LabMonkey has quit IRC [21:50:54] *** LabMonkey has joined #eclipse [21:51:56] *** CodeNinja has quit IRC [21:53:12] *** joeamined has quit IRC [21:54:16] *** jprieur has joined #eclipse [21:54:21] *** dominikg has quit IRC [21:56:30] *** trac_ is now known as trac^ [21:58:19] *** lordmetroid_ has joined #Eclipse [21:59:04] *** the_giver has joined #eclipse [21:59:19] *** bladezor has joined #eclipse [22:04:44] *** ivan has joined #eclipse [22:05:51] *** cmw72 has quit IRC [22:05:54] *** benny`work has quit IRC [22:06:19] *** cmw72 has joined #eclipse [22:10:05] *** numb has joined #eclipse [22:10:37] *** mib_ujewm1dw has quit IRC [22:11:30] *** Pookzilla has quit IRC [22:12:40] *** Zenopus_ has joined #eclipse [22:12:45] *** mohbana has joined #eclipse [22:13:19] *** Zenopus has quit IRC [22:13:25] *** Zenopus_ is now known as Zenopus [22:14:40] *** LordMetroid has quit IRC [22:16:47] <mohbana> hey guys i've fixed my problem :), what do you guys use for building swt apps. i am going to attempt to do my first in it [22:18:19] *** lordmetroid__ has joined #Eclipse [22:18:32] <robot_jesus> i use SWT [22:18:42] <arooni> i'm getting: java.lang.OutOfMemoryError: Java heap space when trying to open a .rb file with radrails plugin (from aptana) ... what should i do? [22:18:54] <robot_jesus> up the memory limit [22:19:11] <robot_jesus> rcjsuen: whats the trigger for that factoid ? [22:19:14] <rcjsuen> if you can't even open one file, sounds like you might have other problems [22:19:23] <rcjsuen> i'd try opening one file on an empty workspace and see if that happen [22:19:25] <rcjsuen> happens [22:19:27] <rcjsuen> ~memory [22:19:28] <KOS-MOS> Having memory problems? Please see http://wiki.eclipse.org/IRC_FAQ#I.27m_having_memory.2C_heap.2C_or_permgen_problems.2C_what_can_I_do.3F and http://eclipsenuggets.blogspot.com/2007/10/does-your-eclipse-3.html [22:19:34] *** Zerone has joined #eclipse [22:19:36] <Zerone> ello :) [22:19:48] <arooni> my eclipse.ini and problems: http://pastie.caboo.se/162504 [22:19:55] <arooni> i've already adjusted my eclipse.ini [22:20:05] *** jprieur has quit IRC [22:20:41] <mohbana> what do you recommend for building and swt gui? [22:20:52] <robot_jesus> mohbana: you mean a GUI designer ? [22:20:56] <mohbana> yes [22:21:20] <ijuma> arooni: I am sorry to say, but I don't think anyone here will be able to help you more apart from saying increase your Xmx even more [22:21:33] *** lordmetroid__ has quit IRC [22:21:36] <rcjsuen> arooni: you could try the one project one file in new worksapce thingi said [22:21:38] <arooni> ijuma, to what level? [22:21:39] <ijuma> arooni: are you running the latest aptana version? [22:21:46] *** Beyhan has quit IRC [22:21:47] <arooni> ijuma, yes i just upgraded today [22:21:52] <robot_jesus> mohbana: swt-designer looks nice, you can try before you buy [22:22:12] <robot_jesus> theres also a free one ( don't know the name , ) but Im not sure how good it is, it was lacking when I tried it [22:22:13] *** ready has quit IRC [22:22:19] <ijuma> arooni: try what rcjsuen said. If that doesn't work try 1024m [22:23:09] <ijuma> rcjsuen: do you recall if a capital 'M' is the same as 'm'? [22:23:34] <robot_jesus> mohbana: but SWT is setup nicely for programatic development with it, you might try doing it that way first, then try the RAD's [22:24:13] <ijuma> rcjsuen: "<robogeek> fw, the responsible manager replied they believe it's a dup of 6659207 access violation in CompilerThread0 ..and.. 6661016 Segmentation fault while compiling java code in eclipse .. they'll update the bug, and possibly a fix in 6u10" [22:24:39] <rcjsuen> 6u10 lol [22:24:42] <rcjsuen> "fw"? [22:25:00] *** vwegert has quit IRC [22:25:25] <Zerone> ello rcjsuen :) [22:25:31] <ijuma> rcjsuen: fw is just someone's nick. Don't take update numbers that literally ;) [22:25:38] <rcjsuen> Zerone: hi [22:25:56] <rcjsuen> ijuma: heheh [22:25:56] *** conan has joined #eclipse [22:25:56] <ijuma> rcjsuen: https://jdk6.dev.java.net/6uNea.html [22:26:03] <ijuma> that's 6u10 [22:28:16] *** dsugar100 has quit IRC [22:28:27] <arooni> is there a possibility that the existing workspace is bad and is leaking memory? [22:28:37] *** dmiles_afk has joined #eclipse [22:29:29] <ijuma> arooni: who knows, but that's why rcjsuen asked you to try on a new workspace [22:29:50] <arooni> i dont know how to open with a new workspace [22:30:05] <rcjsuen> File > Switch [22:34:36] *** |conan| has joined #eclipse [22:34:52] *** lordmetroid_ has quit IRC [22:35:49] *** LAVILA has joined #eclipse [22:36:37] *** phoenixz has quit IRC [22:36:57] <LAVILA> anybody tryed to open resources within jars within a java web start deployment?? I am having a lot of problems with this, I need some example coed [22:37:02] *** phoenixz has joined #eclipse [22:37:17] <LAVILA> all this in a RCP app [22:38:06] <arooni> now i cant even start eclipse :( java.lang.OutOfMemoryError: unable to create new native thread [22:38:35] <arooni> any ideas? [22:38:58] *** flowOver has joined #eclipse [22:41:16] *** MrDrools has quit IRC [22:41:17] *** |conan| is now known as MrDrools [22:41:30] <robot_jesus> re-install eclipse :) ? [22:41:45] <arooni> oh noes [22:41:46] <arooni> really? [22:42:02] <robot_jesus> install it in a different directory and see if it works [22:42:11] <robot_jesus> how long have you had your current distro ? [22:42:13] *** pombreda has joined #eclipse [22:42:19] <XinTaaH> question, i'm using eclipse C++ development tool and i need to start the program like 3 times until the progress bar in the splashscreen appears and the program runs [22:42:30] <XinTaaH> anyway knows whats up? [22:42:33] <XinTaaH> anyone [22:42:44] <arooni> robinr, forever; i did install eclipse 3.3 separately as ubuntu only has eclipse 3.2 [22:42:49] <ijuma> arooni: "eclipse -data <emptyDir>" [22:43:07] <ijuma> arooni: where <emptyDir> is an empty directory [22:43:39] <arooni> ijuma, same error [22:44:14] <arooni> what blew up? :( [22:44:26] <ijuma> arooni: your Xmx is too high [22:44:30] <ijuma> arooni: what is it atm? [22:44:46] <arooni> ijuma, i itried -Xmx1024m and -Xmx512mb [22:44:49] <arooni> i mean m [22:44:59] <ijuma> arooni: ok, try reducing your MaxPermGen [22:45:05] <ijuma> i mean MaxPermSize [22:45:10] <ijuma> make it 160m [22:45:10] <arooni> right now its 512m [22:45:17] <arooni> what should Xmx be at? [22:45:27] <ijuma> try Xmx1024m still [22:45:34] <ijuma> see if that helps [22:45:35] <arooni> same error :( [22:45:59] <ijuma> arooni: try 768m again? [22:45:59] <arooni> Error occurred during initialization of VM [22:45:59] <arooni> java.lang.OutOfMemoryError: unable to create new native thread [22:45:59] <arooni> at java.lang.Thread.start0(Native Method) [22:45:59] <arooni> \ [22:46:07] <arooni> ijuma, for which ? Xmx ? [22:46:11] <ijuma> yes [22:46:30] <arooni> same error [22:46:39] <ijuma> that's weird [22:46:56] <ijuma> arooni: do you have another eclipse open perhaps? [22:47:09] <ijuma> something is taking a lot of your memory causing the VM to fail [22:47:17] <arooni> ps -lA | ack eclipse => nothing [22:47:28] <arooni> my version of eclipse in /usr/bin/eclipse still works (but its 3.22) [22:47:38] <ijuma> arooni: what if you replace eclipse with java in your ps? [22:48:51] <arooni> ijuma, nothing; but if i run /usr/bin/eclipse i guess it works [22:49:02] *** timothym has quit IRC [22:49:15] <arooni> whoever wrote the aptana plugin should be fired [22:49:19] <ijuma> lol [22:49:26] <nitind> Aptana is not just one plug-in. [22:49:29] <arooni> ok i think i'll stay at version 0.80 [22:49:36] <arooni> and i'll wait for them to release 1.0 [22:49:43] <arooni> 0.93 seems buggy and terrible [22:49:49] <arooni> any problem with staying with eclipse 3.22? [22:50:31] *** scorphus has quit IRC [22:50:37] <rcjsuen> "problems" like most people can't help you because they don't use 3.2.x, not having latest bug fixes [22:50:44] <rcjsuen> the usual deal with using software that's old [22:51:04] *** flippo has joined #eclipse [22:51:20] *** conan has quit IRC [22:52:55] *** Nescafe has quit IRC [22:55:34] *** kirkt has joined #eclipse [22:56:49] <mohbana> how can i set the @author var that is used by javadoc? [22:57:03] <rcjsuen> mohbana: check the preferences, the templates [22:58:24] *** JohnBat26 has quit IRC [22:58:27] *** MontyCarleau has joined #eclipse [22:58:32] *** krbarnes has quit IRC [22:58:41] <MontyCarleau> Hey all, in Eclipse, when the build path says "Excluded: **" does that mean that everything is being excluded? [23:05:11] *** chickenFuego has quit IRC [23:05:20] *** timmy_boy has quit IRC [23:05:41] <paulweb515> MontyCarleau: which tab? [23:05:47] *** the_giver has quit IRC [23:05:52] *** nmatrix9 has quit IRC [23:06:37] <MontyCarleau> Source [23:07:26] *** readyx has joined #eclipse [23:07:54] <paulweb515> I think ** means everything, I think they use that like in ant [23:08:11] <paulweb515> MontyCarleau: for example, you can say com/examples/**/*Test.java [23:08:12] <MontyCarleau> So does that mean it excludes everything? [23:08:23] <paulweb515> That would be my guess [23:09:00] *** nmatrix9 has joined #eclipse [23:09:51] <arooni> can you upgrade 3.2.x to 3.3 without re downlaoding eclipse [23:09:54] <arooni> form eclipse's site [23:09:57] <rcjsuen> arooni: Negative. [23:10:15] *** Naker has left #eclipse [23:10:43] *** Ians has quit IRC [23:11:01] *** ^floe^ has joined #eclipse [23:11:16] <mohbana> is there anyway using the same key in a LinkedHashMap<K,V>? [23:11:21] <mohbana> as in repeated key [23:12:02] *** oregano has joined #eclipse [23:12:05] <oregano> Hi [23:12:56] <oregano> ive a Problem, after i installed a svn plugin eclipse dosnt sugget me any names of a method anymore if i type e.g. $_object-> [23:13:09] <oregano> anyone has an idea why? [23:13:18] <rcjsuen> ~tell oregano about nature [23:13:19] <KOS-MOS> oregano: Need to assign a nature to a project by hand? http://wiki.eclipse.org/IRC_FAQ#How_do_I_manually_assign_a_project_Nature_or_BuildCommand.3F [23:13:23] *** the_giver has joined #eclipse [23:14:07] <oregano> Sorry dont understand, my english is not the best [23:14:21] <rcjsuen> oregano: read the link, assign a php nature to your project, the end [23:14:27] <rcjsuen> assuming you are using PDT not phpeclipse [23:15:07] <oregano> yes pdt [23:15:37] <oregano> also the comments /** dosnt autocomplete anymore ;( [23:16:14] *** Naker has joined #eclipse [23:16:39] <oregano> have it write the lines in every project? [23:18:21] <rcjsuen> say what now [23:19:58] *** bitshuffler_ has quit IRC [23:20:05] <oregano> dosnt work [23:22:10] <rcjsuen> oregano: Does your project have a pdt nature? [23:22:30] <oregano> dont know sorry [23:22:58] <rcjsuen> oregano: see the link above [23:22:59] <oregano> i juck created a php project ;) [23:23:03] <rcjsuen> and check your project's .project file [23:23:14] <rcjsuen> oregano: on your newly created php projects content assist doesn't work you mean? [23:23:35] *** bnmnetp_ has quit IRC [23:23:55] <robot_jesus> rcjsuen: what did you think of my new track car [23:24:18] <rcjsuen> robot_jesus: I don't know anything about cars, you're asking the wrong guy. [23:24:29] *** floe has quit IRC [23:25:19] *** gionnyboss has quit IRC [23:25:51] <robot_jesus> just say you like it and we'll move on :P [23:28:15] <oregano> i get it :D tx [23:28:22] *** oregano has quit IRC [23:31:21] *** pschriner has quit IRC [23:33:26] *** Schnee is now known as schnee [23:34:05] <mohbana> how can i get eclipse to try to import all classes i reference [23:34:30] <mohbana> as in when ive finsihed doing HashMap mp = ... it should import it for me [23:35:28] *** tobias_ has quit IRC [23:38:09] *** LordMetroid has joined #Eclipse [23:41:02] *** mindCrime has quit IRC [23:43:25] *** SamuraiDio has quit IRC [23:45:44] <robot_jesus> mohbana: ctrl+space [23:45:46] *** benny`work has joined #eclipse [23:45:52] <robot_jesus> will auto import it for you if you let it complete it [23:46:08] *** co2 has quit IRC [23:52:06] <paulweb515> mohbana: and you can use CTRL+SHIFT+O to do them all at once [23:54:07] *** oracelix has quit IRC [23:54:25] <mohbana> paulweb515, thanks [23:54:33] *** Pookzilla has joined #eclipse [23:54:55] *** The_PHP_Jedi has joined #eclipse [23:57:20] <robot_jesus> wow thats awesome [23:57:56] *** notjohn has quit IRC [23:58:07] <ijuma> actually you can set it up to organize imports on save [23:58:22] <rcjsuen> I used to do that [23:58:23] <ijuma> that makes ctrl-shift-o less necessary [23:58:42] <rcjsuen> well, I guess I still could [23:58:42] <rcjsuen> just that i always need to clean my patches [23:58:46] <rcjsuen> since not all projects have project-level settings, blargh [23:58:50] <ijuma> rcjsuen: if the configuration is the same.. [23:58:53] <ijuma> ah [23:58:56] <ijuma> rcjsuen: file a bug :) [23:59:14] <rcjsuen> I'll have to [23:59:21] <rcjsuen> I hate cleaning up imports everytime I make a patch [23:59:39] *** Pookzilla has quit IRC