[00:00:27] *** groton__ has joined #eclipse [00:01:30] *** groton__ has quit IRC [00:10:29] *** Zenopus has quit IRC [00:10:32] *** Zenopus has joined #eclipse [00:10:34] *** groton has quit IRC [00:14:24] *** Arnos has quit IRC [00:16:55] *** ech0s7 has quit IRC [00:22:19] *** ary_manzana has quit IRC [00:22:41] *** NfNitLoop has joined #eclipse [00:23:06] <NfNitLoop> My "Available Software Sites" config seems to be empty. I'm googling trying to find the ones that Eclipse generally installs by default... [00:23:10] <NfNitLoop> but not having much luck. [00:23:27] <NfNitLoop> Can anyone point me to a page w/ that info, or maybe copy & paste your own? :) [00:23:55] <NfNitLoop> I installed eclipse via Ubuntu 9.10's apt-get and apparently it doesn't populate that. *sigh* [00:24:23] <NfNitLoop> actually, maybe I should just uninstall it and download directly from eclipse.org [00:33:06] *** mertimor has quit IRC [00:34:16] *** lolzie has quit IRC [00:37:03] *** nlc has quit IRC [00:39:17] *** fsteeg__ has quit IRC [00:39:36] *** nlc has joined #eclipse [00:49:08] *** evil-sheek has joined #eclipse [00:49:56] *** ramenmeal has joined #eclipse [00:50:28] <evil-sheek> Hi, I need help with minor problem, I'm running Eclipse remotely on the same network, I don't want to configure php.ini manually, for it to get dead lock onto one client, Is there way I can tell Eclipse to pass a param to the url, to tell xdebug, what client to connect to? [00:53:20] *** deinspanjer has quit IRC [01:02:13] <d_a_carver> evil-sheek: I think you have to modify the php.ini, that's the only way that I know of to use PDT and XDebug. [01:02:29] *** tomsa has joined #eclipse [01:03:35] <d_a_carver> evil-sheek: you might be able to do it through the launch configuration but not sure: http://devzone.zend.com/article/2930 [01:03:49] <evil-sheek> thanks [01:05:34] *** evil-sheek has left #eclipse [01:05:43] *** rhk has quit IRC [01:14:48] *** werdan7 has joined #eclipse [01:16:43] *** tomsa has quit IRC [01:20:57] *** ppr has joined #eclipse [01:21:36] *** peper has quit IRC [01:23:13] *** Orphis has left #eclipse [01:26:11] *** Powerplay has joined #eclipse [01:31:31] *** Druid has quit IRC [01:31:52] *** Druid has joined #eclipse [01:35:02] *** phoenixz has joined #eclipse [01:36:18] *** bushwakko has quit IRC [01:44:32] *** lov has joined #eclipse [01:44:34] *** lov has left #eclipse [01:44:44] *** AbortRetryFail has joined #eclipse [01:44:50] <AbortRetryFail> I've got Eclipse installed and i tried to use the help -> install new software to install the android ddms and dev tools, but i keep getting this error: Missing requirement: Android Development Tools 0.9.4.v200910220141-17704 (com.android.ide.eclipse.adt.feature.group 0.9.4.v200910220141-17704) requires 'org.eclipse.wst.xml.core 0.0.0' but it could not be found [01:45:05] <AbortRetryFail> Anybody know what would cause that? I'm running Eclipse classic 3.5.0 on Linux [01:46:49] *** crazy_im1 has joined #eclipse [01:47:45] <paulweb515_> AbortRetryFail: it's missing part of webtools [01:48:05] <paulweb515_> AbortRetryFail: I'd guess XML Editor and Tools (installable from the Galileo discovery site) [01:48:39] *** mobidroid has joined #eclipse [01:49:12] <paulweb515_> Yes, it's part of XML Editors and Tools [01:49:43] <AbortRetryFail> ok, know where i can get it? [01:50:04] <mobidroid> Hi there, I'm under a fresh install of Karmic Koala and eclipse acting wierd, I can't seem to click on buttons in wizard. I can focus on the buttons using the mouse left click but I need to push enter each time I want it to "register" the action. Anyone here saw this bug. I lack the skill to find good keywords on google to find this bug [01:51:39] <mobidroid> https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/443004 [01:51:53] <mobidroid> nevermind look like my weak keywords finaly found something :) [01:56:14] <mobidroid> Anyway thanks for reading, long live to all [01:56:24] *** mobidroid has quit IRC [01:57:31] <d_a_carver> AbortRetryFail: Go to Help->Install Software->Web, XML [01:57:52] *** Hanumaan has quit IRC [01:58:01] <d_a_carver> AbortRetryFail: select the galileo discovery site and then install the XML Editor. [01:58:10] <AbortRetryFail> I don't see a galileo discovery site. [01:58:14] <AbortRetryFail> that's why i asked. [01:58:34] *** crazy_imp has quit IRC [01:59:13] <d_a_carver> AbortRetryFail: http://download.eclipse.org/releases/galileo/ [01:59:23] <d_a_carver> add that to your available software sites [01:59:48] <AbortRetryFail> alright! now we're cooking with gas. [02:03:01] *** tphgangster has quit IRC [02:04:40] *** blue_asterisk has quit IRC [02:16:31] *** phoenixz has quit IRC [02:19:03] <jmspeex> Is it possible to create a project in a directory that is already populated? [02:19:47] <NfNitLoop> populated by... the files you want to put into that project? [02:19:49] <NfNitLoop> Yes. [02:19:59] <NfNitLoop> bzr init .; bzr add .; bzr commit -m "initial checkin" :) [02:20:01] *** gluxon has left #eclipse [02:21:33] *** icebrain has quit IRC [02:22:08] *** deSilva has quit IRC [02:22:18] <jmspeex> NfNitLoop: But how do I create an eclipse project there? [02:22:56] <jmspeex> Basically, I'm trying to switch from kdevelop to eclipse without having to copy everything in another directory [02:24:32] <NfNitLoop> oh. hahaha. [02:24:38] <NfNitLoop> sorry, I thought this was #bzr. :) [02:24:50] <jmspeex> No, I use git :-) [02:25:01] <NfNitLoop> file -> new -> project -> Project with existing sources [02:25:06] <NfNitLoop> if I remember correctly. [02:25:49] *** glima[AWAY] is now known as glima [02:26:07] <NfNitLoop> as for git... why do you use that and not bzr? :) [02:26:14] <NfNitLoop> (Just curious if I should switch.) :p [02:26:58] *** Shown has quit IRC [02:27:23] <jmspeex> NfNitLoop: The main reason is that I gave it a try and it worked much better than svn [02:27:39] <NfNitLoop> aah. Yes, many things work better than svn. :) [02:27:49] <jmspeex> i.e. I can give you many reasons to use git over svn, but none over bzr simply because I don't know about the differences at all [02:28:00] <NfNitLoop> aah, ok. [02:28:36] <NfNitLoop> I've played around with git a bit and bzr just seems to have a nicer interface. [02:28:37] <jmspeex> Well, the fact that git is being used for the kernel means that it's unlikely to go away any time soon [02:28:46] <NfNitLoop> Plus it can integrate with svn really well. [02:28:57] <NfNitLoop> You can treat a svn branch just as if it were a bzr branch. [02:29:04] <NfNitLoop> *nod* [02:29:05] <jmspeex> which is a real consideration considering how many times I've been burned with OSS projects that just got discontinued for "something better" [02:29:16] <NfNitLoop> Bzr is used for Ubuntu packages. [02:29:36] <jmspeex> ...which is also why I'm trying to switch to eclipse (from kdevelop) for developping CELT and Speex [02:29:45] <NfNitLoop> cool. [02:30:00] <jmspeex> git actually has decent svn compat as well [02:30:17] <jmspeex> as far as I'm concerned, git is the best svn client I know of :-) [02:30:47] <NfNitLoop> one thing I never did research enough... [02:31:03] <NfNitLoop> if you push git stuff into SVN... does it keep its metadata? Like changeset IDs and all that? [02:31:45] <jmspeex> nope, and that's the part that sucks [02:31:52] <NfNitLoop> ah. bzr does. ;) [02:31:56] <jmspeex> it doesn't even keep the date [02:32:22] <jmspeex> basically, what it does is equivalent to an svn commit and then git rebases based on that svn commit [02:32:36] <jmspeex> but I dumped SVN now, so it's no longer an issue! [02:33:03] <jmspeex> well, except for my job stuff :-) [02:34:40] <NfNitLoop> heh, yeah. If I could just go all-out DSCM, it might be more of an even playing field between git/hg/bzr [02:34:51] <NfNitLoop> but when I have to interoperate with svn, bzr wins. [02:35:58] *** Zenopus_ has joined #eclipse [02:36:13] *** Zenopus has quit IRC [02:40:13] *** deng_c has joined #eclipse [02:47:52] *** tr1gger has quit IRC [02:48:12] <jmspeex> NfNitLoop: what does bzr do. It's not like it can ask the svn server to set a time in the past, no? [02:49:03] <jmspeex> Just curious, anyone here uses the autotools support in eclipse? [02:51:04] *** ivenkys has quit IRC [02:52:48] <NfNitLoop> jmspeex: To SVN users, it looks like a regular commit. But bzr (well, the bzr-svn plugin, but that's transparent to the user) stores its metadata in svn properties. [02:53:18] <NfNitLoop> so anyone who checks out the thing from svn with bzr can see the merges. [02:53:37] <NfNitLoop> thus it also makes merging in SVN way easier if you can do it all with bzr. :p [02:53:57] <NfNitLoop> anwyay, don't want to flood #eclipse too much, #bzr is there if you have more questions. :) [02:56:21] <jmspeex> In any case, now I'm trying to find out how to tell eclipse to run ./autogen.sh and ./configure [02:58:18] *** rhk has joined #eclipse [03:03:56] *** glima is now known as glima[AWAY] [03:04:23] *** |conan| has joined #eclipse [03:22:14] *** conan has quit IRC [03:45:25] *** hdave has joined #eclipse [03:51:48] *** pnehrer has quit IRC [04:08:14] *** jfreeman has quit IRC [04:09:39] *** jfreeman has joined #eclipse [04:12:08] <rcjsuen> jmspeex: You may be interested in the autotools plug-in from the Eclipse Linuxtools project. [04:12:36] <jmspeex> rcjsuen: yes, that's what I'm using at the moment, but so far I haven't been able to do much with it [04:17:20] *** rhk has quit IRC [04:17:22] *** deng_c has quit IRC [04:17:23] *** dpy has quit IRC [04:17:26] *** adante has quit IRC [04:17:26] *** Gussi has quit IRC [04:17:26] *** Shinary has quit IRC [04:17:26] *** juanez has quit IRC [04:17:27] *** uebera|| has quit IRC [04:17:27] *** BrianHV has quit IRC [04:17:27] *** cmw72 has quit IRC [04:17:27] *** m0 has quit IRC [04:17:28] *** FauxFaux has quit IRC [04:17:34] *** loesh has quit IRC [04:17:34] *** Tesseract has quit IRC [04:17:34] *** philk_ has quit IRC [04:17:34] *** odin_ has quit IRC [04:17:34] *** private_meta has quit IRC [04:17:34] *** paulweb515 has quit IRC [04:17:35] *** guyzmo has quit IRC [04:17:35] *** Druid has quit IRC [04:17:35] *** felipe` has quit IRC [04:17:35] *** d_a_carver has quit IRC [04:17:35] *** Pikachu_2015 has quit IRC [04:17:35] *** samg_ has quit IRC [04:17:36] *** tokam-|-away has quit IRC [04:17:36] *** Nurbs has quit IRC [04:17:36] *** ReneP has quit IRC [04:17:36] *** maxb has quit IRC [04:17:36] *** AbortRetryFail has quit IRC [04:17:36] *** mcbulba has quit IRC [04:17:36] *** Helheim has quit IRC [04:17:36] *** jonkri has quit IRC [04:17:36] *** ycy has quit IRC [04:17:36] *** crib has quit IRC [04:17:37] *** Bass10 has quit IRC [04:17:37] *** codehog has quit IRC [04:17:37] *** NfNitLoop has quit IRC [04:17:38] *** buggs has quit IRC [04:17:38] *** jham has quit IRC [04:17:38] *** palla|putty has quit IRC [04:17:38] *** b0c1 has quit IRC [04:17:52] *** Irakirashia has joined #eclipse [04:18:25] *** AbortRetryFail has joined #eclipse [04:18:25] *** Druid has joined #eclipse [04:18:25] *** Tesseract has joined #eclipse [04:18:25] *** d_a_carver has joined #eclipse [04:18:25] *** Pikachu_2015 has joined #eclipse [04:18:25] *** philk_ has joined #eclipse [04:18:25] *** cmw72 has joined #eclipse [04:18:25] *** m0 has joined #eclipse [04:18:25] *** Bass10 has joined #eclipse [04:18:25] *** samg_ has joined #eclipse [04:18:25] *** loesh has joined #eclipse [04:18:25] *** FauxFaux has joined #eclipse [04:18:25] *** odin_ has joined #eclipse [04:18:25] *** paulweb515 has joined #eclipse [04:18:25] *** guyzmo has joined #eclipse [04:18:25] *** private_meta has joined #eclipse [04:18:25] *** tokam-|-away has joined #eclipse [04:18:25] *** felipe` has joined #eclipse [04:18:25] *** Nurbs has joined #eclipse [04:18:25] *** ReneP has joined #eclipse [04:18:25] *** maxb has joined #eclipse [04:18:25] *** Helheim has joined #eclipse [04:18:25] *** crib has joined #eclipse [04:18:25] *** mcbulba has joined #eclipse [04:18:25] *** jonkri has joined #eclipse [04:18:25] *** ycy has joined #eclipse [04:18:25] *** codehog has joined #eclipse [04:38:45] *** chuckr has joined #eclipse [04:48:41] *** krbarnes has joined #eclipse [04:51:48] *** rhk has joined #eclipse [04:56:20] *** Powerplay has quit IRC [05:02:19] *** pnehrer has joined #eclipse [05:02:39] *** |conan| has quit IRC [05:06:08] *** ramenmeal_ has joined #eclipse [05:06:08] *** ramenmeal has quit IRC [05:06:12] *** ramenmeal_ is now known as ramenmeal [05:06:48] *** LongBeach has joined #eclipse [05:10:38] *** philk_ has quit IRC [05:13:20] *** blue_asterisk has joined #eclipse [05:21:09] *** allisterb__ has joined #eclipse [05:22:36] *** rcjsuen has quit IRC [05:25:58] *** allisterb has joined #eclipse [05:28:42] *** krbarnes has quit IRC [05:37:29] *** allisterb_ has quit IRC [05:41:06] *** allisterb__ has quit IRC [05:56:40] *** pnehrer has quit IRC [06:07:27] *** danlucraft has joined #eclipse [06:14:51] *** SpektoM has joined #eclipse [06:17:32] *** ramenmeal_ has joined #eclipse [06:17:32] *** ramenmeal has quit IRC [06:17:36] *** ramenmeal_ is now known as ramenmeal [06:18:25] *** allisterb has quit IRC [06:23:57] *** deng_c has joined #eclipse [06:27:11] *** volodya has joined #eclipse [06:27:48] *** rhk has quit IRC [06:28:15] *** tom17bombadil has joined #eclipse [06:36:47] *** prince has joined #eclipse [06:37:50] *** tom17bombadil has quit IRC [06:49:09] *** prince has quit IRC [06:53:10] *** crashR has quit IRC [06:56:50] *** allisterb has joined #eclipse [06:57:04] *** crashR has joined #eclipse [07:00:39] *** ExElNeT_ has joined #eclipse [07:01:39] *** crashR1 has joined #eclipse [07:01:46] *** crashR has quit IRC [07:02:43] *** ExElNeT has quit IRC [07:05:51] *** crashR1 has quit IRC [07:24:45] *** d_a_carver has quit IRC [07:26:48] *** jojo_ has joined #eclipse [07:27:23] *** dpy has joined #eclipse [07:27:23] *** adante has joined #eclipse [07:27:23] *** Gussi has joined #eclipse [07:27:23] *** Shinary has joined #eclipse [07:27:23] *** juanez has joined #eclipse [07:27:23] *** BrianHV has joined #eclipse [07:27:23] *** uebera|| has joined #eclipse [07:27:55] *** philk_ has joined #eclipse [07:27:55] *** NfNitLoop has joined #eclipse [07:27:55] *** jham has joined #eclipse [07:27:55] *** b0c1 has joined #eclipse [07:27:55] *** palla|putty has joined #eclipse [07:27:55] *** buggs has joined #eclipse [07:28:59] <jojo_> hi quick questions about building eclipse on windows: in the build.properties file when setting path names is it ok to leave out the drive? i.e. instead of "C:/Program Files/..." have "/Program Files/" [07:33:17] *** ramenmeal_ has joined #eclipse [07:33:22] *** ramenmeal has quit IRC [07:33:24] *** ramenmeal_ is now known as ramenmeal [07:47:21] *** laurenz has joined #eclipse [07:50:37] *** volodya has quit IRC [07:51:16] *** jojo_ has quit IRC [07:55:41] *** jfreeman has quit IRC [08:03:45] *** philk__ has joined #eclipse [08:09:58] *** punknroll_ has joined #eclipse [08:19:35] *** SpektoM has quit IRC [08:21:02] *** philk_ has quit IRC [08:21:12] *** TheViper has left #eclipse [08:21:46] *** danlucraft has quit IRC [08:22:49] *** laurenz has quit IRC [08:23:42] *** kottlett has joined #eclipse [08:23:43] *** Bass10 has quit IRC [08:29:10] *** synx- has joined #eclipse [08:29:22] <synx-> Hey guys, newb eclipse user here. [08:29:45] <synx-> Actually, let me see if I can figure this out [08:30:57] *** kensanata has joined #eclipse [08:31:28] <synx-> Ok well anyway, I loaded up a project and all of the files are shown in some sort of flat package view, instead of as nested folders. [08:31:34] <synx-> Any ideas/reason? [08:34:10] *** Mkop has joined #eclipse [08:41:22] *** philk__ has quit IRC [08:50:21] *** volodya has joined #eclipse [08:52:39] *** amitev has joined #eclipse [08:55:28] *** mastro has joined #eclipse [09:01:29] <nitind> synx-: Because when you're programming Java, the package and class structure is the information you're usually interested in. The folder layout is something the IDE can just take care of for you, but if you really want that, you can change the way it's show in the Package Explorer or just open and use the Navigator View instead. [09:02:47] <synx-> Okay, well it just doesn't make sense when you have an extremely large project (500+ files) to have them all shown in some sort of seemingly haphazard fashion. [09:03:31] *** omry|work has quit IRC [09:09:53] <nitind> It's not haphazard--presumably you picked the packages. [09:10:32] <synx-> Well yea, hence "seemingly" [09:10:47] <synx-> Your point is well received though. [09:11:30] *** sama has joined #eclipse [09:11:47] *** fsteeg_ has joined #eclipse [09:12:11] *** SpektoM has joined #eclipse [09:17:46] *** akurtakov has joined #eclipse [09:18:15] *** bushwakko has joined #eclipse [09:19:31] *** bushwakko has quit IRC [09:22:07] *** dr_jerry has joined #eclipse [09:25:29] *** danlucraft has joined #eclipse [09:36:20] *** electronoob has joined #eclipse [09:36:33] <electronoob> I would like to preface my question with, I'm retarded [09:36:59] <electronoob> I was trying to set up eclipse so that I could start working with Android apps [09:37:19] <electronoob> I was missing some dependencies to install the Android developer tools [09:37:28] <electronoob> I started by installing each one manually [09:37:36] <electronoob> Eventually I became frustrated [09:37:39] <electronoob> SO I did this [09:37:47] <electronoob> yum install eclipse* [09:38:00] <electronoob> Effectively installing all eclipse plugins and accessories [09:38:06] <electronoob> now when I start eclipse [09:38:27] <electronoob> The galileo box appears [09:38:40] <electronoob> Java takes 90% or my processor [09:38:44] <electronoob> It's been over 15 minutes [09:38:56] <electronoob> and I have yet to get the eclipse window [09:39:20] <electronoob> Is there a simple solution to unbork eclipse? [09:44:59] <electronoob> Well I removed the package and then reinstalled it with no luck, I'm going to try restarting and praying to the gods [09:45:12] <electronoob> Wish me luck or at least don't actively hate me [09:45:13] <electronoob> bbl [09:45:28] *** electronoob has quit IRC [09:45:54] *** palla|putty has quit IRC [09:46:48] *** Theravadan has quit IRC [09:47:17] *** lane_ has joined #eclipse [09:47:51] *** opossum_oisif has joined #eclipse [09:48:08] *** krbarnes has joined #eclipse [09:48:54] *** pschriner has joined #eclipse [09:48:58] *** bushwakko has joined #eclipse [09:50:19] *** fsteeg_ has quit IRC [09:50:25] *** tphgangster has joined #eclipse [09:51:13] *** electronoob has joined #eclipse [09:51:40] <electronoob> Spotty internet is spotty [09:53:42] *** dpino has joined #eclipse [09:54:46] *** parasol has quit IRC [09:56:03] *** nlc has quit IRC [09:56:13] *** Kudd has joined #eclipse [09:58:16] *** macsim has quit IRC [09:59:11] <electronoob> Now uninstalling all eclipse packages [10:02:42] *** krbarnes has quit IRC [10:03:56] *** lane_ has quit IRC [10:06:08] *** Meowtimer has joined #eclipse [10:06:12] *** ramenmeal_ has joined #eclipse [10:06:51] *** ramenmeal_ has quit IRC [10:07:15] *** ramenmeal_ has joined #eclipse [10:07:18] *** Meowtimer has quit IRC [10:07:19] *** ramenmeal has quit IRC [10:07:23] *** ramenmeal_ is now known as ramenmeal [10:07:55] *** crashR has joined #eclipse [10:13:39] *** jfreeman has joined #eclipse [10:14:00] *** Pikachu_2015 has quit IRC [10:14:57] *** Pikachu_2015 has joined #eclipse [10:22:18] *** Carnage\ has joined #eclipse [10:23:03] <bushwakko> hey, can anyone help me out with this one: https://bugs.eclipse.org/bugs/show_bug.cgi?id=296091 [10:24:33] *** Carnage\ has quit IRC [10:28:46] *** fsteeg has quit IRC [10:30:06] *** fsteeg has joined #eclipse [10:32:37] *** volodya has quit IRC [10:44:04] *** z4z4 has joined #eclipse [10:50:37] *** pharell has joined #eclipse [10:59:07] *** ppetev has joined #eclipse [11:01:50] *** matrium has joined #eclipse [11:02:13] <matrium> hi [11:02:35] <matrium> is it possible to change the way URI are saved in gmf diagrams? [11:02:51] <matrium> I have a model file for my diagram [11:02:57] *** crashR has quit IRC [11:03:00] <matrium> and the reference to the file is always saved absolute [11:03:59] <matrium> like <element xmi:type="odm:OWLClass" href="file:/import/users/users..../ontology1.odm#// at OWLClass dot 3" /> [11:04:16] <matrium> I want that href to be relative to the location of my diagram file [11:12:06] *** dpino has quit IRC [11:12:34] *** oisinh has joined #eclipse [11:14:08] *** opossum_oisif has quit IRC [11:14:13] *** dpino has joined #eclipse [11:17:23] *** SzymonB has joined #eclipse [11:17:28] *** magnet has joined #eclipse [11:22:18] *** fsteeg has quit IRC [11:22:51] *** krbarnes has joined #eclipse [11:23:17] *** krbarnes has quit IRC [11:24:31] *** Xilent has joined #eclipse [11:26:29] *** opossum_oisif has joined #eclipse [11:38:11] *** jfreeman has quit IRC [11:41:46] *** Carnage\ has joined #eclipse [11:45:05] *** deSilva has joined #eclipse [11:45:54] *** deng_c has quit IRC [11:58:33] *** Mkop has quit IRC [11:59:54] *** Meowtimer has joined #eclipse [12:00:46] *** oisinh has quit IRC [12:01:07] *** Meowtimer has quit IRC [12:04:51] *** oisinh has joined #eclipse [12:09:37] *** charley has quit IRC [12:10:12] *** charley has joined #eclipse [12:13:09] *** reisi has joined #eclipse [12:13:53] <reisi> is there a way to output a project resource file into console so that eclipse would pick it up and show it as a link? (ie clicking it would open the resource file) [12:16:10] *** cmw72 has quit IRC [12:30:32] *** kartben has joined #eclipse [12:38:33] *** opossum_oisif has quit IRC [12:47:17] <paulweb515_> reisi: I don't think so, unless the cheatsheet system uses a servlet to allow text to be posted [12:48:40] *** oisinh has quit IRC [12:49:51] *** keya has joined #eclipse [12:52:21] *** deSilva has quit IRC [12:53:51] *** Meowtimer has joined #eclipse [12:55:11] <spawnyd> l [12:57:11] *** Meowtimer has quit IRC [12:57:32] *** rcjsuen has joined #eclipse [12:59:10] *** oisinh has joined #eclipse [13:00:45] *** deSilva has joined #eclipse [13:01:45] *** ekiczek has quit IRC [13:05:46] *** scorphus has joined #eclipse [13:09:37] *** buarsdi has joined #eclipse [13:11:15] *** TomTom has joined #eclipse [13:20:32] *** [diablo] has joined #eclipse [13:22:02] *** luyang has joined #eclipse [13:22:30] *** matrium has quit IRC [13:23:17] *** deSilva has quit IRC [13:27:55] *** deSilva has joined #eclipse [13:32:25] *** ttwhy has joined #eclipse [13:33:04] <ttwhy> Hi, does someone know where to find the Ecore.ecore file? iam searching thrue the downloadable source, but i cant find it yet [13:33:59] *** erdal has joined #eclipse [13:36:02] *** dpy has quit IRC [13:39:10] <erdal> anyone has an example on how to use org.eclipse.equinox.http.registry.resources? [13:39:31] <erdal> (extension point) [13:42:48] *** dpy has joined #eclipse [13:43:27] *** dpy has quit IRC [13:45:04] *** dpy has joined #eclipse [13:56:21] *** ttwhy has quit IRC [13:58:43] *** pnehrer has joined #eclipse [14:00:16] *** volodya has joined #eclipse [14:07:01] *** luyang has quit IRC [14:08:12] *** luyang has joined #eclipse [14:08:31] *** amnesic has quit IRC [14:18:22] *** amnesic has joined #eclipse [14:18:52] *** dsugar100 has joined #eclipse [14:21:59] *** Shown has joined #eclipse [14:25:51] *** luyang has left #eclipse [14:26:58] *** scorphus_ has joined #eclipse [14:28:24] *** glima[AWAY] is now known as glima [14:29:52] *** opossum_oisif has joined #eclipse [14:36:35] *** TodC has joined #eclipse [14:36:53] *** scorphus has quit IRC [14:39:42] *** tr1gger has joined #eclipse [14:40:32] *** mmmmm has joined #eclipse [14:40:36] <mmmmm> Hello. [14:41:13] <mmmmm> Is there a widget gallery for SWT? I mean screenshots. http://www.eclipse.org/swt/ [14:41:31] <mmmmm> http://www.eclipse.org/swt/widgets/ [14:41:34] <mmmmm> :-) [14:41:38] <bushwakko> Anyone tried and gotten Eclipselink on OSGI working? [14:42:53] *** pharell has quit IRC [14:46:33] *** scorphus_ is now known as scorphus [14:47:18] *** mmmmm has quit IRC [14:47:31] *** Bass10 has joined #eclipse [14:50:20] *** glima is now known as glima[AWAY] [14:51:15] *** glima[AWAY] is now known as glima [14:51:52] *** dmiles_afk has joined #eclipse [14:58:18] *** crazy_im1 has quit IRC [14:58:28] *** crazy_imp has joined #eclipse [15:12:35] *** pschriner has quit IRC [15:28:26] *** Kudd_ has joined #eclipse [15:29:02] *** Kudd has quit IRC [15:31:56] *** rhk_ has joined #eclipse [15:32:30] *** jaimesilva has joined #eclipse [15:32:43] *** Gaius2459 has joined #eclipse [15:33:12] <jaimesilva> good morning, I'm having a problem with eclipse 3.5 on Debian testing... [15:33:28] <Gaius2459> hi [15:33:42] <jaimesilva> In some dialogs when I click "Next" nothing happens [15:33:51] *** rhk_ is now known as rhk [15:34:03] <jaimesilva> hi Gaius2459 [15:34:10] *** glima is now known as glima[AWAY] [15:34:59] <jaimesilva> I dl the binary tar for linux amd64 and I'm using sun jdk 1.6 for amd64 [15:35:08] <Gaius2459> I just installed Subversive and now it asks me which Connector i want to use: SVN Kit 1.1.7, 1.2.3, 1.3.0, Native JavaHL 1.5.4, 1.6.3. What should I use for html&js development? [15:35:17] <jaimesilva> uncompressed it on my home dir [15:36:24] *** dpino has quit IRC [15:36:49] <jaimesilva> when I tried to install the GWT plugin added the URL in the plugin dialog and then selected the plugins in the list but when I pressed "Next" nothing happened [15:37:51] <jaimesilva> so I installed the plugin manually but now when I try to configure the GWT installation I select gwt's path and press "Next" and nothing happens [15:43:23] *** dpino has joined #eclipse [15:46:09] *** rgrunber has joined #eclipse [15:47:01] *** pschriner has joined #eclipse [15:47:36] *** pschriner has quit IRC [15:48:45] <rcjsuen> jaimesilva: See FAQ in topic with regards to your button problem. [15:49:16] <rcjsuen> Gaius2459: That is a question of which "protocol" to use for communicating with the Subversion server and nothing to do with "I write HTML and JavaScript" actually. [15:52:40] <Gaius2459> rcjsuen: I use a local repository, is there a way to see which I need? [15:52:53] <rcjsuen> I guess protocol was the wrong word. [15:53:04] <rcjsuen> Let's say "implementation of the Subversion protocol" instead. [15:53:23] <Gaius2459> rcjsuen: ok, and how can see which I need?^^ [15:53:30] <rcjsuen> Gaius2459: Either should work. [15:54:22] <Gaius2459> rcjsuen: ah..ok, so they are just different implementations [15:54:22] <Gaius2459> Would you recommand one? [15:54:32] <rcjsuen> I don't use Subversion. [15:57:44] <jaimesilva> rcjsuen: thanks a lot [16:00:12] *** crashR has joined #eclipse [16:02:46] *** crashR has quit IRC [16:03:24] <Gaius2459> rcjsuen: ok, thx [16:03:59] *** krbarnes has joined #eclipse [16:04:43] *** ketan has joined #eclipse [16:05:31] *** ketan has quit IRC [16:09:03] *** wolfshade has joined #eclipse [16:09:39] <rcjsuen> So it seems the workbench code directly calls Runtime.getRuntime().exec... to invoke a macapp.app file. I don't believe SWT's Program API can help me launch it, can it? Since the Program API seems to only know about file extensions. [16:10:00] <wolfshade> having some trouble with eclipse and javascript inside a jsp; eclipse sais unreachable code and more, but it's actually valid code, any way to fix this? [16:10:46] *** Gaius2459 has quit IRC [16:12:40] <wolfshade> it's not inside the jsp actually it's after it [16:15:37] <krbarnes> rcjsuen: Program.launch("/Applications/TextEdit.app"); works for me [16:15:53] <rcjsuen> krbarnes: hm, but i need to send it the argument (the file in question) [16:16:32] <rcjsuen> we do like -> Runtime.getRuntime().exec(new String[] { programFileName, path }); [16:17:25] <rcjsuen> Well, that didn't fly on windows anyway [16:17:29] <rcjsuen> Program.launch("C:\\Windows\\Notepad.exe C:\\test.txt"); [16:21:06] <wolfshade> i now put the javascript in its own file and eclipse validator still sais: http://pastebin.com/d273fce2 [16:21:13] *** kottlett has quit IRC [16:21:34] <krbarnes> rcjsuen: it would need to be more like :Program p = Program.findProgram(".txt"); [16:21:34] <krbarnes> p.execute("/Users/kevin/Desktop/patch.txt"); [16:21:43] <rcjsuen> indeed [16:21:55] <rcjsuen> the bug is https://bugs.eclipse.org/bugs/show_bug.cgi?id=288624 which Lakshmi tagged as see also to https://bugs.eclipse.org/bugs/show_bug.cgi?id=204582 [16:22:38] <wolfshade> i'm using eclipse ganymede, anyone knows anything about my problem please? [16:22:45] <rcjsuen> lemme try an alternate workflow and see if i can get it to work [16:23:30] <krbarnes> rcjsuen: Runtime.exec is ok... you should exec("open your.app filename") though [16:23:43] <rcjsuen> I need to add "open"? [16:23:46] * rcjsuen shudders. [16:24:07] <krbarnes> ~pastebin [16:24:08] <Arbalest> Please paste the relevant information onto a pastebin. The submission will then generate a URL, please copy/paste the generated URL back to the channel - http://www.pastebin.cz/ - http://papernapkin.org/pastebin/home - http://pastebin.com - http://pastebin.ca [16:24:44] <krbarnes> rcjsuen: here's the usage info for open [16:24:44] <krbarnes> http://pastebin.ca/1686910 [16:25:11] <rcjsuen> Maybe I need to add good ol' Util.isMac() [16:25:35] <krbarnes> rcjsuen: my battery is almost dead and I have to get to the office. I'll be back online in 15 min. [16:25:41] <rcjsuen> k, ttyl [16:25:43] <rcjsuen> thx for the help [16:25:48] <krbarnes> np [16:25:49] *** krbarnes has quit IRC [16:25:50] *** bushwakko_ has joined #eclipse [16:26:20] <wolfshade> should i just disable the eclipse javascript validator? http://pastebin.com/d273fce2 [16:26:40] *** bushwakko_ has quit IRC [16:27:06] *** bushwakko has quit IRC [16:28:29] *** keya has quit IRC [16:33:34] *** bigjay has joined #eclipse [16:33:42] <bigjay> Hi [16:38:57] *** jaimesilva has quit IRC [16:39:15] *** krbarnes has joined #eclipse [16:43:06] <NfNitLoop> Hrmm. I'm in the "Available Software Sites" window and seem to be completely unable to edit, enable, or disable any of the sites listed there. (Though checking for new software seems to work...) [16:47:00] *** d_a_carver has joined #eclipse [16:51:33] *** acuster has joined #eclipse [16:52:57] <NfNitLoop> Oh. [16:52:58] <NfNitLoop> very odd. [16:53:01] <NfNitLoop> I can't click on the buttons. [16:53:09] <NfNitLoop> but I can hit the spacebar to activate them. [16:53:09] <NfNitLoop> >.< [16:53:20] <NfNitLoop> I saw this in some other SWT widgets the other day. *sigh* [16:53:30] <deSilva> known problem [16:53:38] <NfNitLoop> is there a workaround? [16:53:41] <NfNitLoop> or fix? [16:53:50] <deSilva> yes, check the FAQ [16:54:04] <NfNitLoop> or a page detailing the problem? *googles* [16:54:14] <NfNitLoop> SWT FAQ? or Eclipse? [16:55:00] <paulweb515_> NfNitLoop: /topic [16:55:01] *** glima[AWAY] is now known as glima [16:55:38] <NfNitLoop> ah, thanks. [17:00:12] *** erdal has left #eclipse [17:04:17] <NfNitLoop> How shameful, to be someone who asked something that was in the FAQ. :p [17:04:20] *** tr1gger has quit IRC [17:04:27] <NfNitLoop> I think it's the first time, though. :) [17:04:38] <rcjsuen> NfNitLoop: First time...what? :o [17:04:40] <NfNitLoop> well, my first time. aaanyway. Thanks! [17:04:49] <paulweb515_> NfNitLoop: not shameful ... that's why we point you to the FAQ instead of ridiculing you :-) [17:05:23] <rcjsuen> NfNitLoop: Every day we have several users asking that same question so I don't think anyone reads IRC topics these days. :P [17:06:02] <NfNitLoop> hehe. Well, it's just so rare for a channel to have anything useful in there... [17:06:17] <NfNitLoop> other than "Hey look! Our latest release!" [17:06:54] <NfNitLoop> which is the only part that displays on my topic line in irssi. ;) [17:08:47] *** Aleph_One has quit IRC [17:09:08] *** theGussi has joined #eclipse [17:13:28] *** buarsdi has quit IRC [17:16:26] *** SzymonB has quit IRC [17:18:59] *** cmw72 has joined #eclipse [17:19:30] *** theoretically has joined #eclipse [17:20:25] <theoretically> i had eclipse europa for a period then i delete it and i put eclipse Galileo [17:20:25] <theoretically> and i have a problem now, an error message:the version JVM 1.4.2_03 is not suitable, 1.5 or greater is required [17:20:49] <theoretically> i don't know what to do? [17:20:50] *** kartben has quit IRC [17:21:04] <paulweb515_> theoretically: some parts of Galileo won't run unless you run on 1.5 [17:21:08] *** Gussi has quit IRC [17:21:09] *** theGussi is now known as Gussi [17:21:20] <paulweb515_> theoretically: get a 1.5 or 1.6 JVM ... http://java.sun.com is a good place to start [17:21:42] <theoretically> i did it but i doesn't work [17:22:00] <theoretically> the message still appears [17:22:01] <rcjsuen> your system VM may not have changed then, that's my guess [17:22:22] *** TomTom has quit IRC [17:22:27] <theoretically> how can i change the VM system? [17:23:06] <d_a_carver> theoretically: what os are you running?> [17:23:11] <rcjsuen> that'd depend on your os [17:23:22] <theoretically> windows xp [17:25:01] <rcjsuen> in control panel i think [17:26:22] *** bigjay has quit IRC [17:28:07] *** Aleph_One has joined #eclipse [17:28:21] <theoretically> where exactly in control panel? [17:29:18] *** deSilva has quit IRC [17:29:35] *** yann|work has joined #eclipse [17:29:47] <yann|work> any egit guys around ? [17:33:08] *** pharell has joined #eclipse [17:33:14] <theoretically> how can i see the version of JVM now in cmd.exe ? [17:33:21] <theoretically> i put -VM ? [17:34:51] <rcjsuen> just run 'java -version' [17:35:26] <rcjsuen> yann|work: Taking a poll? [17:35:35] <rcjsuen> seems someone wrote a jdt refactoring article http://www.ibm.com/developerworks/opensource/library/os-eclipse-refactoring/index.html?ca=dgr-lnxw07Refractoringdth-OS&S_TACT=105AGX59&S_CMP=grlnxw07 [17:36:29] <yann|work> rcjsuen: mostly checking if it's worth asking a question here, or if I should try the git ml :) [17:36:45] <rcjsuen> nvr hurts to just ask the question [17:36:55] <rcjsuen> if no one answers, copy/paste your question to the forums or something ;) [17:37:11] <yann|work> the question is about importing a git repo containing multiple eclipse projects [17:37:44] <yann|work> when importing a git repo, we get a list of projects to import, but the list is empty [17:38:09] <yann|work> so I was wondering what is expected by egit to get this list filled [17:40:29] <theoretically> java version 1.4.2_03 [17:43:17] <theoretically> so? [17:43:53] *** [diablo] has quit IRC [17:44:15] *** acuster has quit IRC [17:46:34] <rcjsuen> yann|work: I was of the opinion that it scanned for .project files. There's a bug open about the scanning, may or may not be related. [17:46:54] *** Kudd_ is now known as Kudd [17:47:14] <rcjsuen> theoretically: Well there should be a Java section in the control panel. If not, I dunno. You could always just edit your ~eclipse.ini file directly and point Eclipse elsewhere (to your 1.5 / 1.6 installation). [17:47:14] <Arbalest> Want to set startup flags for eclipse, like -vm, -vmargs, or -consolelog? Edit your eclipse.ini file. - http://wiki.eclipse.org/Eclipse.ini - http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#eclipse.ini [17:48:28] <theoretically> ok thank you rcjsuen [17:49:28] *** punknroll_ has quit IRC [17:51:41] *** SpektoM has quit IRC [17:52:12] *** Carnage\ has quit IRC [17:53:42] *** z4z4 has quit IRC [17:54:43] *** krbarnes has quit IRC [17:55:07] *** kensanata has quit IRC [17:58:09] *** charley has quit IRC [17:59:15] *** pharell has quit IRC [17:59:49] *** kensanata has joined #eclipse [18:00:17] *** charley has joined #eclipse [18:01:44] *** Hagbardceline has joined #eclipse [18:01:49] *** Hagbardceline has left #eclipse [18:02:37] *** Theravadan has joined #eclipse [18:06:48] *** opossum_oisif has quit IRC [18:10:27] *** jelly-bean1 has joined #eclipse [18:11:30] *** Xilent has quit IRC [18:11:33] <jelly-bean1> my eclipse GUI buttons keep getting stuck down--i can't click. they appear depressed. the only way to click themwith the mouse is to click outside the button, drag onto it, and release the button on top of it. then it will consider it a click when that happens. i can always use the keyboard to get around as an alternative, but this is super annoying. it seems to do it on scrollbars and textfields as well--trapping focus on [18:12:01] <paulweb515_> jelly-bean1: on a latest linux gtk+ version? [18:13:13] <d_a_carver> jelly-bean1: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/458703 [18:13:18] <jelly-bean1> paulweb515_: probably. it has been reproduced on 3 machines so far. one being arch linux distro--after we upgraded to latest ver of that os, and when we upgraded from Ubuntu jaunty to the latest (karmic) [18:13:26] <jelly-bean1> on the other two machines [18:13:48] <d_a_carver> jelly-bean1: need to set GDK_NATIVE_WINDOWS=1 environment variable before launching eclipse. [18:14:28] <d_a_carver> jelly-bean1: it's a known issue..fixed apparently in 3.6M2 but hasn't made it back to 3.5.x yet [18:17:09] <jelly-bean1> whats the easiest way to set the env var [18:17:13] *** monk12 has joined #eclipse [18:17:19] <jelly-bean1> in the .bashrc or make an eclipse.sh? [18:18:13] <monk12> hey all, my eclipse is slow as hell always. from starting up its takes up a good chunk of CPU (like 75%) and gradually over 30m heads to 99%. Anything to do? restarting eclipse doesnt help, just ends up doing same things. [18:18:29] *** cmw72 has joined #eclipse [18:18:44] *** fixl has joined #eclipse [18:19:34] <rcjsuen> monk12: more ~info would help [18:19:34] <Arbalest> Please state a) your CPU architecture (x86, 64-bit, etc.), b) operating system (Windows, Linux, OSX, etc.), c) your Java runtime environment (please verify by checking your ~logs or in the about dialog's ~jre section. No, typing 'java -version' in the command line does not count as checking), d) your Eclipse version, and e) where did you get Eclipse from (eclipse.org, distro repository, etc.). [18:21:50] *** haptiK has quit IRC [18:22:30] *** sama has quit IRC [18:23:01] <monk12> Arbalest: x86; WinXP; jre1.5.0_18; Eclipse 3.4.2, believe i got if from eclipse.org/PDT (all in one php version of eclipse) [18:24:39] *** mastro has quit IRC [18:25:54] *** Hanumaan has joined #eclipse [18:27:48] *** crashR has joined #eclipse [18:29:43] *** magnet has left #eclipse [18:30:17] *** AhtiK has joined #eclipse [18:31:55] <paulweb515_> monk12: are you working on a network drive? [18:38:21] *** kensanata has quit IRC [18:46:16] <monk12> possibly. i believe my Doc&Settings/Desktop where workspace is is really a fileshare on server (so if computer crashes, the contents are 'safe') [18:46:44] *** tom17bombadil has joined #eclipse [18:46:48] *** notk0 has joined #eclipse [18:46:55] <monk12> well actually my workspace is in c:/dev, but Desktop/MyDocs are fileshares. [18:47:05] *** Hanumaan has quit IRC [18:47:35] <notk0> hello I am currently under Linux Mint (based on Ubuntu) I installed eclipse from the repositories but I lack the source code and documentation for java classes [18:47:39] <notk0> such as string for example [18:48:00] <notk0> how could I add them? [18:48:08] <paulweb515_> monk12: I just bring it up because eclipse contacts its workspace regularly ... if the workspace contents are on a share, it shows up as "slow" [18:48:11] <notk0> I have both OpenJDK and sun JDK currently sun JDK is in use [18:48:15] <paulweb515_> ~deadlocks [18:48:19] <paulweb515_> ~deadlock [18:48:22] <Arbalest> In a deadlock? http://wiki.eclipse.org/index.php/How_to_report_a_deadlock [18:48:41] *** deSilva has joined #eclipse [18:48:54] <paulweb515_> monk12: if you find it seems to be really slow all the time during a specific operation, you can use the instructions on the deadlock page to take a stack trace snapshot and find out what eclipse is doing [18:49:10] <paulweb515_> notk0: go to Window>Preferences>java>Installed JREs [18:49:18] <monk12> ok cool, ill check that out. [18:49:39] <paulweb515_> notk0: eclipse usually detects the correct src.zip for free, but if it doesn't you can attach it in that preference page [18:49:56] <notk0> paulweb515_ i see let me try [18:52:39] *** toulmean has joined #eclipse [18:52:56] <toulmean> hey, what would be the safest way to delete all the files inside a folder in a workspace ? [18:53:25] <toulmean> I mean, so far we do : for (IResource resource : folder.members()) { resource.delete(true, pm) } [18:53:44] <toulmean> but in some occasions that throws an error, complaining the file we are trying to delete doesn't exist. [18:54:01] <toulmean> Should we use a ResourceVisitor ? [18:54:03] *** Hanumaan has joined #eclipse [18:54:14] *** Hanumaan has quit IRC [18:54:17] <d_a_carver> toulmean: are you refreshing the workspace before you delete. [18:54:21] <rcjsuen> couldn't you just check exists first? [18:54:25] <toulmean> d_a_carver: actually we do. [18:54:31] <toulmean> rcjsuen: and we also check for exists. [18:54:36] <rcjsuen> oh well then [18:54:51] <rcjsuen> i kno there are resources discrepancies on win/linux [18:54:53] <toulmean> rcjsuen: I take that back. We don't check for exists. [18:54:54] <rcjsuen> mostly observed in tests [18:55:05] <toulmean> rcjsuen: but we do a local refresh. [18:55:06] *** ronghail_ has joined #eclipse [18:55:10] <rcjsuen> where deleting doesn't really delete cuz windows has a lock, or something like that [18:55:11] <toulmean> rcjsuen: interesting. [18:55:15] <rcjsuen> or that's linux, but anyway, it's annoying [18:55:26] <toulmean> rcjsuen: yes, observed on windows, mac works fine. [18:55:43] <toulmean> rcjsuen: so just checking for exists should be enough ? [18:55:49] <ronghail_> after debug-as how do you get back to the dev layout? [18:56:07] <toulmean> ronghail_: Window>Swith Perspective [18:56:08] <notk0> paulweb515_ there doesn't seem to be any src.zip in my /usr/lib/jvm :( [18:56:13] <d_a_carver> toulmean: not if windows has it locked for some reason. [18:56:17] <ronghail_> thanks [18:56:20] <paulweb515_> notk0: that would do it [18:56:36] <toulmean> d_a_carver: so what do I do ? should I consider just ignoring the exception ? [18:56:37] <paulweb515_> notk0: are you sure you got the JDK and not a JRE by accident? [18:57:14] <paulweb515_> (it might be src.jar now) [18:57:20] <notk0> paulweb515_ I wouln't be able to compile without a jdk right? [18:57:32] <paulweb515_> notk0: eclipse will happily compile for you [18:57:45] <paulweb515_> notk0: eclipse doesn't use javac, it has ecj (the eclipse compiler) [18:57:46] <notk0> paulweb515_ it comes with the javac ? [18:57:49] <notk0> oh [18:57:56] <notk0> I didn't know that [18:58:06] <paulweb515_> notk0: is supports the extra features you need in eclipse, like incremental build [18:58:16] <paulweb515_> s/is supp/it supp/ [18:58:20] <notk0> what is incremental build? [18:58:41] <notk0> I do have javac though technically I must have jdk as well [18:58:45] <d_a_carver> toulmean: can you try a canWrite() file method, that will tell you if it's locked or not. [18:59:12] <toulmean> d_a_carver: so, first delete. If exception, canWrite ? [18:59:18] <d_a_carver> toulmean: if you can write it, then you should be able to delete it. [18:59:28] <toulmean> d_a_carver: ok, the other way around then. [18:59:34] <d_a_carver> toulmean: correct [18:59:40] <toulmean> d_a_carver: but you know I need to delete this file... [18:59:59] <toulmean> d_a_carver: so what do I do if I cannot delete this file. [19:00:03] <toulmean> :) [19:00:07] <toulmean> d_a_carver: oh well. [19:00:24] <notk0> does anybody know were jdk is installed on linux systems usually [19:00:25] <d_a_carver> toulmean: report an error...and write some unit tests to figure out why you can't delete it. [19:00:26] <notk0> ? [19:01:00] <toulmean> d_a_carver: ok. No easy solution but at least I can skip the error. [19:01:00] <d_a_carver> toulmean: something has it open...either eclipse still does, or something has a file handle to it still that wasn't properly closed. [19:01:17] <toulmean> d_a_carver: oh. [19:01:39] <toulmean> d_a_carver: ok, makes sense. I was so busy with this discrepancy I didn't think of a file handle in Eclipse. [19:02:12] *** danlucraft has quit IRC [19:04:18] <paulweb515_> notk0: then there should be a src.jar or src.zip in java related directories somewhere [19:04:47] <paulweb515_> notk0: find /usr/lib/jvm -name "src.*" [19:05:27] <notk0> nothing found :| [19:06:56] <paulweb515_> notk0: try all of your java and jvm directories [19:07:01] *** stermi has joined #eclipse [19:07:11] <paulweb515_> notk0: find /usr/lib/jvm* /usr/lib/java* -name "src.*" [19:07:29] <stermi> hi all, sorry for the noob question: which is the best tool to create gui ( i'm talking about eclipse plugin ) for awt ? [19:08:04] <notk0> bash: /usr/lib/jvm: is a directory [19:08:08] <rcjsuen> AWT is pretty old, I'm not even sure if any tools supporting creating AWT Uis. [19:08:30] <paulweb515_> notk0: yes, did you include the "find ..." part :-) [19:08:37] <stermi> rcjsuen, so what do you suggest me to use for a program's gui? [19:08:42] <paulweb515_> stermi: no one uses AWT, actually [19:08:51] <rcjsuen> paulweb515_: except stermi >:) [19:08:51] <stermi> what can you suggest me? [19:08:52] <paulweb515_> stermi: you can use Swing or SWT [19:08:53] <notk0> nothing damn it [19:09:16] <stermi> :D i'm used to use qtjambi :) [19:09:18] <paulweb515_> stermi: what are you trying to do, anyway? You just want to create a java app with a minimal UI on top? [19:09:32] <rcjsuen> Then why don't you keep using QtJambi? :o [19:09:40] <stermi> i've to create a minimal media center [19:09:53] <stermi> couse it's not a "personal job" [19:10:04] <stermi> and qtjambi is dead [19:11:03] <notk0> paulweb515_ apparently I have to install sun-java6-source as well :\ [19:11:07] <notk0> thanks anyway [19:11:21] <notk0> paulweb515_ will eclipse recursively try to look for it? [19:11:28] <notk0> or does it expect it to be in a certain place? [19:11:29] <rcjsuen> notk0: Thanks for sharing your solution. [19:11:35] <toulmean> d_a_carver: no such thing as canWrite method in IResource or IFile [19:11:44] <rcjsuen> toulmean: that's a java.io.File method actually [19:11:59] *** Theravadan has quit IRC [19:12:03] <toulmean> rcjsuen: so should I reach to the File object ? [19:12:39] <rcjsuen> I didn't really follow your convo with Dave completely [19:12:44] <stermi> anyway, I will give a chance for qtjmabi, but while waiting, can u suggest me a swing gui designer? [19:12:52] <rcjsuen> ~tell stermi about java-gui [19:12:54] <Arbalest> stermi: Looking for a Java GUI designer plug-in for Eclipse? Go take a look at the *free* Visual Editor (http://wiki.eclipse.org/VE), Visual Swing for Eclipse (http://code.google.com/p/visualswing4eclipse/), Instantiations' *commercial* WindowBuilder (http://www.instantiations.com/windowbuilderpro/), and/or Jigloo (http://www.cloudgarden.com/jigloo/) , which is *free for non-commercial use*. [19:13:02] <toulmean> rcjsuen: so Dave is telling me about locks on Windows. [19:13:18] <toulmean> rcjsuen: and that I can know for sure if I can delete something if canWrite returns true. [19:13:30] <rcjsuen> that seems to make sense [19:13:51] <toulmean> rcjsuen: hey, it looks like phantoms are returned when doing members [19:13:54] <stermi> thank you rcjsuen [19:14:09] <toulmean> rcjsuen: what happens if you try to delete a IResource that is in phantom state ? [19:14:14] <rcjsuen> I've not tried. [19:14:21] *** theoretically has quit IRC [19:14:29] <rcjsuen> I was going to suggest using IFileStore instead of File but I guess since IFile goes to IFileStore the results may be the same. [19:14:35] *** amnesic has quit IRC [19:14:42] *** amnesic has joined #eclipse [19:15:45] <toulmean> rcjsuen: I have a suspicion that maybe some phantom is returned from members, and even after a refresh on that folder. [19:15:58] <toulmean> rcjsuen: so you don't only need to refresh, you also need to ask for exists. [19:16:08] <toulmean> rcjsuen: that's my theory at this point [19:16:22] <toulmean> rcjsuen: I'll implement a couple warnings see how it goes. [19:21:12] *** notk0 has quit IRC [19:23:32] *** fsteeg has joined #eclipse [19:23:44] *** oisinh has quit IRC [19:25:41] *** sama has joined #eclipse [19:25:57] *** amnesic_ has joined #eclipse [19:30:37] *** phoenixz has joined #eclipse [19:31:37] *** dpino has quit IRC [19:31:37] *** amnesic has quit IRC [19:31:38] *** amnesic_ is now known as amnesic [19:33:40] *** jelly-bean1 has left #eclipse [19:35:29] *** tom17bombadil has quit IRC [19:42:54] *** dsugar100 has quit IRC [19:46:58] *** Guest17889 has joined #eclipse [19:47:03] *** toulmean has quit IRC [19:47:11] <ronghail_> I am new to a helpful editor. when I start typing print "foo it puts the end quote to the right of my cursor. what is the proper way to use that? hit the END key when I am done typing the string? [19:47:30] <ronghail_> or the right arrow or something? [19:47:50] *** theoretically has joined #eclipse [19:52:02] *** chuckr has quit IRC [19:53:28] *** synx- has quit IRC [19:53:28] *** fsteeg has quit IRC [19:53:32] <paulweb515_> ronghail_: if you simply type the close " it will skip out [19:53:33] *** thielmann has joined #eclipse [19:53:37] <paulweb515_> ronghail_: also if you TAB [19:53:38] *** fsteeg has joined #eclipse [19:54:07] <ronghail_> ok thanks [19:55:03] <thielmann> Does anyone if there's someone working on JavaScript binding including DOM support for XWT? I was able to find some rudimentary information on JavaScript, but I'd love to know if e4 could be an alternative to xulrunner. [19:55:11] *** ramenmeal has quit IRC [19:56:07] <nitind> Interesting idea. [19:56:17] *** ramenmeal has joined #eclipse [19:58:02] *** ramenmeal has quit IRC [19:59:27] *** vwegert has joined #eclipse [20:02:32] *** ppetev has quit IRC [20:02:51] *** nlc has joined #eclipse [20:04:59] *** allisterb has quit IRC [20:07:23] *** FauxFaux has quit IRC [20:07:25] *** FauxFaux has joined #eclipse [20:09:54] *** armence has joined #eclipse [20:10:58] *** toulmean has joined #eclipse [20:13:28] *** glima is now known as glima[AWAY] [20:13:29] *** jfreeman has joined #eclipse [20:14:04] *** glima[AWAY] is now known as glima [20:14:40] <monk12> quick question. i had checked out a project from SVN via Subclipse... i installing another version of Eclipse to test it out... I imported the project into Eclipse... should eclipse/subclipse immediately recognize its an SVN repository and allow me to commit etc? it seems like it isn't so i was curious. [20:15:19] *** jfreeman_ has joined #eclipse [20:17:23] *** ap73 has joined #eclipse [20:18:08] <ap73> Hello all! I am having some problems with Ganymede SR2 on Ubuntu 9.10 [20:18:58] *** FauxFaux has quit IRC [20:18:58] *** private_meta has quit IRC [20:18:58] *** paulweb515 has quit IRC [20:18:58] *** guyzmo has quit IRC [20:19:03] *** guyzmo has joined #eclipse [20:19:04] *** private_meta has joined #eclipse [20:19:06] <ap73> To start with it wouldn't create new workspaces but I got around that by adding -Dorg.eclipse.swt.browser.XULRunnerPath=/dev/null to eclipse.ini [20:19:13] *** tr1gger has joined #eclipse [20:19:22] *** paulweb515 has joined #eclipse [20:19:29] <ap73> Now though, none of the buttons work on the import and new project dialogs [20:19:38] <ap73> anyone know if this it fixable? [20:20:11] *** FauxFaux has joined #eclipse [20:22:08] *** Shinary has quit IRC [20:25:19] <rcjsuen> ap73: Use the keyboard? [20:27:36] *** alinp has joined #eclipse [20:28:00] <stermi> someone used the latest version of visualswing4eclipse ? [20:28:30] <stermi> couse i just installed putting all in plugins folder, but when I create a frame class example it create it with errore in the code [20:28:36] <stermi> and I can't run it [20:31:22] <stermi> this is the error that it give to me: http://i50.tinypic.com/2dkjo8n.png and I can't add buttons, label, etch... [20:31:26] *** Theravadan has joined #eclipse [20:31:43] *** jfreeman has quit IRC [20:37:13] *** Kudd_ has joined #eclipse [20:37:24] *** Kudd has quit IRC [20:43:59] <ap73> rcjsuen: using the keyboard shortcuts works whereas clicking the buttons didn't - very strange! [20:44:08] *** armence has quit IRC [20:44:14] <rcjsuen> ap73: Your problem is described in the FAQ in the channel's topic. [20:44:18] *** wifs__ has quit IRC [20:45:38] *** Guest17889 has quit IRC [20:48:54] *** alinp has quit IRC [20:49:27] *** monk12 has quit IRC [20:51:54] *** chuckr has joined #eclipse [20:53:13] <chuckr> just installed a brand new eclipse, direct from the eclipse website, onto a gentoo linux host. every time I invoke it, it completes exection immediately without printing anything, and leaving no process behind (I checked with ps) [20:56:01] *** dr_jerry has quit IRC [20:56:28] <nitind> chuckr: Anything in the log? ~log [20:56:28] <Arbalest> Looking for your Eclipse logs? The workspace log should be located at the <workspace>/.metadata/.log file. In Eclipse, try Help > About > Configuration Details > View Error Log. If you want to paste it somewhere, see ~pastebin - http://wiki.eclipse.org/index.php/IRC_FAQ#Where_are_Eclipse.27s_log_files_located.3F - http://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F [20:56:32] <chuckr> Oh, yeah, it's the latest 3.5 image for Linux, Galileo. I recall when I last installed eclipse onto my FreeBSD host, maybe 18 months ago, I had a problem like this, but I can't recall the fix [20:57:19] <chuckr> moment, let me check the logs. I have this strong feeling it's something terribly obvious, logs may help a LOT. [20:57:42] *** allisterb has joined #eclipse [21:00:23] *** toulmean has left #eclipse [21:00:42] <chuckr> Can't find any log files. The only occupant of .metadata is a version.ini, which only has "org.eclipse.core.runtime=1 in it. [21:01:12] <chuckr> Can't actually run the eclipse, so the hints to use help isn't of any use [21:01:22] <nitind> chuckr: How are you invoking it, and which JRE are you using? [21:02:01] *** armence has joined #eclipse [21:06:38] <chuckr> I copied a 2 linux bash script (it needed a small amount of editing, like "#/bin/bash" was missing the "!". The java is the gentoo portage package for sun-jdk, which I just finished updating from 1.6.0.10 to 1.6.0.17 [21:07:04] *** wietze has joined #eclipse [21:07:13] *** crazy_im1 has joined #eclipse [21:07:25] *** wietze_ has quit IRC [21:07:25] *** peper has joined #eclipse [21:07:36] *** ppr has quit IRC [21:07:38] <chuckr> I saw this problem 18 months ago, I remember it had a really simple answer, but I can't (darnit) recall what the solution was. [21:07:44] *** crazy_imp has quit IRC [21:08:14] *** kartben has joined #eclipse [21:08:22] *** kartben has quit IRC [21:08:26] <chuckr> I could give you the one active line I have in the startup script, want it? [21:08:44] <chuckr> it's nothing like what I'm expecting, though [21:09:55] <nitind> chuckr: Yes, but did you actually specify that JVM for use when running Eclipse? [21:11:17] <chuckr> Well, it's almost exactly the same one working on my FreeBSD box for ganymede [21:11:35] <chuckr> let me see if there are any env vars missing [21:12:21] *** al80 has joined #eclipse [21:12:55] <al80> How do you handle a mavenized project tree in Eclipse? [21:14:06] <al80> Maven works well with projects and sub projects, but Eclipse doesn't work well instead. What is your experience or is there any plugin able to show a tree of mavenized projects? [21:16:30] <chuckr> I can't find that I need anything like JAVA_HOME or anything like that, do I? [21:17:02] *** tylermac has joined #eclipse [21:17:19] *** groton has joined #eclipse [21:17:46] <groton> anyone know how to get rid of "hot code replacemend failed" when changing code while debugging? [21:18:27] <tylermac> turn off build automatically. [21:19:12] <stermi> Someone use visualswing4eclipse? this is the error that it give to me: http://i50.tinypic.com/2dkjo8n.png and I can't add buttons, label, etch... [21:19:20] <groton> tylermac, ok, then every time i will recompile the tomcat server is restarted and my servlet redeployed automatically i suppose [21:21:25] *** Pikachu_2015 has quit IRC [21:21:59] <tylermac> groton: it doesn't reload the server, just the context. Although it's still possible to get the Hot code replacement failed message, there is an opition on my to hide future notices. [21:22:53] <groton> tylermac, ok, but hiding the error does not fix it :) I would like to have the context redeployed each time the code is changed [21:23:16] *** winegoddess has joined #eclipse [21:23:38] <tylermac> Yes, it still does it. As far as I can tell, what it's saying is that it can't redeploy the code with out restarting the context. [21:27:06] <rcjsuen> chuckr: you did an ls -al right [21:27:37] <rcjsuen> actually, i should say, if it exits immediately i'm not even sure why a workspace would be generated [21:27:43] <chuckr> definitely. Is there some way to override setting and FORCE the logfile to be somewhere known? [21:30:23] <rcjsuen> you can try -consoleLog but i doubt that would help [21:30:42] <chuckr> I still remember this kinda thing happening on my first eclipse install. On startup, does eclipse have some place it reads defaults from, some place I could re-initialize (maybe remove)? [21:31:20] <rcjsuen> just untar again [21:31:26] <rcjsuen> well, that assumes you didn't delete the tarball [21:31:31] <rcjsuen> untar in a new folder that is [21:32:42] *** thielmann has quit IRC [21:34:11] <chuckr> I currently have it in /h9ome/chuckr/eclipse3.5, and I haven't touched a file in there. Is that where the startup stuff would be? [21:34:29] *** wolfshade is now known as w0lfshad3 [21:34:42] *** w0lfshad3 has quit IRC [21:34:53] *** w0lfshad3 has joined #eclipse [21:35:05] <rcjsuen> what arch are you on [21:36:20] <chuckr> amd64 [21:37:02] <chuckr> maybe that's it. Let me look and see if there's a x86_64 version on their site [21:37:11] *** w0lfshad3 has left #eclipse [21:41:25] *** jfreeman_ has quit IRC [21:42:50] <chuckr> I just verified, IF I can verify that my java is 64 bit, then I downloaded/installed the wrong one. Hmm java -version seems to be saying it's 64 bit, so this may well be the problem. [21:43:44] *** al80 has quit IRC [21:45:45] *** bushwakko has joined #eclipse [21:48:23] *** tylermac has quit IRC [22:01:12] *** Carnage\ has joined #eclipse [22:02:38] *** aksn has joined #eclipse [22:04:44] <chuckr> rcjsuen: yeah, it was the wrong arch. Thanks. [22:06:18] <stermi> sorry for this noob question: i've a swing frame and I want to add a frame into the frame ( in qjambi I can do this. ) how can I do in swing? [22:10:09] *** trac^ has quit IRC [22:10:48] <rcjsuen> chuckr: okilydokily [22:15:10] *** vwegert has quit IRC [22:22:23] *** rcjsuen has quit IRC [22:23:38] *** TodC has quit IRC [22:25:23] *** groton has quit IRC [22:26:26] *** allisterb has quit IRC [22:26:45] <chuckr> OK, bot further this time (got the small startup banner window), but I decided it would be a better thing to ruin your feelings of accomplishment (sorry!) About 30 seconds after the banner pops up, I see an error popup telling me that SQLlite is good, but it's a version that's too old. First, I tried bringing the latest version of Gentoo's SQLlite portage package, but as this got me the... [22:26:46] <chuckr> ...same error, I then tried SQLlite2 (it seems to have a differently named set of install files. There IS a new SQLlite3, but do you have any idea what the version of SQLlite it wants is? [22:27:10] <chuckr> Or, maybe I should change something wth Python? Isn't SQLlite a python thing? [22:27:36] *** allisterb has joined #eclipse [22:32:05] *** figabo has joined #eclipse [22:32:54] *** armence has quit IRC [22:38:35] *** glima is now known as glima[AWAY] [22:44:10] *** Doppp has quit IRC [22:44:41] *** tr1gger has quit IRC [22:51:49] *** Arnos has joined #eclipse [22:51:55] *** armence has joined #eclipse [22:52:04] *** ekiczek has joined #eclipse [22:52:11] *** Arnos has quit IRC [22:52:37] *** ekiczek has quit IRC [22:54:01] *** figabo has quit IRC [22:54:18] *** stermi has quit IRC [22:55:32] *** LFC|Doppp has joined #eclipse [22:55:42] *** macieks has joined #eclipse [23:02:14] *** Kudd_ has quit IRC [23:05:04] *** jfreeman_ has joined #eclipse [23:05:08] *** rcjsuen has joined #eclipse [23:09:13] *** macieks_ has quit IRC [23:18:31] *** rhk has quit IRC [23:21:04] <rcjsuen> chuckr: Banner, you mean the splash screen? [23:21:54] *** rgrunber has quit IRC [23:23:18] *** tr1gger has joined #eclipse [23:32:47] *** pnehrer has quit IRC [23:33:06] *** crashR has quit IRC [23:34:16] *** sphenxes has quit IRC [23:35:36] *** ap73 has quit IRC [23:35:44] *** StefanK has joined #eclipse [23:35:48] *** jimi_hendrix has joined #eclipse [23:36:05] *** trac^ has joined #eclipse [23:36:13] <jimi_hendrix> hi, i just installed the jdk on debian and eclipse (both from the repo), but it says there is no jdk or jre when i run eclipse [23:37:09] <NfNitLoop> jimi_hendrix: do you have JAVA_HOME specified, or java in your PATH? [23:37:26] <NfNitLoop> you may want to restart your shell so those get updated. [23:37:39] <NfNitLoop> if you haven't since your update. [23:37:41] <jimi_hendrix> no java home [23:38:06] <NfNitLoop> Or even easier, try starting eclipse frmo your desktop environment's menu. [23:38:07] <jimi_hendrix> and where is java installed to [23:38:17] <NfNitLoop> dpkg -S java :) [23:38:34] <jimi_hendrix> thats a lot [23:38:38] <jimi_hendrix> so what must be in my path [23:38:53] <NfNitLoop> dpkg -S java | grep bin/java :) [23:38:59] <NfNitLoop> have you restarted your shell? [23:39:06] <NfNitLoop> My guess is thiat debian will put it in your path for you. [23:39:18] <jimi_hendrix> ok [23:39:28] <jimi_hendrix> i will logout and back in, i did restart my terminal [23:39:37] *** jimi_hendrix has quit IRC [23:39:40] <NfNitLoop> Oh, restarting your terminal should've been enough. Hrmm. [23:39:47] <NfNitLoop> Someone doesn't know about 'screen'. :p [23:41:57] *** magnet has joined #eclipse [23:42:17] *** magnet has quit IRC [23:44:25] *** pucko has joined #eclipse [23:44:53] <pucko> it's not possible to update eclipse as a non-root user? [23:45:31] *** jimi_hendrix has joined #eclipse [23:45:36] <jimi_hendrix> NfNitLoop, didnt work [23:50:59] <rcjsuen> jimi_hendrix: 'java' from the command line does nothing? [23:52:35] *** fixl has quit IRC [23:52:50] <NfNitLoop> pucko: if you've installed eclipse as root (likely: via your package manager?) then yes, you have to be root to update it. [23:54:13] <jimi_hendrix> rcjsuen, java works [23:55:15] *** Scorpiion has joined #eclipse [23:56:00] *** fixl has joined #eclipse [23:56:04] *** Scorpiion has quit IRC [23:56:11] *** fixl has quit IRC [23:57:37] *** figabo has joined #eclipse [23:59:40] *** crazy_im1 has left #eclipse