October 25, 2009  
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 | 31

[00:00:26] <der-basti> full stacktrace here?
[00:00:59] <rcjsuen> Never hurts.
[00:02:37] *** oisinh has joined #eclipse
[00:03:36] <der-basti> java.lang.NoClassDefFoundError: org/jfree/data/general/PieDataset
[00:03:36] <der-basti> 	at java.lang.Class.getDeclaredConstructors0(Native Method)
[00:03:36] <der-basti> 	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
[00:03:37] <der-basti> 	at java.lang.Class.getConstructor0(Class.java:2699)
[00:03:39] <der-basti> 	at java.lang.Class.newInstance0(Class.java:326)
[00:03:41] <der-basti> 	at java.lang.Class.newInstance(Class.java:308)
[00:03:43] <der-basti> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170)
[00:03:45] <der-basti> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874)
[00:03:47] <der-basti> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
[00:03:49] <der-basti> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
[00:03:51] <der-basti> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:259)
[00:03:53] <der-basti> 	at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:235)
[00:03:55] <der-basti> 	at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:845)
[00:03:57] <der-basti> 	at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:606)
[00:03:58] <der-basti> 	at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
[00:04:00] <der-basti> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
[00:04:02] <der-basti> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
[00:04:04] <der-basti> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
[00:04:06] <der-basti> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
[00:04:09] <der-basti> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
[00:04:10] <der-basti> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
[00:04:13] <der-basti> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
[00:04:15] <der-basti> 	at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
[00:04:17] <der-basti> 	at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)
[00:04:19] <der-basti> 	at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
[00:04:21] <der-basti> 	at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
[00:04:23] <der-basti> 	at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
[00:04:25] <der-basti> 	at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
[00:04:27] <der-basti> 	at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
[00:04:29] <der-basti> 	at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)
[00:04:31] <der-basti> 	at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)
[00:04:33] <der-basti> 	at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:778)
[00:04:35] <der-basti> 	at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:677)
[00:04:37] <der-basti> 	at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:638)
[00:04:39] <der-basti> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2854)
[00:04:40] *** amnesic has joined #eclipse
[00:04:41] <der-basti> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
[00:04:43] <der-basti> 	at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
[00:04:45] <der-basti> 	at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
[00:04:47] <der-basti> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
[00:04:49] <der-basti> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
[00:04:51] <der-basti> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
[00:04:53] <der-basti> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)
[00:04:55] <der-basti> 	at org.t....wizards.NewSimulationWizard.performFinish(NewSimulationWizard.java:39)
[00:04:57] <der-basti> 	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
[00:05:01] <der-basti> 	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
[00:05:03] <der-basti> 	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
[00:05:04] *** da_krowa has joined #eclipse
[00:05:05] <der-basti> 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
[00:05:07] *** der-basti has quit IRC
[00:05:33] *** der-basti has joined #eclipse
[00:05:51] <Infinito> der-basti,  paste it on pastebin.com
[00:05:59] <Infinito> and then the link here
[00:06:26] <der-basti> ohh... okay - to late
[00:06:32] <der-basti> o.O
[00:09:02] <rcjsuen> whoops, didn't read the "here" bit of the stack trace sentence
[00:09:11] <jink> :D
[00:09:33] <der-basti> http://pastebin.com/d796cd7f6
[00:09:35] <rcjsuen> :|
[00:09:42] <rcjsuen> der-basti: and fyi, PieDataset is not an eclipse editor
[00:09:50] <rcjsuen> even if your classpath was right (maybe it already is), this will not work
[00:09:51] *** omry has quit IRC
[00:10:18] *** omry has joined #eclipse
[00:14:28] *** geoaxis has left #eclipse
[00:17:42] *** oisinh_ has joined #eclipse
[00:17:42] *** oisinh has quit IRC
[00:18:05] *** oisinh_ is now known as oisinh
[00:23:38] *** der-basti_ has joined #eclipse
[00:25:01] <der-basti_> solution!!!
[00:25:37] <der-basti_> required plugin: org.eclipse.swt
[00:26:09] <der-basti_> but i had found only the swt source....
[00:26:18] <rcjsuen> ?
[00:27:14] <der-basti_> nevertheless, thanks
[00:27:16] <der-basti_> what?
[00:27:34] <rcjsuen> I thought you got it to run.
[00:28:39] <der-basti_> extra plugin with the jfrrechart jars and the org.eclipse.swt plugin in the dependencies (UNDER WINDOWS)....
[00:28:45] <der-basti_> it run's
[00:29:17] <rcjsuen> I'm surprised but I guess I interpreted the stack trace incorrectly.
[00:29:49] *** fixl has quit IRC
[00:30:09] <der-basti_> me too
[00:31:11] *** unapiedra has joined #eclipse
[00:31:23] *** der-basti_ has quit IRC
[00:33:36] *** zmanning has quit IRC
[00:41:16] *** der-basti has quit IRC
[00:41:51] *** popo has joined #eclipse
[00:42:17] *** fixl has joined #eclipse
[00:42:52] *** EricInBNE has joined #eclipse
[00:45:48] <armence> Hey all, I just realized I need Eclipse 3.3 or 3.4 for ubuntu, how can I get it?
[00:47:35] <Mathuin> I want to remove all trace of Eclipse from my Windows system.  Where other than the install direcotry is information stored?  Is there still a registry in Windows?
[00:48:24] <rcjsuen> Mathuin: Eclipse doesn't put stuff in the registry.
[00:48:36] <rcjsuen> armence: See FAQ in channel topic.
[00:49:45] *** fixl has quit IRC
[00:51:12] <Mathuin> rcjsuen:  I deleted my install directory and workspace directory and rebooted, then re-extracted the install directory from my original download, and it still insists that the plugins are installed when i try to install them, but then shows that they *aren't* installed when I go to use those features.
[00:51:56] <rcjsuen> Some people say it puts stuff in ~/.eclipse/ though my folder is pretty empty. Admittedly, I don't install any additional plug-ins so maybe that's why.
[00:52:51] <Mathuin> Okay, so I'll look for .eclipse somewhere in windowsland.
[00:53:45] <Mathuin> Oh look, there's an .android too.
[00:53:45] <rcjsuen> well, it'd be wherever ~/ is, which I presume you know where it is in Vista
[00:54:28] *** oisinh has quit IRC
[00:54:30] <Mathuin> C:\Users\User Name
[00:54:55] *** bluesmurf_ has joined #eclipse
[00:55:46] *** bluesmurf_ has quit IRC
[00:56:32] *** toll_232123 has quit IRC
[01:00:36] *** totic_ has joined #eclipse
[01:00:53] *** zmanning has joined #eclipse
[01:01:01] *** rcjsuen has quit IRC
[01:01:21] *** rcjsuen has joined #eclipse
[01:03:26] *** Laserbeak431 is now known as Laserbeak43
[01:10:47] *** totic has quit IRC
[01:10:47] *** totic_ is now known as totic
[01:20:47] *** Pikachu_2014 has quit IRC
[01:22:00] <Mathuin> Okay.  Totally deleted *all* those directories.  Extracted a new copy of Eclipse.  started it up.
[01:22:05] <Mathuin> It didn't think it had the old stuff, which was good.
[01:22:10] <Mathuin> I installed Subclipse.
[01:22:14] <Mathuin> I installed Android.
[01:22:15] <Mathuin> Restarted.
[01:22:23] *** Pikachu_2015 has quit IRC
[01:22:29] <Mathuin> Still not getting any Subversion features, still not getting any Android features.
[01:22:45] *** armence has quit IRC
[01:23:04] *** terin_webchat has joined #eclipse
[01:23:32] <terin_webchat> is anyone here running 3.5 under ubuntu (ubuntu-derivate?)
[01:24:12] <rcjsuen> terin_webchat: Taking a poll?
[01:24:40] *** kthomas has quit IRC
[01:25:04] <terin_webchat> rcjsuen: no... just trying to figure out how they got it installed... apt-get is pulling 3.2
[01:25:18] *** kthomas has joined #eclipse
[01:25:27] <rcjsuen> terin_webchat: download from eclipse.org, untar, the end
[01:25:39] <rcjsuen> terin_webchat: that's what my ubuntu friends do anyway
[01:25:58] <terin_webchat> rcjsuen: it's not so easy... i doubt my clean install has the right dependencies
[01:26:14] <rcjsuen> terin_webchat: Try it and see?
[01:26:49] <rcjsuen> I wouldn't really be worried about dependencies if I were you.
[01:28:31] *** rogue780 has quit IRC
[01:41:06] *** Pikachu_2014 has joined #eclipse
[01:41:31] *** Pikachu_2015 has joined #eclipse
[01:42:37] * terin_webchat confesses he just went "Pika--- Pikachu---
[01:42:48] <FauxFaux> PIKA
[01:44:38] *** LongBeach has quit IRC
[01:56:01] *** zmanning has quit IRC
[01:57:10] *** omry has quit IRC
[01:57:36] *** omry has joined #eclipse
[02:01:25] *** Laserbeak43 has quit IRC
[02:26:58] *** terin_webchat has left #eclipse
[02:03:06] *** omry has quit IRC
[02:03:39] *** omry has joined #eclipse
[02:09:43] *** binrapt has left #eclipse
[02:10:16] *** kthomas has quit IRC
[02:17:43] *** tphgangster has quit IRC
[02:17:44] *** amitev has quit IRC
[02:18:00] *** amitev has joined #eclipse
[02:18:28] *** tphgangster has joined #eclipse
[02:20:47] *** Shown has quit IRC
[02:22:03] *** lresende has joined #eclipse
[02:26:01] *** unapiedra has quit IRC
[02:28:16] *** Theravadan has joined #eclipse
[02:38:37] *** omry has quit IRC
[02:39:04] *** omry has joined #eclipse
[02:40:03] *** totic has quit IRC
[02:42:53] *** amitev has quit IRC
[02:43:07] *** amitev2 has joined #eclipse
[02:53:03] *** amitev2 has quit IRC
[02:53:15] *** amitev has joined #eclipse
[03:03:59] *** allisterb_ has joined #eclipse
[03:05:42] <Mathuin> and for whatever stupid freaking reason... it now works.
[03:05:44] <Mathuin> I still hate computers.
[03:20:45] *** allisterb has quit IRC
[03:23:43] *** uebera|| has quit IRC
[03:24:41] *** uebera|| has joined #eclipse
[03:36:38] *** popo has quit IRC
[03:38:44] *** JabDesign has joined #eclipse
[03:38:50] *** buddhika has joined #eclipse
[03:41:02] *** totic has joined #eclipse
[03:50:44] *** nmatrix9 has quit IRC
[03:53:20] *** nmatrix9 has joined #eclipse
[03:55:55] *** TomTom has joined #eclipse
[04:04:33] *** rcjsuen has quit IRC
[04:11:58] *** [TomTom] has quit IRC
[04:12:09] *** alid has joined #eclipse
[04:17:49] *** alid has joined #eclipse
[05:04:19] *** fixl has joined #eclipse
[05:36:52] *** HARIBABU has left #eclipse
[05:52:10] *** glima is now known as glima[AWAY]
[05:59:29] *** da_krowa has quit IRC
[06:02:42] *** nmatrix9 has quit IRC
[06:04:26] *** phoenixz has joined #eclipse
[06:10:05] *** omry has quit IRC
[06:10:38] *** omry has joined #eclipse
[06:24:06] *** JabDesign has quit IRC
[06:31:54] *** alid has quit IRC
[06:55:39] *** tr1gger has joined #eclipse
[07:03:25] *** sven_oostenbrink has joined #eclipse
[07:19:44] *** phoenixz has quit IRC
[07:40:22] *** totex has quit IRC
[07:43:52] *** terin_webchat has joined #eclipse
[07:44:10] <terin_webchat> is there anyone here familar with using JUnit with ecipse?
[07:46:01] *** arvliet has quit IRC
[07:48:18] *** sphenxes has joined #eclipse
[07:50:56] *** case64_ has joined #eclipse
[08:08:48] *** case64 has quit IRC
[08:09:52] *** totic has quit IRC
[08:18:18] *** buddhika has quit IRC
[08:18:22] *** buddhika_ has joined #eclipse
[08:23:19] *** abstortedminds has joined #eclipse
[08:23:59] <abstortedminds> I was wondering how i can make make the Run As button do something specifically, like Run Applicaiton instead of getting a popup selection everything i want to run it
[08:24:04] <abstortedminds> everytime*
[08:29:44] *** sphenxes01 has joined #eclipse
[08:38:54] *** sven_oostenbrink has quit IRC
[08:52:13] *** chuckr has quit IRC
[08:56:35] *** phoenixz has joined #eclipse
[08:58:23] *** LongBeach has joined #eclipse
[09:03:59] *** terin_webchat has quit IRC
[09:22:32] *** dr_jerry has joined #eclipse
[09:22:43] *** pschriner has joined #eclipse
[09:23:05] *** pschriner has quit IRC
[09:23:46] *** pschriner has joined #eclipse
[09:25:32] *** phoenixz has quit IRC
[09:26:00] *** rretzbach has joined #eclipse
[09:27:56] *** CreatixEA has joined #eclipse
[09:29:41] *** tom17bombadil has joined #eclipse
[09:35:53] *** pschriner has quit IRC
[09:36:34] *** pschriner has joined #eclipse
[09:43:00] *** pschriner has quit IRC
[09:43:14] *** pschriner has joined #eclipse
[09:43:16] *** tom17bombadil has quit IRC
[09:44:31] *** blue_asterisk has quit IRC
[09:48:17] *** barbar__conan has joined #eclipse
[10:03:18] *** barbar__conan has quit IRC
[10:06:49] *** robinr has joined #eclipse
[10:12:52] *** rretzbach has quit IRC
[10:14:29] *** rretzbach has joined #eclipse
[10:16:29] *** rretzbach has quit IRC
[10:35:38] *** mbana has joined #eclipse
[10:36:04] *** Chris64 has joined #eclipse
[10:42:04] *** Shown has joined #eclipse
[10:52:57] *** fixl has quit IRC
[11:10:18] *** fixl has joined #eclipse
[11:14:15] *** CreatixEA has left #eclipse
[11:17:46] *** allisterb__ has joined #eclipse
[11:24:55] *** allisterb_ has quit IRC
[11:41:21] *** Theravadan has quit IRC
[11:51:41] *** mbana has quit IRC
[11:56:49] *** Neldo has joined #eclipse
[11:58:07] <Neldo> hi there, does anybody know how to control how far the cursor jumps while pressing CTRL+arrow in my editor?
[12:12:42] *** NukaCola has joined #eclipse
[12:18:15] *** tom17bombadil has joined #eclipse
[12:23:17] <NukaCola> hello, I'm trying to install maven plugin from m2eclipse but it seems I'm missing one dependency. which is org.eclipse.equinox.p2.iu/org.eclipse.ltk.core.refactoring/[3.4.2....]
[12:23:43] <NukaCola> does it mean I need to have eclipse v. 3.4.2 or is it the version of plugin?
[12:23:50] *** unapiedra has joined #eclipse
[12:23:56] *** tr1gger has joined #eclipse
[12:24:10] *** Uurgh has joined #eclipse
[12:24:20] *** Carnage\ has joined #eclipse
[12:25:37] <Uurgh> In eclipse CDT, the managed makefiles generate too many parameters for the windows `del` command. Any easy way to fix it ?
[12:25:48] *** Theravadan has joined #eclipse
[12:28:40] <Uurgh> Or rather, the whole project's worth of files is dumped to one `del` call - and it complains the command string is too long. Any way to make CDT break it up into smaller chunks ?
[12:41:01] <Chris64> hi all
[12:41:55] <Chris64> how can i use eclipse-built-in history with active subclipse?
[12:42:14] *** rcjsuen has joined #eclipse
[12:44:57] *** Theravadan has quit IRC
[12:47:11] *** Uurgh has quit IRC
[12:50:05] *** tr1gger has quit IRC
[12:51:39] *** mbana has joined #eclipse
[12:53:17] <rcjsuen> abstortedminds: That menu item is not for end users to modify the behaviour of.
[12:53:52] *** Hanumaan has joined #eclipse
[13:00:04] *** tom17bombadil has quit IRC
[13:03:38] *** tr1gger has joined #eclipse
[13:08:38] *** case64_ has quit IRC
[13:09:14] *** acuster has joined #eclipse
[13:09:23] *** Echidna has quit IRC
[13:09:29] *** Echidna has joined #eclipse
[13:10:24] <Chris64> how can i use eclipse-built-in history with active subclipse?
[13:12:13] <rcjsuen> I'm not even sure what "use" is supposed to mean here.
[13:13:49] <Chris64> i want to be able to switch to an older version i've saved which was not commited to the svn repository
[13:14:14] <Chris64> because at the moment there is only the svn history displayed in history view
[13:14:45] <rcjsuen> The 'History' view has never shown local history afaik.
[13:15:28] <Chris64> it's the same tab at the bottom
[13:15:35] <Chris64> it has also the same icon
[13:15:48] <Chris64> and both are labeled with "History"
[13:16:24] <Chris64> i also can't select the old history view in Window->Show View->other
[13:16:32] <Chris64> there is only Team->History
[13:16:51] <rcjsuen> So you're right, I was living a lie I guess.
[13:17:02] <Chris64> mh :|
[13:17:19] <Chris64> in my opinion it would be a useful feature
[13:18:00] <rcjsuen> In CVS you can just select 'Local Revision'.
[13:18:40] <Chris64> oh, that sounds good :D
[13:18:51] <Chris64> *this
[13:19:36] <Chris64> i'll go to ask the subclipse people, maybe they know if there is something similiar :)
[13:19:40] <Chris64> thank you! :)
[13:24:01] *** rugolini has joined #eclipse
[13:24:41] *** Hanumaan has quit IRC
[13:35:46] *** dr_jerry has quit IRC
[13:36:15] *** rafaelugolin has quit IRC
[13:40:55] *** Verkel has quit IRC
[13:43:07] *** incorrect has joined #eclipse
[13:43:29] <incorrect> is there a tool in CDT than can give a tree diagram of all my includes?
[13:45:27] *** abstortedminds has quit IRC
[14:10:05] *** krb_hnd has joined #eclipse
[14:10:10] *** Neldo has quit IRC
[14:10:10] <krb_hnd> hi all
[14:10:20] <krb_hnd> can anyone here help me
[14:10:41] <krb_hnd> I'm new to eclipse
[14:11:09] <krb_hnd> how can I import other project to my eclipse
[14:11:34] <krb_hnd> I already tried a few tips but it still give me error msg
[14:12:30] <rcjsuen> make a new project and point it  to that folder
[14:13:17] <krb_hnd> rcjsuen> there are two types of project
[14:13:26] <krb_hnd> which one should I choose
[14:13:59] <rcjsuen> we don't know what kind of projects you're working with, can't really answer on your behalf
[14:14:00] *** Echidna_ has joined #eclipse
[14:14:34] <krb_hnd> in that folder
[14:14:35] *** Echidna has quit IRC
[14:14:38] <krb_hnd> it contains
[14:14:45] <krb_hnd> .setting
[14:14:52] <krb_hnd> src
[14:14:53] <krb_hnd> WebContent
[14:15:00] <krb_hnd> classpath file
[14:15:08] <krb_hnd> and project file
[14:15:32] <rcjsuen> make a java or java ee project probably i guess
[14:15:50] <krb_hnd> I already create new project
[14:15:55] <krb_hnd> but when I open file
[14:16:00] <krb_hnd> under WebContent
[14:16:06] <krb_hnd> all give me missing lib
[14:20:03] <krb_hnd> anyone here can help me?
[14:20:16] *** hyksos has joined #eclipse
[14:21:06] <hyksos> hi, i have build a cmake based eclipse project with cmake, and importet it into eclipse, but now when i try to build it ,it cannot find the include files, even if i have told it the directories? what do i wrong?
[14:28:51] *** krb_hnd has quit IRC
[14:33:20] *** Laserbeak43 has joined #eclipse
[14:44:00] *** kthomas has joined #eclipse
[14:45:54] *** phoenixz has joined #eclipse
[14:50:59] *** aksn has joined #eclipse
[14:54:27] *** pschriner has quit IRC
[14:56:07] *** omry has quit IRC
[14:56:39] *** omry has joined #eclipse
[14:57:48] *** psyc has joined #eclipse
[15:03:24] *** armence has joined #eclipse
[15:04:23] *** mbana_ has joined #eclipse
[15:14:29] *** rugolini has quit IRC
[15:16:37] <armence> Does anyone know where I can get Eclipse 3.2 or more recent for Ubuntu?
[15:17:05] <rcjsuen> armence: you could just download the binary from eclipse.org
[15:17:09] <rcjsuen> armence: unless you _insist_ on using the repos
[15:18:07] *** mbana_ has quit IRC
[15:18:25] *** unapiedra has quit IRC
[15:18:30] <armence> rcjsuen, Actually I would really prefer the repos and I meant 3.3 or more recent... The one in the repo I am currently using is 3.2
[15:19:04] <rcjsuen> armence: if you insist on repos you can ask on #eclipse-linux, I don't use Ubuntu so I don't know the setup, some guys in there are working on more recent eclipse sdk builds
[15:19:18] <armence> rcjsuen, Thanks
[15:25:24] *** kthomas has quit IRC
[15:25:51] *** phoenixz has quit IRC
[15:26:34] *** totic has joined #eclipse
[15:28:29] *** robin has joined #eclipse
[15:28:58] *** robin is now known as Guest45364
[15:33:47] *** robinr has quit IRC
[15:44:53] *** mbana has quit IRC
[15:45:49] *** robinr has joined #eclipse
[16:00:17] *** Guest45364 has quit IRC
[16:03:30] *** LongBeach has quit IRC
[16:05:14] *** tphgangster has quit IRC
[16:13:34] *** kthomas_vh has joined #eclipse
[16:22:22] *** Carnage\ has quit IRC
[16:22:37] *** Carnage\ has joined #eclipse
[16:39:39] *** tom17bombadil_ has joined #eclipse
[16:39:47] *** glima[AWAY] is now known as glima
[16:41:00] *** kthomas_vh has quit IRC
[16:47:21] *** damnatus has joined #eclipse
[16:47:27] *** glima is now known as glima[AWAY]
[16:49:18] *** omry_ has joined #eclipse
[16:53:22] *** damnatus has quit IRC
[16:53:43] *** boxfire has left #eclipse
[16:53:52] *** EricInBNE has quit IRC
[16:54:16] *** Carnage\ has quit IRC
[16:54:23] *** Carnage\ has joined #eclipse
[16:55:57] *** lresende has quit IRC
[16:57:13] *** per has joined #eclipse
[16:57:40] *** per is now known as Guest44071
[16:58:55] <Guest44071> OMG. I managed to delete a complete java project from disk by using git in the wrong way. Eclipse was turned off. All (or most) files are in the history index in eclipse. Is there an automated way to restore them?
[16:59:13] *** tromey has quit IRC
[16:59:24] *** Guest44071 is now known as Pera
[16:59:34] *** Pera is now known as PerW
[17:01:00] *** Carnage\ has quit IRC
[17:01:00] *** Carnage` has joined #eclipse
[17:05:34] *** omry has quit IRC
[17:06:23] *** hyksos has quit IRC
[17:06:24] *** acuster has quit IRC
[17:09:24] <PerW> Or at least find out the timestamp if the files in the history so that I can figure out which to keep.
[17:10:05] <FauxFaux> Seems odd there's no "replace with -> local history" on packages, I guess it involves merging which is slightly non-trivial.
[17:10:37] <rcjsuen> you could attempt to make a project with the exact same name and then try to restore from local history from there
[17:10:43] <rcjsuen> but dunno how that might work
[17:10:52] <rcjsuen> can't you just rollback with git anyway?
[17:11:44] <FauxFaux> I assume she was trying to switch from The Days Without Version Control to git.
[17:12:11] <PerW> My mistake was to do a "git reset --hard HEAD~1" when I wasn't suppoosed to, I understand fully what I did wrong.
[17:12:32] <FauxFaux> Had you added stuff?  You can probably reclaim it from the staging.
[17:12:41] * FauxFaux goes to look at Eclipse git plugins now he vaguely understands the terminology from using the command-line client.
[17:13:32] <FauxFaux> /o\ An official update site is not yet available.
[17:13:36] <PerW> I added the stuff and commited it and then I reset to the lates commit, which did not only delete the commit I just did but also all the files that were commited.
[17:13:59] <PerW> Or at least that's what I think happened
[17:14:30] <PerW> this was with the git command line btw.
[17:14:56] <rcjsuen> FauxFaux: they have a build from August on their update site i believe
[17:15:04] <rcjsuen> which isn't that great since that's kinda old given its rapid development
[17:15:06] <FauxFaux> You can't delete commits unless you happen to have run a gc, afaik.
[17:15:17] <FauxFaux> #git is totally the place for recovering from git mistakes, though.
[17:15:18] <PerW> ok
[17:15:36] <PerW> I thought that was what the --hard did
[17:16:37] <FauxFaux> I can't remember how you show orphaned stuff.  Anyway, totally off-topic.
[17:16:41] <FauxFaux> rcjsuen: Mmm. :/
[17:17:08] <rcjsuen> FauxFaux: maybe robinr would know something...if he's at his computer, that is
[17:17:49] * FauxFaux actually has a plugin environment available, but, lazy.
[17:17:50] <PerW> Yeah, about the eclipse history index. I guess I can throw Perl at it, but it would help If I had file names and timestamps. They must be somewhere sine eclipse knows about that.
[17:18:13] <FauxFaux> Lost in binary blobs in the workspace metadata, I assume.
[17:18:21] <PerW> yeah...
[17:19:02] <PerW> ok, I'll ask in #git before I start working on my perl script to export the files from history then.
[17:19:14] <FauxFaux> rcjsuen: Yeah, the version on the update site is spectacularily broken. :)
[17:19:29] <rcjsuen> Really? It installed fine for me a week or two ago.
[17:19:36] <rcjsuen> Then again I know nothing about git so maybe it was broken and I didn't know :)))
[17:20:00] <FauxFaux> It seems convinced that all my repos should be in "c:.git", I suspect it's entierly failed at Windows paths.
[17:20:13] <FauxFaux> That, or nobody cares about Windows. /o\
[17:20:36] <rcjsuen> mebbe i only tried on LInux
[17:22:48] *** figabo has quit IRC
[17:26:39] *** kthomas_vh has joined #eclipse
[17:27:17] *** Carnage` has quit IRC
[17:27:48] *** dfas has joined #eclipse
[17:28:23] <dfas> there's a particular method in a class which causes Eclipse 3.5 to freeze from me when it attempts auto-complete on that method.
[17:31:43] <PerW> FauxFaux: Ok, I should've gone to #git first (of course) I was just really scared for a while there. It turned out it was a noob mistake and recoverable.
[17:32:52] <PerW> FauxFaux: Although I think there should still be a tool for eclipse to get stuff out of the history. A plugin should be able to read the index files... Well let's just hope I never need it again.
[17:35:06] *** plediii has quit IRC
[17:35:28] *** StefanK has joined #eclipse
[17:40:10] <rcjsuen> dfas: "forever" or for like 3-5 minutes?
[17:42:42] * rcjsuen suspects it's a javadoc problem.
[17:42:45] *** PerW has left #eclipse
[17:42:47] <rcjsuen> well...assuming you're actually using Java
[17:45:08] *** plediii has joined #eclipse
[17:47:48] *** plediii_ has joined #eclipse
[17:48:37] *** nmatrix9 has joined #eclipse
[17:52:39] <dfas> rcjsuen: forever
[17:54:23] <rcjsuen> you should get a thread dump to see what's going on i guess
[17:54:25] <rcjsuen> ~deadlock
[17:54:26] <Arbalest> In a deadlock? http://wiki.eclipse.org/index.php/How_to_report_a_deadlock
[17:55:01] *** plediii_ has quit IRC
[17:57:54] <dfas> for the record, update to 3.5.1 from 3.5 solved it
[17:58:58] <rcjsuen> okilydokily
[18:02:29] *** plediii has quit IRC
[18:02:51] *** lresende has joined #eclipse
[18:08:50] *** buddhika_ has quit IRC
[18:09:44] *** Theravadan has joined #eclipse
[18:11:21] *** plediii has joined #eclipse
[18:19:15] *** buddhika_ has joined #eclipse
[18:25:27] *** StefanK has quit IRC
[18:28:48] *** Pikachu_2014 has quit IRC
[18:29:44] *** incorrect has quit IRC
[18:29:46] *** kthomas_vh_ has joined #eclipse
[18:40:12] *** aksn has quit IRC
[18:40:24] *** mbana has joined #eclipse
[18:41:16] *** admiral0 has joined #eclipse
[18:41:22] <admiral0> hi
[18:41:33] <admiral0> i'm having trouble with eclipse
[18:41:56] <admiral0> it's more an annoyance that i can't figure out
[18:42:47] <admiral0> when i click on a button, let's say OK on a dialog it gets selected, and i've got to hit enter to activate
[18:43:30] <rcjsuen> Linux?
[18:43:36] <admiral0> yep
[18:43:50] <admiral0> Sun jre
[18:43:52] <rcjsuen> ~crash
[18:43:53] <Arbalest> Is Eclipse crashing or freezing for you? This may be a known problem and there may already be a solution or workaround, please see - http://wiki.eclipse.org/IRC_FAQ#Crashers.2C_Freezing.2C_and_other_Major_Issues - If the FAQ does not seem to help, please provide more ~info about your workstation and Eclipse setup.
[18:43:55] <admiral0> and jdk
[18:44:35] *** deSilva has joined #eclipse
[18:45:41] *** kthomas_vh has quit IRC
[18:45:42] *** Pikachu_2015 has quit IRC
[18:47:01] <admiral0> rcjsuen:thank you :O
[18:47:43] *** glima[AWAY] is now known as glima
[18:49:36] *** Pikachu_2014 has joined #eclipse
[18:49:41] *** drindt has joined #eclipse
[18:53:01] *** lresende has quit IRC
[18:56:21] *** zmanning has joined #eclipse
[18:57:28] *** lresende has joined #eclipse
[18:58:23] *** lhunath has joined #eclipse
[18:59:19] <lhunath> am I expecting too much from p2 or does it just suck at resolving dependencies?  I'm trying to install the google plugin for eclipse and it says: "Missing requirement: Google Plugin for Eclipse 3.4 1.1.2.v200910130758 (com.google.gdt.eclipse.suite.e34.feature.feature.group 1.1.2.v200910130758) requires 'org.eclipse.platform.feature.group [3.4.0,3.5.0)' but it could not be found"
[19:00:10] <rcjsuen> well, it'd depend on whether it can be found on the list of sites you have on your system
[19:00:16] <lhunath> I tried selecting "All Available Sites" to "Work With" and have "Contact all update sites during install to find required software" checked.
[19:00:18] <rcjsuen> its error messages are not user-friendly for sure
[19:02:04] <lhunath> how do I find out what project provides a certain feature?
[19:02:36] <lhunath> hmm; [3.4.0,3.5.0) is probably some kind of osgi version syntax.  I can't decypher it.
[19:02:50] <rcjsuen> that's like calculus/math
[19:02:55] <rcjsuen> 3.4.0 inclusive to 3.5.0 exclusive
[19:03:14] <rcjsuen> 3.4.0 <= x < 3.5.0
[19:03:16] <lhunath> ah; so it's looking for eclipse platform 3.4.*
[19:03:53] <lhunath> intreging.  I got eclipse for java developers from eclipse.org; I didn't think 3.5 was released yet.
[19:04:00] <rcjsuen> lol
[19:04:04] <rcjsuen> we released in 3.5 in end of June
[19:04:24] <rcjsuen> lhunath: see channel topic ;p
[19:04:28] <lhunath> ah, then I was confused between 4 and 5.  nuts.  ah well, cheers.
[19:04:36] *** vwegert has joined #eclipse
[19:04:39] <lhunath> yes, I noticed after starting to talk, typical.
[19:07:52] <winegoddess> Hi - I hope someone can help increase my producitivity. I have a bunch of projects, and just want to search one area for text in a file. This used to work better, and even give me clickable link to the line in the file, but no more. Now it searches all files (i can confine to a set o files or a directory) I get the files that match with a number of occurences, but no way to link? Please help!
[19:10:14] <rcjsuen> searching and double-clicking has always worked for me *shrugs*
[19:12:19] <winegoddess> rcjsuen: it used to work for me. I dont know what setting got messed up or if it is from a feature i may have installed...
[19:16:31] <winegoddess> anyone have advice on how to confine my search just to the enclosing project? This option is not selectable at times
[19:16:50] <rcjsuen> i just select the project and then use "selected resources" instead
[19:17:04] <rcjsuen> i don't even know what "enclosing projects" is really supposed to mean
[19:18:52] <winegoddess> when i am able to choose it, and i do a search (not ctrl-F, but with search icon to search multipel files) it allows me to search all the files in the project that i have highlighted
[19:19:35] <rcjsuen> wouldn't that just be the same as "selected resources" since you "highlighted" the project?
[19:21:04] <winegoddess> i can only assume selected resources is a subset of enclosing project
[19:29:39] *** arvliet has joined #eclipse
[19:29:39] *** FreakyPenguin has left #eclipse
[19:34:50] *** kthomas has joined #eclipse
[19:38:47] *** kthomas_vh_ has quit IRC
[19:51:13] *** Reaper_ has joined #eclipse
[19:51:24] *** buddhika_ has quit IRC
[19:52:10] *** lresende has quit IRC
[19:53:59] <Reaper_> I'm having some trouble with eclipse could someone please help me out?
[19:54:07] <Reaper_> I'm using ubuntu linux
[19:54:36] <Reaper_> and for some reason everytime i install eclipse java autocomplete breaks
[19:54:55] <Reaper_> when i mean java autocomplete its the java in the terminal
[19:55:40] *** TomTom has quit IRC
[19:55:43] <Reaper_> I've made a few tests and it doens't matter if i install eclipse from the repos or untar it
[19:55:55] <Reaper_> i keep getting the same problem!
[19:56:07] <rcjsuen> Breaks? Terminal?
[19:57:19] *** StefanK has joined #eclipse
[19:59:02] <Reaper_> if i have a project that is a package
[19:59:10] <Reaper_> and i want to run the project
[19:59:34] <Reaper_> i write "java package.projectname"
[20:00:19] *** Theravadan has quit IRC
[20:00:33] <Reaper_> but for some reason i can't autocomplete the path
[20:01:08] <rcjsuen> It's never autocompleted for me.
[20:01:12] <Reaper_> under normal circumstances i would write "java pack" and hit tab
[20:01:43] <Reaper_> that would autocomplete the word package (assuming its the only file in the folder with that name)
[20:01:44] <rcjsuen> that would just be a matter of completing a folder/file's name
[20:01:49] <Reaper_> exactly
[20:01:58] <Reaper_> that breaks everytime i install eclipse
[20:02:11] <rcjsuen> I've never heard of this problem and the Eclipse platform should not interfere with your shell.
[20:02:25] <Reaper_> if i erradicate eclipse from the system it works...
[20:02:26] <Reaper_> =/
[20:05:00] <rcjsuen> Reaper_: so if you untar eclipse it doesn't work, and when you rm -rf the folder it works again?
[20:06:44] <Reaper_> maybe not that linear
[20:06:52] <Reaper_> i'm guessing i have to reboot
[20:07:03] <Reaper_> but last i checked it worked
[20:07:27] <Reaper_> next thing i did was install eclipse and it stoped working so i'm pinning it on eclipse! =/
[20:07:56] <rcjsuen> and you installed by untarring?
[20:08:51] <Reaper_> i did both
[20:08:53] <Reaper_> yes
[20:08:59] *** plediii has quit IRC
[20:09:02] <rcjsuen> Both?
[20:09:08] <Reaper_> using the repos
[20:09:10] <Reaper_> apt-get
[20:09:38] <rcjsuen> Doing both merely increases the amount of variables that may be causing the problem.
[20:09:57] <Reaper_> but now that i think about it i must have run eclipse right after the installatinon so it must be something with staring eclipse for the first time
[20:10:10] <Reaper_> no not both at the same time
[20:10:18] <Reaper_> both produce the same error
[20:10:27] <Reaper_> first i intalled via the repos
[20:10:32] <Reaper_> purged it
[20:10:41] <Reaper_> reinstalled and purged it once more
[20:10:50] <Reaper_> untill i got autocompletion back
[20:11:05] <Reaper_> then i thought it might be something with the repo package
[20:11:19] <Reaper_> so i downloaded the 'portable' version
[20:11:26] <Reaper_> and apparently the same thing happened
[20:11:39] <rcjsuen> i don't understand, you installed via repos, purged, and doesn't work?
[20:12:36] <Reaper_> after purging it works again
[20:12:52] *** arvliet has quit IRC
[20:12:53] <Reaper_> i had to purge everything
[20:13:00] <Reaper_> including java
[20:13:05] <Reaper_> if i'm not mistaken
[20:14:08] *** erdal has joined #eclipse
[20:15:00] *** arvliet has joined #eclipse
[20:16:04] *** Chris64 has quit IRC
[20:21:56] *** seanochoa has joined #eclipse
[20:26:09] *** StefanK has quit IRC
[20:28:03] *** zmanning has quit IRC
[20:30:02] *** seanochoa is now known as SeanInSeattle
[20:30:48] *** phoenixz has joined #eclipse
[20:34:57] <SeanInSeattle> Hello all.  I'm an UBER newbie when it comes to eclipse.  I'm attempting to get started with Google Web Toolkit, and I'm getting an error while installing the eclipse plugin:  "Google Plugin for Eclipse 3.5 (1.1.2.v200910131704) requires feature "org.eclipse.platform (3.5.0)", or equivalent".  Any suggestions?
[20:37:38] <rcjsuen> SeanInSeattle: funny, lhunath had something similar. What version of Eclipse do you have installed anyway?
[20:38:20] *** zmanning has joined #eclipse
[20:41:25] <SeanInSeattle> rcjsuen ==> I'm running eclipse v3.2.2
[20:42:06] <rcjsuen> i guess my "suggestion" would be to install Eclipse 3.5 then, that's what the error message is looking/asking for it seems
[20:42:38] <SeanInSeattle> So, I installed eclipse through the ubuntu > synaptic pkg mgr, and that's the version that I got.
[20:42:52] <SeanInSeattle> How to update 3.2.2 to 3.5?
[20:43:02] <rcjsuen> download the tarball from eclipse.org, unzip, the end
[20:43:22] <rcjsuen> Didn't GOogle's website say it wants Eclipse 3.5?
[20:43:28] <rcjsuen> guess their installation instructions need some work :|
[20:43:43] <SeanInSeattle> Ack, you know, they might have, I wasn't thinking straight at 2am in the morning, lol.
[20:44:09] <SeanInSeattle> So, I unpkg the tarball, and it will have an install script of some kind to execute, huh?
[20:44:18] <rcjsuen> no it's a binary
[20:44:35] <SeanInSeattle> the install script?
[20:44:41] <rcjsuen> ~linux-install
[20:44:41] <Arbalest> Trying to install Eclipse on Linux? http://wiki.eclipse.org/IRC_FAQ#How_do_I_install_Eclipse_on_Linux.3F
[20:45:03] <SeanInSeattle> Cool.  Thanks rcjsuen.  I appreciate it.
[20:45:27] <SeanInSeattle> Oh, and one last thing.  Should I be removing the existing installation before installing the 3.5 version?
[20:45:34] *** Reaper_ has quit IRC
[20:45:45] <SeanInSeattle> "Should I remove ..."
[20:45:52] <rcjsuen> Depends if you want it lying around *shrugs*
[20:46:11] <SeanInSeattle> Ah, so it will install side by side, instead of replacing.  That makes sense.
[20:46:19] <SeanInSeattle> Thnks guys.  I'm out to try it.
[20:46:24] *** SeanInSeattle has quit IRC
[20:50:13] *** SpektoM has joined #eclipse
[20:52:35] *** werdan7 has joined #eclipse
[20:54:31] *** StefanK has joined #eclipse
[21:13:35] *** erdal has quit IRC
[21:15:03] *** zmanning_ has joined #eclipse
[21:21:40] *** SpektoM has quit IRC
[21:22:30] *** ekiczek has joined #eclipse
[21:25:56] *** zmanning has quit IRC
[21:25:58] *** zmanning_ is now known as zmanning
[21:28:40] *** phoenixz has quit IRC
[21:37:14] *** NoobFukaire1 has joined #eclipse
[21:38:27] *** mbana has quit IRC
[21:38:30] *** deSilva has quit IRC
[21:38:55] *** glima is now known as glima[AWAY]
[21:43:56] *** zmanning has quit IRC
[21:51:22] *** mbana has joined #eclipse
[21:52:51] *** drindt has quit IRC
[22:04:11] *** figabo has joined #eclipse
[22:09:43] <NoobFukaire1> is there a utility that will check a given path for a resource in all active bundles?
[22:10:43] <rcjsuen> Sounds like a resource intensive operation. I've not heard of one myself though I admit I've never had the need
[22:11:25] *** dr_jerry has joined #eclipse
[22:12:04] <NoobFukaire1> good point
[22:12:17] <NoobFukaire1> instead I'll just get the extension point and iterate
[22:12:51] *** njdoyle has quit IRC
[22:13:54] *** deSilva has joined #eclipse
[22:15:33] *** njdoyle has joined #eclipse
[22:20:50] *** dr_jerry has quit IRC
[22:23:29] *** vwegert has quit IRC
[22:26:49] *** robin has joined #eclipse
[22:27:17] *** robin is now known as Guest56549
[22:28:07] *** drindt has joined #eclipse
[22:29:16] *** Hanumaan has joined #eclipse
[22:32:50] *** Theravadan has joined #eclipse
[22:33:43] *** LongBeach has joined #eclipse
[22:35:05] *** njdoyle has quit IRC
[22:36:00] *** SeanInSeattle has joined #eclipse
[22:37:36] *** tom17bombadil_ has quit IRC
[22:38:04] *** Afterlawl_ has joined #eclipse
[22:38:45] <SeanInSeattle> Hello all.  I'm having difficulty finding a good install guide for eclipse 3.5.  I've downloaded the C/CPP version of eclipse 3.5, and unpacked the tarball, but I'm not finding an install script/executable.  Any suggestions?
[22:42:48] *** robinr has quit IRC
[22:43:23] <rcjsuen> SeanInSeattle: The wiki page didn't explain the process?
[22:45:43] *** Afterlawl has quit IRC
[22:45:43] *** Afterlawl_ is now known as Afterlawl
[22:47:59] <rcjsuen> SeanInSeattle: The link Arbalest provided earlier doesn't work for you?
[22:49:33] *** Guest56549 is now known as robinr
[22:49:50] *** NukaCola has quit IRC
[22:50:13] <rcjsuen> ~tell SeanInSeattle about linux-install
[22:50:13] <Arbalest> SeanInSeattle: Trying to install Eclipse on Linux? http://wiki.eclipse.org/IRC_FAQ#How_do_I_install_Eclipse_on_Linux.3F
[22:50:43] <rcjsuen> ~tell SeanInSeattle about pm
[22:50:44] <Arbalest> SeanInSeattle: When you ask about your problem in the channel, more people can contribute input in addition to learning from it, benefitting all involved. Please consider this before sending someone a private message. :)
[22:53:21] *** Hanumaan has quit IRC
[22:53:26] *** nT4BR has joined #eclipse
[22:53:57] <nT4BR> hey guys, i have problems to install ve in eclipse galileo jee package
[22:54:08] <nT4BR> any ideia for solve the problem?
[22:54:08] <SeanInSeattle> rcjsuen =>  So, the install instructions link provided by Abalest work, but I'm wondering whats the "right" location to put the unpacked eclipse directory.  Should I simply leave it in my home directory?
[22:54:17] <nT4BR> i will post de error in any moment
[22:54:43] <rcjsuen> SeanInSeattle: That's where I put mine and I run Linux. Only I use this computer so I don't really care about "multiuser".
[22:55:15] *** Hanumaan has joined #eclipse
[22:55:49] *** fixl has quit IRC
[22:56:01] <SeanInSeattle> rcjsuen =>  I see.   For the majority of distros, where would a program normally install to?
[22:56:49] <rcjsuen> /opt/ I guess
[22:59:37] <nT4BR> i solve the problem, sry =D
[23:17:42] *** mbana has quit IRC
[23:18:17] *** acuster has joined #eclipse
[23:20:03] *** figabo has quit IRC
[23:22:43] *** unapiedra has joined #eclipse
[23:24:29] *** Slavka`` has joined #eclipse
[23:27:43] *** nT4BR has quit IRC
[23:29:24] *** zmanning has joined #eclipse
[23:31:25] *** Afterlawl_ has joined #eclipse
[23:32:02] *** patrickaroo has joined #eclipse
[23:32:48] <patrickaroo> I am installing the PHP package on windows XP with Wamp running PHP5 locally.  Where should I designate my Eclipse workspace to be?
[23:33:34] <patrickaroo> I assume one has one main workspace,
[23:34:22] <paulweb515_> patrickaroo: yes, your workspace is where your development files go ... I'm not sure if PDT requires you to use the same location are your web server or if you publish them somehow
[23:34:34] <patrickaroo> hmmm.
[23:35:05] <rcjsuen> oshi
[23:35:14] <rcjsuen> whoops, wrong window :)
[23:35:31] <paulweb515_> Indeed
[23:36:14] <patrickaroo> I'm going to be using $_SERVER('DOCUMENT_ROOT'].'/path' to keep paths clean.
[23:38:47] <Slavka``> hey guys... anyone manage to get xdebug working with eclipse? i am getting the debug console up but cant seem to step through the break points... any help would be appreciated..
[23:38:57] *** drindt has quit IRC
[23:39:02] *** Afterlawl has quit IRC
[23:39:02] *** Afterlawl_ is now known as Afterlawl
[23:41:17] *** SeanInSeattle has left #eclipse
[23:41:21] *** kthomas has quit IRC
[23:41:39] *** kthomas_vh_ has joined #eclipse
[23:41:54] *** acuster has quit IRC
[23:45:20] *** sphenxes has quit IRC
[23:46:10] *** k0rk has joined #eclipse
[23:46:28] *** k0rk has quit IRC
[23:50:22] *** lresende has joined #eclipse
[23:51:04] *** omry_ has quit IRC
[23:51:36] *** omry_ has joined #eclipse
[23:51:45] *** debio264 has quit IRC
[23:53:42] *** Back2Basics has joined #eclipse
[23:53:49] *** debio264 has joined #eclipse
[23:55:27] *** Kiran has joined #eclipse
[23:56:20] *** admiral0 has quit IRC
[23:57:15] *** LongBeach has quit IRC
[23:58:06] *** Back2Basics has quit IRC
[23:58:48] *** unapiedra has quit IRC
[23:58:50] *** StefanK has quit IRC

top