[00:01:43] *** kthomas_vh has joined #eclipse [00:03:33] *** disappearedng has joined #eclipse [00:03:40] *** kthomas_vh has joined #eclipse [00:03:44] *** briandealwis has quit IRC [00:03:52] <disappearedng> Hey when I do getter and setter the brackets convetion are not egyptian style brackets. How do I change that? [00:06:40] *** d_a_carver has quit IRC [00:06:53] *** d_a_carver has joined #eclipse [00:07:09] *** vipaca has quit IRC [00:10:15] *** ohcibi has quit IRC [00:10:19] *** ohcibi has joined #eclipse [00:16:27] *** djahandarie has joined #eclipse [00:16:30] *** djahandarie has left #eclipse [00:16:50] *** heinz has quit IRC [00:18:33] *** SNiLD has quit IRC [00:19:19] *** SNiLD has joined #eclipse [00:21:56] *** dsugar100 has quit IRC [00:39:26] *** dirk_77_ has joined #eclipse [00:50:35] *** kthomas_vh_ has joined #eclipse [00:52:59] *** baedert has quit IRC [00:53:33] *** kthomas_vh has quit IRC [00:55:01] *** tewecske has quit IRC [00:57:40] *** moraes has joined #eclipse [00:57:57] *** baedert has joined #eclipse [00:59:10] *** cbeust_ has quit IRC [00:59:12] *** FunnyLookinHat has quit IRC [01:04:09] *** aksn has joined #eclipse [01:11:00] *** goldins73 has joined #eclipse [01:14:39] *** Nenad-Bgd has quit IRC [01:15:22] *** Kamaran has quit IRC [01:16:37] *** nmx- has quit IRC [01:18:56] *** disappearedng has quit IRC [01:22:03] *** kassah has quit IRC [01:22:53] *** Nurbs has quit IRC [01:30:41] *** cbeust_ has joined #eclipse [01:34:05] *** SNiLD has quit IRC [01:34:22] *** SNiLD has joined #eclipse [01:36:38] *** goldins73 has quit IRC [01:50:36] *** vmil86 has quit IRC [01:54:32] *** Echidna has quit IRC [01:58:23] *** regedit has joined #eclipse [01:58:49] *** Echidna has joined #eclipse [01:59:10] <regedit> paulweb515_: heya, you around? [02:00:12] *** Toidi[Away] is now known as Toidi [02:01:21] * regedit pings nitind timidly [02:04:09] *** EricInBNE has joined #eclipse [02:04:12] *** _nor has quit IRC [02:05:26] <regedit> has anyone ever successfully changed eclipse user home location? this is documented to be possible with setting eclipse.ini / config.ini settings such as -user / vmargs -Duser.home / osgi.user.area, i've tried everything but it never works [02:05:39] <regedit> except when changing the computer-wide "HOME" environment variable (windows).. [02:06:03] <regedit> any ideas? [02:09:25] *** cafesofie has joined #eclipse [02:09:47] *** savid has joined #eclipse [02:11:35] *** ksawicki has joined #eclipse [02:23:32] *** kthomas_vh_ has quit IRC [02:24:04] *** kthomas_vh_ has joined #eclipse [02:24:32] *** dirk_77_ has quit IRC [02:33:53] <regedit> when setting "-eclipse.keyring" in eclipse.ini file, i get "writing to secure store failed - access denied" error when using secure storage [02:34:57] <regedit> i set -eclipse.keyring to "../userhome" (eclipse install dir / userhome folder) [02:35:07] <regedit> java.io.FileNotFoundException: C:\Users\xxxxxx\Desktop\Neteron Development Pack\eclipse64\..\userhome (Access is denied) [02:39:14] *** aksn has quit IRC [02:43:07] *** moraes has quit IRC [02:45:03] *** Dessimat0r has joined #eclipse [02:51:01] <nitind> I guess relative paths aren't allowed outside of the eclipse folder. Which makes sense to me. [02:51:56] *** d_a_carver has quit IRC [02:53:21] <regedit> nitind: ok i guess that does make sense... how about the user.home issue? any idea how to successfully pass a location for user home to eclipse (eclipse.ini / config.ini or other) ? [02:53:51] <regedit> i tried setting -user / vmargs -Duser.home / osgi.user.area to no avail [03:03:02] <regedit> nitind: also, two refutations: firstly, setting -data ../workspace (outside of eclipse directory) works just fine, as well as generated and stored SSH2 keys [03:03:19] <regedit> nitind: secondly; java.io.FileNotFoundException: C:\Users\xxxxxx\Desktop\Neteron Development Pack\eclipse64\userhome (Access is denied) [03:03:31] <regedit> (inside eclipse directory!) [03:03:55] <regedit> this is all SOOO friggin frustrating........ why cant stuff just work as described.... [03:05:03] <regedit> and why is the channel so dead you'd think eclipse is going defunct or something [03:05:49] <nitind> regedit: Wait, isn't the keyring a file and not a directory? [03:06:15] <regedit> nitind: well yes, but isnt eclipse supposed to generate that file? [03:06:15] <nitind> Did you already make a directory by that name? [03:06:22] <regedit> nitind: ofcourse [03:06:46] <nitind> regedit: It generates exactly the name you give it. If that's already a directory...boom? [03:06:49] <regedit> the secure store folder and file doesnt come with eclipse installation [03:08:10] <regedit> nitind: huh? by default, it just makes an .eclipse folder in my user directory (on windows C:\Users\xxxxx\.eclipse ) [03:08:25] <nitind> regedit: You're telling it where to store the password FILE, right? [03:09:24] <regedit> nitind: truth be told, i dont know. i was under the impression i was giving it a default location where to (initially create and eventually) expect to find that .eclipse folder with the secure storage data in it [03:09:39] <regedit> amirong? [03:09:41] <nitind> regedit: With which argumen,t eclipse.keyring? [03:10:21] <regedit> nitind: i tried every possible combination under the sun, here is one particular snapshot of my eclipse.ini [03:10:22] <regedit> http://pastebin.com/rtRNQQkb [03:10:46] <nitind> Is userhome a file or a folder? [03:10:53] <regedit> folder [03:11:10] <nitind> eclipse.keyring wants a file, if I'm reading it right. [03:11:19] <nitind> user wants a folder. [03:11:26] <regedit> omg are you serious... [03:12:13] *** DecaFade has joined #eclipse [03:12:22] <regedit> it was always generating this obnoxious .eclipse folder in my user directory, i was under the impression it wanted to create that .eclipse folder in a *directory* i would specify with -eclipse.keyring..... [03:14:01] <regedit> trying now... [03:19:17] *** DecaFade has quit IRC [03:20:21] <regedit> nitind: thanks, works for secure storage now. still doesnt work for user home though... [03:21:22] <regedit> nitind: sofar only the HOME environment variable succeeds in setting the user home location, nothing else seems to help.. [03:21:28] *** nexx has joined #eclipse [03:21:30] <nitind> I'm not sure what -user is, since i can't find it in the doc. -Duser.home might require an absolute path since it's a VM property. [03:21:48] <regedit> nitind: VM doesnt understand relative paths? [03:22:05] <regedit> nitind: what about osgi.user.area ? [03:22:06] <nitind> More likely anything reading the property expects an already resolved/valid path. [03:22:47] <regedit> search for "-user" here http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html [03:24:04] <nitind> I think that wants an absolute path as well, at least when you're not using one of the @s. [03:24:17] <regedit> is osgi.user.area meant to be set in config.ini? i see plenty of stuff in config.ini using (what seems to be) relative paths [03:24:32] <nitind> Don't know anything about that. [03:24:36] <nitind> Sorry. [03:24:59] <regedit> oh well, atleast secure storage works well now, thanks a lot for that [03:25:12] *** Toidi is now known as Toidi[Away] [03:25:51] *** nexx has quit IRC [03:26:14] <regedit> i'm just trying to configure a whole "development kit" which devs can practically copy-paste anywhere, run eclipse, and everything is setup and configured well with preset RSA keys and passwords and a workspace etc [03:26:49] <nitind> You're having your devs all use the same passwords? [03:27:20] <regedit> for now there's just one actually, but why do you ask? [03:28:09] <nitind> Because I usually trust devs to be capable of filling in that info. You might want to save some preferences like scm repository locations, and maybe team project sets for them to import, but the downloadable zips are already very portable. [03:28:20] <regedit> (i'd prefer if also .gitconfig could be set to a relative path aswell, but that is tied down heavily to either HOME or -user / -Duser.home / osgi.user.area, which like you said need to be absolute...) [03:29:36] <regedit> nitind: yea well i'm trying to make everything as ready-to-begin-typing as possible, no need to dload and configure or even checkout repo or anything, entire workspace all setup and ready [03:29:49] *** hex` has quit IRC [03:30:16] <regedit> which thanks to eclipse's almost perfect "portable"ity is well, almost perfectly possible :) [03:31:07] <nitind> I'd concentrate on getting the workspace set, then. The passwords and whatnot they can fill in themselves. [03:31:32] <nitind> Although I guess with a git cloned repos, that's not quite as portable as it would be for CVS. [03:33:41] *** Harrold has quit IRC [03:40:58] *** atrofast has quit IRC [03:42:50] *** semeion has quit IRC [03:45:16] <regedit> nitind: by the way - absolute paths don't seem to be working either for -user / -Duser.home= [03:45:41] *** disappearedng has joined #eclipse [03:45:47] *** disappearedng has joined #eclipse [03:48:04] *** Reflex` has joined #eclipse [03:54:33] *** rcjsuen has quit IRC [03:56:03] *** baedert has quit IRC [03:56:30] *** cafesofie has left #eclipse [04:08:24] *** psst has quit IRC [04:13:53] *** savid has quit IRC [04:18:49] *** m_a_chinea has quit IRC [04:21:56] *** Dessimat0r has quit IRC [04:32:11] *** disappearedng has quit IRC [04:53:21] *** kthomas_vh has joined #eclipse [04:54:32] *** kthomas_vh_ has quit IRC [05:02:04] *** lresende has joined #eclipse [05:02:31] *** lresende has quit IRC [05:28:28] *** kthomas_vh has quit IRC [05:38:28] *** ketanpkr has joined #eclipse [05:39:11] *** ketanpkr has quit IRC [05:41:40] *** disappearedng has joined #eclipse [05:42:40] *** rossand has joined #eclipse [05:44:47] <rvalles> Installed svn support and importing a project from svn works. However, using m2eclipse "import from scm...", its dialog's droplist of scm connectors doesn't list svn or anything, so I can't use it. I'm running indigo on linux, using SVNKit 1.3.5 installed from indigo as SVN implementation. Hints? [05:50:55] *** oneliner has quit IRC [05:53:30] *** ksawicki has quit IRC [06:00:53] *** TrentonAdams has joined #eclipse [06:01:26] <TrentonAdams> how do I go about getting egit to work with my existing project? It's not showing up in the context menus, and after a file is saved, none of the changed file markings come up [06:08:15] *** rawbdor has joined #eclipse [06:11:48] *** rossand has quit IRC [06:12:41] *** SirScott has quit IRC [06:12:57] *** SirScott has joined #eclipse [06:14:37] *** kthomas_vh has joined #eclipse [06:19:48] *** Toidi[Away] is now known as Toidi [06:35:02] *** Toidi is now known as Toidi[Away] [06:54:07] *** purestrain has joined #eclipse [06:55:23] *** mfladischer has joined #eclipse [07:06:43] *** aminpy has joined #eclipse [07:10:49] *** rawbdor has quit IRC [07:20:40] *** disappearedng has quit IRC [07:44:07] *** LongBeach has joined #eclipse [07:50:16] *** tjhowse_ is now known as tjhowse [07:57:04] *** Bass10 has quit IRC [08:04:46] *** TomTom has joined #eclipse [08:05:26] *** kottlett has joined #eclipse [08:07:24] *** rrodriguez has quit IRC [08:11:38] *** regedit has quit IRC [08:12:19] *** kthomas_vh has quit IRC [08:15:58] *** purestrain has quit IRC [08:28:08] *** anujwalia has joined #eclipse [08:28:13] <anujwalia> Hey um working on Twitter connectivity on PhoneGap for android , found some OAuth Authentication i need to bypass [08:28:15] <anujwalia> Any idea How to Proceed further ? [08:35:37] *** EricInBNE has quit IRC [08:36:58] *** tewecske has joined #eclipse [08:39:48] *** EricInBNE has joined #eclipse [08:42:13] *** ardo has joined #eclipse [08:47:48] *** Alvo has joined #eclipse [08:48:07] *** TrentonAdams has left #eclipse [08:49:51] *** tjhowse has quit IRC [08:51:28] *** vmil86 has joined #eclipse [08:56:47] *** tjhowse has joined #eclipse [09:08:58] *** Nurbs has joined #eclipse [09:10:22] *** ron has joined #eclipse [09:17:39] *** buhman has joined #eclipse [09:17:55] <buhman> my workspace seems to be borked; how can I force eclipse to make it "not in use"? [09:18:29] <buhman> probably from various things from thermal shutdowns to excessive battery drainages [09:18:38] <buhman> I'd rather not re-construct yet another workspace :) [09:19:11] *** cbeust_ has quit IRC [09:20:07] *** Pasqualle has joined #eclipse [09:20:45] <ron> buhman: http://wiki.eclipse.org/IRC_FAQ#When_I_start_Eclipse_it_says_.22Workspace_in_use_or_cannot_be_created.2C_choose_a_different_one..22.2C_what_should_I_do.3F [09:21:30] <buhman> ron: and eclipse couldn't delete .lock by itself? [09:21:38] <buhman> ron: thanks though [09:22:20] <ron> buhman: no. it assumes that if it's there, then another instance of eclipse uses the workspace right now. [09:23:24] *** babu has joined #eclipse [09:23:33] *** mikewintermute has joined #eclipse [09:23:36] <babu> when i'm using tomcat on eclipse,it crashes..when i restart and try to run,it shows error that some service are already running in 8080... [09:23:40] <babu> how to stop that [09:24:30] *** mikewintermute has quit IRC [09:24:45] <ron> well, find out which service uses port 8080. [09:25:05] <buhman> ron: can't it just do some fancy inter-process communication and simply ask the other eclipse instance (if any) if it actually is using that workspace? [09:25:32] <buhman> babu: netstat -larnp or something of that nature [09:25:40] <buhman> that's wrong [09:25:52] <ron> buhman: umm, for various reasons, no. [09:26:00] <buhman> ron: why's that? [09:26:21] <buhman> ron: I know that's the wrong arguments, if you'll give me a moment... [09:26:27] <ron> buhman: too many assumptions. [09:27:12] <buhman> netstat -tulpn [09:27:14] <buhman> that's the one [09:27:42] <buhman> babu: then you probably just kill the process attached to port 8080 (that nicely formatted list netstat will give you should tell you) [09:28:20] <buhman> you could even | grep 8080 probably and filter the output a little, especially if you have a lot going on [09:29:40] <ron> you assume a posix system. [09:29:58] <buhman> ron: and why shouldn't I? [09:30:11] <buhman> ron: windows users don't use eclipse [09:30:20] <buhman> ron: that would be too intelligent [09:30:32] <ron> I guess I don't exist then. [09:30:49] <buhman> ron: nope [09:31:50] *** lolmatic has joined #eclipse [09:37:12] *** kasterma has joined #eclipse [09:37:55] *** tjhowse has left #eclipse [09:38:10] *** vdv has joined #eclipse [09:39:32] *** kasterma has quit IRC [09:40:01] *** kasterma has joined #eclipse [09:42:33] *** rawbdor has joined #eclipse [09:48:17] *** nicoulaj has joined #eclipse [09:50:08] <kottlett> hi! is there an eclipse-ant task for calling commands in the workbench? [09:50:28] <kottlett> similar to eclipse.incrementalBuild [09:55:29] *** ecfuser72962 has joined #eclipse [09:55:51] *** ecfuser75064 has joined #eclipse [09:56:17] <ecfuser72962> hi [09:58:57] *** ecfuser75064 has quit IRC [10:00:08] *** ecfuser72962 has quit IRC [10:13:17] *** baedert has joined #eclipse [10:13:38] *** aksn has joined #eclipse [10:14:18] *** regedit has joined #eclipse [10:14:44] *** dirk_77_ has joined #eclipse [10:15:28] <regedit> how to create new project from existing GIT repo clone (using egit here) ? [10:15:54] *** ron has quit IRC [10:20:21] *** dirk_77_ has quit IRC [10:20:32] *** buhman has quit IRC [10:20:59] *** RawChid has left #eclipse [10:23:10] *** paulweb515_ has quit IRC [10:24:23] *** purestrain has joined #eclipse [10:25:42] *** tvo has joined #eclipse [10:29:03] <shal3r> My eclipse Helios on Linux got broken - http://pastebin.com/wtdh57C5 [10:29:06] <shal3r> any ideas how to solve this? [10:36:03] *** ron has joined #eclipse [10:37:26] *** paulweb515_ has joined #eclipse [10:37:31] *** milestone has joined #eclipse [10:37:33] <milestone> hi all [10:38:03] <milestone> is there a way to convert a regular java project (that has enterprise application layout) to an enterprise application project? [10:38:23] *** Baribal has joined #eclipse [10:41:40] <ron> probably by enabling project facets. [10:42:58] *** dirk_77_ has joined #eclipse [10:51:48] *** aksn has quit IRC [10:57:31] *** dirk_77_ has quit IRC [10:57:47] <Baribal> Hi. I'm having a little trouble with a PyDev Django project, I'm trying to get the code to run. I'm getting a "Interpreter: python-ve-trunk not found" error. (Is python-ve-trunk the usual name, or something specific to our project?) I tried Run -> Debug Configurations -> $PyDev_Django -> myProject -> Interpreter and to set the Interpreter text field (no interpreters are shown here) to the Python executables path, to no avail. [10:58:10] <Baribal> So... Where and how do I tell Eclipse where to find the interpreter? [10:59:23] *** marko has joined #eclipse [11:02:36] <regedit> Exception in org.eclipse.ui.actions.MoveProjectAction.performMove(): org.eclipse.swt.SWTException: Invalid thread access [11:02:46] <regedit> when refactor > moving a project [11:06:03] <milestone> ron, how can i do that? [11:07:32] <ron> milestone: right click on the project->Configure, what do you have there? [11:08:24] <milestone> Add JavaScript Support and Convert to Plug-In Project [11:09:20] <ron> okay, go to the project properties->Project Facets. do you have that? [11:09:42] <milestone> ron, oh ok yes [11:09:51] <milestone> there i can just check ear, correct? [11:10:12] <ron> yup, and choose the version you want it to support. [11:10:42] <milestone> of course yes [11:10:43] <milestone> thx [11:11:09] <ron> np [11:11:43] *** vdv has quit IRC [11:12:47] *** lolmatic has quit IRC [11:14:29] *** psst has joined #eclipse [11:17:17] * jink pets ron a bit. :) [11:17:30] *** dirk_77_ has joined #eclipse [11:18:22] *** mikewintermute has joined #eclipse [11:21:48] <ron> should I purr? [11:21:52] <Baribal> Okay, I (think I) set the right interpreter, selected it in the project configuration, now I Run -> Debug and get told "The selection cannot be launched, and there are no recent launches." What is up now, what can I do? [11:22:04] *** dirk_77_ has quit IRC [11:22:38] <ron> do you have any debug configurations set? [11:23:38] <Baribal> The one found at Run -> Debug Configurations -> PyDev Django -> my_project_be_here? [11:23:44] <Baribal> Then yes. [11:24:05] <ron> okay, run it :) [11:24:05] <jink> ron: If you want to? :P [11:24:21] <ron> jink: I don't like cats. [11:24:31] <jink> Then don't! :) [11:24:32] <Baribal> F11 and Ctrl-FF, same error. [11:24:54] <Baribal> Do I maybe have to tell Eclipse that I really mean *that project configoration*? [11:25:11] <ron> yeah [11:25:26] <Baribal> Where, how? [11:26:18] <Baribal> Shouldn't it appear in Run -> Debug As... ? [11:26:28] <ron> many ways. for example, go to the Run -> Debug Configurations -> PyDev Django -> my_project_be_here and click... Debug. [11:27:07] <Baribal> Wow, that helped a lot, thanks. :D [11:27:33] <Baribal> Still an error message, but that's because I gave --noreload to Python instead of Djangos manage.py, it seems. [11:29:25] <Baribal> Huh. Much better. Like in a WoW boss fight, each time I try I fail a bit later. :D [11:30:38] * ron sighs. [11:31:02] *** regedit has quit IRC [11:31:26] *** kthomas_vh_ has joined #eclipse [11:32:36] *** ardo has quit IRC [11:32:59] *** kthomas_vh_ has quit IRC [11:33:08] *** onekenthomas has quit IRC [11:34:47] *** kthomas_vh_ has joined #eclipse [11:39:42] *** kthomas_vh_ has quit IRC [11:41:39] *** Kamaran has joined #eclipse [11:41:52] <Baribal> Okay, one more. (Of course) I want to start Django with --noreload, so I set Program arguments to --noreload. When starting debug, it gives me "Unknown command: '--noreload' \n Type 'manage.py help' for usage.", so the option seems to end up at least close to where I want it. What am I doing wrong *now*? [11:43:14] *** hex` has joined #eclipse [11:43:14] *** hex` has joined #eclipse [11:43:51] <ivarref> Baribal: haha what a metaphor .. WoW boss fight :D [11:44:19] *** aksn has joined #eclipse [11:45:53] *** vdv has joined #eclipse [11:46:04] <Baribal> ivarref, and I don't even play WoW and never ever did. But I know enough people who do, and, well, "wiping forward" is a term used by them. [11:48:55] <ivarref> ok. I never played WoW either [11:49:15] <Baribal> HAH! I missed the runserver argument! [11:51:34] *** rcjsuen has joined #eclipse [11:59:10] *** barq has joined #eclipse [12:00:12] *** tommyd has joined #eclipse [12:01:43] <tommyd> Hi all! We're using the m2 eclipse plugin to configure our dependencies with Maven [12:02:04] <tommyd> We distributed our code base into separate modules that build and depend on each other [12:02:36] <Baribal> ivarref, and now the bugboss is dead, the website freed. :D [12:02:47] <tommyd> now we have the problem that one dependent module is added as dependency on another, but still, Eclipse shows a zillion of compile errors as the generated jar doesn't seem to be added to the build path. [12:02:55] <tommyd> Has anybody experienced this before? [12:05:06] <ron> tommyd: did you run mvn install at any point? [12:05:19] <tommyd> ron: yes, on the modules [12:07:12] <ron> tommyd: can't think of anything off the top of my head, and not sure what else to ask. maybe show the pom of a problematic project, maybe take a screenshot to get the feel of it. [12:07:13] <tommyd> ron: we're quite new to maven - what is the supposed workflow with modules [12:07:58] <ron> well, m2e isn't really the right path to begin with maven, imho, but it's not impossible. [12:08:28] *** Baribal has quit IRC [12:08:31] <ron> you should be aware of the different ways of organizing your modules using maven to get the most 'comfortable' configuration. [12:08:49] <ron> do you have a parent project (i.e. parent pom) holding all the other modules? [12:09:17] <tommyd> no, not yet [12:09:29] <ron> how many modules do you currently have? [12:09:38] <tommyd> may I ask if the m2 plugin is actually needed to tackle Eclipse and maven together? [12:10:01] <ron> needed? no. does it help? well, that's a matter of opinion :) [12:10:08] <tommyd> i.e. how would I otherwise benefit from the jar management / buildpath setting in Eclipse without m2? [12:10:26] <ron> by combining command line usage on top of eclipse. [12:10:46] <tommyd> currently we have roughly 8 modules (the main one included) [12:10:48] <ron> personally, I'm getting used to m2e, even if it has its quirks. [12:11:20] <tommyd> so, you don't use the standard eclipse jdt builder, but let maven do all the work through a custom task? [12:11:43] <ron> well, I may be able to help you with the initial configuration of the projects (both in maven and in eclipse), but unfortunately, I don't have the time to go into it now as I need to go soon. if you can afford to wait, I'll be able to help in a few hours. [12:12:43] <ron> well, if you think about it, you don't *need* any plugins inside eclipse. they're there to offer simplified usage of added value of this and that feature. [12:13:15] <tommyd> ok, well, I'll keep lurking around here for later - many thanks so far! [12:13:24] <ron> no problem. [12:13:58] <ron> granted, I'm far from being expert in maven... but as someone once said, nobody really knows maven. everyone just knows how to search what they need and copy from other poms out there ;) [12:14:15] <tommyd> hehe :) [12:14:30] *** milestone has quit IRC [12:14:58] <ron> imho though, it does provide added value and simplifies dependency management (especially in development teams). [12:15:41] <ron> anyways, I have to get going now... so goodluck. try pinging me when you see me later if you still need assistance. not sure I'll remember :) [12:16:33] *** mikewintermute has quit IRC [12:19:36] <tommyd> ok, thanks! [12:20:15] *** ron has quit IRC [12:27:52] *** milestone has joined #eclipse [12:31:30] *** soee has joined #eclipse [12:33:05] *** Nurbs has quit IRC [12:33:19] *** Nurbs has joined #eclipse [12:42:33] *** SpecialEmily has joined #eclipse [12:43:24] <SpecialEmily> Any ideas about how I can get the maven interraction to work correctly? I have the m2e plugins and all, but I don't get a link under Project to update all dependencies [12:46:31] <jink> Is it a Maven project? [12:47:44] *** mikewintermute has joined #eclipse [12:47:49] <SpecialEmily> Yea several of my projects in this workspace use maven [12:47:53] *** mikewintermute has quit IRC [12:48:17] *** moraes has joined #eclipse [12:50:14] <SpecialEmily> its kind of like its not picking up on the pom files :s [12:52:12] <SpecialEmily> According to Prefs > Maven > Installations I am running Embedded 3.0.3/1.0.1 [12:54:25] *** Alvo has quit IRC [13:03:27] *** Kamaran has quit IRC [13:06:41] *** rossand has joined #eclipse [13:11:25] *** purestrain has quit IRC [13:12:18] <SpecialEmily> oh god wtf .__. [13:15:17] *** sr__ has joined #eclipse [13:21:30] *** Zeks has joined #eclipse [13:22:18] <Zeks> guys, I am using CDT with qt integration and when I use #include<stdexcept> I suddenly have a "std ambigous" problem... ? [13:22:21] <Zeks> what can it be? [13:23:58] *** rossand has quit IRC [13:24:35] *** lolmatic has joined #eclipse [13:26:49] <SpecialEmily> Some days I want to punch Eclipse in the face, if it had a face [13:27:12] <paulweb515_> SpecialEmily: if there's no help here, you should try their m2e forum at ~forums [13:27:12] <Arbalest> http://www.eclipse.org/forums/ [13:27:54] <SpecialEmily> just baffled by why it can't just work sometimes [13:28:57] *** csaba has joined #eclipse [13:29:44] <Zeks> guys, what is the procedure to _correctly_ make qt under windows recognize stl headers? [13:29:51] <Zeks> eclipse I mean [13:30:20] <Zeks> it either thinks they are unresolved (but builds nevertheless) or says that STD:: is ambigous [13:30:22] *** xxen has joined #eclipse [13:31:12] *** barq has quit IRC [13:33:28] *** soee has quit IRC [13:35:00] <ivarref> SpecialEmily: Sorry to say this, but I feel with you... But what's the alternative? [13:35:01] *** malo_nj has joined #eclipse [13:36:28] <Zeks> guuuuuuys, anyone :( no one used eclipse on windos here? [13:38:02] <malo_nj> what you need [13:38:06] <malo_nj> just joined [13:38:44] <SpecialEmily> ivarref, yea .___. [13:39:02] *** kthomas_vh_ has joined #eclipse [13:39:07] *** sten_ has joined #eclipse [13:39:14] <sten_> hey [13:39:30] <ivarref> oh well that's life i suppose.. [13:39:42] <sten_> how can I lookup internal variables in eclipse [13:39:47] <sten_> like ${ProjDirPath} [13:39:53] *** monocode has joined #eclipse [13:39:58] <sten_> ? [13:40:19] *** monocode is now known as Guest28786 [13:40:38] *** Guest28786 has left #eclipse [13:41:47] <SpecialEmily> Right, lets build yet _another_ eclipse install, this time 3.7 [13:46:08] *** soee has joined #eclipse [13:46:16] <Zeks> malo_nj, I have a problem with standard std headers [13:46:20] <Zeks> in CDT [13:46:39] <Zeks> it just can't recognize them [13:48:12] <Zeks> I type std::vector<int> aaa; and it tells me that vector could not be resolved [13:48:36] <Zeks> I type vector<int> aaa; and it says that template arguments are invalid [13:48:44] *** sr__ has quit IRC [13:49:15] *** sr__ has joined #eclipse [13:52:30] *** monocode_ has joined #eclipse [13:52:49] <malo_nj> Zeks: are you using Eclipse Indigo [13:52:54] <Zeks> yep [13:53:29] <malo_nj> did you try to just compile the code no matter the error [13:53:38] *** ron has joined #eclipse [13:53:39] <Zeks> it compiles [13:53:48] *** monocode_ has quit IRC [13:53:49] <Zeks> but I need to get rid of those errors [13:53:51] <ron> damn, I hate the summer. [13:53:54] <Zeks> is there a way? [13:54:02] <malo_nj> there is a thread about that in the CDT forums [13:54:13] <ron> tommyd: ping [13:54:26] <tommyd> pong [13:54:49] <Zeks> can you give me alink? [13:55:12] <tommyd> we're slowly getting somewhere - local installs for all sub-modules brought the number of compile errors down a bit, but unfortunately not all [13:55:21] <tommyd> I'll come back to you later if I'm stuck again [13:55:25] <malo_nj> http://www.eclipse.org/forums/index.php/t/216821/ [13:55:28] <malo_nj> there you go [13:55:29] <ron> tommyd: sure thing. [13:55:49] <malo_nj> sorry I`m a little slow today, hangover like hell [13:56:10] *** soee has quit IRC [13:57:47] <Zeks> thank you [13:59:00] *** ardo has joined #eclipse [14:01:09] *** xxen is now known as nexx [14:04:51] *** codeon has joined #eclipse [14:05:01] *** Bass10 has joined #eclipse [14:06:20] *** Bass10 has quit IRC [14:07:24] *** Bass10 has joined #eclipse [14:08:31] *** nicoulaj has quit IRC [14:08:45] *** soee has joined #eclipse [14:13:40] *** rossand has joined #eclipse [14:13:55] *** nexx has quit IRC [14:14:56] *** Harrold has joined #eclipse [14:15:11] <Zeks> malo_nj, sadly - there is no soultion for this :( [14:16:50] <malo_nj> but its only a visual bug the code is still god [14:17:45] <malo_nj> or switch back to helios [14:17:59] <malo_nj> it didn't have that problem [14:18:04] <Zeks> visual bug thats nasty as hell :) [14:18:24] <Zeks> but otherwise indigo is too good to swithc back [14:18:34] *** milestone has quit IRC [14:18:35] <Zeks> I hope they fix this [14:20:25] *** nexx has joined #eclipse [14:24:04] <malo_nj> There is a way to turn of that specific error [14:24:25] <malo_nj> but when it really happens you will have to search it from the compiler output [14:26:01] <baedert> Any idea about this one: http://pastebin.com/xFgufPRd ? I found 2 things with google, one says xulrunner is the problem and one says it's mylyn but no idea how they found that out [14:28:18] <Zeks> malo_nj, turning off "unresolved" problem is kinda dangerous:) [14:29:04] <rcjsuen> baedert: Never seen it though I'm not convinced this is something you could resolve easily. [14:31:55] *** _nor has joined #eclipse [14:34:48] *** barq has joined #eclipse [14:35:07] *** mfladischer has quit IRC [14:35:39] <baedert> does not happen with my main eclipse install btw, it only happens when I want to start my plugin project from within eclipse [14:37:16] *** rawbdor has quit IRC [14:38:19] <rcjsuen> Well, do you have a subclass of ControlContribution? [14:38:52] *** wainersm has joined #eclipse [14:39:54] <baedert> yes, my contribution to the Toolbar caused it, but no idea why [14:39:55] *** otaviobp has joined #eclipse [14:41:29] <baedert> hmm, seems to work now. don't know what changed tho :) [14:41:52] *** werdan7 has quit IRC [14:47:07] *** kasterma has quit IRC [14:47:28] *** jerboaa has joined #eclipse [14:51:48] <baedert> Is there a way to tell the Project Explorer what items to display? In this case, I want to "Go Into" a project, like you can do it when right clicking on it [14:52:05] <baedert> I mean dynamically, from my java code [14:52:16] *** rossand has quit IRC [14:54:11] *** dirk_77_ has joined #eclipse [14:54:39] <rcjsuen> Figure out how the button does it then that'll offer you some insight on your question probably. [14:59:12] *** SNiLD has quit IRC [14:59:42] *** SNiLD has joined #eclipse [15:02:35] *** rossand has joined #eclipse [15:04:31] *** Zeks has quit IRC [15:05:20] *** mziaei has joined #eclipse [15:05:45] <SpecialEmily> How do I open an xml file in a text editor which does highlighitng? [15:05:57] *** d_a_carver has joined #eclipse [15:06:07] <SpecialEmily> I either get a text editor which is raw text, or some sort of crazy cooky table navigator [15:06:41] <ron> the crazy cooky table navigator should have a tab in its lower part for the textual representation of the editor. [15:07:20] <SpecialEmily> a-hah! thanks ron :) [15:07:26] <ron> np [15:10:55] *** rossand has quit IRC [15:11:49] *** tvo has quit IRC [15:12:32] *** tvo has joined #eclipse [15:14:39] *** mpiggott has joined #eclipse [15:15:51] *** dsugar100 has joined #eclipse [15:19:49] *** soc42 has joined #eclipse [15:24:26] *** anujwalia has left #eclipse [15:30:14] *** kassah has joined #eclipse [15:32:06] *** z4z4 has joined #eclipse [15:32:25] *** briandealwis has joined #eclipse [15:35:53] *** sten_ has quit IRC [15:40:06] *** Pasqualle has quit IRC [15:41:15] *** csaba has quit IRC [15:43:16] *** sr__ has quit IRC [15:43:43] *** soc42 has quit IRC [15:48:41] *** soc42 has joined #eclipse [15:50:13] *** semeion has joined #eclipse [15:52:51] *** nmx- has joined #eclipse [15:53:21] <nmx-> eclipse seems to have a habit of running other ant tasks i didn't ask for before it runs the task i *did* ask for... any idea why? (and no, the task it runs isn't a dependency of the other) [15:54:30] <nmx-> for example in one project i have a "compile" target and a "test" target, but when i double click "compile" it runs "test" first and then it runs "compile." if i do "ant compile" from the commandline it works as expected [15:57:16] *** csaba has joined #eclipse [16:10:05] *** nexx has quit IRC [16:19:22] *** dirk_77_ has quit IRC [16:21:11] *** rossand has joined #eclipse [16:30:46] *** dirk_77_ has joined #eclipse [16:30:56] *** rossand has quit IRC [16:31:14] *** babu has quit IRC [16:31:15] *** rossand has joined #eclipse [16:38:08] *** savid has joined #eclipse [16:46:03] *** xbb has joined #eclipse [16:48:00] *** Toidi[Away] is now known as Toidi [16:49:02] *** purestrain has joined #eclipse [16:49:35] <xbb> I added builder for my project, when builder finds errors it displays error decorator for project and resource in Package Explorer. I also want to add decorator for my view that extends ResourceNavigator. Do I need to implement decorators for my view from scratch or is there a way I can reuse something that is already available? [16:54:12] *** vDubG has joined #eclipse [16:56:31] *** TomTom has quit IRC [17:03:31] *** elbeardmorez_ has quit IRC [17:04:09] *** elbeardmorez has joined #eclipse [17:06:31] *** tommyd has quit IRC [17:08:16] *** cbeust_ has joined #eclipse [17:08:25] *** tvo has quit IRC [17:13:08] *** m_a_chinea has joined #eclipse [17:20:07] *** Milyardo has quit IRC [17:20:51] *** rossand has quit IRC [17:23:24] <rcjsuen> I wouldn't subclass RNavigator if I were you. [17:24:24] *** vipaca has joined #eclipse [17:27:30] *** mpiggott has quit IRC [17:27:49] *** mpiggott has joined #eclipse [17:31:03] *** FunnyLookinHat has joined #eclipse [17:31:04] *** FunnyLookinHat has joined #eclipse [17:36:38] *** kottlett has quit IRC [17:37:50] <xbb> rcjsuen, yeah I know it's old code that needs to be updated [17:38:14] <rcjsuen> Correction. It's deprecated code that we won't update. [17:39:24] <xbb> rcjsuen, old code meaning view that extends RN [17:40:11] <xbb> rcjsuen, on the upside I was able to get those decorators into my view: viewer.setLabelProvider(new DecoratingLabelProvider(ViewLabelProvider, new ProblemsLabelDecorator())); [17:40:51] <xbb> it's not declarative, but ProblemsLabelDecorator does what I need at this point [17:49:26] *** gigabytes has joined #eclipse [17:55:44] *** csaba has quit IRC [17:58:18] *** lolmatic_ has joined #eclipse [17:59:09] *** gigabytes has quit IRC [18:00:25] *** rossand has joined #eclipse [18:01:32] *** dirk_77_ has quit IRC [18:01:40] *** lolmatic has quit IRC [18:02:23] *** lolmatic_ has quit IRC [18:04:04] *** Alvo has joined #eclipse [18:05:18] *** EricInBNE has quit IRC [18:09:32] *** Milyardo has joined #eclipse [18:11:55] *** rrodriguez has joined #eclipse [18:14:31] *** cbeust_ has quit IRC [18:17:06] *** dirk_77_ has joined #eclipse [18:33:09] *** rrodriguez has quit IRC [18:33:40] *** uebera|| has quit IRC [18:34:58] *** lolmatic has joined #eclipse [18:37:48] *** Alvo has quit IRC [18:38:32] *** ksawicki has joined #eclipse [18:39:17] *** jagan1851 has joined #eclipse [18:39:36] *** jagan1851 has left #eclipse [18:40:34] *** purestrain has quit IRC [18:41:17] *** jagan1851 has joined #eclipse [18:41:22] *** jagan1851 has left #eclipse [18:42:49] *** cbeust_ has joined #eclipse [18:47:37] *** mrkernel has joined #eclipse [18:49:48] *** barq has quit IRC [18:49:52] *** mrkernel has quit IRC [18:50:02] *** barq has joined #eclipse [18:50:12] *** mrkernel has joined #eclipse [18:51:39] *** mrkernel has quit IRC [18:58:45] *** barq has quit IRC [18:59:12] *** soulreaper has joined #eclipse [19:06:48] *** dirk_77_ has quit IRC [19:14:10] *** mpiggott has quit IRC [19:15:15] *** mpiggott has joined #eclipse [19:20:05] *** vdv has quit IRC [19:27:14] *** lolmatic has quit IRC [19:43:21] *** nexx has joined #eclipse [19:47:10] *** xbb has quit IRC [19:57:31] *** ardo has quit IRC [20:00:19] *** kthomas_vh_ has quit IRC [20:00:31] *** kthomas_vh_ has joined #eclipse [20:00:31] *** rossand has quit IRC [20:07:45] *** rossand has joined #eclipse [20:09:53] *** lilalinux has quit IRC [20:11:00] *** EMHMark3 has quit IRC [20:11:12] *** danhello has joined #eclipse [20:12:04] *** aksn has quit IRC [20:12:18] *** vDubG is now known as vDubG__Gone [20:12:46] *** lilalinux has joined #eclipse [20:15:34] *** gertidon has joined #eclipse [20:16:46] *** xbb has joined #eclipse [20:20:25] *** _nor has quit IRC [20:25:55] *** _arjen_ has joined #eclipse [20:30:52] *** vipaca has quit IRC [20:33:54] *** ktlr has joined #eclipse [20:34:05] *** danhello has quit IRC [20:35:17] *** Echidna has quit IRC [20:37:41] *** Echidna has joined #eclipse [20:38:42] *** danhello has joined #eclipse [20:45:02] *** danhello has quit IRC [20:46:06] *** xbb has quit IRC [20:50:00] *** lolmatic has joined #eclipse [20:51:00] *** _arjen_ has quit IRC [20:51:21] *** vdv has joined #eclipse [20:57:53] *** nitrospectide has joined #eclipse [21:00:28] *** quiccker has quit IRC [21:01:39] *** d_a_carver has quit IRC [21:01:57] *** kesselhaus has quit IRC [21:02:26] *** kesselhaus has joined #eclipse [21:03:24] *** xbb has joined #eclipse [21:06:16] *** quiccker has joined #eclipse [21:13:30] *** soc42 has quit IRC [21:14:01] *** danhello has joined #eclipse [21:15:22] *** d_a_carver has joined #eclipse [21:15:48] *** xbb has quit IRC [21:18:47] *** lolmatic has quit IRC [21:32:12] *** dirk_77_ has joined #eclipse [21:37:24] *** dirk_77_ has quit IRC [21:39:28] *** kthomas_vh has joined #eclipse [21:39:47] *** Alvo has joined #eclipse [21:39:47] *** kthomas_vh has quit IRC [21:40:52] *** kthomas_vh has joined #eclipse [21:51:28] *** xbb has joined #eclipse [21:54:27] *** kthomas_vh has quit IRC [21:56:02] *** xbb has quit IRC [22:01:10] *** rossand has quit IRC [22:04:44] *** kthomas_vh has joined #eclipse [22:09:48] *** nitrospectide has quit IRC [22:10:25] *** heinz_ has joined #eclipse [22:11:48] *** xbb has joined #eclipse [22:12:13] *** dirk_77_ has joined #eclipse [22:12:47] *** Alvo has quit IRC [22:20:37] *** danhello has quit IRC [22:22:16] *** malo_nj has quit IRC [22:23:17] *** aminpy has quit IRC [22:24:48] *** xbb has quit IRC [22:26:25] *** mpiggott has quit IRC [22:27:40] *** cbeust_ has quit IRC [22:27:43] *** cmw72 has quit IRC [22:53:54] *** Toidi is now known as Toidi[Away] [22:54:50] *** rkrul has joined #eclipse [22:54:55] *** otaviobp has quit IRC [22:56:15] *** mziaei has quit IRC [22:57:29] *** lolmatic has joined #eclipse [22:58:02] *** abhatnag has quit IRC [22:58:46] *** evil_gordita has joined #eclipse [22:59:03] *** cbeust_ has joined #eclipse [23:07:16] *** cbeust_ has quit IRC [23:07:48] *** cbeust_ has joined #eclipse [23:10:28] *** Harrold has quit IRC [23:11:50] *** BrokenCog has joined #eclipse [23:13:05] <BrokenCog> Hello. [23:15:04] <BrokenCog> I'm trying to install the ADT plugin, which has three components - when I try in install the "Developement Tools" I get an error saying can't complete because of dependency, only one of the following may be installed. My question is where are this things installed to so I can try to clean them out? or is there some standard fix for this issue? [23:15:19] *** rkrul has quit IRC [23:18:29] <ron> what's the full error? [23:18:38] *** heinz_ is now known as heinz [23:19:41] <BrokenCog> ron: http://pastebin.com/U9qMMSUm [23:21:04] <BrokenCog> I just did an insntall of Eclipse, then Help -> Install Software -> added the repository for ADT. I narrowed it down to the Development Tools by trial and error. The other three componetnts installed fine. [23:21:31] <ron> that's a vanilla install of eclipse? [23:22:32] <BrokenCog> as far as i know. I used a package manager, so I can only guess it's a valid package ... [23:22:41] <ron> hrmpf. [23:22:45] <ron> which os? [23:22:47] <BrokenCog> I could try pulling the original ... [23:22:58] <BrokenCog> it'll take a bit to download. Slackwar. [23:23:03] <BrokenCog> *Slackware. [23:23:45] <ron> you need it only for android development? [23:24:04] <BrokenCog> true. [23:24:38] <BrokenCog> I wasn't going to use it at all -- but, the examples and such presume Eclipse, so to follow them easier ... [23:24:41] *** nano- has quit IRC [23:24:41] *** nano- has joined #eclipse [23:24:59] <ron> http://www.eclipse.org/downloads/ and download the package for java developers [23:25:07] <ron> install adt on that. [23:25:36] <BrokenCog> just downloaded Classic 3.7. Let me install it ... brb. [23:26:12] <ron> they should really change its name. [23:26:15] <BrokenCog> umm, this is 64bit if that has any issues. [23:26:47] *** Echidna has quit IRC [23:26:48] <ron> shouldn't be. [23:27:04] <BrokenCog> I wouldn't think so either ... it's untarring. [23:29:32] <BrokenCog> okay, anything to do prior to starting? to config ? [23:29:33] *** redflo has joined #eclipse [23:30:21] <ron> nope [23:30:46] *** Echidna has joined #eclipse [23:31:31] <BrokenCog> smaller, but similar error this time: http://pastebin.com/qqYL0Da3 [23:32:15] <nitind> This happens when you do what? [23:32:23] *** soee has quit IRC [23:34:08] *** vdv has quit IRC [23:34:09] <nitind> BrokenCog: Be sure to add the ADT update site URL but still leave it searching through all known update sites for the install. [23:34:10] <BrokenCog> Help -> Install Software and select Developer Tools for ADT [23:35:11] <BrokenCog> not sure what you mean about leaving it searching ... [23:35:24] <nitind> Select All sites, not the specific one. [23:36:31] <BrokenCog> so, that gives me the previous error. [23:36:52] <BrokenCog> http://pastebin.com/U9qMMSUm [23:38:17] <nitind> What other update sites do you have listed? [23:39:02] <nitind> Tell you what, get the JavaScript Web download and it'll probably work. [23:39:11] <BrokenCog> http://download.eclipse.org/releases/galileo [23:39:26] <nitind> BrokenCog: Wait, I thought you were using 3.7? [23:39:45] <nitind> Galileo is 3.5's update site. You need the Indigo one. [23:40:16] <BrokenCog> as an aside, I'll say that ... LOL ... These naming schemes of version numbers and names are uber obtuse. so, Galileo isn't 3.7?!? [23:40:24] <BrokenCog> okay. [23:40:35] <BrokenCog> that explains things. Let me change the site, and try again. [23:41:08] <BrokenCog> how do I remove old sites I added? [23:41:11] <BrokenCog> or edit them? [23:41:32] <nitind> Hmm, good question. [23:41:44] <nitind> Click on the Available Sites link. [23:42:32] <BrokenCog> well, I just chose the ADT site, and it seemed to work - perhaps programagically ignoring earlier versions. It's downloading now. [23:42:41] <BrokenCog> thanks for the help. [23:43:18] <nitind> Strange. sse.core's not in Classic, so you should be having issues. [23:43:44] <BrokenCog> well we'll see what happens now when I open a project and try to build ... one sec. [23:48:10] *** ron has quit IRC [23:48:20] *** wainersm has quit IRC [23:49:41] <BrokenCog> It's going to take a bit to get to the point of building - but it seems to compile fine. [23:49:58] *** dsugar100 has quit IRC [23:51:26] *** soulreaper has quit IRC [23:55:02] *** ShooterMG has quit IRC [23:55:27] *** ShooterMG has joined #eclipse