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

[00:01:44] *** soee has quit IRC
[00:04:04] *** nsando has joined #eclipse
[00:04:18] *** acron17 has joined #eclipse
[00:05:30] *** rrodriguez has quit IRC
[00:05:47] *** soulreaper has quit IRC
[00:07:09] *** LongBeach has quit IRC
[00:10:58] *** rrodriguez has joined #eclipse
[00:11:41] *** acron17 has quit IRC
[00:12:09] *** jebblue has left #eclipse
[00:14:37] *** klausk has joined #eclipse
[00:17:22] *** cgb has quit IRC
[00:19:26] *** michaely has joined #eclipse
[00:20:54] <michaely> I am interested in learning security and trusted bundles for OSGI. Does the eclipse equinox book cover this in detail?
[00:21:50] *** jerboaa has quit IRC
[00:22:40] *** Alien_Freak has quit IRC
[00:24:05] *** csgeek has joined #eclipse
[00:28:01] *** cbeust has quit IRC
[00:28:25] *** nsando has quit IRC
[00:30:23] *** dijonyummy123 has quit IRC
[00:32:08] *** robin_ has quit IRC
[00:32:21] *** mpiggott__ has quit IRC
[00:32:59] *** cbeust has joined #eclipse
[00:33:20] *** dijonyummy123 has joined #eclipse
[00:36:06] *** JaVaSan has joined #eclipse
[00:37:14] <JaVaSan> I'm currently using Eclipse + m2eclipse (Maven 2), but I'm stuck with the following error in a pom.xml for one of my projects: Error resolving version for plugin 'org.apache.maven.plugins:maven-source-plugin' from the repositories [local (C:\Users  \notphilco\.m2\repository), <some other repositories>, central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository Any clue?
[00:37:31] *** acron17 has joined #eclipse
[00:40:40] *** ExtraSpice has quit IRC
[00:41:34] <ronr_> JaVaSan: you may want to ask over at #m2eclipse on irc.codehaus.org
[00:41:54] *** Rodtusker has quit IRC
[00:42:54] *** michaely has quit IRC
[00:43:51] *** JaVaSan has quit IRC
[00:50:32] *** ronr_ has quit IRC
[00:52:06] *** Xgc has quit IRC
[00:58:36] *** klausk has quit IRC
[01:00:03] *** cbeust has quit IRC
[01:04:24] <acron17> hi there! i like the dialog in eclipse which presents long running operations (e.g. refactoring) which can also be send into background where the information is than displayed through the progress view
[01:05:10] <acron17> i would like to use this for my plugin. can someone tell me which classes provide this functionality?
[01:06:53] <FauxFaux> IProgress
[01:06:54] <paulweb515_> It's Jobs that are displayed in the progress view
[01:07:15] <paulweb515_> acron17: but it's a global preferences that determines Progress dialog vs Progress view, AFAIK
[01:07:48] *** elbeardmorez has quit IRC
[01:07:56] <paulweb515_> acron17: or use the IProgressService.  I see org.eclipse.ui.progress.IProgressService.showInDialog(Shell, Job)
[01:08:41] <rcjsuen> there's also the PMD
[01:09:26] <acron17> paulweb515: well the refactor dialog has an option named "Run in background" or the like with which the modal dialog closes and instead the progress is shown in the progress view
[01:17:28] *** contingo has quit IRC
[01:20:26] *** dirk_77_ has joined #eclipse
[01:24:55] *** kthomas_vh has joined #eclipse
[01:25:38] *** heinz has quit IRC
[01:34:04] *** cbeust has joined #eclipse
[01:34:43] <acron17> paulweb515: i now tried with IProgressService.showInDialog(Shell, Job). the progress is shown in the progress view but it is not shown in a dialog
[01:43:33] *** psst has quit IRC
[01:48:05] <acron17> ok, found out myself. just for the records: IProgressService is the right attempt, setUser(true) must be called on the instance of the inherited job class (before schedule() )
[01:49:00] *** dirk_77_ has quit IRC
[01:56:33] *** cmw72 has quit IRC
[01:57:58] *** acron17 has quit IRC
[02:02:43] *** kril has quit IRC
[02:04:53] <rcjsuen> ah yes setUser(boolean)
[02:34:12] *** echelog has joined #eclipse
[02:34:17] *** chuckd1 has joined #eclipse
[02:38:18] *** robin_ has joined #eclipse
[02:45:32] *** FalsAlarm has joined #eclipse
[02:52:24] *** SimonP86 has quit IRC
[03:00:39] *** kthomas_vh has joined #eclipse
[03:13:30] *** black_13 has quit IRC
[03:14:09] *** dijonyummy123 has quit IRC
[03:23:39] *** ksawicki has quit IRC
[03:44:52] *** rawbdor has quit IRC
[03:48:45] *** rawbdor has joined #eclipse
[03:56:12] *** rawbdor has quit IRC
[04:03:42] *** rawbdor has joined #eclipse
[04:07:04] *** rcjsuen has quit IRC
[04:11:31] *** a0sle has quit IRC
[04:18:44] *** freecrcerror has joined #eclipse
[04:19:15] *** a0sle has joined #eclipse
[04:19:15] *** a0sle has joined #eclipse
[04:19:40] <freecrcerror> hi all, sb has an tutorial for running a ecf server on a linux shell?
[04:25:20] *** Tutrikil has quit IRC
[04:29:22] *** Tutrikil has joined #eclipse
[04:33:46] *** Tutrikil has quit IRC
[04:48:27] *** Tutrikil has joined #eclipse
[04:57:23] *** salash has quit IRC
[05:00:37] *** kthomas_vh has quit IRC
[05:04:49] *** Tutrikil has quit IRC
[05:04:50] *** freecrcerror has quit IRC
[05:10:42] *** Dessimat0r has quit IRC
[05:11:09] *** mne7 has quit IRC
[05:11:55] *** mne7 has joined #eclipse
[05:12:50] *** d_a_carver has quit IRC
[05:14:13] *** jmotta has joined #eclipse
[05:27:08] *** Transformer has joined #eclipse
[05:28:00] *** chuckd1 has quit IRC
[05:30:35] *** Transformer has quit IRC
[05:50:25] *** rkrul has joined #eclipse
[05:55:08] *** ExtraSpice has joined #eclipse
[06:15:06] *** rkrul has quit IRC
[06:21:58] *** lolmatic has joined #eclipse
[06:37:22] *** mluser-home has quit IRC
[07:00:28] *** ddk has joined #eclipse
[07:07:53] *** scorphus has quit IRC
[07:07:53] *** moraes has quit IRC
[07:08:29] *** moraes has joined #eclipse
[07:09:33] *** scorphus has joined #eclipse
[07:11:31] *** mityay has joined #eclipse
[07:19:50] *** mfladischer has joined #eclipse
[07:31:09] *** mne7 has quit IRC
[07:39:10] *** TomTom has joined #eclipse
[07:41:42] *** mityay has quit IRC
[07:42:30] *** Zenopus_ has joined #eclipse
[07:43:25] *** Zenopus has quit IRC
[07:45:22] *** Zenopus has joined #eclipse
[07:47:01] *** Zenopus_ has quit IRC
[07:49:16] *** timotei has joined #eclipse
[07:51:34] *** kthomas_vh has joined #eclipse
[07:51:53] *** kthomas_vh has quit IRC
[07:52:55] *** rrodriguez has quit IRC
[07:54:22] *** timotei has left #eclipse
[08:00:06] *** crashR has joined #eclipse
[08:03:31] *** jmotta has quit IRC
[08:05:13] *** PW-toXic_ has quit IRC
[08:11:50] *** Zenopus_ has joined #eclipse
[08:12:14] *** Zenopus has quit IRC
[08:12:19] *** Zenopus_ is now known as Zenopus
[08:14:17] *** laurenz has joined #eclipse
[08:14:29] *** elbeardmorez has joined #eclipse
[08:14:46] *** tewecske has joined #eclipse
[08:17:20] *** laurenz has quit IRC
[08:27:53] *** hex` has quit IRC
[08:34:26] <Max__> What is wrong with my CDT install and how do I fix it? http://pastebin.com/QZy8eCbJ
[08:43:17] *** dijonyummy123 has joined #eclipse
[08:44:23] *** ronr_ has joined #eclipse
[08:46:16] *** rps_ has quit IRC
[08:54:54] <FauxFaux> Max__: Classic xulrunner problem.
[08:55:39] *** Pasqualle has joined #eclipse
[08:56:22] <Max__> FauxFaux: so, how do I fix it?
[08:58:10] *** crib has quit IRC
[08:59:58] *** acron17 has joined #eclipse
[09:00:09] *** KolakCC has joined #eclipse
[09:00:50] *** cbeust has quit IRC
[09:01:17] *** toki has quit IRC
[09:01:27] <FauxFaux> Max__: First 50 google results for "eclipse xulrunner" should help.
[09:01:40] *** DynV has quit IRC
[09:02:13] <FauxFaux> Or for 'eclipse "XPCom error"' in fact.
[09:02:30] *** DynV has joined #eclipse
[09:11:49] *** ronr_ has quit IRC
[09:13:36] <Max__> FauxFaux: the solutions seem to be the update of xulrunner. But I'm using the newest stable verison, 2.0.1!
[09:18:35] *** lolmatic has quit IRC
[09:21:22] *** Zenopus_ has joined #eclipse
[09:22:39] *** Zenopus has quit IRC
[09:25:51] *** Zenopus_ has quit IRC
[09:26:46] *** SzymonB has joined #eclipse
[09:27:14] *** Zenopus has joined #eclipse
[09:39:39] *** drthingums has joined #eclipse
[09:44:39] *** aminpy has joined #eclipse
[10:03:43] <jink> DynV: Weird.  But glad it works now. :)
[10:20:48] *** Rios1984 has joined #eclipse
[10:22:45] <FauxFaux> Tee hee, Eclipse MAT's menus are invisible in Unity -> completely unusable.
[10:22:46] *** Rios1984 has left #eclipse
[10:25:20] <Max__> Yay Unity?
[10:25:38] <FauxFaux> Better than Gnome and KDE. :/
[10:26:19] <jink> Nothing beats shell. :>
[10:26:34] <Max__> I still don't know how to fix my xulrunner probloem :(
[10:26:37] <Max__> *problem
[10:31:19] <acron17> hi there! i've a more general question about plugin development: how do you guys design your (gui)-plugins?
[10:32:03] <acron17> more concrete i assume you use the mvc pattern. how about the controller do you have one or more, maybe related to each other?
[10:32:24] <acron17> and how fit handlers like AbstractHandler into your design?
[10:35:15] *** codeon has joined #eclipse
[10:37:06] *** dinesh___ has joined #eclipse
[10:37:48] <dinesh___> hey guys, eclipse hangs on "calculating requirements and dependencies" when trying to install EclEmma from the market place on Helios, any idea?
[10:38:30] <FauxFaux> Untick the "check all update sites for crap I don't need" box or stop using the update wizard.
[10:40:28] *** mfladischer has quit IRC
[10:43:51] *** mfladischer has joined #eclipse
[10:47:43] *** TJ__ has joined #eclipse
[10:54:45] <dinesh___> thanks that worked fahadsadah
[10:54:47] <dinesh___> FauxFaux*
[10:55:07] *** psst has joined #eclipse
[10:55:09] *** wild_oscar has joined #eclipse
[10:55:39] <wild_oscar> hi. is it possible to make  "mark the target directory as derived" the default?
[10:56:03] <wild_oscar> it's always derived, and having to do it for every project is cumbersome
[10:56:10] *** psst has quit IRC
[10:56:22] *** psst has joined #eclipse
[10:57:36] *** psst has quit IRC
[10:57:53] *** psst has joined #eclipse
[10:58:55] *** coconutz has quit IRC
[10:59:16] *** coconutz has joined #eclipse
[11:00:40] <TJ__> if i have a define, and hover over it, i get a popup with black background, how do i change this to white so i can read the text ?
[11:01:00] *** crib has joined #eclipse
[11:02:46] *** z4z4 has joined #eclipse
[11:08:16] *** deuterium has joined #eclipse
[11:09:30] *** ronr_ has joined #eclipse
[11:11:13] <TJ__> Preferences > C/C++ > Editor > Source hover background
[11:11:15] <TJ__> thanks
[11:11:17] <TJ__> :)
[11:11:19] *** TJ__ has quit IRC
[11:13:23] *** binarious has joined #eclipse
[11:13:37] <binarious> Hi, are the eclipse helios' update sites available for you?
[11:23:29] *** ronr_ has quit IRC
[11:26:13] *** SzymonB has quit IRC
[11:38:21] *** codeon has quit IRC
[11:45:46] *** rawbdor has quit IRC
[11:49:51] *** lolmatic has joined #eclipse
[11:49:54] *** Zenopus has quit IRC
[11:50:59] *** Zenopus has joined #eclipse
[11:58:06] *** Kamaran has joined #eclipse
[12:04:34] *** aminpy has quit IRC
[12:05:24] *** Zenopus_ has joined #eclipse
[12:05:30] *** Zenopus has quit IRC
[12:05:36] *** Zenopus_ is now known as Zenopus
[12:06:26] *** coconutz has quit IRC
[12:07:40] *** aminpy has joined #eclipse
[12:20:34] *** rcjsuen has joined #eclipse
[12:25:34] *** binarious has quit IRC
[12:25:40] *** Briareos1 has joined #eclipse
[12:26:51] <acron17> nobody interested in giving me some hints for plugin code design?
[12:28:33] <paulweb515_> acron17: it's such a broad area.  Eclipse 4 uses MVC with an EMF model as the M and a set of Renderers as the V
[12:29:05] <paulweb515_> acron17: apparently we didn't do one of the best practices, which is to encapsulate all change requests to the model in EMF commands
[12:29:28] <acron17> paulweb515: ok, but i'm using eclipse 3. have you ready my question above?
[12:31:03] <jink> I like the template macros.  I just did one for Map.entrySet().  It's cute. ^__^
[12:31:32] <paulweb515_> acron17: I read you asking about MVC ... what's you M?
[12:32:39] <acron17> paulweb515: can you please read my question from 10:34 or should i repost it? the M is not my problem the C gives me headaches
[12:34:07] <paulweb515_> acron17: re-post please ... my timestamps are different :-)
[12:34:24] <acron17> paulweb515: ah, well, of course :-)
[12:35:01] <acron17> hi there! i've a more general question about plugin development: how do you guys design your (gui)-plugins?
[12:35:08] <acron17> more concrete i assume you use the mvc pattern. how about the controller do you have one or more, maybe related to each other?
[12:35:14] <acron17>  and how fit handlers like AbstractHandler into your design?
[12:36:29] *** Scorpion1 has joined #eclipse
[12:36:42] <acron17> maybe i should provide some more details: in my plugin i've two viewparts (a treeviewer and a view which contains some button) which interact
[12:36:47] *** real_ate has joined #eclipse
[12:37:22] *** xxen has joined #eclipse
[12:37:37] <real_ate> is the eclipse download site down? I'm trying to access the software updates but it keeps failing e.g. http://download.eclipse.org/technology/m2e/milestones/1.0
[12:37:52] <acron17> i also need to interact with remote a remote soap-server and maybe the current editor (not sure about that). i do not want a ready made design from you, but more general advices for the controler and handler
[12:39:52] *** PW-toXic has joined #eclipse
[12:48:36] *** Tutrikil has joined #eclipse
[12:58:32] *** Hanumaan has joined #eclipse
[13:00:33] <paulweb515_> real_ate: how does it fail?
[13:00:43] *** acron17 has quit IRC
[13:04:48] *** rcjsuen has quit IRC
[13:07:09] <real_ate> paulweb515_: it is just not responding
[13:08:36] <paulweb515_> real_ate: are there any errors in your error log?  it's getting close to release time, and bandwidth might be a problem.  I can definitely see files there.
[13:11:48] <real_ate> paulweb515_: ah its back up now
[13:12:04] <real_ate> paulweb515_: i didnt' notice any errors in the error log, and its installed fine now
[13:12:29] <real_ate> i've restarted eclipse so i don't know if there is any more useful information i can give :/
[13:18:36] *** rcjsuen_ is now known as rcjsuen
[13:18:55] <rcjsuen> Max__: You can't use xulrunner 2
[13:22:51] *** Arbalest has quit IRC
[13:23:07] *** Hanumaan has quit IRC
[13:23:11] *** nitind has quit IRC
[13:24:43] <paulweb515_> real_ate: it could just be the heavy traffic
[13:28:31] *** SimonP86 has joined #eclipse
[13:28:34] <Max__> rcjsuen: Really? I need to downgrade? That will screw up FF 4 though...
[13:28:42] *** drthingums has quit IRC
[13:30:32] *** aminpy has quit IRC
[13:30:56] <rcjsuen> I didn't say anything about downgrading.
[13:31:14] <Max__> OK, then what should I do?
[13:31:14] <rcjsuen> check the swt faq
[13:31:46] <Max__> It's very long, and I;m not sure what I'm looking for...
[13:32:23] *** wild_oscar has left #eclipse
[13:32:34] <rcjsuen> you should look for keywords, like xulrunner
[13:38:54] *** SimonP86 has quit IRC
[13:39:06] *** alankila has quit IRC
[13:40:23] *** Tutrikil has quit IRC
[13:41:38] <Max__> I'm at http://www.eclipse.org/swt/faq.php and I'm not seeing anything related to xulrunner 2. It looks like I can downgrade to 1.9 and FF will still work. But is there another option?
[13:41:42] *** SimonP86 has joined #eclipse
[13:42:50] <rcjsuen> a) install an older version of XULRunner and tell Eclipse to use that or b) install WebKit GTK and tell Eclipse to use that
[13:44:52] <Max__> Fortunately webkit GTK is already installed. Which is good, because I hate having to manually find and install older versions of installed software. The mirrors can get messy.
[13:47:36] *** alankila has joined #eclipse
[13:48:12] <Max__> Um... does this mean that I need to completely uninstall Eclipse and then build it from scratch?
[13:49:10] <rcjsuen> Assuming you're using 3.6 or 3.7, no.
[13:49:39] <Max__> I'm using 3.6
[13:51:11] <Max__> What do I need to do?
[13:59:19] *** Xgc has joined #eclipse
[14:01:48] <rcjsuen> http://www.eclipse.org/swt/faq.php#browserwebkitgtk
[14:02:22] <Max__> Where do I find org.eclipse.swt.browser.UseWebKitGTK ?
[14:12:12] *** otaviobp has joined #eclipse
[14:12:19] *** SimonP86_ has joined #eclipse
[14:12:58] <rcjsuen> you don't find it, it's a JVM system property that you can preset on the command line when starting Eclipse or in its eclipse.ini file
[14:13:55] <Max__> I can just append that line to the end of the ini file in /usr/lib/eclipse/eclipse.ini ?
[14:14:48] *** SimonP86__ has joined #eclipse
[14:15:40] *** SimonP86 has quit IRC
[14:17:45] *** deuterium has quit IRC
[14:18:03] *** SimonP86_ has quit IRC
[14:19:55] *** mne7 has joined #eclipse
[14:32:17] *** cbeust has joined #eclipse
[14:36:06] *** apheff has joined #eclipse
[14:38:22] <Max__> rcjsuen...?
[14:39:24] *** ualtin has joined #eclipse
[14:40:22] <ualtin> Hi how do I export a Project as executable jar file. If I klick on Project->Export->Executable Jar
[14:40:35] <ualtin> it asks for lunch configuration, but the dropdown list is emty
[14:41:56] <Max__> ualtin: you need to select the class that has a main() in it.
[14:42:43] <Max__> The dropdown menu for the launch configuration should have a list of all the runnable (read: has a main() function) classes that you've run recently.
[14:42:46] <ualtin> Max__, I know.. but the list was empty... I needed to run the class with main first so it appears in the list to select
[14:42:58] <Max__> OK. Did that help?
[14:43:31] *** RaceCondition has joined #eclipse
[14:43:44] <RaceCondition> how to get Eclipse Marketplace support in Aptana Studio 3?
[14:43:53] <RaceCondition> there's no Help -> Eclipse Marketplace option
[14:43:54] <ualtin> Max__, thanks it did
[14:45:42] *** nsando has joined #eclipse
[14:45:54] <rcjsuen> Not necessarily. It depends on your eclipse.ini. Arguments to the JVM needs be in the vmargs section (if there isn't one already).
[14:46:59] <Max__> Can you show me an example, please?
[14:48:36] <Max__> This is my ini file: http://pastebin.com/TX8ryJvF
[14:49:16] *** vdv has joined #eclipse
[14:52:11] *** klausk has joined #eclipse
[14:53:47] <rcjsuen> line 14 has the right idea, you want the similar -D format for your webkit gtk thing
[14:54:27] <Max__> But underneath the -vmargs flag in line 11, right?]
[14:55:12] *** jerboaa has joined #eclipse
[14:56:58] <Max__> That didn't work. I'm still seeing the angle brackets around the C++ and Java perspectives :(
[14:58:31] *** mziaei has joined #eclipse
[14:59:51] *** UrsoBranco has joined #eclipse
[15:02:31] <rcjsuen> Even if it worked (or not), they wouldn't make those <Java> perspectives go away
[15:02:56] <Max__> I thought that was the problem...
[15:06:32] <rcjsuen> well, i can see it making Eclipse crash or making your content assist not work
[15:06:41] <rcjsuen> but they wouldn't be related to those crocodile mouths
[15:07:05] <Max__> Hmm
[15:07:20] <Max__> I thought that was an indication that thesomething broke on the install?
[15:08:30] <rcjsuen> In a way...but the browser problem is unrelated here.
[15:08:49] <rcjsuen> It could be indirectly related. But I will say you can get into that state even if your browser was fine, let's put it that way.
[15:09:14] <Max__> OK.
[15:10:34] <Max__> Further symptoms include no proper C++ perspective toolbar (build, etc') and no content assist in C++. Also, when I double-click a cpp file it opens it in the default text editor (kwrite, in my case) and not in the Eclipse window.
[15:10:39] *** lilalinux has quit IRC
[15:12:19] <rcjsuen> That likely imples you don't have the CDT plug-in installed on your system.
[15:12:24] <rcjsuen> or Eclipse can't find it, well, means the same thing anyway
[15:13:31] <Max__> But I do have it installed. How do I manually point Eclipse to it?
[15:14:33] *** real_ate has left #eclipse
[15:18:41] *** helindbe has quit IRC
[15:18:59] <rcjsuen> I think what you should identify is what happened between Eclipse's CDT support working and not working
[15:19:41] <Max__> ???
[15:20:28] *** lilalinux has joined #eclipse
[15:20:33] *** rfajardo has joined #eclipse
[15:21:16] <rfajardo> hi there, do you know of recommendable code coverage tool for C development, under CDT?
[15:23:06] *** odin_ has quit IRC
[15:24:41] *** mpiggott has joined #eclipse
[15:25:52] *** odin_ has joined #eclipse
[15:27:04] *** lilalinux_mbp has joined #eclipse
[15:27:14] *** helindbe has joined #eclipse
[15:28:09] *** jamespat has quit IRC
[15:28:53] *** mfladischer has quit IRC
[15:30:47] *** nitind has joined #eclipse
[15:30:47] *** nitind has joined #eclipse
[15:30:59] *** Arbalest has joined #eclipse
[15:31:45] *** SimonP86__ has quit IRC
[15:32:28] *** apheff has left #eclipse
[15:35:28] *** lilalinux has quit IRC
[15:35:28] *** lilalinux_mbp is now known as lilalinux
[15:36:08] *** lolmatic has quit IRC
[15:39:57] *** mpiggott__ has joined #eclipse
[15:43:08] *** lolmatic has joined #eclipse
[15:43:15] *** mpiggott has quit IRC
[15:43:49] *** abhatnag has joined #eclipse
[15:47:59] *** SimonP86 has joined #eclipse
[15:52:09] *** Tutrikil has joined #eclipse
[15:53:55] *** d_a_carver has joined #eclipse
[15:56:30] *** Scorpion1 has quit IRC
[15:59:46] *** Max____ has joined #eclipse
[16:03:32] *** ronr_ has joined #eclipse
[16:04:16] *** acron17 has joined #eclipse
[16:17:20] *** myusuf3_ has quit IRC
[16:19:05] *** Tutrikil has quit IRC
[16:21:12] *** nitrospectide has joined #eclipse
[16:22:12] *** UrsoBranco has quit IRC
[16:22:20] *** Tutrikil has joined #eclipse
[16:22:51] *** klausk has quit IRC
[16:23:02] *** myusuf3_ has joined #eclipse
[16:23:57] *** rps_ has joined #eclipse
[16:26:00] *** rps_ has quit IRC
[16:26:25] *** rolf has joined #eclipse
[16:26:31] <rolf> hi
[16:27:02] *** rps_ has joined #eclipse
[16:27:45] <rolf> I am using an external library which provides a CLASS called Queue, eclipse is always complaining, that Queue is an interface (the normal jdk Queue!), how can I make him understand, that I want to use another class?
[16:28:37] *** mluser-home has joined #eclipse
[16:29:24] <rolf> the problem is, that the class Queue is in a package called java.util.Queue so it doesn't help to reference that library (altough, it is)
[16:30:06] <FauxFaux> rolf: Eclipse asks you what classes you want to import.
[16:30:23] <FauxFaux> Preferences -> Type Filters allows you to make java.util.Queue Not Exist.
[16:32:22] <rolf> mh, still get the litte red errors and the same suggestions
[16:32:37] *** rkrul has joined #eclipse
[16:33:12] *** nsando_ has joined #eclipse
[16:33:39] *** apollov has joined #eclipse
[16:35:38] *** nsando has quit IRC
[16:35:38] *** nsando_ is now known as nsando
[16:36:17] *** Tutrikil has quit IRC
[16:37:45] <apollov> Hi all. It's 2 days I'm trying to understand the right way to connect my workspace to svn repository.
[16:37:45] <apollov> I've got a project, a trunk, a branch and 2 working copies. 1 is connected to trunk. Second is disconnected from repo.
[16:37:45] <apollov> What am I to do to connect that second copy to a branch?
[16:42:07] *** deSilva has quit IRC
[16:43:11] *** wainersm has joined #eclipse
[16:51:47] *** ShooterMG has joined #eclipse
[17:00:37] *** rolf has quit IRC
[17:01:45] *** myusuf3_ has quit IRC
[17:02:00] *** myusuf3_ has joined #eclipse
[17:05:05] <rcjsuen> Max__, Max____: What I mean is that you need to ask yourself what happened to your system the last time Eclipse was workign for you and when it stopped working for you
[17:06:31] <Max____> When I installed a new OS. I went from Mandriva (Eclipse Ganymede) to Mageia (Eclipse Helios).
[17:07:15] *** heinz has joined #eclipse
[17:09:53] *** fisix has joined #eclipse
[17:10:21] <rcjsuen> so you mean yum updated your eclipse rpm from Ganymede to Helios?
[17:10:39] <fisix> why does eclipse display the error symbol on my packages, but there are no erreors within?
[17:11:22] *** soee has joined #eclipse
[17:12:01] <Max____> No. I did a clean install. Now the Eclipse that is in the repos is Helios, not Ganymede.
[17:12:24] *** EricInBNE has quit IRC
[17:14:07] *** elbeardmorez has quit IRC
[17:14:45] <Max____> fisix: sometimes the error symbol doesn't go away until you save the project again, or build.
[17:16:22] <rcjsuen> Max____: So you installed a clean distro installed and installed eclipse and eclipse-cdt from yum but when you start you can't make C/C++ projects?
[17:16:31] <Max____> Exactly.
[17:16:52] <Max____> But not yum, rpmdrak.
[17:16:52] <Max____> Same difference.
[17:17:03] <rcjsuen> Max____: You should talk with the ppl in #eclipse-linux then. That is very odd.
[17:17:12] <rcjsuen> ppl there wrok on the deb/rpm packages
[17:17:35] *** zx has quit IRC
[17:17:44] <Max____> OK.
[17:19:35] <fisix> Max__, i've tried to save, clean, and rebuild. still there :b
[17:19:56] *** zx has joined #eclipse
[17:21:32] *** zx has quit IRC
[17:24:36] *** zx has joined #eclipse
[17:25:31] *** dinesh___ has quit IRC
[17:26:19] *** abhishek has joined #eclipse
[17:28:16] *** mziaei has quit IRC
[17:28:23] *** klausk has joined #eclipse
[17:28:47] *** abhatnag has quit IRC
[17:28:54] *** jerboaa has quit IRC
[17:29:30] *** fisix has quit IRC
[17:29:58] *** cmw72 has joined #eclipse
[17:33:15] *** erik__ has joined #eclipse
[17:34:00] *** Pasqualle has quit IRC
[17:34:36] *** semicolon has joined #eclipse
[17:34:55] *** fisix has joined #eclipse
[17:36:30] *** fisix has quit IRC
[17:36:51] *** fisix has joined #eclipse
[17:37:12] <erik__> I cannot find any hints from googling so far... I have trouble starting Eclipse on Ubuntu 11.4 2.6.38-8-generic #42-Ubuntu. I get a run time error with something like Illegal field name "SERVICE_FAC     ORY_EXCEPTION" (org.eclipse.osgi) the full log is here: http://pastebin.info/2028
[17:38:21] *** fisix has quit IRC
[17:38:43] *** wainersm has quit IRC
[17:38:46] *** fisix has joined #eclipse
[17:42:37] *** soc42 has joined #eclipse
[17:45:46] *** tq|Memphis has joined #eclipse
[17:47:23] <tq|Memphis> hi, i want to install eclipse pdt on my debian but i am totally newbie i did some search but there isnt any solid explanation for it can someone wanna help me?
[17:47:59] <tq|Memphis> now downloading java6-* packages -.-
[17:48:53] *** abhishek_ has joined #eclipse
[17:48:56] *** TomTom has quit IRC
[17:49:17] *** jerboaa has joined #eclipse
[17:49:47] *** mziaei has joined #eclipse
[17:51:56] *** abhishek has quit IRC
[17:53:20] *** shurane has joined #eclipse
[17:56:05] *** danharibo has joined #eclipse
[17:58:07] <danharibo> Hi, quick question, how can I add source files to my PHP projec that are in a different location? E.g. source code at D:\web\project\* and eclipse project at D:\Eclipse\Workspace\Project
[18:00:17] <paulweb515> danharibo: create a folder, and use the advanced button to point it at another location on the file system
[18:00:25] <danharibo> ok, thanks
[18:01:20] *** RaceCondition has quit IRC
[18:01:47] *** semicolon has quit IRC
[18:04:19] *** apollov has left #eclipse
[18:05:15] *** z4z4 has quit IRC
[18:07:08] *** RaceCondition has joined #eclipse
[18:07:10] *** cbeust has quit IRC
[18:08:11] *** Azelphur has quit IRC
[18:09:10] *** ulfdoz has joined #eclipse
[18:09:33] <ulfdoz> g'eve. Is there a way, to set properties like java.endorsed.dirs in a project's configuration globally?
[18:09:34] *** Azelphur has joined #eclipse
[18:13:39] *** ksawicki has joined #eclipse
[18:14:11] <Echidna> is there a way to programmatically switch to the next page in Wizard?
[18:15:00] *** ksawicki has quit IRC
[18:17:30] *** Tashtego has joined #eclipse
[18:20:00] *** ksawicki has joined #eclipse
[18:23:11] *** jebblue has joined #eclipse
[18:23:37] <briandealwis> Echidna: IWizardContainer#showPage()
[18:24:24] <Echidna> briandealwis: thix
[18:24:27] <Echidna> thx*
[18:24:50] <tq|Memphis> anyone know what is this that error ? http://pastebin.com/qfNyECXH
[18:25:39] *** cgb has joined #eclipse
[18:26:10] *** magnet_ has quit IRC
[18:30:36] *** deSilva has joined #eclipse
[18:32:37] *** klausk has quit IRC
[18:34:04] *** jmotta has joined #eclipse
[18:34:24] *** tewecske has quit IRC
[18:36:10] *** RaceCondition has quit IRC
[18:37:03] *** jmotta has quit IRC
[18:38:56] *** ExtraSpice has quit IRC
[18:39:19] *** cbeust has joined #eclipse
[18:40:25] *** shurane has quit IRC
[18:42:33] *** gigabytes has joined #eclipse
[18:45:37] *** Max____ has quit IRC
[18:52:52] *** Briareos1 has quit IRC
[18:53:36] *** ExtraSpice has joined #eclipse
[18:59:51] *** RaceCondition has joined #eclipse
[19:00:35] *** RaceCondition has quit IRC
[19:01:40] <DynV> I'm cleaning up a source code but don't want to delete it so I've created an archival source containing only the part I don't want anymore (I case I decide to put them back) but when I build the cleaned-up version it also does the archival and I'd like the later that to not be built, is there a way to have a source code be excluded from a project build?
[19:02:07] <DynV> ^ delete the unneeded parts
[19:03:07] <ulfdoz> DynV: Use revision control/source code management.
[19:03:39] <ulfdoz> Even for small home-made projects, this turns out to be a win as soon as you get used to it.
[19:03:45] <DynV> ulfdoz: Where is that? sorry I'm new to Eclipse. :)
[19:04:11] *** SimonP86_ has joined #eclipse
[19:04:35] *** antiguru_ has joined #eclipse
[19:04:50] <ulfdoz> DynV: In Eclipse there is only UI secondary support. The basic tool is given by stuff like mercurial, darcs, git, subversion, cvs, bzr, and probably a lot more.
[19:05:32] *** antiguru has quit IRC
[19:05:34] <ulfdoz> At least mercurial, cvs, subversion and git are supported by eclipse plugins.
[19:06:22] *** SimonP86__ has joined #eclipse
[19:07:09] <DynV> ulfdoz: so the RC (revision control) is underneath Eclipse GUI between the compiler?
[19:07:40] *** SimonP86 has quit IRC
[19:07:43] <ulfdoz> DynV: No, it has nothing to do with the compiler, it just manages your files and allows you to track changes in them.
[19:09:11] <ulfdoz> DynV: It does not care, whether it manages text, source code or anything else. It tracks revisions, you can restore, diff, search, merge, bisect, etc. pp.
[19:10:00] *** SimonP86_ has quit IRC
[19:11:40] <DynV> ulfdoz: oh so you're suggestion I don't do such a crude method as to do a "thrash" source code file and use that tool to retrieve deleted parts?
[19:11:53] <DynV> suggesting
[19:12:27] * DynV found what I was looking for
[19:13:31] 
[19:13:42] <ulfdoz> DynV: Exactly.
[19:14:00] <DynV> ulfdoz: I will consider that, thatk you :)
[19:14:41] <DynV> ulfdoz: for now I'm using a "simple" backup tool set hourly on my Eclipse workspace :D
[19:14:43] <ulfdoz> I personally do such clean up work in a separate branch (something like an independent source tree). If I'm sure, I got it right, I merge this branch with the main branch. If I did a mistake I can move back and forth at will.
[19:14:49] *** Zenopus has quit IRC
[19:16:18] *** gertidon has quit IRC
[19:16:37] *** Zenopus has joined #eclipse
[19:18:41] <ulfdoz> DynV: This configuration stuff works, as long as you do not rely on a build system outside of eclipse. For example if you use eclipse with maven or ant, neither maven nor ant will know what is excluded from the build, it is there, they will build it.
[19:20:06] <DynV> ulfdoz: ty, anyway on more serious projects, I'd likely get the system you're proposing ; drupal uses git so I'd look into that.
[19:21:37] *** soulreaper has joined #eclipse
[19:22:03] <ulfdoz> git is quite prominent for performance and some more advanced features, but it is not ported to windows, which actually was the cause why it lost the race against mercurial on my project. If you can, simply omit subversion or cvs, both are damn old school.
[19:24:53] <DynV> ulfdoz: can git run on cygwin?
[19:25:02] * DynV looove cygwin
[19:25:04] <ulfdoz> DynV: Yes, it can.
[19:25:08] <DynV> there you go!
[19:25:47] *** tq|Memphis has quit IRC
[19:25:51] *** gigabytes has quit IRC
[19:26:34] <ulfdoz> mercurial has great UI support on Windows including explorer integration provided by tortoisehg. Windows Devs usually aren't command line warriors, so you may need a decision, that works for the team.
[19:27:41] <Seta00> TortoiseGit is somehow functional
[19:27:48] <DynV> ulfdoz: on that you're right but spending a bit of time creating a batch file for the reticent could also be a solution. ;)
[19:27:53] <Seta00> but not as stable as TortoiseHg
[19:28:17] <ulfdoz> Seta00: If it's a similar level as for hg or svn, then, there is no problem anymore.
[19:28:26] <jebblue> Subversion is solid and has great Explorer integration for those not yet weened of that OS
[19:29:12] <jebblue> although I only use Subclipse regardless what OS I'm on
[19:29:44] <ulfdoz> jebblue: I haven't experienced it as being solid, especially the (optionally) underlying berkley-db was more borken than not.
[19:30:08] <Seta00> ulfdoz, it's still weird in some operations, but it's usable, yeah. just make sure people on important roles like configuration managers don't rely on it
[19:30:09] <Seta00> :)
[19:30:20] <ulfdoz> And the other thing is: distributed rcs have a killer feature. :)
[19:30:21] <jebblue> ulfdoz odd, I've found it to be stable for the past several years and the teams I've been on
[19:30:52] *** fisix has quit IRC
[19:30:52] <Seta00> no doubt it's stable, but like ulfdoz said, distributed vcs's are so much better :P
[19:31:34] <jebblue> Seta00 let everyone have their own copy of the entire repo and that is better for configuration management? no thanks
[19:31:44] *** BoF has joined #eclipse
[19:31:49] <BoF> alguien de habla hispana?
[19:31:51] <BoF> por aca?
[19:32:29] <jebblue> for that matter I think we should all move to thin clients and work out of remote VMs running on Linux running on a mainrame :-) so there
[19:32:51] <ulfdoz> At university, I was forced to use SVN, which didn't match use cases like working in the train for a day. Thus I had a darcs overlay for this case, regularly I imported the darcs changes into the svn repo. That is just useless work.
[19:33:17] *** briandealwis has quit IRC
[19:34:08] *** vwegert has joined #eclipse
[19:34:44] *** soc42 has quit IRC
[19:34:54] *** hex` has joined #eclipse
[19:35:06] *** phani has joined #eclipse
[19:35:19] <jebblue> ulfdoz in some parts of the world it might make sense it's just the idea of floating repos everywhere - doesn't sound logical to me - and with everyone so connected these days...I don't see the point in giving up central management of something so critical as what is putting food on the table - maybe i'm too old school
[19:35:30] *** ksawicki has quit IRC
[19:36:19] *** phani has left #eclipse
[19:36:55] <ulfdoz> jebblue: I declared one repostory as the reference. What's in there must work, what's not there does not exist.
[19:36:56] <paulweb515> jebblue: in most cases there's still one central repo
[19:37:12] <paulweb515> jebblue: I know we're looking at git for a couple of eclispe projects
[19:37:30] <paulweb515> jebblue: but we still need 1 repo ... that's the master, that's what we build from
[19:37:43] <ulfdoz> paulweb515: Exactly!
[19:37:58] <BoF> how i make a report easy?
[19:38:07] <BoF> i need to make report
[19:38:09] <BoF> plz
[19:38:12] <BoF> help me
[19:38:55] <jebblue> ok I need to look into git more then - as long as there's a central master thanks for the tips ulfdoz and Paul
[19:39:21] <paulweb515> jebblue: if it doesn't help you, don't do it! :-)
[19:39:42] <paulweb515> jebblue: it's the cool, new, hot thing ... and I think it has some nice benefits
[19:40:12] <paulweb515> jebblue: but what you need to build drives your RelEng, and that drives the SCMs you can consume ...
[19:40:32] <ulfdoz> jebblue: It's like linux kernel, it is build from one repository, tagged and finally released. But you still have branches like xen, mm or selinux.
[19:42:05] <jebblue> paulweb515 well  I've not used it on a team yet - right the young ones keep talking about it - good point ulfdoz, Linux designed git for the Linux kernel use I think, originally
[19:42:29] <ulfdoz> yes, they did.
[19:42:43] <jebblue> oops meant Linux*
[19:42:50] <jebblue> dang it Linus :)
[19:43:53] *** fisix has joined #eclipse
[19:44:16] <ulfdoz> My bigger problems are with people in a satellite team, which refuse to use any rcs, not even cvs. The result is: No code, no fixes.
[19:45:13] <ulfdoz> And I forgot: Broken binaries, every day.
[19:45:18] <jebblue> I use SVN for all my own web sites and all my hobby app work - local filesystem repo - gets backed up regularly - even a team of 1 can benefit from src control when that ooops moment happens
[19:45:45] <paulweb515> ulfdoz: I almost spilled my coffee ... what kind of team doesn't use an SCM?
[19:45:57] <ulfdoz> paulweb515: Our firmware team.
[19:46:09] <jebblue> unreal
[19:46:40] <paulweb515> ulfdoz: even the "old" companies that hacked together their firmware (cisco, BNR, all early years) had *some* SCM where code was committed
[19:46:47] <paulweb515> heck, BNR wrote its own ...
[19:47:25] *** robin_ has quit IRC
[19:47:32] <ulfdoz> The App-Devs currently have around 1200 revisions and about 10 branches, for some reason, our stuff most often works. Maybe, this relates to continous integration directly connected to the master repository.
[19:48:18] <jebblue> Hudson rocks
[19:48:38] <ulfdoz> I play with the idea, to switch to jenkins.
[19:48:46] <ulfdoz> I'm fairly unamused about oracle.
[19:49:31] <BoF> alguien de habla hispana?
[19:49:35] <ulfdoz> And even if I swich to jenkins, to just piss someone before it was given to eclipse and reunioned.
[19:49:40] <jebblue> Gosling wasn't thrilled either - he has a great blog site
[19:51:01] <paulweb515> ulfdoz: while I will have a pref (as I'm an eclipse committer and will consume Hudson) I think Oracle did most of the *bad* going on there.
[19:52:04] *** TravisD has joined #eclipse
[19:52:28] <ulfdoz> paulweb515: I'm in general not satisfied with Oracle. It's all around patents and marketing, Sun did a completely different strategy making the open ecosystem, java actually is.
[19:52:28] <TravisD> Are there any updates to the CDT for using C++0x?
[19:52:32] <paulweb515> ulfdoz: but now, the 2 projects have a slightly different focus.  Jenkins is moving on, adding new functionality and following their roadmap.  Hudson immediate focus is things like OSGi support, so a slightly different roadmap.
[19:52:46] <paulweb515> ulfdoz: Sun's not the good guy, here
[19:52:58] <paulweb515> ulfdoz: their behaviour during the Java 7 fiasco was abhorent
[19:53:16] <TravisD> paulweb515: This sounds juicy! What did they do?
[19:53:55] <ulfdoz> paulweb515: I do not think it is a good idea to break with apache, and sorry, that happened under oracle.
[19:54:15] <paulweb515> They developed language changes in Project Coin, GPLed
[19:54:48] <paulweb515> JDT can work from the JSR spec, but they didn't create a spec and then work out the reference implentation
[19:55:18] <paulweb515> JDT can't work from GPLed code, and Sun in effect "assembled" the JSR after most of the work had been done in a place the Eclipse Foundation couldn't look
[19:55:33] *** mziaei has quit IRC
[19:55:37] <paulweb515> Say you want netbeans to succeed and you want to cripple a competing IDE ... that's one way to do it :-)
[19:57:01] <jebblue> i wasn't aware of all that or not from that perspective thanks Paul
[19:57:17] *** jesmon has joined #eclipse
[19:57:21] *** a0sle has quit IRC
[19:57:30] <paulweb515> The EF had to go yell at them to get access to some documents, and that worked for a little bit ... but anyway, let's just say the Sun did not follow their own process for the Java 7 spec, and that caused us all sorts of delays
[19:57:41] *** paissad has joined #eclipse
[19:57:59] *** Pasqualle has joined #eclipse
[19:58:35] <paulweb515> ulfdoz: all that to say, Sun was just as bad as Oracle, and while I understand and respect the Jenkins decision to fork (I personally feel they were mistreated) Oracle has been a decent (non-bullying) opensource contributor to the Eclipse FOundation
[19:58:41] <ulfdoz> ACK, that is not the nice way, however, I expect that to become worse, after all sorts of authorities, devs and drivers have been removed by oracle.
[19:59:05] <paulweb515> bbaib
[19:59:43] <ulfdoz> paulweb515: Imho, you can't say non-bullying open source contributor, to a company that sues google for dalvik.
[20:00:22] *** trustedsage has quit IRC
[20:01:07] *** mziaei has joined #eclipse
[20:02:23] *** antiguru_ is now known as antiguru
[20:02:41] *** KolakCC has quit IRC
[20:02:42] *** a0sle has joined #eclipse
[20:03:42] *** trustedsage has joined #eclipse
[20:04:23] <ulfdoz> however, what I didn't understand all these years: Why can't the tck be licensed to apache or made open source.
[20:05:51] *** vwegert_ has joined #eclipse
[20:06:26] <rcjsuen> they have a business reason for that i suppose
[20:08:30] *** vwegert has quit IRC
[20:08:33] *** vwegert_ is now known as vwegert
[20:09:05] *** trustedsage has quit IRC
[20:09:21] *** joeytwiddle has joined #eclipse
[20:09:44] *** trustedsage has joined #eclipse
[20:10:05] *** shurane has joined #eclipse
[20:12:45] *** monk13 has joined #eclipse
[20:12:48] <ulfdoz> rcjsuen: The only reason I can imagin is, that the TCK is implemented as glassfish v3 is. Imho it should never have gotten an approval, because CDI is just broken.
[20:13:52] <monk13> hello all, i was curious... when you select something in the Navigator or Package Explorer, is there a way to just Search that folder in Eclipse? i think i thought "Selected Resources" would work but i guess thats something else.
[20:14:50] <rcjsuen> monk13: that works for me anyway
[20:15:38] *** fisix has quit IRC
[20:15:39] *** monk12 has quit IRC
[20:18:42] *** jim has joined #eclipse
[20:19:13] <jim> how do I see line numbers in .java and .xml files?
[20:19:23] *** TravisD has left #eclipse
[20:20:24] <jebblue> jim Windows | Preferences | General | Text Editors, hang on let me check my laptop
[20:20:44] <jim> I'll get that far and explore some
[20:21:05] <jebblue> jim yeah Editors then Text Editors
[20:22:50] *** Echidna has quit IRC
[20:23:26] <jim> got it thanks :)
[20:23:26] *** Tutrikil has joined #eclipse
[20:24:49] *** dijonyummy123 has quit IRC
[20:25:19] <jebblue> jim np also I'd recommend checking Web Browser settings and Workspace, I always turn on Refresh Automatically and under the top General level the Show Heap Status is handy
[20:25:43] *** nsando has quit IRC
[20:26:55] *** Echidna has joined #eclipse
[20:29:27] <rcjsuen> you can also just right-click on the left margin of the text editor and turn it on there
[20:29:57] <erik__> Hi, I hope that someone might be able to help out. I cannot find any hints from googling so far... I have trouble starting Eclipse on Ubuntu 11.4 2.6.38-8-generic #42-Ubuntu. I get a run time error with something like Illegal field name "SERVICE_FAC ORY_EXCEPTION" (org.eclipse.osgi) the full log is here: http://pastebin.info/2028
[20:31:13] <rcjsuen> your build is over a year old, try a newer build
[20:32:00] *** nsando has joined #eclipse
[20:32:28] <erik__> rcjsuen: this is the one that ships with Ubuntu 11.4, I'd expect it to be newer.... I already purged and re-installed it. Oh well, I'll download a binary release.
[20:32:43] <rcjsuen> erik__: If you got it with your 11.4 release, check with #eclipse-linux.
[20:33:11] <rcjsuen> your build is 2010 -> eclipse.buildId=M20100211-1343
[20:33:22] <rcjsuen> and just because you have a newer distro doesnt' mean _all_ its software is up-to-date :)
[20:34:01] <rcjsuen> A lot of work goes into testing software so it would be wise to not assume everything in a newly released distro is the latest&greatest
[20:34:04] <erik__> yes, sadly it's pretty outdated
[20:34:16] *** Tutrikil has quit IRC
[20:34:36] <erik__> But I understand that some level of stability can also be good. Thanks rcjsuen.
[20:34:52] <rcjsuen> Indeed. It is unfortunate that it won't even start. You should most certainly file a bug.
[20:34:57] <rcjsuen> Even if it's out-dated it should start I think :)
[20:35:26] <erik__> rcjsuen: Yes, working at all does come in use sometimes.
[20:35:49] <jebblue> rcjsuen is right even when I worked at blue I did most of my stuff on an Ubuntu distribution and still do today - I always use Eclipse from the Eclipse site and use its mechanism to keep it updated I'm on Ubuntu 11.04 now
[20:35:52] <erik__> rcjsuen: although the splash screen does work VERY well ;)
[20:36:22] *** ualtin has quit IRC
[20:36:24] *** soc42 has joined #eclipse
[20:38:06] <jebblue> erik__ also I recommend turnign off the new overlay scroll bar - I'm not sure yet but I think it might be causing an Eclipse crash, I turned it off yesterday and today not one crash so far, I was seeing them every 1 to 2 hours before ... "sudo aptitude remove overlay-scrollbar liboverlay-scrollbar-0.1-0" exit Eclipse and restart it maybe even log out and back in to be sure
[20:38:43] *** briandealwis has joined #eclipse
[20:39:55] <erik__> jebblue: good to know that the eclipse.org version  works well on 11.4. I don't have overlay-scollbar installed, thanks for the hint though.
[20:41:02] <jebblue> erik__ np also for one Ubuntu version in the past due to a GTK bug we had to use "export GDK_NATIVE_WINDOWS=1" in a shell before starting Eclipse - make sure you don't have that on it will interfere with Eclipse in 11.04 and you don't need it anyway
[20:42:15] <erik__> I'm going to try a reboot. I cannot even use ktorrent to download eclipse... perhaps I updated too much stuff without ever rebooting.
[20:42:45] *** erik__ has quit IRC
[20:44:36] *** erik__ has joined #eclipse
[20:45:22] *** LongBeach has joined #eclipse
[20:45:33] <erik__> eclipse works again :) reboot fixed it. Makes me think of a decade ago when I used windows a lot...
[20:45:35] *** rawbdor has joined #eclipse
[20:47:15] <jebblue> erik__ hmm still as rcjquen recommended using the version from Eclipse.org is almost always the best option and just use its
[20:47:25] <jebblue> Update mechanism
[20:56:33] *** fisix has joined #eclipse
[20:58:01] <fisix> if i've defined a function thisPopup() somewhere, how do i find where i actually use it in a large/multiple file project
[20:58:42] <abhishek_> fisix: grep -ir "thisPopup()" .
[20:58:49] *** ualtin has joined #eclipse
[20:59:00] <ronr_> fisix: be on the function and then ctrl+shift+g
[21:02:14] *** vipaca has joined #eclipse
[21:02:14] *** vipaca has joined #eclipse
[21:03:23] *** vipaca has quit IRC
[21:03:32] *** klausk has joined #eclipse
[21:05:04] *** fisix has quit IRC
[21:06:21] *** vwegert has quit IRC
[21:09:19] *** dijonyummy123 has joined #eclipse
[21:09:48] *** monk14 has joined #eclipse
[21:10:02] *** monk13 has quit IRC
[21:11:19] *** fisix has joined #eclipse
[21:12:00] <fisix>  if i've defined a function thisPopup() somewhere, how do i find where i actually use it in a large/multiple file project?
[21:12:12] <ronr_> fisix: be on the function and then ctrl+shift+g
[21:12:29] * ronr_ is having a deja vu
[21:14:10] *** klausk has quit IRC
[21:16:16] *** Tashtego2 has joined #eclipse
[21:17:29] *** shurane has quit IRC
[21:18:41] *** eN_Joy has quit IRC
[21:18:50] *** eN_Joy has joined #eclipse
[21:19:03] *** Tashtego has quit IRC
[21:19:25] *** moraes has quit IRC
[21:22:19] *** RaceCondition has joined #eclipse
[21:25:08] *** acron17 has quit IRC
[21:28:16] *** vwegert has joined #eclipse
[21:28:40] *** BoF has quit IRC
[21:28:43] *** ricardo_ has joined #eclipse
[21:31:38] *** Azelphur has quit IRC
[21:32:08] *** moraes has joined #eclipse
[21:33:03] *** Xgc has quit IRC
[21:33:04] *** Azelphur has joined #eclipse
[21:39:04] *** vipaca has joined #eclipse
[21:39:04] *** vipaca has joined #eclipse
[21:40:54] *** fisix has quit IRC
[21:43:07] *** soc42 has quit IRC
[21:47:53] *** ulfdoz has quit IRC
[21:51:06] *** rkrul has quit IRC
[21:52:20] *** dirk_77_ has joined #eclipse
[21:52:47] *** KristopherWindso has joined #eclipse
[21:52:58] *** vwegert has quit IRC
[21:52:59] *** ksawicki has joined #eclipse
[21:54:26] *** hex` has quit IRC
[21:55:11] <KristopherWindso> i tried installing pdt (not all-in-one) from the Galileo update site (in eclipse) but got errors: An error occurred while collecting items to be installed
[21:55:11] <KristopherWindso>   session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
[21:55:11] <KristopherWindso>   Unable to read repository at http://download.eclipse.org/releases/galileo/201002260900/aggregate/plugins/org.eclipse.emf.common_2.5.0.v200906151043.jar.pack.gz.
[21:55:11] <KristopherWindso>   The server download.eclipse.org failed to respond
[21:55:50] <KristopherWindso> any help would be nice
[21:57:21] <jerboaa> Hi, here is a scenario: I hava a plug-in and a fragment hosted on that plug-in. Both, the plug-in and the fragment contribute preferences. As soon as fragment code is executed (except for the pref-initializer), all preferences of the host plug-in are hosed. Thoughts?
[21:58:23] *** kaje has joined #eclipse
[21:58:37] <jerboaa> Both, fragment and plug-in use the pref-store of the plug-in. Is there anything I should be aware of?
[22:00:47] <kaje> I'd like to have the window title change based on the currently active editor in my RCP (just like eclipse does). What's the best way to do that? Should I set the title in a part listener?
[22:01:55] *** Tutrikil has joined #eclipse
[22:03:44] *** acron17 has joined #eclipse
[22:04:57] *** dirk_77__ has joined #eclipse
[22:05:43] *** Hamled has quit IRC
[22:08:20] *** dirk_77_ has quit IRC
[22:08:33] *** klausk has joined #eclipse
[22:09:58] *** ksawicki has quit IRC
[22:11:12] *** dsugar100 has quit IRC
[22:11:58] *** dirk_77___ has joined #eclipse
[22:13:25] *** dirk_77_ has joined #eclipse
[22:13:45] *** acron17 has quit IRC
[22:14:48] *** Cluber has joined #eclipse
[22:15:45] *** dirk_77__ has quit IRC
[22:15:50] *** dirk_77___ has quit IRC
[22:16:56] <Cluber> I have Eclipse Helios installed on my system for Java, I was wondering how I would go about using eclipse for c++? I have seen there is a Eclipse CDT download, but would I have to install that from scratch or is there some kind of 'add on' for my current Java eclipse? thanks.
[22:17:25] <nbf> Help->Install New Software
[22:17:30] <nbf> and go to the helios update site
[22:17:41] <nbf> in the languages group you'll find CDT
[22:17:49] <nbf> which is the C++ Development Tools
[22:17:55] <nbf> install it and reboot and you'll be g2g
[22:18:09] <Cluber> nbf: cheers! just what i was looking for :)
[22:18:23] <Cluber> i thought there would be something like this
[22:18:56] <Cluber> it says 'type or select a site'
[22:19:24] <Cluber> it's asking for a url for the location
[22:20:02] <jebblue> click All Available Sites until you are more familiar with what you're looking for
[22:20:30] <Cluber> yeah nothing is coming up though
[22:20:44] <Cluber> there are no categorized items
[22:21:32] <jebblue> Cluber click the drop down arrow and select All Available sites
[22:21:43] <Cluber> yeah i have jebblue
[22:22:12] <jebblue> Cluber ok does it say Pending?
[22:22:21] <Cluber> nothing, but i just put in the url http://download.eclipse.org/tools/cdt/releases/helios
[22:22:24] <Cluber> under add
[22:22:24] *** dirk_77_ has quit IRC
[22:22:30] <Cluber> and now i have 2 options
[22:22:59] <jebblue> Cluber cool there u go
[22:24:10] <Cluber> now i am getting this error when trying to install. http://pastie.org/private/sejsfwp3f6fv162pi9w
[22:24:47] <nitind> Cluber: The regular Helios site should work fine for that.
[22:25:21] <Cluber> nitind: what do you mean by the regular Helios site?
[22:25:23] *** Max__ has left #eclipse
[22:25:52] <ronr_> update site
[22:25:54] <Cluber> just download manually?
[22:26:30] *** FalsAlarm has quit IRC
[22:26:46] <nbf> Cluber: you don't need the SDK
[22:26:51] *** Zenopus_ has joined #eclipse
[22:26:56] <nbf> the SDK is for developing things for CDT
[22:26:58] <nbf> not using CDT
[22:27:02] <Cluber> ahh ok
[22:27:59] <Cluber> So I need "C/C++ Development Tools" ?
[22:28:10] <ronr_> yup
[22:28:31] *** Zenopus has quit IRC
[22:28:43] *** Zenopus_ is now known as Zenopus
[22:29:10] *** erik__ has quit IRC
[22:29:49] <Cluber> getting this error http://goo.gl/Y4iCG
[22:29:56] *** morn has joined #eclipse
[22:30:41] <ronr_> which update site?
[22:30:48] *** klausk has quit IRC
[22:31:03] <Cluber> http://download.eclipse.org/tools/cdt/releases/helios
[22:32:11] <ronr_> try the regular Helios update site instead.
[22:32:31] <Cluber> what do you mean regular? eclipse.org isnt the regular?
[22:33:22] <nitind> The Helios Update Site itself, http://download.eclipse.org/releases/helios/, not just the CDT-specific one.
[22:34:13] <Cluber> ah kay thanks, trying that now.
[22:34:23] <Cluber> we are pending away
[22:34:37] <jebblue> lol
[22:34:55] <Cluber> hes just feteching some children
[22:34:59] <Cluber> apparently
[22:35:45] *** KristopherWindso has left #eclipse
[22:35:58] <Cluber> okay installing, thanks guys!
[22:40:29] *** Tutrikil has quit IRC
[22:41:52] *** tewecske has joined #eclipse
[22:42:26] *** Cluber has left #eclipse
[22:42:53] *** klausk has joined #eclipse
[22:47:59] *** dirk_77_ has joined #eclipse
[22:48:42] *** djMax has joined #eclipse
[22:49:08] <djMax> I've installed the Jetty plugin into eclipse, is this supposed to manifest itself somewhere? Not sure how to create a Jetty based web server after having installed that.
[22:49:49] <ronr_> have you checked the wizards available now?
[22:50:10] <nbf> does it integrate with wst? if so, do you have wst installed?
[22:51:24] <djMax> Don't see any wizards, and I don't think I have wst.
[22:51:52] <ronr_> hmm, you may want to install wst if you want to do web development.
[22:51:55] <djMax> I'm trying to build an embedded Jetty server just because it seems simplest, but not sure how to properly reference the jars
[22:52:12] *** otaviobp has quit IRC
[22:52:18] *** rcjsuen is now known as rcjsuen_
[22:52:52] <ronr_> well, if you want to build an embedded Jetty server, then a jetty eclipse plugin is not the answer, probably.
[22:53:02] <ronr_> it needs to be part of your project.
[22:54:49] <djMax> ok, thx, that helps.
[22:55:27] <ronr_> if you're unfamiliar with web development in Java, I think that installing WST on eclipse is the first step.
[22:56:34] <djMax> I installed "WTP" but apparently that's not "WST"
[22:57:31] <ronr_> well, I may have mistyped :)
[22:57:58] <djMax> No, just that searching for WST yields "WTP" repo on google, and in that I know see like 50 WST related options
[22:58:48] *** heinz has quit IRC
[22:58:56] <ronr_> http://www.eclipse.org/webtools/
[22:59:06] *** dirk_77_ has quit IRC
[22:59:24] <djMax> so just check everything that says WST?
[23:01:57] <nitind> Depends.  What exactly are you trying to get?
[23:02:06] <djMax> build a web service
[23:02:12] <djMax> REST, simple.
[23:02:29] *** Pasqualle has quit IRC
[23:03:39] <nitind> Search for web service in the filter box, then.
[23:04:32] <djMax> yeah, that basically leaves 49.
[23:04:58] <djMax> whatever, I'll just add jetty and jersey jars myself. I think I expect too much of Java at this point.
[23:05:14] *** werdan7 has quit IRC
[23:05:27] *** kthomas_vh has joined #eclipse
[23:05:45] <nitind> "49"?
[23:06:01] <djMax> Just meant "still leaves a lot of packages available for install"
[23:06:18] *** Xgc has joined #eclipse
[23:06:20] <djMax> I'd rather not cruft up my eclipse with crap I don't need, but no real way of knowing what I do and don't from the docs.
[23:06:32] *** ualtin has quit IRC
[23:06:41] <ronr_> djMax: Use the Helios update site. Under the Web, XML, and Java EE Development pick Eclipse Web Developer Tools. That's it.
[23:06:45] *** kthomas_vh has quit IRC
[23:08:01] <nitind> WST Web Services UI would be a good one.
[23:09:11] *** tewecske has quit IRC
[23:09:31] *** ksawicki has joined #eclipse
[23:10:41] <nitind> Eclipse Web Developer Tools doesn't include web services, just editors, project types and server launching.
[23:10:50] *** mziaei has quit IRC
[23:15:25] *** ksawicki has quit IRC
[23:15:32] *** rcjsuen has joined #eclipse
[23:16:26] <nitind> djMax: You're filtering to just the most recent version, right?
[23:22:09] *** dirk_77_ has joined #eclipse
[23:23:51] *** nsando has quit IRC
[23:24:14] *** RaceCondition has quit IRC
[23:24:46] *** abhishek_ has quit IRC
[23:25:33] *** contingo has joined #eclipse
[23:27:12] *** LongBeach has quit IRC
[23:31:16] *** jerboaa has quit IRC
[23:38:53] *** Tashtego2 has quit IRC
[23:41:31] *** dwarder has joined #eclipse
[23:42:00] <dwarder> is it possible to save the list of opened files?
[23:42:39] <nitind> To what purpose?
[23:44:14] <Seta00> jebblue, that's what branches are for
[23:46:02] *** mpiggott__ has quit IRC
[23:46:23] *** whitecat has joined #eclipse
[23:46:40] <dwarder> nitind: i've debugged the whole application and i want to save the list of files that were used during this run
[23:47:54] *** dirk_77__ has joined #eclipse
[23:48:27] *** whitecat has left #eclipse
[23:49:33] <ronr_> that's a unique request.
[23:51:35] *** dirk_77_ has quit IRC
[23:54:30] *** klausk has quit IRC
[23:54:50] *** dirk_77__ has quit IRC
[23:56:28] *** kaje has left #eclipse
[23:58:39] *** amitev2 has joined #eclipse
[23:59:12] *** amitev has quit IRC
[23:59:26] <rcjsuen> dwarder: No, you can't. Perhaps youshould use Mylyn

top