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

[00:00:17] *** antivirus has left #eclipse
[00:07:18] *** nicoulaj has quit IRC
[00:09:44] *** cgb has quit IRC
[00:10:55] *** klikklak has quit IRC
[00:11:06] *** klikklak has joined #eclipse
[00:13:11] *** khismetix has joined #eclipse
[00:13:33] *** z4z4 has joined #eclipse
[00:13:44] *** z4z4 has quit IRC
[00:15:40] *** rrodriguez has joined #eclipse
[00:22:12] *** soulreaper has quit IRC
[00:25:50] *** [1]jer has quit IRC
[00:30:29] *** khismetix has quit IRC
[00:32:14] *** mluser-home has quit IRC
[00:33:55] *** xmux has quit IRC
[00:35:13] *** soee has joined #eclipse
[00:48:54] *** rrodriguez has quit IRC
[00:53:42] *** mluser-home has joined #eclipse
[00:59:51] *** kthomas_vh has quit IRC
[01:00:30] *** lolmatic has quit IRC
[01:07:16] *** Toidi[Away] has quit IRC
[01:12:31] *** heinz has quit IRC
[01:13:30] *** vjoe has quit IRC
[01:17:44] *** mindCrime has joined #eclipse
[01:21:44] *** mluser-home has quit IRC
[01:22:34] *** kthomas_vh has joined #eclipse
[01:29:35] *** kthomas_vh has quit IRC
[01:29:55] *** kthomas_vh_ has joined #eclipse
[01:31:03] *** felipe` has joined #eclipse
[01:34:19] *** kthomas_vh_ has quit IRC
[01:38:20] *** DerZauberer has joined #eclipse
[01:38:21] <DerZauberer> hi
[01:39:27] <DerZauberer> I'm helping a developer of my team to install eclipse on win
[01:39:48] <DerZauberer> but allways when he goes in "Install new software" his windows freezes and he has to reboot
[01:39:53] <DerZauberer> Win7 64bit
[01:40:08] <DerZauberer> Java 7 SE JDK
[01:40:09] <Dessimat0r> latest version?
[01:40:11] <DerZauberer> yes
[01:40:15] *** kthomas_vh_ has joined #eclipse
[01:40:43] <Dessimat0r> https://bugs.eclipse.org/bugs/show_bug.cgi?id=266024
[01:41:15] <rcjsuen> will need a thread dump to confirm the cause
[01:42:22] <DerZauberer> thread dump?
[01:42:35] <DerZauberer> where can I find that?
[01:43:00] *** kthomas_vh has joined #eclipse
[01:45:31] <DerZauberer> Dessimat0r, it doesn't go so far
[01:45:39] <DerZauberer> he just opens the install new software window
[01:45:59] *** kthomas_vh_ has joined #eclipse
[01:45:59] <DerZauberer> and then everything freezes
[01:46:15] <DerZauberer> he can't even access the task manager
[01:47:20] *** kthomas_vh has quit IRC
[01:47:56] *** kassah has quit IRC
[01:51:03] <Dessimat0r> ah
[01:51:29] <DerZauberer> he has to do a hard reset then
[01:51:31] <DerZauberer> :/
[01:51:54] <DerZauberer> I'm using linux on my workstation, so I'm quite a noob on windows ^
[01:51:54] *** kthomas_vh_ has quit IRC
[01:52:01] <Dessimat0r> sounds like a Windows problem :) is it a fresh install?
[01:52:15] <DerZauberer> no windows fresh install...
[01:52:21] <DerZauberer> and it also works in my windows
[01:52:23] <DerZauberer> ^^
[01:54:03] <Dessimat0r> install this: http://technet.microsoft.com/en-us/sysinternals/bb896645
[01:54:22] <Dessimat0r> keep it open when Eclipse freezes, read off the last thing it says
[01:55:26] <DerZauberer> ok
[01:57:21] *** mmnp has joined #eclipse
[01:58:01] *** gilead has joined #eclipse
[01:58:16] <gilead> hi!
[01:58:55] <DerZauberer> next reboot for him ^
[01:58:57] <DerZauberer> ^^
[01:59:11] <gilead> I'm trying to figure out how to associate one of the workspace projects with a file extension so I can see it in the right click->Open WIth menu -- any ideas? Can't google up anything :)
[02:02:17] <gilead> I could make it run a shell script which would run the project but it seems backwards -- Eclipse already knows all its settings, classpath etc
[02:02:44] *** Carnage\ has quit IRC
[02:04:25] *** kassah has joined #eclipse
[02:06:19] *** x_or has quit IRC
[02:08:56] *** dirk_77__ has quit IRC
[02:09:56] *** kassah has quit IRC
[02:12:35] *** lolmatic has joined #eclipse
[02:13:14] *** DerZauberer has quit IRC
[02:14:53] <gilead> eh, can't find it, I'll create a shell script :(
[02:15:57] *** mmnp has left #eclipse
[02:17:06] *** EricInBNE has joined #eclipse
[02:17:43] <paulweb515_> gilead: a workspace project and a file extension?
[02:18:04] <paulweb515_> gilead: you want to Open With ... what file, exactly?
[02:19:12] <gilead> a file with a custom format -- it's easy to add either predefined editors or a system application but not have Eclipse open a file with an exsting workspace project (or a specific class within a project)
[02:19:49] <gilead> let's say I ahve an XML file and a CustomXmlEditor project (standalone app, using SWT) and I want to have an option of opening any XML file with this editor
[02:20:13] <gilead> can't figure that out :/
[02:21:14] *** dirk_77__ has joined #eclipse
[02:22:21] <gilead> from what I read I'd need to create a plugin (extension?) just for this? Sounds like an overkill :) But likely I'm missing something obvious.
[02:26:38] <rcjsuen> gilead: You mean the 'Open With' of the OS file manager?
[02:26:40] <Xgc> gilead: Ignore this if the comment is way out in left field, but couldn't you export (that project) an executable jar and refer to that, just as you would a system app?
[02:27:56] <gilead> Xgc: that's what I did with the custom shell script but I had to declare entire classpath, native libs etc -- I just think there should be a quicker way to do that, reusing the info Eclipse's already got about the project
[02:28:03] <gilead> rcjsuen: within Eclipse only
[02:29:50] *** tewecske has quit IRC
[02:30:25] <gilead> I'm sorry for not making it clear :) In Eclipse, Window->Preferences->...->File Associations one can choose a file extension and define a number of editors for each; they can be either predefined editors (contributed by various plugins) or a system executable -- what I would like to do is to associate a project (or one of its launchers?) with an extension
[02:31:00] *** _nor has quit IRC
[02:31:53] *** x_or has joined #eclipse
[02:35:20] *** dijonyummy has joined #eclipse
[02:35:32] <rcjsuen> gilead: No, that's not possible.
[02:35:48] <rcjsuen> You can't just say "for file.xyz, run Java class X in project Y"
[02:36:20] <gilead> ok, it's good to know I'm not missing something then!
[02:36:25] <gilead> thanks rcjsuen
[02:36:50] *** kthomas_vh has joined #eclipse
[02:36:58] <rcjsuen> I guess you could define a somewhat complicated external tool launch configuration.
[02:37:15] <gilead> is there a way to make Eclipse pass extra arguments to an external apps when a file is opened? Like workspace dir being one of the arguments?
[02:37:28] <rcjsuen> Or possibly even a regular Java launch configuration based on selected resource name but I've never tried.
[02:38:49] <gilead> I can certainly live with a shell script, was just trying to do it the 'right' way :) -- having an extra argument would make it location-independent though (without some heavy bash hacking, that is :P )
[02:39:29] <nbf> argh
[02:39:50] <nbf> just spent a lot of time wondering why I seem to lack context menu activation functionality in my SWT implementation so far
[02:40:06] <nbf> like I didn't remember the apis and wondered why I forgot them
[02:40:12] <nbf> but they're platform specific lol
[02:40:29] <nbf> so I can do them anyway I want
[02:47:24] *** nul0op has joined #eclipse
[02:47:30] <nul0op> hi.
[02:47:52] <nul0op> i have to edit javascript code embeded into an xml file (gadget.xml)
[02:48:12] <nul0op> the javascript lives into the         <![CDATA[ block
[02:49:16] <nul0op> is there a way to apply javascript highligting, completion, ... into this file ? note: I must keep the .xml extension
[03:03:31] *** rewolf has joined #eclipse
[03:04:33] <rewolf> i would like to use sun's 32 bit java as the default jdk. right now, 64 bit is the default
[03:05:12] *** gilead has quit IRC
[03:10:21] <rcjsuen> rewolf: You mean for running Eclipse?
[03:10:32] *** nul0op has left #eclipse
[03:10:36] *** dirk_77__ has quit IRC
[03:10:37] *** kthomas_vh_ has joined #eclipse
[03:12:56] <rewolf> um yes...
[03:13:18] *** kthomas_vh has quit IRC
[03:13:23] <rewolf> rejsuen, isnt there some command i could use to do that?
[03:13:33] <rcjsuen> modify your eclipse.ini
[03:13:58] <rewolf> #java
[03:14:16] <rewolf> #java
[03:14:17] <rewolf> #java
[03:16:25] <Dessimat0r> http://wiki.eclipse.org/Eclipse.ini
[03:17:12] *** gilead has joined #eclipse
[03:26:11] *** deSilva has quit IRC
[03:50:36] *** kthomas_vh_ has quit IRC
[03:50:41] *** kaje has joined #eclipse
[03:51:30] *** kaje has left #eclipse
[04:02:17] *** soee has quit IRC
[04:03:00] *** rewolf has quit IRC
[04:07:35] *** baedert has quit IRC
[04:11:39] *** evil_gordita has quit IRC
[04:13:43] *** NiteRain has joined #eclipse
[04:15:47] *** kthomas_vh has joined #eclipse
[04:24:41] *** kthomas_vh has quit IRC
[04:35:15] *** magicked has quit IRC
[04:42:36] *** kthomas_vh has joined #eclipse
[04:45:09] *** Bass2 has quit IRC
[05:20:02] *** hex` has quit IRC
[05:22:10] *** paissad has quit IRC
[05:28:45] *** oneliner has quit IRC
[05:30:31] *** ron has joined #eclipse
[05:37:14] *** PW-toXic has joined #eclipse
[05:44:22] *** kthomas_vh has quit IRC
[05:49:43] *** rkrul has joined #eclipse
[05:58:47] *** mertimor has joined #eclipse
[06:06:02] *** kthomas_vh has joined #eclipse
[06:11:30] *** subone has joined #eclipse
[06:12:18] <subone> I get the error "workspace in use or cannot be created", but eclipse is not running and I've deleted the lock file. Any suggestions?
[06:13:12] <ron> ~lock
[06:13:12] <Arbalest> Trying to start Eclipse and it's telling giving your a "workspace in use" error? Try these suggestions - http://wiki.eclipse.org/IRC_FAQ#My_Eclipse_just_crashed.2C_when_I_try_to_restart_it.2C_it_says_.22workspace_in_use.22.2C_what_should_I_do.3F
[06:19:55] <subone> ron: Update your link: 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
[06:20:00] <subone> and ty
[06:20:05] <ron> np
[06:21:15] <ron> unfortunately, I don't remember the syntax to update the bot.
[06:23:24] <subone> Oh I see what happened, I changed the external drive mount location directory name
[06:23:31] <subone> forgot about that
[06:25:03] *** rkrul has quit IRC
[06:31:38] <rcjsuen> ~set lock Trying to start Eclipse and it's telling giving your a "workspace in use" error? Try these suggestions - 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
[06:31:38] <Arbalest> The keyword "lock" has been updated with the new reply in my database.
[06:31:47] <ron> rcjsuen: danke
[06:35:19] *** Dessimat0r has quit IRC
[06:39:43] *** danhello has joined #eclipse
[06:40:02] *** subone has quit IRC
[06:42:53] *** aminpy has joined #eclipse
[06:51:10] *** rcjsuen has quit IRC
[06:58:45] *** kthomas_vh has quit IRC
[07:02:26] *** kthomas_vh has joined #eclipse
[07:09:53] *** lonejack has joined #eclipse
[07:12:43] <lonejack> Hi, in my eclipse: preferences->avaliable software sites I've about 50 location and only 5 of them enabled. Is this good? Is there a place where to find info on what should be stays in that area?
[07:13:28] *** ron has quit IRC
[07:18:26] *** hex` has joined #eclipse
[07:23:12] *** hex` has quit IRC
[07:25:12] *** TomyLobo has quit IRC
[07:26:24] *** lonejack has quit IRC
[07:34:10] *** danhello has quit IRC
[07:43:36] *** soee has joined #eclipse
[07:44:40] *** ron has joined #eclipse
[07:50:37] <aminpy> is it possible to rename all files in project?
[08:05:21] *** OEP has joined #eclipse
[08:08:45] *** aminpy has quit IRC
[08:09:57] *** buribu has joined #eclipse
[08:09:57] *** buribu has joined #eclipse
[08:09:58] *** buribux has joined #eclipse
[08:11:22] *** onekenthomas has quit IRC
[08:13:54] *** kthomas_vh has quit IRC
[08:14:25] *** timotei has joined #eclipse
[08:17:01] *** mchua is now known as mchua_afk
[08:22:34] *** kthomas_vh has joined #eclipse
[08:25:55] *** kottlett has joined #eclipse
[08:27:15] *** paissad has joined #eclipse
[08:31:05] *** paissad has quit IRC
[08:31:55] *** onu_ has joined #eclipse
[08:33:26] *** kkb110 has quit IRC
[08:37:11] *** Pasqualle has joined #eclipse
[08:38:18] *** tewecske has joined #eclipse
[08:44:00] *** vmil86 has joined #eclipse
[08:48:49] *** aminpy has joined #eclipse
[08:58:20] *** TomTom has joined #eclipse
[09:04:58] *** OEP has quit IRC
[09:06:57] *** cbeust has quit IRC
[09:07:26] *** NiteRain has quit IRC
[09:16:35] *** mindCrime has quit IRC
[09:17:35] *** mindCrime has joined #eclipse
[09:21:19] *** kthomas_vh has quit IRC
[09:21:56] *** NiteRain has joined #eclipse
[09:30:20] *** onekenthomas has joined #eclipse
[09:34:05] *** kthomas_vh has joined #eclipse
[09:39:37] *** kerrick has joined #eclipse
[09:44:27] *** gilead has quit IRC
[09:46:50] <timotei> Is it just me that I get a 503 Error on this page? http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/guide/cnf.htm
[09:47:12] *** tvo has joined #eclipse
[09:48:45] <ron> it doesn't make much sense that one person will get 503 while the other won't.
[09:52:03] *** Kamaran has joined #eclipse
[10:01:11] *** buribu has quit IRC
[10:27:50] *** Kamaran has quit IRC
[10:42:49] *** nicoulaj has joined #eclipse
[10:44:45] *** z4z4 has joined #eclipse
[10:59:01] *** aminpy has quit IRC
[10:59:05] *** rawbdor has joined #eclipse
[11:01:12] *** aminpy has joined #eclipse
[11:01:28] *** ddk has joined #eclipse
[11:12:54] *** nicoulaj has quit IRC
[11:13:05] *** Carnage\ has joined #eclipse
[11:19:41] *** nicoulaj has joined #eclipse
[11:32:46] *** hex` has joined #eclipse
[11:32:46] *** hex` has joined #eclipse
[11:35:43] *** onu_ has quit IRC
[11:50:32] *** shal3r has quit IRC
[11:52:23] *** JStoker has quit IRC
[11:54:57] *** JStoker has joined #eclipse
[11:56:24] *** Kamaran has joined #eclipse
[12:09:12] *** deSilva has joined #eclipse
[12:09:18] *** aminpy has quit IRC
[12:15:41] *** soee has quit IRC
[12:17:34] *** dirk_77__ has joined #eclipse
[12:17:59] *** mcl_abc has joined #eclipse
[12:28:26] *** soee has joined #eclipse
[12:32:34] *** ivarref has quit IRC
[12:33:12] *** ron has quit IRC
[12:37:12] *** aminpy has joined #eclipse
[12:39:22] *** kerrick has quit IRC
[12:39:25] *** ron has joined #eclipse
[12:42:11] *** lolmatic has quit IRC
[12:43:12] *** rawbdor has quit IRC
[12:49:20] *** kerrick has joined #eclipse
[12:49:25] *** buribux has joined #eclipse
[12:49:25] *** buribux has joined #eclipse
[12:49:25] *** buribu has joined #eclipse
[12:51:00] *** sayyestolife has joined #eclipse
[12:52:11] <sayyestolife> Hello. I just upgraded (downloaded it and simple running it), but when I point it to the same workspace that I used with a previous version it finds nothing. Are there some settings file that I need to edit or what?
[12:56:08] <ron> if you try opening the same workspace with a previous version it works?
[12:58:05] <sayyestolife> nevermind, I just imported them now and it works, thanks though
[12:58:08] *** sayyestolife has quit IRC
[13:02:43] *** ronr__ has joined #eclipse
[13:06:03] *** ron has quit IRC
[13:21:21] *** baedert has joined #eclipse
[13:25:58] *** kerrick has quit IRC
[13:26:51] *** kesselhaus has quit IRC
[13:36:22] *** Archon has joined #eclipse
[13:37:05] *** rcjsuen has joined #eclipse
[13:37:53] *** SzymonB has joined #eclipse
[13:47:31] <Echidna> when i try to run embedded tomcat 7 in a rpc application, i get a java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet
[13:47:37] <Echidna> same configuration runs fine in a main class though
[13:47:41] <Echidna> could it be a classloading issue?
[13:49:40] <rcjsuen> Probably.
[13:50:46] *** TomTom has quit IRC
[13:51:14] *** TomTom has joined #eclipse
[13:52:49] *** magicked has joined #eclipse
[13:53:26] *** magicked has quit IRC
[14:01:50] *** buribu has quit IRC
[14:01:50] *** buribux has quit IRC
[14:10:34] *** SzymonB has quit IRC
[14:10:47] *** ronr__ is now known as ron
[14:10:51] *** klikklak_ has joined #eclipse
[14:11:27] *** otaviobp has joined #eclipse
[14:12:06] *** klikklak has quit IRC
[14:15:58] *** frog has joined #eclipse
[14:21:45] <vdv> EMF question here: if i have a custom representation of my model (classes, associations and etc.), how can build a model in the sense of EMF? i.e. can EMF generate model from annotations, but is it possible to create EObjects and etc. manually?
[14:25:41] *** magicked has joined #eclipse
[14:25:42] <frog> hi, i m trying to debug some jsp pages. these pages are  using jars(also in source). im using tomcat7 and eclipse. i have strted tomcat  with standard configuration(debug at port 8000) and left also port 8000 in remote debug configuration. 1. while debugging the eclipse takes the source code from workspace, isnt it? not from webapps
[14:26:41] <frog> another question is: im getting this error: failed to connect to remote vm. connection refused
[14:27:17] *** frog is now known as zabka
[14:31:46] *** mluser-home has joined #eclipse
[14:33:43] *** mluser-home has quit IRC
[14:36:08] *** mluser-home has joined #eclipse
[14:39:17] *** timotei has quit IRC
[14:39:46] *** timotei has joined #eclipse
[14:41:23] <ron> the standard port for tomcat is 8080.
[14:44:36] <zabka> ron mean debug port , which is 8000
[14:44:57] <ron> ah.
[14:45:00] <ron> my bad.
[14:45:24] <zabka> anyhow im not getting connection removed any more, but i cant debug anything.. the breakpoints are skipped
[14:46:17] <zabka> no, the source is not found at all
[14:46:21] *** Carnage\ has quit IRC
[14:47:55] *** m_a_chinea has joined #eclipse
[14:48:54] *** m_a_chinea has left #eclipse
[14:49:14] *** Archon has quit IRC
[14:52:40] *** aminpy has quit IRC
[15:03:11] *** shal3r has joined #eclipse
[15:04:47] *** _nor has joined #eclipse
[15:06:24] *** C0br4 has quit IRC
[15:07:56] *** TomyLobo has joined #eclipse
[15:15:23] *** helindbe has quit IRC
[15:19:34] *** C0br4 has joined #eclipse
[15:25:21] *** mpiggott has joined #eclipse
[15:26:37] *** mindCrime has quit IRC
[15:37:07] *** kella has joined #eclipse
[15:37:52] <kella> Is it possible to install JSP support in Eclipse classic (3.7)?
[15:43:03] *** mcl_abc has quit IRC
[15:43:54] *** JStoker has quit IRC
[15:45:38] *** UrsoBranco has joined #eclipse
[15:47:14] *** kella has left #eclipse
[15:48:40] *** mluser-home has quit IRC
[15:49:10] *** mluser-home has joined #eclipse
[15:50:50] *** d_a_carver has joined #eclipse
[15:50:59] *** JStoker has joined #eclipse
[15:51:19] *** nitrospectide has joined #eclipse
[15:56:10] *** helindbe has joined #eclipse
[15:58:19] <zabka> hi, i m trying to debug some jsp pages in eclipse. these pages are using some classes also in workspace in source. im using tomcat7 and eclipse. i have started tomcat  with standard configuration(debug at port 8000) and left also port 8000 in remote debug configuration. i have in my workspace ic-config with  WEB-INF and web.xml. it maps <servlet-class>com.quartal.irtoolbox.ic.ControllerServl
[15:58:19] <zabka> et</servlet-class> to Controller. But when i try to access Controller , it is not accessible at all. What should i chenge and how should i call the servlet to be able to get  and debug it?
[16:05:38] *** dirk_77__ has quit IRC
[16:08:03] *** adar has joined #eclipse
[16:11:00] <adar> hey channel, i have a custom key scheme for my rcp project like suggested in http://www.vogella.de/articles/EclipseCommandsKeybindings/article.html#keybinding_scheme but my plugin_customization.ini file gets overwritten ... what can i do?
[16:17:42] <timotei> adar, gets overwritten by what?
[16:18:50] *** briandealwis has joined #eclipse
[16:19:19] *** ShooterMG has quit IRC
[16:19:22] <adar> if i press synchonize in the product configuration overview it overwrites the file with only the string "org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true"
[16:21:18] *** NiteRain has quit IRC
[16:22:57] <adar> timotei: any suggestion? or is there another way to set my own default scheme?
[16:23:14] <timotei> adar, I don't use that syncroize
[16:23:29] *** xmux has joined #eclipse
[16:23:34] <timotei> syncronize* link
[16:24:02] <timotei> adar, you could set the "read-only" attribute on the file
[16:24:12] <timotei> ah
[16:24:13] <timotei> wait
[16:24:17] *** NiteRain has joined #eclipse
[16:24:29] <timotei> adar, in the product "configuration" tab, at the "Configuration file" section
[16:24:36] <timotei> is "generate a default" checked?
[16:24:52] <timotei> or is the second, and pointing to the plugin_customization.ini file?
[16:26:35] <adar> timotei: generate default is checked, i cant choose any other file. if i check use existing and click browse the dialog is empty
[16:26:51] <timotei> adar, hmmm
[16:27:20] <adar> i have read the hint setting it to read-only already ... seems hackish to me :/
[16:27:31] <timotei> adar, ah. lemme check
[16:27:52] <timotei> do you have the 'org.eclipse.core.runtime.products' extension in the plugin?
[16:27:58] <timotei> there should be the product defined
[16:28:07] <timotei> and in the product I have a property defined like this:
[16:28:15] <timotei> <property
[16:28:15] <timotei>                name="preferenceCustomization"
[16:28:15] <timotei>                value="plugin_customization.ini">
[16:28:15] <timotei>          </property>
[16:28:24] <timotei> add that too, maybe that'll skip overwriting or so :)
[16:30:20] <adar> it is like you described ;) product is defined and preferenceCustomization is set
[16:30:33] <adar> still it is overwritten
[16:31:15] <timotei> adar, well, I'm wondering why too. I have a lot of stuff written in the customization too
[16:31:20] <timotei> but on syncronize doesn't get written
[16:31:41] <timotei> adar, btw, just curios, your product is feature or plugin based?
[16:31:55] <timotei> adar, alternatively, you could stop using syncronize...
[16:31:58] <adar> plugin based
[16:32:01] <adar> :)
[16:32:04] <adar> true
[16:32:12] <timotei> do you see any changes made by that?
[16:32:25] <timotei> besides the customization config file getting overwritten
[16:32:27] <adar> but i wanted to do it right(c) :)
[16:32:47] <timotei> well, IDK, but I use version control
[16:32:51] <timotei> and I can check what else it modifies
[16:32:55] <adar> nope, everything else is set using the dialog
[16:32:56] <timotei> and change it to be that way
[16:32:57] <timotei> :P
[16:33:13] *** blacksoul has joined #eclipse
[16:33:44] *** gioele has joined #eclipse
[16:34:05] *** semeion has quit IRC
[16:34:12] <blacksoul> hey, i've added a .jar file to the java build path and create a class trying "import com.xxxxx......" , but eclipse tells me, that the class the is there
[16:34:17] <adar> but it seems wrong to me, eclipse is an application framework and there should be some best practices :)
[16:34:45] <timotei> blacksoul, you sure there is such package in there?
[16:34:54] <timotei> also, did you refresh/rebuild your project - just guessing
[16:35:16] <timotei> adar, true. But it seems wrong to have something to syncronize each time.
[16:35:34] <timotei> IDK what to say
[16:35:37] <timotei> check on forums
[16:35:41] <timotei> if not, file a bugzilla
[16:35:52] <blacksoul> timotei: there should be such a class, yes..
[16:36:01] <blacksoul> i also pressed f5 and clicked on refresh several times
[16:36:08] <timotei> ah. ok
[16:36:15] <blacksoul> but the error
[16:36:19] <timotei> ?
[16:36:21] <blacksoul> "com.xxxx" can not be resolved
[16:36:36] <blacksoul> so in general, eclipse doesnt see the .jar file i think
[16:36:58] <gioele> I cannot search the eclipse marketplace with eclipse 3.7: I get an HTTP 500 error. Is this a known issue?
[16:37:03] <blacksoul> but when i take look at properties of the my project, the additional user libary is checked
[16:37:32] <timotei> blacksoul, restart eclipse? But maybe the package really isn't there...
[16:37:37] <timotei> if it's linked correctly
[16:38:02] 
[16:38:09] <blacksoul> i linked it via the file browser from eclipse - properties -> java -> build path -> user lib -> create & add
[16:38:30] <blacksoul> i already restarted
[16:38:48] <timotei> blacksoul, what eclipse version?
[16:38:53] <blacksoul> helios
[16:39:09] <blacksoul> because i do php stuff also, and package is for helios
[16:39:14] <timotei> ah
[16:39:35] <blacksoul> (but its a java project)
[16:39:36] <timotei> is the .jar file an eclipse one, or it's an external one?
[16:39:43] <blacksoul> external
[16:39:45] <timotei> that is, is the jar from a plugin?
[16:39:46] <timotei> ah. ok
[16:39:49] <blacksoul> no
[16:39:53] <blacksoul> its not a plugin
[16:39:57] <blacksoul> its really "external"
[16:40:12] <blacksoul> different software which provides an API
[16:40:39] <timotei> ok
[16:41:12] *** ddk has quit IRC
[16:44:50] <blacksoul> any idea?
[16:45:11] <timotei> blacksoul, hm... try a new project
[16:45:19] <timotei> from scratch, and check if it works on that
[16:45:25] <blacksoul> k
[16:45:35] <timotei> if not then I say again, the package does not exist :P
[16:47:29] <blacksoul> same error... shouldnt i be able to see the package / jar file in the package explorer ?
[16:47:37] <blacksoul> like the system libraries
[16:48:31] <timotei> umm... yeah, you should
[16:48:42] <blacksoul> ok: i dont
[16:48:50] <blacksoul> i only see the system libraries
[16:49:51] *** cereal|Away is now known as cereal
[16:49:59] <blacksoul> 11 system libraries..
[16:50:13] <blacksoul> under src/ there is only the default package with my test class
[16:51:33] <blacksoul> brb
[16:51:54] *** C0br4 has quit IRC
[16:54:53] *** UrsoBranco has quit IRC
[17:01:35] *** zarac has joined #eclipse
[17:01:40] <zarac> Howdy folks!
[17:01:58] <zarac> How can i find out what version (number) of eclipse i'm running?
[17:02:29] <zarac> The about window only tells me "Version: Helios Service Release 2"
[17:03:19] *** UrsoBranco has joined #eclipse
[17:04:37] *** tamm0r has joined #eclipse
[17:05:18] *** ddk has joined #eclipse
[17:07:34] *** shurane has joined #eclipse
[17:10:25] <blacksoul> so, any other hint?
[17:10:48] *** cbeust has joined #eclipse
[17:11:41] <rcjsuen> blacksoul: What does your .classpath file look like
[17:11:47] <blacksoul> solved
[17:12:21] <blacksoul> rcjsuen: 1 moment
[17:12:21] <rcjsuen> Solution?
[17:13:25] *** faz_ has joined #eclipse
[17:13:32] *** AndroidLoverInSF has joined #eclipse
[17:13:50] *** chrisinajar has quit IRC
[17:13:52] <faz_> is there any easy way to exclude certain files from my searches? (e.g., everything with a name matching *.log)
[17:13:53] <blacksoul> so i made a right click on my project - build path - configure ... my app which i added via window - preferences - java - build path - user lib - [here], was @configure under "order and export"
[17:13:59] <blacksoul> i dont really know why, but it was
[17:14:11] <blacksoul> so now, i added my jar under "libraries"
[17:14:37] <blacksoul> i think its not a static solution but only for this project
[17:14:38] <timotei> ah...
[17:14:46] <timotei> then you've added it wrong :P
[17:14:56] <blacksoul> but how to add it under window - preferences?
[17:15:28] <timotei> you should add via:
[17:15:53] <timotei> right click on project->properties->build path->configure build path->libraries tab
[17:16:00] <timotei> and add (external) jar
[17:16:01] <timotei> :P
[17:16:01] *** vipaca has joined #eclipse
[17:16:01] *** vipaca has joined #eclipse
[17:16:08] <blacksoul> timotei: but thats only for 1 project
[17:16:14] <timotei> yeah
[17:16:16] <blacksoul> i want to add it for all projects in the future
[17:16:52] <timotei> ah. then you need to create a new "library" and add jars to it
[17:17:22] <blacksoul> but thats exactly what i did: window - preferences - java - build path - user lib - [here]
[17:17:34] <blacksoul> i created a lib and added the jar file via file browser
[17:18:06] <timotei> that's not enough
[17:18:09] <timotei> you still NEED
[17:18:15] <timotei> to add it on a per-project basis
[17:18:15] <timotei> :P
[17:18:20] <timotei> to reference the created library
[17:18:28] *** kkb110 has joined #eclipse
[17:18:39] <timotei> actually, only if you don't check the "add it to boot ..."
[17:18:43] <timotei> when creating the library
[17:18:57] <timotei> the "System library" check
[17:19:06] <blacksoul> yeah.. man.. :/
[17:19:26] <blacksoul> they have to tell the user these things... unwritten statements are not useful :(
[17:19:29] *** chrisinajar has joined #eclipse
[17:19:35] <timotei> blacksoul, there is a *manual* for that :P
[17:19:39] <blacksoul> but thanks for help timotei , rcjsuen
[17:20:44] <blacksoul> there it is written?
[17:20:53] <timotei> I think so :)
[17:21:09] <blacksoul> do you have a link by the hand?
[17:21:10] *** nicoulaj has quit IRC
[17:21:37] <timotei> no.
[17:22:31] <timotei> blacksoul, in the help for eclipse
[17:22:37] <timotei> Java development user guide :P
[17:22:50] <timotei> Concepts->Java Builder
[17:22:54] <timotei> ;)have fun
[17:23:39] <faz_> is there a way to make eclipse auto-save every change i make so i dont have to hit ctrl+s ever?
[17:23:49] <timotei> faz_, auto-save?
[17:23:51] <timotei> when?
[17:23:54] <timotei> everytime? :))
[17:23:59] <faz_> yes
[17:24:01] *** chrisinajar has quit IRC
[17:24:01] *** chrisinajar has joined #eclipse
[17:24:02] <faz_> how do i do that? :)
[17:24:14] <timotei> does it even sound good for you?
[17:24:24] <timotei> no offense, but it's the worst feature I've heard of
[17:24:36] <timotei> and unless you make your plugin I don't think so
[17:24:36] <faz_> yes ;) i worked that way for 2+ years. getting used to manually saving again is annoying.
[17:25:03] <timotei> faz_, only 2+? Well, it will become soon a habbit you'll not notice ;)
[17:25:14] <timotei> just think for a second of the everytime implication
[17:25:18] <timotei> save
[17:25:20] <rcjsuen> I think I've heard that IDEA does this.
[17:25:24] <faz_> rcjsuen, exactly.
[17:25:35] <rcjsuen> But no, this isn't available from Eclipse.
[17:25:37] *** nsd__ has joined #eclipse
[17:25:43] <faz_> ah, thank you. i guess ill get used to ctrl+s.
[17:25:50] <timotei> faz_, why don't use IDEA then? :P
[17:26:00] <nsd__> Hello all
[17:26:04] <timotei> nsd__, hi
[17:26:06] <rcjsuen> you could write aplug-in if you really wanted it
[17:26:16] <faz_> because the license under which i have my personal copy does not authorize me to use it for the project im currently working on :)
[17:26:31] <rcjsuen> ~34076
[17:26:33] <Arbalest> Bug 34076 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=34076 - Platform / UI / 2.1 - All / All - NEW / enhancement / - Assignee: platform-ui-triaged - [EditorMgmt] Timebased automatic save of editors
[17:26:35] <timotei> faz_, CTRL+S it's like a equilibrium for me :P
[17:27:17] <blacksoul> faz_: how about auto save before compiling? i you dont have to save manually before.. an normally, you compile not only once an hour
[17:27:43] <timotei> anyway
[17:27:53] <blacksoul> s/iif
[17:27:54] <timotei> can't belive people are working hours without saving at least once a minute
[17:27:54] <faz_> im actually using eclipse for a PHP project right now, so no compiling step.
[17:27:56] <timotei> lol
[17:28:37] <nsd__> I'm trying to add a library (Apache Commons Net) to a project I'm working on, so I downloaded the archive containing all the necessary .jar files and placed it in a subdirectory of the project. Unfortunately, when I go to add the library via Project->Properties->Java Build Path->Add JARs, only some of the subdirectories of my project directory appear. What am I doing wrong?
[17:28:45] <timotei> but yeah, an option for that would be interesting
[17:28:56] <faz_> getting used to auto-save is weird at first but after a while you don't miss not saving. you still have undo/redo and source control. saving with ctrl+s doesn't mess anything up, it's just an extra keystroke i'd prefer to avoid if possible :)
[17:28:57] <nsd__> I've looked at some guides online and they all show the directories just being there
[17:29:02] <timotei> I have the CTRL+S habbit, and I see that everytime I use OneNote, which does not have save
[17:29:25] <nsd__> Ctrl+S isn't as bad as :w
[17:29:28] <timotei> faz_, yeah, but sometimes you want NOT to save... even though it's rare that situation
[17:29:32] <nsd__> I do that sometimes in office apps
[17:29:35] <timotei> nsd__, yeah :P
[17:29:42] <rcjsuen> Did you refresh your folder in Eclipse?
[17:30:00] <nsd__> rcjsuen: I don't know how to do that. I tried closing the app and opening it again, lol
[17:30:09] <nsd__> I don't use Java much
[17:30:25] <rcjsuen> Do you see those folders in the 'Package Explorer'?
[17:30:42] <nsd__> Nope
[17:30:52] <rcjsuen> but you unzipped it
[17:30:55] <rcjsuen> in your project's folder, yes?
[17:30:59] <nsd__> Yep
[17:31:13] <rcjsuen> then refresh your folders
[17:31:17] *** Pasqualle_ has joined #eclipse
[17:31:33] *** kthomas_vh_ has joined #eclipse
[17:33:03] <adar> another question from the mentally challanged adar: how can i hide default menu items? i dont want the open file menu item but i dont know how to hide (and so does google) :-/
[17:33:07] <nsd__> Strange, that did the trick -- I know that occasionally I'd have Eclipse say that the project needed to be refreshed by hitting F5, so that was actually the first thing I tried, just not by doing it from the menu (like google said)
[17:33:26] <timotei> adar, in the RCP?
[17:33:31] <timotei> adar, you could use activities
[17:33:37] <timotei> vogella did a tutorial on that
[17:33:44] <adar> timotei: yes, in the rcp
[17:33:50] <timotei> adar, http://www.vogella.de/blog/2009/07/13/eclipse-activities/
[17:33:55] <timotei> I had to do the same for my RCP too :P
[17:34:08] <nsd__> rcjsuen: Well thanks anyways, that did the trick
[17:34:09] *** kthomas_vh has quit IRC
[17:34:35] *** Pasqualle has quit IRC
[17:34:45] <adar> timotei: okay, i will try that :) thx
[17:35:00] <timotei> adar, here is mine: http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/plugin.xml?revision=50491&view=markup
[17:35:32] <timotei> adar, also, I've added a code hack for those who still staied there: http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/product/ActionWiper.java?revision=50031&view=markup
[17:35:37] <adar> timotei: wesnoth the game?
[17:35:42] <timotei> adar, yeah
[17:35:53] <timotei> adar, the product directory has some other rcp-related stuff too
[17:36:01] <adar> :) cool
[17:36:04] <timotei> maybe some are too hackish, but I need to cleanup them soon :P
[17:36:53] <adar> timotei: okay :) i will look into it thanks again
[17:36:57] <timotei> adar, yw
[17:37:03] *** mertimor_ has joined #eclipse
[17:38:53] *** nsd__ has quit IRC
[17:39:04] *** mertimor has quit IRC
[17:39:05] *** mertimor_ is now known as mertimor
[17:42:52] *** soee has quit IRC
[17:43:36] *** gioele has left #eclipse
[17:43:53] *** soee has joined #eclipse
[17:47:21] *** FunnyLookinHat has joined #eclipse
[17:48:11] *** tamm0r has quit IRC
[17:57:18] *** blacksoul has quit IRC
[18:01:19] *** ron has quit IRC
[18:01:36] *** kaje has joined #eclipse
[18:02:43] *** ardo has quit IRC
[18:03:15] *** k0nichiwa has quit IRC
[18:03:23] *** TomTom has quit IRC
[18:04:03] *** Carnage\ has joined #eclipse
[18:08:43] *** cbeust has quit IRC
[18:11:06] *** zabka has quit IRC
[18:12:05] *** nicoulaj has joined #eclipse
[18:16:20] *** dirk_77__ has joined #eclipse
[18:19:06] *** danhello has joined #eclipse
[18:21:59] *** neure has joined #eclipse
[18:22:12] <neure> hello
[18:22:26] <neure> i am trying to figure out syntax highlighting
[18:22:53] <neure> #if defined (__cplusplus) sections get light gray background in header files
[18:22:58] <neure> and i cant figure out how to change that
[18:23:06] <neure> any suggestions?
[18:23:22] <neure> this is very irritating as my background is practically black
[18:23:29] *** purestrain has joined #eclipse
[18:23:55] <neure> uh oh
[18:23:58] <neure> nevermind
[18:24:02] <neure> i think i just found it :P
[18:25:29] <neure> yes, found it.. doh :D
[18:26:53] *** neure has left #eclipse
[18:31:47] *** cmw72 has joined #eclipse
[18:32:45] *** cmw72 has quit IRC
[18:33:27] *** cmw72 has joined #eclipse
[18:36:21] *** kkb110 has quit IRC
[18:37:37] *** C0br4 has joined #eclipse
[18:37:49] *** _arjen_ has joined #eclipse
[18:42:45] *** nitrospectide has quit IRC
[18:42:54] *** cbeust has joined #eclipse
[18:46:23] *** lolmatic has joined #eclipse
[18:47:11] *** adar has quit IRC
[18:49:19] *** EricInBNE has quit IRC
[18:50:34] *** monk12 has joined #eclipse
[18:50:37] *** dijonyummy has quit IRC
[18:57:18] *** nitrospectide has joined #eclipse
[19:05:07] *** z4z4 has quit IRC
[19:11:06] *** ktlr has joined #eclipse
[19:19:46] *** nitrospectide has quit IRC
[19:19:46] *** soulreaper has joined #eclipse
[19:20:34] *** soulreaper has quit IRC
[19:20:49] *** briandealwis has quit IRC
[19:23:30] *** nitrospectide has joined #eclipse
[19:25:57] *** Jygga has quit IRC
[19:27:15] *** Jygga has joined #eclipse
[19:27:26] *** khismetix has joined #eclipse
[19:27:44] *** khismetix has quit IRC
[19:28:37] *** dirk_77__ has quit IRC
[19:29:05] *** Sbrun has quit IRC
[19:31:15] *** Jygga has joined #eclipse
[19:31:42] *** paissad has joined #eclipse
[19:31:58] *** vmil86 has quit IRC
[19:32:15] *** Jygga has joined #eclipse
[19:32:22] *** magnet has quit IRC
[19:34:54] *** danhello has quit IRC
[19:35:04] *** kassah has joined #eclipse
[19:38:14] *** Jygga has joined #eclipse
[19:41:15] *** Jygga has joined #eclipse
[19:43:15] *** Jygga has joined #eclipse
[19:46:37] *** vmil86 has joined #eclipse
[19:48:15] *** Jygga has joined #eclipse
[19:48:25] *** ksawicki has joined #eclipse
[19:48:40] *** danhello1 has joined #eclipse
[19:49:35] *** ron has joined #eclipse
[19:51:15] *** Jygga has joined #eclipse
[19:54:20] *** kaje has left #eclipse
[19:57:00] *** danhello1 has quit IRC
[19:57:24] *** x_or has quit IRC
[20:03:30] *** vipaca has quit IRC
[20:06:22] *** Guest47163 has joined #eclipse
[20:06:34] *** iXeno has joined #eclipse
[20:07:08] *** ksawicki has quit IRC
[20:07:33] *** ksawicki has joined #eclipse
[20:11:22] *** vwegert has joined #eclipse
[20:11:28] <betty> java_@-go
[20:12:39] *** Python has joined #eclipse
[20:12:44] <ron> meh?
[20:13:04] *** purestrain has quit IRC
[20:13:08] <Python> Hello, How to code bash with indigo
[20:13:15] *** Jygga has joined #eclipse
[20:13:28] <Python> lol
[20:13:56] <timotei> Python, code bash >>.
[20:13:58] <timotei> ??
[20:14:17] <ron> bash scripts.
[20:14:42] <Python> yeah
[20:15:00] <ron> ShellEd doesn't work?
[20:15:29] <timotei> ron, of course, but I never though somebody would write such things in ECLIPSE
[20:15:30] <timotei> :P
[20:15:35] <timotei> but use VIM or EMACS for that ;)
[20:15:37] <Python> no version for indigo
[20:15:43] <ron> timotei: why not?
[20:15:50] *** Jygga has joined #eclipse
[20:15:50] <timotei> umm... IDK
[20:15:51] *** Jygga has quit IRC
[20:19:05] <ron> Python: read this post: http://sourceforge.net/projects/shelled/forums/forum/399718/topic/3781896
[20:19:45] *** Jyggaa has joined #eclipse
[20:19:54] <Python> Version: Helios Release
[20:19:58] <Python> I said Indigo
[20:20:36] <ron> Python: read the damn post to the end.
[20:20:44] *** kottlett has quit IRC
[20:20:46] *** mchua_afk is now known as mchua
[20:21:18] <Python> use Indigo now, after manually installing dltk 2.0 the ShellEd install and works well.
[20:21:20] <Python> >_>
[20:21:23] <Python> Thanks !!
[20:21:31] <Python> Now I can switch to Eclipse
[20:21:35] <Python> totally
[20:21:38] <ron> :)
[20:23:22] <ron> and now, to eat dinner.
[20:23:56] *** UrsoBranco has quit IRC
[20:27:30] *** Python has left #eclipse
[20:28:16] *** Jygga has joined #eclipse
[20:28:22] *** Jygga has quit IRC
[20:28:45] *** UrsoBranco has joined #eclipse
[20:42:05] *** Bass10 has joined #eclipse
[20:43:15] *** Bass10 has quit IRC
[20:43:45] *** Bass10 has joined #eclipse
[20:46:57] *** lolmatic has quit IRC
[20:49:14] *** ddk_ has joined #eclipse
[20:49:38] *** ddk has quit IRC
[20:54:21] *** UrsoBranco has quit IRC
[20:55:38] *** UrsoBranco has joined #eclipse
[21:07:24] *** dijonyummy has joined #eclipse
[21:08:11] *** kthomas_vh_ has quit IRC
[21:08:22] *** danhello1 has joined #eclipse
[21:10:06] *** dscassel has quit IRC
[21:13:46] *** kerrick has joined #eclipse
[21:15:47] *** Verkel has quit IRC
[21:16:40] *** AndroidLoverInSF has quit IRC
[21:17:38] *** Verkel has joined #eclipse
[21:18:03] *** AndroidLoverInSF has joined #eclipse
[21:19:29] *** kthomas_vh_ has joined #eclipse
[21:19:34] *** ShooterMG has joined #eclipse
[21:21:23] *** kesselhaus has joined #eclipse
[21:21:29] *** heinz has joined #eclipse
[21:25:24] *** iXeno has quit IRC
[21:25:52] *** iXeno has joined #eclipse
[21:27:03] *** dov23 has joined #eclipse
[21:33:22] *** lolmatic has joined #eclipse
[21:33:37] *** LongBeach has joined #eclipse
[21:34:17] *** hydester has joined #eclipse
[21:34:30] *** hydester has left #eclipse
[21:37:21] *** danhello1 has quit IRC
[21:38:48] *** tvo has quit IRC
[21:49:57] *** cyril_sneer has joined #eclipse
[21:50:32] <cyril_sneer> hi i have a problem installing plugins on indigo 64bit
[21:50:48] *** scorphus has joined #eclipse
[21:50:58] * ron tries to guess what kind of problem.
[21:51:00] <cyril_sneer> ..... requires 'org.eclipse.swt.gtk.linux.x86_64.source [3.7.0.v3735b]' but it could not be found
[21:51:22] <ron> I'm guessing you're running on linux.
[21:51:24] <cyril_sneer> i have found an article on building them from git, but i cant get any success
[21:51:27] *** tvo_ has joined #eclipse
[21:51:27] *** tvo_ has joined #eclipse
[21:51:32] <cyril_sneer> yes ubuntu linux, pardon
[21:51:51] <ron> how do you try installing the plugins?
[21:52:06] <cyril_sneer> using update site
[21:52:17] <cyril_sneer> in my case it is eggit and android adt
[21:52:46] *** Lisimba2 has quit IRC
[21:53:47] *** kthomas_vh_ has quit IRC
[21:55:42] *** rkrul has joined #eclipse
[21:56:07] *** kthomas_vh_ has joined #eclipse
[21:56:52] <cyril_sneer> i think it doesnt matter what im trying to install
[21:56:57] *** vmil86 has quit IRC
[21:57:31] <ron> which version of eclipse did you get?
[21:57:48] <cyril_sneer> the 3.7 release
[21:57:53] <cyril_sneer> 64bit
[21:58:01] <ron> which package?
[21:58:08] <cyril_sneer> eclipse classic
[21:58:09] *** Lisimba has joined #eclipse
[21:58:17] <ron> okay
[21:58:30] <ron> and I imagine you use a 64bit jdk
[21:58:35] <cyril_sneer> correct
[21:59:46] <ron> in the install new software wizard, is the contact all update sites checked?
[22:00:01] <cyril_sneer> yes
[22:00:40] <ron> I honestly have no idea, sorry :-/
[22:01:04] <cyril_sneer> i had a similar problem with my 32bit machine at work and adding the eclipse indigo update site resolved every requirements
[22:01:15] <rcjsuen> What are you trying to install
[22:01:22] <cyril_sneer> but with this 64bit version thats not the case
[22:01:34] <cyril_sneer> i tryied egit
[22:01:41] <cyril_sneer> and adt for android
[22:01:49] <rcjsuen> which one are you trying right now
[22:02:34] <cyril_sneer> the result is the same
[22:02:49] <rcjsuen> what is the full error message
[22:03:00] <cyril_sneer> Cannot complete the install because one or more required items could not be found.
[22:03:00] <cyril_sneer>   Software currently installed: Shared profile 1.0.0.1308010175179 (SharedProfile_SDKProfile 1.0.0.1308010175179)
[22:03:00] <cyril_sneer>   Missing requirement: Shared profile 1.0.0.1308010175179 (SharedProfile_SDKProfile 1.0.0.1308010175179) requires 'org.eclipse.swt.gtk.linux.x86_64.source [3.7.0.v3735b]' but it could not be found
[22:03:01] *** esxd01t has joined #eclipse
[22:04:12] <rcjsuen> What is the name of the file you downloaded
[22:04:51] *** Nurbs has joined #eclipse
[22:05:17] *** evil_gordita has joined #eclipse
[22:05:22] <cyril_sneer> you mean the eclipse package or the plugin that failed installing?
[22:06:12] <rcjsuen> the eclipse package
[22:06:21] <rcjsuen> I presume you don't have a download for the latter.
[22:06:49] <cyril_sneer> eclipse-SDK-3.7-linux-gtk-x86_64.tar.gz
[22:06:57] <rcjsuen> where did you untar to
[22:07:04] <cyril_sneer> /opt/
[22:07:22] <rcjsuen> try untarring in ~/
[22:07:34] <cyril_sneer> just a second
[22:08:32] *** ron has quit IRC
[22:09:45] *** Kamaran has quit IRC
[22:11:29] *** vmil86 has joined #eclipse
[22:11:36] <cyril_sneer> wow this works
[22:12:05] <cyril_sneer> i cant see the coherence
[22:12:18] <cyril_sneer> could you please explain that?
[22:12:51] <rcjsuen> Looks like some permissions problem.
[22:13:32] <cyril_sneer> hm weird, this was working for years
[22:13:44] <cyril_sneer> but im happy that its working now :) thank you very much
[22:14:35] *** rkrul has quit IRC
[22:14:46] *** dirk_77__ has joined #eclipse
[22:18:48] *** esxd01t has quit IRC
[22:19:51] *** greynezz has joined #eclipse
[22:19:55] *** cyril_sneer has quit IRC
[22:21:25] *** kkb110 has joined #eclipse
[22:22:45] *** greynezz has left #eclipse
[22:26:53] *** ShooterMG has quit IRC
[22:36:47] *** timotei has quit IRC
[22:37:09] *** mluser-home has quit IRC
[22:38:39] *** ShooterMG has joined #eclipse
[22:42:54] *** Pasqualle_ has quit IRC
[22:43:45] *** Nurbs has quit IRC
[22:46:33] *** OldCode101 has joined #eclipse
[22:47:45] <OldCode101> I am attempting to submit my first task to Bugzilla via MyLyn and I am getting the error "invalid status NEW" this is correct in the fact that the status field does not have a possible value of NEW but how do I update Eclipse to recognize that?
[22:49:38] *** ShooterMG has quit IRC
[22:51:55] *** ShooterMG has joined #eclipse
[22:52:42] *** LongBeach has quit IRC
[22:55:20] *** localhost has joined #eclipse
[22:55:20] *** localhost has quit IRC
[22:55:41] *** otaviobp has quit IRC
[22:56:30] *** UrsoBranco has quit IRC
[22:59:46] *** vwegert has quit IRC
[22:59:56] *** Kamaran has joined #eclipse
[23:01:10] *** UrsoBranco has joined #eclipse
[23:02:07] *** localhost has joined #eclipse
[23:04:25] *** mluser-home has joined #eclipse
[23:05:14] *** cereal has quit IRC
[23:06:20] *** cereal has joined #eclipse
[23:06:38] *** magicked has quit IRC
[23:07:12] *** rrodriguez has joined #eclipse
[23:14:23] *** Guest47163 has quit IRC
[23:16:57] *** OldCode101 has quit IRC
[23:17:52] *** ShooterMG has quit IRC
[23:19:11] *** ShooterMG has joined #eclipse
[23:25:52] *** kerrick has quit IRC
[23:33:49] *** kevinw has quit IRC
[23:37:16] *** UrsoBranco has quit IRC
[23:43:39] *** unlord has joined #eclipse
[23:43:41] <unlord> hi guys
[23:43:53] <unlord> I am trying to use the equinox OSGi framework in a standalone applicaiton
[23:44:58] <unlord> everything runs fine if I use the OSGi Framework Run Configuration
[23:45:57] *** localhost has quit IRC
[23:49:40] *** rrodriguez has quit IRC
[23:53:04] *** mindCrime has joined #eclipse
[23:55:31] *** mpiggott has quit IRC
[23:56:34] *** Kamaran has quit IRC

top