[16:28:14] *** echelog has joined #eclipse [16:31:35] *** oisinh has joined #eclipse [16:34:13] *** crashR has quit IRC [16:35:25] *** crashR has joined #eclipse [16:35:49] *** ReneP has quit IRC [16:37:58] *** dilton has joined #eclipse [16:41:39] *** ekiczek has quit IRC [16:46:57] *** brendon_work has quit IRC [16:49:10] *** zmanning has quit IRC [16:50:49] *** blackxored has joined #eclipse [16:51:08] <blackxored> is eclipse with 3.5.1 no longer spliting swt into arch like _x64 and _ppc zip files??? [16:51:51] <krbarnes> blackxored: it's the same [16:52:37] *** Chris64 has joined #eclipse [16:52:40] <blackxored> krbarnes, so when I need to package this for debian I have to keep the diffs for ppc and x64, right? [16:53:19] <krbarnes> if that's what you did before. I don't know anything about packaging. [16:53:49] *** barbar__conan has quit IRC [16:54:57] <blackxored> krbarnes, ok no problem [16:55:16] <rcjsuen> blackxored: ask in #eclipse-linux, some fedora/ubuntu packagers hang around there [16:55:32] *** the_alien has joined #eclipse [16:56:29] <blackxored> rcjsuen, I'm one of those heheh ;) but thanks [17:01:44] *** srcerer_ is now known as srcerer [17:07:52] *** Theravadan has joined #eclipse [17:08:05] <deSilva> can you automatically exclude main (and other methods?) from those that are suggested when I create web services? [17:08:11] *** madsj has joined #eclipse [17:08:36] *** avramucz has quit IRC [17:09:05] <madsj> hi; how can I add more expansions (eg. "syserr" which expands to System.err.println(); when using Ctrl-space) ? [17:09:30] <rcjsuen> madsj: modify your java templates [17:09:43] <rcjsuen> or i shold say, add new ones [17:10:58] <madsj> rcjsuen: dare I ask where I do this ? :-) [17:11:07] <rcjsuen> madsj: preferences, which I presume you know where they are [17:18:08] *** kthomas has quit IRC [17:20:25] *** deSilva has quit IRC [17:21:15] <madsj> rcjsuen: hmm, I didn't find the sysout/syserr [17:21:30] <rcjsuen> madsj: you're in the templates preference page? [17:21:44] <rcjsuen> the java editor one that is [17:27:35] *** amitev has quit IRC [17:31:29] *** zmanning has joined #eclipse [17:34:26] *** da_krowa has joined #eclipse [17:36:28] *** anu has joined #eclipse [17:36:38] *** Kellindil has quit IRC [17:38:42] <anu> I'm using menu contribution for add a view specific menu.I have set the enablewhen for it => to selection from the tree viewer viewer. But Its working fine... but its gets activated even if someother view's viewer is selected. Any suggestions? [17:38:45] *** vwegert has joined #eclipse [17:39:01] *** doM^ has joined #eclipse [17:39:56] <doM^> Hi. I'm trying to add an extension in the navigator view. I added a handler, a menu contributor and a command. However, I can't find how to print the selected file. [17:41:17] *** punknroll_ has quit IRC [17:42:54] *** rethus has joined #eclipse [17:43:24] <rethus> ik have moved a project-dir, how can i import it to my workspace [17:44:16] <rcjsuen> File > Import... [17:44:44] <anu> Has anyone tried EnableWhen on command from this example? http://www.vogella.de/articles/EclipseCommands/article.html#commands_restrictions [17:45:21] <paulweb515> anu: ~pastebin [17:45:25] <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 [17:45:38] <paulweb515> anu: show us your enabledWhen ... [17:45:46] <anu> ok. Sure. [17:45:50] <rethus> ok, i got the project , but i got the error to: Some projects cannot be imported, cause they already exist in the workspace [17:45:54] <rethus> what can i do [17:46:16] <rethus> how can i reinit it with new path [17:46:17] <rcjsuen> rethus: Is that the one you want to import? [17:46:22] <rcjsuen> With new path? [17:46:32] <rethus> yes [17:46:47] <rethus> before, the project was only on other path on same hdd [17:46:51] <rcjsuen> check your navigator view to see if it's still there then i guess [17:46:52] *** squarism has joined #eclipse [17:47:02] <rcjsuen> or check your hdd and move it elsewhere, it may be causing a conflict i guess [17:47:05] <squarism> what is the purpose of the ".manager" folder? [17:47:08] <rcjsuen> (what the err is talking about) [17:47:16] <rcjsuen> squarism: Never heard of one myself, where is this exactly? [17:47:45] <squarism> its in the project root of all my projects [17:47:51] <rcjsuen> probably from some plug-in then [17:47:57] <rcjsuen> I don't have folder in my projects anyway [17:48:34] <rethus> i have a projekct Produktmatrix, wich before was under /home/me/projects/customer1/productMatrix, now its under /home/me/projects/customer2/productMatrix [17:48:48] <rethus> and if i try to open, after move the directory, i got [17:49:03] <rethus> Problems occurred opening the selected resources. [17:49:03] <rethus> The project description file (.project) for 'ProductMatrix' is missing. This file contains important information about the project. The project will not function properly until this file is restored. [17:49:23] <rethus> so did i have to move the folder back? [17:50:06] <rcjsuen> well, you can't just close a project, move it, and reopen [17:50:08] <rcjsuen> if that's what you did [17:50:16] <anu> So my enable when is working fine. But the problem is that I have 2 views. Both the views have table viewer. If I select any row from any table , command gets enabled :) I want to be more view specific. [17:50:37] <anu> i have posted code in pastebin [17:50:57] <rethus> what have i to do rcjsuen [17:51:22] <rcjsuen> probably delete from Eclipse, move, recreate the project pointing at that path [17:51:40] <paulweb515> anu: what's the URL again? [17:52:05] <anu> http://pastebin.com/m707fd7a6 [17:52:24] <rethus> now i have copy back. what is the clean way to move it to another folder? [17:53:07] *** pschriner has quit IRC [17:54:11] <paulweb515> anu: Your command will be enabled any time *any* view posts a selection that has one item in it [17:54:37] *** kthomas_vh has joined #eclipse [17:54:38] <paulweb515> anu: restrict it to your view using <with variable="activePartId".... and check that it equals your view [17:54:43] <rcjsuen> rethus: probably delete from Eclipse, move, recreate the project pointing at that path [17:54:44] *** ekiczek has joined #eclipse [17:55:04] <rethus> ok, thanks [17:55:12] *** blue_asterisk has joined #eclipse [17:56:38] <anu> ya I was trying "activePartId" could not get how to use it in conjunction with selection... as you can associate one definition at a time with handler... [17:57:50] <paulweb515> <and><with selection...><with activePartId ....></and> [17:58:09] <paulweb515> probably put the activePartId check first, since it will short-circuit [17:58:19] *** oisinh has quit IRC [17:58:49] *** motokokusanagi has quit IRC [17:59:09] *** rethus has left #eclipse [17:59:25] <anu> I'm trying... :) [18:00:30] *** crashR1 has joined #eclipse [18:00:58] *** crashR has quit IRC [18:03:18] <doM^> http://pastebin.com/m1243d8b6 [18:03:30] <doM^> THis is where I am so far as trying to get the file of my selection [18:03:47] <madsj> rcjsuen: I found it :-) I was in the code templates thing, which was not was I looking for [18:03:49] <doM^> I have no idea of what is the good way to do that :( [18:03:51] <madsj> thanks for the tip [18:03:53] <rcjsuen> oic [18:04:17] <rcjsuen> doM^: that looks right to me [18:04:22] <rcjsuen> though I'm not sure what an Openable is [18:04:43] <doM^> The method getResource() from the type Openable is not accessible due to restriction on required library /usr/share/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar [18:05:38] <anu> I think I'm doing something wrong : http://pastebin.com/m707fd7a6 [18:05:50] <doM^> openable extends JavaElement extends PlatformObject extends Object [18:06:00] <rcjsuen> oh _that_ [18:06:03] <rcjsuen> you want IOpenable instead [18:06:05] <anu> http://pastebin.com/d4cfcbbe3 [18:06:14] <rcjsuen> doM^: tho you're better off just trying IAdaptable [18:06:21] <rcjsuen> and getAdapter(IResource.class) instead if i were you [18:07:02] <doM^> Ok I try it [18:07:03] <doM^> thank you [18:07:04] <paulweb515> anu: <with variable="activePartId"><equals ... whatever /></with> [18:08:24] <anu> Thanks Paul... all works great now! [18:08:27] *** Carnage\ has joined #eclipse [18:10:03] <glima> hi, all [18:10:53] <glima> can anyone indicate a path on how to launch an external application from eclipse and *read its stdout*? [18:11:23] <rcjsuen> You mean as a Eclipse plug-in? [18:11:27] <glima> rcjsuen: yes [18:11:42] <rcjsuen> well the easiest way is to just use Java SE Process APIs and read that I guess? [18:11:46] *** sama has quit IRC [18:11:58] <glima> rcjsuen: it's a python process [18:12:03] <glima> no java, externally [18:12:08] <nitind_> processes are processes. [18:12:10] <rcjsuen> Doesn't really change what I said [18:12:18] <rcjsuen> read up on java.lang.Runtime / java.lang.Process [18:12:25] <glima> mmm [18:12:38] <glima> makes sense [18:12:44] <glima> thanks, in advance [18:13:31] <doM^> File file = r.getLocation().toFile(); [18:13:33] *** mwolf9 has joined #eclipse [18:13:50] <doM^> IResource r = ((IResource)((IAdaptable) o).getAdapter(IResource.class)); [18:13:59] <doM^> it works.. well lol [18:15:04] *** rhk has joined #eclipse [18:15:06] <nitind_> doM^: r.getLocation() can return null for many reasons. [18:15:17] <rcjsuen> i hope you have a good reason for needing a java.io.File [18:15:24] *** Kudd has quit IRC [18:15:44] <mwolf9> Hello, I have an RCP app that is running a p2 update mechanism. I recently moved over to the 3.5.1 RCP feature(from 3.5.0) and attempted an update. I am now getting a conflicting dependency error during the update process. Is this due to the new RCP feature and if so how do i resolve it? [18:17:18] <paulweb515> mwolf9: did you use any feature patches? [18:17:45] *** deSilva has joined #eclipse [18:18:29] <mwolf9> paulweb515: no i just replaced the 3.5.0 feature in my product configuration with 3.5.1 [18:18:49] <doM^> ok [18:19:10] <doM^> thanks nitind_ and rcjsuen. You really helped me.. I was quite lost [18:20:03] *** arash has joined #eclipse [18:20:30] *** doM^ has quit IRC [18:20:56] *** stijnbe has joined #eclipse [18:21:02] <paulweb515> mwolf9: can you pastebin what it's complaining about? Presumably you then built your new product (which references the new RCP feature) and tried to update your existing product from a p2 repo? [18:21:43] <mwolf9> sure give me one sec [18:23:16] *** Nescafe has quit IRC [18:25:07] <mwolf9> paulweb515: you are correct [18:25:22] <mwolf9> paulweb515: let me get the pastebin entry up [18:26:25] <mwolf9> paulweb515: http://pastebin.com/m61d441ea [18:26:31] <mwolf9> not much info [18:27:27] <mwolf9> please let me know if there is a way to get more detailed info [18:32:13] *** Cybernator has joined #eclipse [18:32:49] *** Cybernator has quit IRC [18:34:15] <paulweb515> mwolf9: right, that's not very helpful [18:34:23] <paulweb515> mwolf9: I'm not sure if there is appropriate p2 tracing [18:35:03] <paulweb515> mwolf9: there's some minor tracing available in the org.eclipse.equinox.p2.engine plugin [18:35:48] <mwolf9> paulweb515: how do i take advantage of that? [18:36:47] <paulweb515> mwolf9: http://wiki.eclipse.org/Platform_Command_Framework#Tracing_Option is the example of using tracing options on the command line [18:36:56] <mwolf9> thanks [18:38:00] <paulweb515> mwolf9: you would do something like: jar xf eclipse/plugins/org.eclipse.equinox.p2.engine_1.1.0.v20091023.jar .options ; mv .options debug.options [18:38:12] <paulweb515> and then edit debug.options to turn them all to true [18:40:54] *** cdan has left #eclipse [18:42:38] *** SpektoM has joined #eclipse [18:42:54] *** tom17bombadil has quit IRC [18:47:38] *** kottlett has quit IRC [18:49:35] *** Recreo has joined #eclipse [18:51:43] *** kthomas_vh has quit IRC [18:53:16] *** PrakashGR has left #eclipse [18:56:50] *** RenatoSilva has joined #eclipse [18:57:13] *** squarism has quit IRC [18:57:53] *** goki__ has left #eclipse [18:58:56] *** magnet has quit IRC [19:00:23] <RenatoSilva> One of my applications in my webapps is not a webapp itself, the subdir web is. That is, while other apps have app/WEB-INF, this one has app/web/WEB-INF. Is it possible to configure tomcat to recognize this situation? Unfortunately no, I can't move it to the root. [19:02:59] <RenatoSilva> In other words, if I'm obligated to put the whole project into a remote webapps, how to make the underlying Tomcat server aware that the application is actually in webapps/project/WebContent, not webapps/project? [19:06:44] *** matvrak has joined #eclipse [19:06:59] <matvrak> hey y'all. i hope it's alright that i ask a swt question [19:07:57] <rcjsuen> matvrak: feel free to ask here or on the swt forums [19:08:36] *** dr_jerry has joined #eclipse [19:09:32] <matvrak> when i put a tree (with a widthHint which changes the size of the tree) in a GridLayout the cell automatically takes up about half of the width of the window. how can i decrease the size of the cell? i passed "2, false" to the GridLayout constructor [19:09:42] *** madsj has left #eclipse [19:09:52] <matvrak> i want the cell to be as wide as the tree [19:10:16] <matvrak> i tried to use GridData.widthHint but that didn't change anything [19:11:01] <rcjsuen> Cells/columns have nothing to do with how much space the tree itself takes. [19:11:11] *** Lorthirk has joined #eclipse [19:11:56] <rcjsuen> I suggest you alter the width of the TreeColumn then. [19:12:00] <matvrak> except they are setting an upper limit of the trees width, i assume? [19:12:04] *** squarism has joined #eclipse [19:12:36] <rcjsuen> Well, a column can be 50 pixels wide but the tree can take up more space. [19:12:36] <matvrak> what controls the columns width? [19:13:18] <rcjsuen> Table/TreeColumn's setWidth(int) method AFAIK [19:13:35] <rcjsuen> krbarnes may have the details if he's at his computer. [19:15:27] <mwolf9> rcjsuen: should i be at least seeing something with the p2 engine debug options turned on? [19:16:39] <matvrak> i'm not using either of them, i'm using Tree, GridData, GridLayout and Shell [19:20:15] <matvrak> setting widthHint on my second GridData solves the problem [19:20:43] <matvrak> any convenient way to tell it to take up all the size that other widgets widthHint's allows? [19:20:45] <krbarnes> matvrak: GridLayout will never change you TreeColumn's width. [19:23:35] *** crashR has joined #eclipse [19:23:50] <matvrak> if i specify 220 as widthHint for the Tree and shell.getSize().x - 220 for the other component it looks good but the width doesn't get re-evaluated when the window is resized. how am i supposed to define the layout so that it does? [19:24:19] *** krbarnes has quit IRC [19:24:38] *** krbarnes has joined #eclipse [19:24:39] *** crashR1 has quit IRC [19:24:56] <matvrak> wb krbarnes [19:25:14] *** arash has quit IRC [19:25:42] <krbarnes> wb? [19:25:52] <matvrak> welcome back :) [19:26:20] <krbarnes> ah... thanks. just switched machines [19:26:35] <matvrak> oh, you're an ibm'er? i see your host is nat/ibm/session [19:27:00] *** drindt has joined #eclipse [19:27:03] <krbarnes> yes, krbarnes at ca dot ibm.com is my bugzilla id. [19:27:11] <matvrak> cool [19:27:19] <matvrak> i love ibm :) [19:27:49] <krbarnes> matvrak: that makes one of us [19:27:49] *** konrads has joined #eclipse [19:27:55] <matvrak> haha [19:28:10] *** konrads has left #eclipse [19:28:13] <matvrak> i realize that i may be a bit naive :P [19:28:32] <matvrak> did you see my swt question that i asked just before you exited? [19:28:50] <krbarnes> wasn't really following [19:29:29] <matvrak> "if i specify 220 as widthHint for the Tree and shell.getSize().x - 220 for the other component it looks good but the width doesn't get re-evaluated when the window is resized. how am i supposed to define the layout so that it does?" [19:30:37] *** mbana has joined #eclipse [19:31:56] <krbarnes> matvrak: tree.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)) [19:32:17] <krbarnes> matvrak: widthHint is basically absolute positioning. [19:32:30] *** crashR has quit IRC [19:32:31] *** crashR1 has joined #eclipse [19:33:58] *** philk__ has joined #eclipse [19:34:12] *** coldfire22x has joined #eclipse [19:34:24] <coldfire22x> is it possible to get the formatter to _only_ do indents? [19:34:32] *** Carnage\ has quit IRC [19:35:06] <matvrak> krbarnes: if i specify SWT.FILL_HORIZONTAL for tree then widthHint is ignored and i'm back to square one, with tree taking up more than 230 pizels. i want its width to be fixed and the second widget/cell taking up the width that's left [19:35:47] <krbarnes> matvrak: so use that GridData on the other object. [19:36:09] <krbarnes> matvrak: basically I'm saying read the doc in GridData [19:39:09] <matvrak> krbarnes: that's how it was in the beginning, and i have. now i have GridData(SWT.LEFT, SWT.FILL, true, true, 1, 1) for tree and GridData(SWT.FILL, SWT.FILL, true, true, 1, 1) for the other component and tree takes up the width i want, the other component takes up about half of what's left (!) and when i shrink the width of the window tree is taking up less and less width until its width is zero. i expect the second widget to take [19:39:28] <matvrak> s/and i have/and i have read the documentation (and googled) [19:40:41] <matvrak> sorry for being a newbie, feel free to ignore me ;) [19:41:45] <krbarnes> matvrak: I have no idea what you're trying to do [19:43:36] <matvrak> i have a GridLayout with two columns. i have the two GridData specified above for my two components. i expect the first component to take up 220 pixels in width and the second component to take up the rest, even if i resize the window. i specify widthHint for the first component [19:43:45] *** RenatoSilva has left #eclipse [19:45:09] <krbarnes> matvrak: using SWT.FILL and a widthHint together does not make sense. I don't know which one wins [19:45:36] <matvrak> setting grabExcessHorizontalSpace = true for the second GridData doesn't make any difference [19:46:15] <krbarnes> matvrak: pastebin your code. [19:49:05] <matvrak> krbarnes: http://pastebin.com/d1143c702 [19:49:31] <matvrak> krbarnes: i want to set the width of the first column to 220 and make it stay 220, and let the second column take up the rest [19:50:20] <matvrak> right now they are taking up about 50% of the GridLayout each [19:50:31] <matvrak> how would you specify the width for the first column? [19:53:34] *** dsugar100 has quit IRC [19:53:39] <matvrak> if i specify widthHint = 220 on the first GridData object that part works, but the second GridData object still only takes up about half of the space available [19:54:06] *** jeromebenois has joined #eclipse [19:55:04] <krbarnes> matvrak: don't use FILL on the first column then. [19:55:06] <krbarnes> http://pastebin.com/d2ee2e125 [19:55:17] *** crashR has joined #eclipse [19:55:36] *** Lorthirk has quit IRC [19:55:40] *** crashR1 has quit IRC [19:59:44] *** jeromebenois has left #eclipse [20:02:17] *** TomTom has quit IRC [20:03:26] *** crashR1 has joined #eclipse [20:03:56] *** crashR has quit IRC [20:04:22] <matvrak> why doesn't the api specify the default values? i thought using SWT.LEFT was like specifying that i didn't want it to fill [20:04:53] <matvrak> i feel that the swt api in general doesn't hold the same quality as the one for example swing [20:05:03] <matvrak> thank you so much for your time krbarnes [20:09:45] *** dr_jerry has quit IRC [20:11:22] *** crashR has joined #eclipse [20:12:37] *** mwolf9 has quit IRC [20:13:18] *** dr_jerry has joined #eclipse [20:14:12] *** Carnage\ has joined #eclipse [20:16:08] *** da_krowa has quit IRC [20:21:47] *** dr_jerry has quit IRC [20:22:22] *** omry has joined #eclipse [20:23:29] *** NKjoep has joined #eclipse [20:25:20] *** crashR1 has quit IRC [20:25:43] *** d_a_carver has joined #eclipse [20:26:03] *** nitind_ has quit IRC [20:26:30] *** ekiczek has quit IRC [20:29:07] <rcjsuen> matvrak: if your GridData has SWT.LEFT then it shouldn't fill [20:29:16] <rcjsuen> like -> new GridData(SWT.LEFT, SWT.FILL, true, true, 1, 1)); [20:29:33] <nitind> Even with true, true? [20:29:33] <rcjsuen> assuming we're talking about controls and not them tree columns [20:29:34] <krbarnes> but it may resize to be smaller [20:29:44] <rcjsuen> okay maybe that was a bad copy/paste ;) [20:29:54] <rcjsuen> even with true true don't think it should tho [20:30:21] <rcjsuen> it should just be like [ [ OK ] ] [ [ Cancel ] ] [20:30:24] <rcjsuen> er...if that makes sense [20:30:34] <rcjsuen> at least would be my interpretation [20:31:02] <rcjsuen> as to your swing/swt api comparison, haven't used Swing in a while so can't really compare myself :) [20:32:30] <krbarnes> the true, true mean your control will fill. Actually though he does want that, he just wants to avoid the resize as the window gets smaller. he wants a minWidth. [20:41:57] *** stijnbe has quit IRC [20:42:48] *** gtoast has quit IRC [20:45:21] *** s1m0ne has joined #eclipse [20:45:55] *** s1m0ne has left #eclipse [20:49:54] *** Powerplay has joined #eclipse [20:51:21] <Powerplay> hi guys [20:54:49] <Powerplay> i just upgraded to eclipse 3.5 with ubuntu karmic and now I am not able to install new software [20:55:42] <Powerplay> does anyone know a way to solve this? [20:56:04] <rcjsuen> you need to ~elaborate further [20:56:05] <Arbalest> Please elaborate further. What are you trying to do? Is something failing? What do you see? What did you expect to see? Are you following a guide? Is there a link to this guide? If this is programming related, what programming language is it? If you have actual code, paste it to a ~pastebin, if you have screenshots, upload it to an ~imagebin. If you haven't described your Eclipse setup yet, please provide this ~info. Help us help you [20:58:02] *** fixl has joined #eclipse [20:59:49] <Powerplay> rcjsuen, Arbalest the guide i found is http://www.eclipse.org/forums/index.php?t=msg&goto=484524&S=bd58a6dd9dbff56e04d85d180fbf42eb and Dan Stangel describes exactly the problem i have [21:00:13] <Powerplay> my purpose is to get new plugins installed [21:00:46] <Powerplay> and i just imported the urls in the available site screen [21:00:54] <Powerplay> but i can't proceed [21:01:08] <rhk> ahh, this is the gtk bug [21:01:14] <Powerplay> there is no way to actually download or install it [21:02:04] *** Miku_ has joined #eclipse [21:02:20] <rhk> I run eclipse 3.5.1 ubuntu jaunty at home without problems. the issue seems to have occurred in the newer version of gtk that ships with karmic [21:02:30] <dilton> does someone have that GDK_ symbol for Powerplay GDK_WINDOW_NATIVE or something [21:02:37] <Powerplay> rhk,are there any opportunity to fix it? [21:03:00] <rhk> Powerplay: looks like there is already a bug open for this issue. [21:03:10] <rhk> and it says resolved fixed [21:03:38] *** ech0s7 has joined #eclipse [21:03:39] <ech0s7> hi [21:03:57] <rcjsuen> rhk: yeah at home on 2.16.x i don't have these problems, it's a new 2.18.x thing [21:04:16] <rhk> ~287307 [21:04:17] <Arbalest> Bug 287307 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307 - Platform / SWT / 4.0 - PC / Linux - RESOLVED / FIXED / normal / - Assignee: gheorghe - [Widgets] [GTK2.18] Control.setZOrder broken on Gtk+ >= 2.17.3 [21:04:26] <ech0s7> i would to delete ALL configuration files for eclipse (on linux) so i have deleted ALL workspaces and /home/ech0s7/.mozilla/eclipse [21:04:30] <Powerplay> well i tried to fix it with this script http://dpaste.com/112857/ which doesn't work [21:04:36] *** veleno has joined #eclipse [21:04:50] <ech0s7> but if i open eclipse it open the previous workspace [21:04:51] <rhk> the env var hack is mentioned in the comments of that bug [21:05:31] <dilton> Powerplay I'd personally recommend sticking with official release versions, Ubuntu 9.04 is the current release of Ubuntu [21:05:36] <rhk> looks like the fix will be in the 3.5.2 release [21:06:33] <Powerplay> well a friend of me got it working with this script http://dpaste.com/112857/ [21:06:41] <Powerplay> with exactly the same specs [21:07:02] <rhk> yeah, that's the workaround mentioned in the bug comments [21:07:14] <rhk> but that's not working for you? [21:07:15] <ech0s7> i would to delete ALL configuration files for eclipse (on linux) so i have deleted ALL workspaces and /home/ech0s7/.mozilla/eclipse, but if i open eclipse it open the previous workspace. How it's possible ? [21:07:42] <Powerplay> dilton, you are absolutely right but i can go back niow [21:07:53] <rcjsuen> Powerplay: try from the command line then [21:08:21] <rhk> looks like it is fixed in the 3.6 builds [21:08:23] <nitind> ech0s7: what's .mozilla/eclipse got to do with anything? [21:08:34] <rcjsuen> ech0s7: File > Switch Workspace and go somewhere else? [21:09:03] <ech0s7> rcjsuen: yes i see in that previous workspace [21:09:12] <ech0s7> but i would delete ALL Configuration files [21:09:20] <rcjsuen> you might as well reinstall Eclipse then [21:09:26] <Powerplay> rcjsuen, do difference in the terminal [21:09:29] <ech0s7> rcjsuen: tried [21:09:52] <rcjsuen> Then I don't know. When I untar a new Eclipse and start it it always asks me for the ws [21:10:13] <rcjsuen> of course, i am untarring in a new folder [21:11:28] *** aksn has joined #eclipse [21:16:07] *** rawblem has joined #eclipse [21:22:59] *** atpa8a has joined #eclipse [21:23:03] <atpa8a> hello [21:23:07] <atpa8a> org.eclipse.mylyn.tasks.core [21:23:11] <atpa8a> where do i get this? [21:23:27] <rcjsuen> you mean from CVS? [21:23:46] <atpa8a> no [21:23:49] <krbarnes> http://www.eclipse.org/mylyn/index.php [21:24:00] <atpa8a> trying to install STS but it gives me this dependency error [21:24:13] <atpa8a> hmm [21:24:26] <atpa8a> selected Mylyn SDK and got a new error... [21:24:38] <atpa8a> i shouldn't need Mylyn SDK, should i? [21:25:42] <rcjsuen> STS? [21:25:50] <rcjsuen> ^I don't think a regular user would need the SDK, no. [21:25:54] <atpa8a> SpringSource Tools Suite [21:26:13] <atpa8a> now it's asking for org.eclipse.mylyn.tasks.bugs [21:28:02] *** amnesic has quit IRC [21:28:06] <atpa8a> hmm [21:28:15] <atpa8a> not installing Mylyn integration [21:28:17] *** amnesic has joined #eclipse [21:29:02] *** amnesic has quit IRC [21:29:07] <atpa8a> hmm [21:29:16] <atpa8a> not installing the whole Suite... [21:29:18] <atpa8a> not good [21:29:31] <atpa8a> why would they make a dependency on Mylyn?.. [21:29:44] <atpa8a> from the "core" component [21:29:44] <rcjsuen> Maybe it's not a hard dependency? [21:29:49] <rcjsuen> Well, you'd have to ask them. [21:30:23] <atpa8a> yeah [21:30:40] <atpa8a> looks like i have to make live with Sprin IDE :P [21:32:55] *** iancrowther has joined #eclipse [21:34:21] <iancrowther> hi all, im new to eclipse and want to use the egit plugin for some web dev, i have looked at a github tutorial "add the EGit update site to Eclipse and install it like any other plugin", but am not sure how to do this [21:34:32] *** figabo_ has quit IRC [21:35:47] *** Mathuin has joined #eclipse [21:36:28] <iancrowther> does anyone here use the EGit plugin? [21:37:18] <rcjsuen> iancrowther: what version of Eclipse are you running on anyway [21:37:43] <iancrowther> ill just check [21:38:08] <squarism> does anyone have a rough idea on how far away 2.8 is? [21:38:18] <iancrowther> 3.5.1 [21:38:29] <rcjsuen> iancrowther: If you want to install plug-ins, look under the 'Help' menu. [21:38:41] <rcjsuen> squarism: 2.8? We stopped the 2.x Eclipse stream a long time ago. Are you in the right channel? [21:38:53] <squarism> oh [21:38:58] <squarism> haha [21:38:59] <squarism> sorry [21:39:01] <squarism> wrong channel [21:39:32] *** fsteeg_ has joined #eclipse [21:39:55] <iancrowther> ah ha.. [21:40:11] *** da_krowa has joined #eclipse [21:40:46] <rcjsuen> iancrowther: ? [21:41:11] <iancrowther> ok perfect.. thnanks rcjsuen [21:41:16] <rcjsuen> okilydokily [21:41:53] <guyzmo> hi [21:42:10] <atpa8a> hey [21:42:10] *** iancrowther has left #eclipse [21:42:28] <atpa8a> what's the status of jetty7 connector? [21:43:00] <rcjsuen> atpa8a: Don't you ask this question every 24-48 hours? :) [21:43:29] <rcjsuen> Did you try asking on the Jetty forums? [21:43:40] <atpa8a> i did ask a few times :P [21:43:42] <atpa8a> sorry [21:43:50] <rcjsuen> or mailing list, or whatever they use [21:45:01] *** Chris64 has quit IRC [21:47:46] *** mfladischer has joined #eclipse [21:49:16] *** rcjsuen has quit IRC [21:53:56] *** fixl has quit IRC [21:56:14] *** krbarnes has quit IRC [21:56:52] *** veleno has quit IRC [21:58:34] *** fsteeg has quit IRC [21:58:34] *** fsteeg_ is now known as fsteeg [22:03:38] *** fixl has joined #eclipse [22:03:59] *** matvrak has left #eclipse [22:08:19] *** amnesic has joined #eclipse [22:12:45] *** rcjsuen has joined #eclipse [22:13:09] *** benwbrum has left #eclipse [22:15:22] *** rgrunber has quit IRC [22:16:37] <rcjsuen> philk__: haha, ~293512 [22:17:23] <Arbalest> Bug 293512 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=293512 - Platform / UI / 3.5 - PC / Windows XP - NEW / normal / - Assignee: Platform-UI-Inbox - Make IWorkbench be made into an OSGi service [22:19:07] <NoobFukaire> is Arbalest a bot? [22:19:25] *** MugenJin has joined #eclipse [22:19:43] *** MugenJin has left #eclipse [22:19:51] <nitind> Indeed he is. [22:22:15] *** dr_jerry has joined #eclipse [22:24:30] *** dr_jerry has quit IRC [22:29:09] *** blackxored has quit IRC [22:30:30] *** rhk has quit IRC [22:31:48] *** drindt has quit IRC [22:40:36] *** ech0s7 has joined #eclipse [22:40:39] <ech0s7> hi [22:41:29] <ech0s7> seems that my eclipse have a bug [22:41:40] <ech0s7> if i try to create new project [22:41:46] <ech0s7> i select Java Project [22:42:02] <ech0s7> and after if i would click on next with mouse it doesn't works [22:42:25] *** figabo has joined #eclipse [22:42:27] <ech0s7> if i enter with keyboard so it go [22:45:24] <rcjsuen> ech0s7: Linux? [22:45:30] <ech0s7> yes [22:45:45] <rcjsuen> ech0s7: see faq in topic [22:45:58] <philk__> rcjsuen: thanks mate! [22:46:15] <ech0s7> http://wiki.eclipse.org/IRC_FAQ ? [22:46:20] <rcjsuen> yes that [22:46:33] *** amnesic_ has joined #eclipse [22:46:45] *** amnesic has quit IRC [22:46:47] <philk__> rcjsuen: I have coded that behaviour myself already [22:47:20] *** amnesic_ is now known as amnesic [22:47:33] <philk__> rcjsuen: I will attach my code to the bug tomorrow [22:47:34] <rcjsuen> patch? ;p [22:48:09] <philk__> rcjsuen: something like that, but I would not know where to put the patch in... into the workbench implementation? [22:48:19] *** demianovics has joined #eclipse [22:48:27] <rcjsuen> dunno [22:48:30] <philk__> rcjsuen: I coded my solution without modifying the target platform [22:48:32] <rcjsuen> well just attaching your code would be a start i guess [22:48:52] <rcjsuen> i guess at least that might help that person as a workaround [22:49:04] <demianovics> hi all [22:49:04] <demianovics> anybody using FDT for AS3 development here? and can help me getting FP10debug version run to get tracing ingos? [22:49:12] <demianovics> infos [22:49:39] <philk__> rcjsuen: check http://pastebin.com/m4aa7fe57 [22:49:53] <philk__> rcjsuen: i have it in my bundle activator start code... note the comment though :) [22:50:54] <philk__> rcjsuen: need to go to bed, wife is calling LOL [22:51:02] <philk__> rcjsuen: gonna hit me now [22:51:13] <philk__> rcjsuen: I better go... see you tomorrow! [22:51:17] <rcjsuen> ciao [22:52:33] *** demianovics has left #eclipse [22:52:34] <ech0s7> rcjsuen: do you know also how fix this issue: http://www.youtube.com/watch?v=WZWlOm9A9pk ? [22:52:43] *** ChezaWho has joined #eclipse [22:53:08] <rcjsuen> i saw that a few days ago, no [22:53:27] <rcjsuen> altho seems someone else filed a bug alrdy on that [22:53:34] *** vwegert has quit IRC [22:53:37] *** aksn has quit IRC [22:54:07] <ech0s7> rcjsuen: this happens only for project imported [22:55:00] <rcjsuen> ~270060 [22:55:03] <rcjsuen> that's not what this person says [22:55:06] <rcjsuen> i suggest you comment on the bug [22:55:15] <Arbalest> Bug 270060 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=270060 - Platform / UI / 3.5 - All / All - NEW / normal / - Assignee: platform-ui-triaged - [CommonNavigator] Project Explorer Bugs [22:57:56] *** NKjoep has quit IRC [22:58:01] <ech0s7> rcjsuen: i have tried to delete all projects [22:58:17] <ech0s7> and after to create by hands 10 java project [22:58:34] <ech0s7> close all projects and after restart eclipse [22:58:37] <ech0s7> no problem [23:01:37] *** Powerplay has quit IRC [23:02:23] *** totic has joined #eclipse [23:02:38] <totic> is there a hot key to jump between errors? [23:04:34] <rcjsuen> Ctrl+., Ctrl+,, I believe [23:04:47] *** SimonAdameit has joined #eclipse [23:04:50] <SimonAdameit> hi [23:06:48] *** Carnage\ has quit IRC [23:06:50] *** ekiczek has joined #eclipse [23:07:18] <SimonAdameit> I want to use equinox and have an equinox console, but i dont want to use the rest of eclipse, is this possible? [23:07:58] <rcjsuen> sure just have an OSGi implementation and an OSGi console [23:08:45] *** Laserbeak43 has quit IRC [23:08:59] <SimonAdameit> rcjsuen: do i need another osgi implementation or can i use equinox in this way? [23:09:28] <rcjsuen> Equinox is fine [23:10:05] <SimonAdameit> great [23:10:08] <SimonAdameit> thanks [23:11:09] *** ChezaWho has quit IRC [23:16:06] *** StefanK has joined #eclipse [23:16:53] *** cmihai has left #eclipse [23:17:49] *** dilton has left #eclipse [23:19:37] *** aksn has joined #eclipse [23:20:40] *** jham has joined #eclipse [23:21:25] *** mfladischer has quit IRC [23:25:07] *** ChezaWho has joined #eclipse [23:28:51] *** ReneP has joined #eclipse [23:31:15] *** Laserbeak43 has joined #eclipse [23:33:32] *** fixl has quit IRC [23:35:29] *** glima is now known as glima[AWAY] [23:35:56] <ech0s7> rcjsuen: i use eclipse to develop in javaSE and JavaEE do you suggest me to do two workspaces ? [23:37:30] *** koskoz has joined #eclipse [23:37:46] <koskoz> hi evryone, I've got an issue with eclipspe's perspective [23:38:07] <koskoz> I'm using euml and when I open a diagram it opens a new editor [23:38:51] <rcjsuen> ech0s7: dunno, it'd depend on the size and whether they're related i guess [23:38:58] <koskoz> I'm using euml and when I open a diagram it opens a new editor, but I want the diagram in the current editor [23:39:02] <koskoz> how can I do that ? [23:39:44] *** figabo has quit IRC [23:39:48] *** nmatrix9 has joined #eclipse [23:39:57] *** figabo has joined #eclipse [23:40:23] <ech0s7> rcjsuen: because the problem of project Explorer is this [23:40:51] <ech0s7> JavaEE prespective uses ProjectExplorer, Java prespective uses PackagesExplorer [23:41:20] <ech0s7> so there is a conflicts for the projetcs and eclipse doesn't understood if project is opened or closed [23:41:33] <rcjsuen> you can still use project explorer for java projects [23:41:57] <ech0s7> how can i add it ? [23:42:54] <rcjsuen> There's nothing to add, Java projects should just show up, [23:43:02] <ech0s7> rcjsuen: ok i have seen [23:43:26] <ech0s7> but using the same project explorer so i have the problems [23:43:54] *** da_krowa has quit IRC [23:50:21] *** d_a_carver has quit IRC