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

[00:03:51] *** para][e| has joined #eclipse
[00:05:18] <para][e|> hello. i have a webapp project "A" that depends on classes in a normal java project "B". both projects are in my workspace. when i start up "A" in the server it's unable to find the classes from A. i think i need to reference them in the "web app libraries", but i'm not sure how to add them there
[00:06:45] <NoobFukaire> add the dependencies to the launcher
[00:09:01] <para][e|> how do i do that?
[00:17:03] <para][e|> if you mean that i need to mark project "A" as a dependency in the build path config, i have done that. my project wouldnt have compiled otherwise
[00:17:28] <para][e|> that just puts the classes in the build path though
[00:17:54] <para][e|> i basically need them linked in WEB-INF/lib for runtime
[00:18:04] <para][e|> but im not sure how to accomplish that
[00:21:24] *** EricInBNE has joined #eclipse
[00:30:15] *** soulreaper has quit IRC
[00:33:48] <NoobFukaire> para][e|: in the launch config, you know Run...
[00:34:10] <NoobFukaire> You can add dependencies to the server env launcher
[00:50:36] *** srm has quit IRC
[00:52:42] *** eldenz has left #eclipse
[00:58:48] *** daimyo_ has joined #eclipse
[00:58:57] <daimyo_> Hi
[00:59:17] <nitind> para][e|: Check the project's properties (Project menu). Look for Java EE Module Dependencies.
[00:59:19] <daimyo_> I am using Eclipse 3.2, imported a project using cmake to generate the project file.
[00:59:33] <daimyo_> But it seems word-completion doesn't work at all
[01:01:28] <daimyo_> any idea?
[01:02:10] *** kthomas has quit IRC
[01:05:03] <NoobFukaire> the java EE dependencies never works for me
[01:06:19] <rcjsuen> daimyo_: 3.2 is three years old, even if that was a real bug it might be fixed now.
[01:08:43] <daimyo_> Well, it's what I got from apt-get install eclipse-sdk ^
[01:09:43] <NoobFukaire> debian/ubuntu's repos are always waaaay out of date
[01:09:55] <NoobFukaire> with regards to eclipse anyway
[01:10:05] <rcjsuen> There are a few people hard at work getting 3.5.x in the repos right now though.
[01:10:06] <NoobFukaire> also, are you using sun's jdk?
[01:10:39] <NoobFukaire> I remember having all kinds of issues with code completion when I accidentally used gcj with eclipse
[01:11:17] <NoobFukaire> although I think it was more the JDT but I want to say I had similar issues with a CDT project
[01:12:01] <daimyo_> I have no idea, apt-get downloaded all it needed
[01:12:46] <NoobFukaire> what does java -version say
[01:15:46] *** lbt has quit IRC
[01:16:23] <daimyo_> java version "1.6.0_0"
[01:16:24] <daimyo_> IcedTea6 1.3.1 (6b12-0ubuntu6.5) Runtime Environment (build 1.6.0_0-b12)
[01:16:24] <daimyo_> OpenJDK Client VM (build 1.6.0_0-b12, mixed mode, sharing)
[01:17:57] <NoobFukaire> that should work okay
[01:18:32] <NoobFukaire> i'd get a current version of eclipse
[01:20:38] <daimyo_> I am a linux beginner. But I get if I now install something from /testing/ or /unstable/ I'd pretty much mess with my system since it would install dependencies from those branches too, no?
[01:23:06] *** multiHYP has joined #eclipse
[01:23:18] <multiHYP> hi guys & gurls
[01:23:55] <multiHYP> does swt GC or the swt Canvas do double buffering by default on windows and macintosh(cocoa) platforms?
[01:25:57] <rcjsuen> daimyo_: Eclipse is completely self-contained, I wouldn't worry about that.
[01:26:27] <rcjsuen> daimyo_: just get a tarball from eclipse.org, untar, ./eclipse, the end
[01:27:46] <daimyo_> I really don't wanna install programs or have programs not listed in the package manager :x
[01:29:02] <NoobFukaire> lol
[01:29:08] <NoobFukaire> well, 3.2 it is
[01:29:24] <rcjsuen> daimyo_: Well, you can a) just do it or b) stick with 3.2 until the Ubuntu/Debian guys finish packaging 3.5.
[01:29:31] <rcjsuen> You can assist them in their efforts if you wish.
[01:29:34] <multiHYP> export as runnable .jar or even as mac os x app is still broken! first time i noticed it i had 3.4
[01:29:51] <rcjsuen> daimyo_: You can talk to them on #eclipse-linux if you feel like.
[01:29:53] <daimyo_> Are there backports for stable?
[01:30:03] <NoobFukaire> rcjsuen: do you know how incubator projects get started for eclipse.org?
[01:30:17] <rcjsuen> daimyo_: backports as in? Sorry, I'm not a Debian/Ubuntu user.
[01:30:33] <daimyo_> Ah ok, I guess I'll just ask in the linux chan
[01:30:33] <rcjsuen> NoobFukaire: you submit a project proposal, it gets provisioned, it is an incubator
[01:30:45] <rcjsuen> for existing projects, they can announce a new "component" or something
[01:30:47] <rcjsuen> like Equinox
[01:30:49] <rcjsuen> and Equinox Incubator
[01:30:55] <rcjsuen> I'm not sure how that process works tho.
[01:31:00] <rcjsuen> Nor have I really cared to find out.
[01:32:16] *** conan has joined #eclipse
[01:32:28] <NoobFukaire> ok cool
[01:32:56] <rcjsuen> Is that what you were asking about?
[01:32:59] <rcjsuen> Or were you asking about new projects
[01:33:05] <rcjsuen> Why do you ask anyway?
[01:33:20] <NoobFukaire> the reason I ask is that we've been working on a set of eclipse plugins for our game project for a while
[01:33:33] <multiHYP> guys I have serious issue of exporting in anyway my swt based app from eclipse (im on the mac)!
[01:33:44] <NoobFukaire> and we recently decided we want to stick as close to being game developers (entertainers) and not really get into the tools business
[01:33:48] * multiHYP needs an ambulance
[01:33:59] <NoobFukaire> and if that's the case, then open sourcing our stuff makes sense
[01:34:08] <rcjsuen> oic
[01:34:10] <NoobFukaire> and I think it could be cool for eclipse
[01:34:12] <NoobFukaire> http://seventh-sun.com/pub/tools.png
[01:34:33] <rcjsuen> yeah you submit a proposal, and then based on buy-in/interest it could be provisioned/made official
[01:34:45] <rcjsuen> sometimes that doesn't work out and it is "cancelled"
[01:36:22] *** |conan| has quit IRC
[01:36:29] <rcjsuen> This link would help I guess http://wiki.eclipse.org/Development_Resources/HOWTO/Pre-Proposal_Phase
[01:36:40] <rcjsuen> and you can look at some past (and current) proposals here http://www.eclipse.org/proposals/
[01:37:12] *** multiHYP has quit IRC
[01:37:30] <NoobFukaire> awesome, thanks
[01:48:20] *** kthomas_vh has joined #eclipse
[02:13:33] *** Shown has quit IRC
[02:26:44] *** unapiedra has quit IRC
[02:27:12] *** mwg has quit IRC
[02:49:25] *** kthomas_vh has quit IRC
[02:55:39] *** tphgangster has quit IRC
[03:31:16] *** Dashkal has joined #eclipse
[03:36:31] *** daimyo_ has quit IRC
[03:56:14] *** TomTom has joined #eclipse
[04:06:20] *** krphop has quit IRC
[04:10:41] *** Razec has joined #eclipse
[04:12:48] *** [TomTom] has quit IRC
[04:19:51] *** krphop has joined #eclipse
[04:21:32] *** mmr has joined #eclipse
[04:21:51] *** para][e| has quit IRC
[04:29:13] <mmr> hail there
[04:30:32] *** LongBeach has quit IRC
[04:50:49] *** nmatrix9 has quit IRC
[04:52:40] *** marcosRz has joined #eclipse
[04:52:40] *** Hanumaan has joined #eclipse
[04:52:59] <marcosRz> How do I export an jar with my selection of classes, I'm getting all classes in the jar.
[04:53:35] *** nmatrix9 has joined #eclipse
[05:05:04] *** Kiran has joined #eclipse
[05:05:26] <NoobFukaire> marcosRz: you should be able to select which packages to export in the wizard
[05:05:32] *** Kiran is now known as Guest57876
[05:06:09] <marcosRz> buts its not exporting my libs
[05:07:48] <marcosRz> NO
[05:07:49] <marcosRz> NoobFukaire,
[05:10:16] *** Back2Basics has joined #eclipse
[05:11:27] *** Guest57876 is now known as Kiran
[05:11:39] *** Kiran has quit IRC
[05:11:54] *** Kiran has joined #eclipse
[05:11:57] *** Kiran is now known as Guest86281
[05:12:26] *** philk__ has joined #eclipse
[05:17:11] *** philk_ has quit IRC
[05:19:31] *** Hanumaan has quit IRC
[05:33:52] *** fg- has quit IRC
[05:37:15] *** rcjsuen has quit IRC
[05:48:03] *** terin_webchat has joined #eclipse
[05:48:08] <terin_webchat> hey guys!
[05:48:30] <terin_webchat> i added an external jar to my project, but I still can reference any of the classes in it
[05:51:32] *** Dashkal has quit IRC
[05:52:25] <terin_webchat> i see the class I'm trying to use under "Referenced Library"
[05:53:11] <marcosRz> terin_webchat,
[05:53:15] <marcosRz> I had that problem
[05:53:47] <terin_webchat> marcosRz: any solution?
[05:54:01] <marcosRz> clic on the lib/jar and go to build path ->
[05:54:03] <marcosRz> and add it
[05:54:37] *** stibotrac has quit IRC
[05:55:17] *** stibotrac has joined #eclipse
[05:55:36] <terin_webchat> marcosRz: the jar is already in the build path, as i added it from the "Java Build Path" in the project properties
[05:56:51] *** sholsinger has quit IRC
[05:58:52] <terin_webchat> terin_webchat: i'm getting a "cannot be resolved to a type" error
[06:03:31] <marcosRz> is the jar listed on referenced libs?
[06:04:32] <terin_webchat> yep
[06:06:42] <terin_webchat> found my error, some idiot developer before didn't package the things correctly...
[06:06:51] *** Back2Basics has quit IRC
[06:12:14] <terin_webchat> marcosRz: repackaged the jar correctly, and we're working now ;)
[06:12:27] *** evil_gordita has quit IRC
[06:15:45] *** buddhika has quit IRC
[06:17:53] <terin_webchat> marcosRz: nother problem, Eclipse is correctly seeing them, and using the files, but when i go to run, I'm getting ClassNotFoundException - how can that be?
[06:19:08] <marcosRz> did you export your libs?
[06:19:20] *** mmr has quit IRC
[06:19:25] <terin_webchat> marcosRz: huh?
[06:20:01] <marcosRz> Maybe the problem is that
[06:20:14] <terin_webchat> marcosRz: i don't have a lib to export
[06:20:35] <marcosRz> Go Project Properties -> Java BUild Part -> Order and export -> mark every jar that you are using
[06:21:45] *** allisterb_ has joined #eclipse
[06:26:53] *** evil_gordita has joined #eclipse
[06:31:01] <terin_webchat> marcosRz: ditto
[06:34:43] <NoobFukaire> when a fragment is attached to a bundle, that bundle should be able to access the fragments resources right?
[06:34:56] <NoobFukaire> I must have screwed something up because I'm getting class not found exceptions
[06:35:17] <NoobFukaire> although in console, the bundle is activated and the fragment is attached (has Master=) and that all matches
[06:35:35] <NoobFukaire> and the packages are exported from the fragment and the host imports them
[06:35:39] <NoobFukaire> ???
[06:38:07] *** allisterb has quit IRC
[06:38:13] *** Razec has quit IRC
[06:38:49] <terin_webchat> marcosRz: when trying to compile using javac, i get "cannot access" errors
[06:41:21] *** nmatrix9 has quit IRC
[06:49:39] <NoobFukaire> so wait? fragments don't work with DS?
[06:49:52] <NoobFukaire> wtf DOES work with DS? it seems like everything is broken with it
[06:55:42] *** marcosRz has quit IRC
[06:56:18] <terin_webchat> NoobFukaire: i doubt you mean the nintendo DS
[07:03:52] <NoobFukaire> declarative services
[07:18:02] *** Bass10 has quit IRC
[07:27:54] *** DrTrevorkian has joined #eclipse
[07:28:18] *** DrTrevorkian has left #eclipse
[07:49:59] *** terin_webchat has quit IRC
[08:17:25] *** buddhika_ has joined #eclipse
[08:18:59] *** arrummzen has joined #eclipse
[08:19:45] <arrummzen> Can I create a project in a subdirectory of my workspace? Rather than $wrkSpce/HelloWorld I want $wrkSpce/ch1/helloWorld
[08:33:51] <nitind> No.
[08:34:53] <arrummzen> ok.
[08:52:08] *** winegoddess has joined #eclipse
[08:53:06] <winegoddess> hi. im using Ganymede. im trying to search a directory sturcture. is there any way of doing this without needed to browse to the directory in the search menu? i tired enclosing project but it searched many open projects.
[08:53:32] *** crashR1 has joined #eclipse
[08:53:42] *** crashR has quit IRC
[09:32:12] *** sphenxes has joined #eclipse
[09:41:14] *** sdboyer has quit IRC
[09:41:48] *** lbt has joined #eclipse
[09:44:16] *** Guest33124 has joined #eclipse
[09:59:08] *** LongBeach has joined #eclipse
[10:04:36] *** sphenxes01 has joined #eclipse
[10:12:24] *** tom17bombadil has joined #eclipse
[10:22:54] *** winegoddess has quit IRC
[10:24:20] *** |conan| has joined #eclipse
[10:32:12] *** conan has quit IRC
[10:33:23] *** soulreaper has joined #eclipse
[10:40:09] *** totex has quit IRC
[10:43:48] *** Wazzzaaa has joined #eclipse
[11:08:08] *** SpektoM has joined #eclipse
[11:08:51] *** sphenxes05 has joined #eclipse
[11:11:40] *** Shown has joined #eclipse
[11:12:20] *** navi_sir has joined #eclipse
[11:21:53] *** Wazzzaaa has left #eclipse
[11:23:06] *** vwegert has joined #eclipse
[11:23:28] *** soulreaper has quit IRC
[11:23:54] *** soulreaper has joined #eclipse
[11:27:25] *** conan has joined #eclipse
[11:35:37] *** |conan| has quit IRC
[11:38:18] *** soulreaper has quit IRC
[11:39:28] *** l0ngbeach has joined #eclipse
[11:40:09] *** soulreaper has joined #eclipse
[11:47:48] *** LongBeach has quit IRC
[11:49:45] *** conan has quit IRC
[11:50:25] *** conan has joined #eclipse
[11:54:11] *** |conan| has joined #eclipse
[11:59:28] *** conan has quit IRC
[12:03:16] *** Carnage\ has joined #eclipse
[12:09:46] *** Carnage\ has quit IRC
[12:09:53] *** Carnage\ has joined #eclipse
[12:46:55] *** mbana has joined #eclipse
[12:54:04] *** daimyo_ has joined #eclipse
[13:01:19] *** unapiedra has joined #eclipse
[13:17:02] *** rcjsuen has joined #eclipse
[13:21:36] <rcjsuen> arrummzen: You should be able to create it in a subdir.
[13:21:43] <rcjsuen> tho nesting projects is not straightforward, if even doable
[13:24:58] *** sama has joined #eclipse
[13:29:57] *** bakarat_ has quit IRC
[13:33:19] *** Guest86281 is now known as Hanumaan
[13:36:50] *** ATonyC has joined #eclipse
[13:36:53] <ATonyC> Hi
[13:37:53] <ATonyC> I'm planin' on buyin' a Notebook for the use with ecplipse mainly. Now, i don't found what eclipse requires ...
[13:37:57] <ATonyC> anybody can help me?
[13:39:00] <rcjsuen> you mean technical requirements?
[13:41:50] <ATonyC> year, like ram etc.
[13:43:39] <rcjsuen> runs fine for me on 1G using Linux, maybe you could go lower *shrugs*
[13:43:42] <rcjsuen> depends on what you're doing i guess
[13:47:57] *** unapiedra has quit IRC
[13:48:02] <ATonyC> ok, thanks, i thought 2g at least would be required.
[13:49:07] <rcjsuen> depends on what you're doing, and your OS I guess
[13:52:40] *** navi_sir has left #eclipse
[14:00:16] *** Carnage\ has quit IRC
[14:04:56] *** OrangyTang has joined #eclipse
[14:06:51] <OrangyTang> is there some kind of boot log for eclipse? I have it crashing almost instantly with no hint as to what is going wrong
[14:07:20] <OrangyTang> nothing in any of the workspace logs, because i don;t think it's getting that far
[14:09:11] <rcjsuen> more ~info would provide more context
[14:09:11] <Arbalest> Please state a) your CPU architecture (x86, 64-bit, etc.), b) operating system (Windows, Linux, OSX, etc.), c) your Java runtime environment (please verify by checking your ~logs or in the about dialog's ~jre section. No, typing 'java -version' in the command line does not count as checking), d) your Eclipse version, and e) where did you get Eclipse from (eclipse.org, distro repository, etc.).
[14:11:14] <OrangyTang> platform is winxp 32bit, on x86, eclipse is using 1.6.11 vm, eclipse version is 3.4.2
[14:11:26] <OrangyTang> everything has worked fine for ages, but somehow doesn't start today
[14:11:52] <OrangyTang> ...havn't changed jre/jdk, eclipse install should be unchanged, seems to have plenty of free hdd space
[14:12:02] <rcjsuen> can you still run java from the CLI?
[14:12:17] <OrangyTang> yup
[14:12:57] <rcjsuen> does the splash screen come up
[14:13:14] <OrangyTang> eclipse terminates with the info dialog and "jvm terminated, exit code -1"
[14:13:20] <OrangyTang> splash appears for a fraction of a second
[14:13:41] <OrangyTang> is there a way to get System.out somehow? running from command line doesn't yield any
[14:13:55] <rcjsuen> use -data to try a diff workspace
[14:14:23] *** allisterb_ has quit IRC
[14:15:10] <OrangyTang> I have multiple workspaces so eclipse usually prompts for that anyway
[14:15:11] *** bakarat has joined #eclipse
[14:15:56] *** aksn has joined #eclipse
[14:17:21] <rcjsuen> uses java -jar on the launcher jar directly instead
[14:20:47] <OrangyTang> interesting. that seems to work
[14:22:20] <OrangyTang> something going wrong in the launcher exe then
[14:23:40] <rcjsuen> You never showed us the dialog btw
[14:23:52] *** aksn_ has joined #eclipse
[14:24:45] <OrangyTang> aye, one moment
[14:25:34] <OrangyTang> http://www.triangularpixels.com/Junk/Eclipse.png
[14:28:46] <rcjsuen> eclipse.exe -vm "C:\Program Files\Java\jre6\bin\java.exe"
[14:29:33] <OrangyTang> yes?
[14:30:05] <rcjsuen> i.e. start Eclipse that way from the command line
[14:30:13] <OrangyTang> ah i get you
[14:32:43] <OrangyTang> also works fine
[14:37:06] *** MaikB has joined #eclipse
[14:40:07] <MaikB> Hello. Regarding the Editor Tabs, Ctrl-E gives me a way to switch fast between the open files.  But the this doesn't help much if many files have the same name(like Makefile).  Is there a way to let the Ctrl-E view show more that just the file name?
[14:40:13] <OrangyTang> pointing it at the 1.6.11 vm via the config file doesn't seem to make a difference either
[14:41:02] <rcjsuen> OrangyTang: What config file
[14:41:05] *** aksn has quit IRC
[14:41:12] <rcjsuen> MaikB: No, you can hover with your mouse to get a tooltip.
[14:41:23] <OrangyTang> eclipse.ini
[14:41:29] <rcjsuen> OrangyTang: pastebin it
[14:41:37] <MaikB> rcjsuen, I know, but its painfully slow
[14:41:39] <rcjsuen> MaikB: if you want it to show more, a) use a different presentation, or b) file an enhancement request
[14:41:57] <rcjsuen> or just use 'Open Resource' instead I suppose
[14:42:00] <MaikB> something like ido for emacs does would be nice
[14:42:22] <OrangyTang> rcjsuen: http://pastebin.com/m28d60b96
[14:42:29] *** nothing12345 has joined #eclipse
[14:42:30] <OrangyTang> same info as the error dialog really
[14:42:31] <MaikB> rcjsuen, what do you mean by different presentation ?
[14:42:54] <rcjsuen> OrangyTang: Eh? I don't see any "pointing at vm in config file" action going on here.
[14:43:02] <rcjsuen> all i see are memory arguments
[14:43:28] <rcjsuen> MaikB: i.e. a different way of rendering the Eclipse workbench
[14:43:46] <OrangyTang> rcjsuen: sorry, thought you wanted it before i tinkered with it. http://pastebin.com/m2b1d721a
[14:43:48] <Spencer_tt> having problems with updates on eclipse 3.4.2(opensolaris), it's failing to complete updates saying some required dependencies are missing...
[14:44:17] <MaikB> rcjsuen, do you mean I shall code my own representation?
[14:44:23] <nothing12345> Updated to 3.5.1-1, but some buttons dont work... are there any new bugs?
[14:44:28] <rcjsuen> OrangyTang: Read ~eclipse.ini wiki page. You are hitting a common problem with users editing that file.
[14:44:28] <Arbalest> Want to set startup flags for eclipse, like -vm, -vmargs, or -consolelog? Edit your eclipse.ini file. - http://wiki.eclipse.org/Eclipse.ini - http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#eclipse.ini
[14:44:46] <rcjsuen> MaikB: You can do that, or download new ones.
[14:44:59] <rcjsuen> nothing12345: are you on gtk+ 2.18?
[14:45:11] <MaikB> rcjsuen, ok, do you know one out of your mind ?
[14:45:30] <MaikB> rcjsuen, btw. thx for you help
[14:45:37] *** ATonyC has left #eclipse
[14:45:53] <nothing12345> @ rcjsuen: no
[14:46:01] <nothing12345> fluxbox
[14:46:16] <rcjsuen> nothing12345: I use Fluxbox too thank you. But I still have GTK+ installed for Eclipse to run.
[14:46:20] <OrangyTang> rcjsuen: putting the vm path on a seperate line still yields the same results
[14:46:24] <rcjsuen> Unless you're using Motif on Eclipse
[14:46:31] <OrangyTang> unless you think i've got something else wrong?
[14:46:37] <MaikB> nothing12345, so you are using gtk for eclipse
[14:46:43] <rcjsuen> OrangyTang: Maybe. Why don't you try it from the CLI
[14:46:49] <rcjsuen> OrangyTang: since what i pasted was blahblah\jre
[14:46:54] <rcjsuen> whereas oyu used blahblah\jdk1.6....
[14:47:21] <OrangyTang> rcjsuen: i already tried both from the cli
[14:47:34] <rcjsuen> if it works from the CLI but not the file then
[14:47:40] <rcjsuen> a) a bug, or b) a problem with your file
[14:48:02] <rcjsuen> ~tell MaikB about 264152
[14:48:04] <Arbalest> MaikB: Bug 264152 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=264152 - Platform / UI / 3.4 - PC / All - VERIFIED / FIXED / enhancement / - Assignee: Boris_Bokowski - [EditorMgmt] missing tooltips in editor dropdown
[14:48:06] <OrangyTang> does the launcher exe change between versions? can i pinch an older/newer one and have it work?
[14:48:19] <MaikB> rcjsuen, ok, I see your busy, thanks for the hints.  I ask again with google about "workbench representation open files eclipse"
[14:48:40] <MaikB> I guess a view is what you mean
[14:48:46] <rcjsuen> A view?
[14:49:00] <rcjsuen> I presume you are reading the bug I linked.
[14:49:14] <MaikB> rcjsuen, ah, ok.  Thx !
[14:49:39] <rcjsuen> OrangyTang: I wouldn't try it if I were you.
[14:49:43] <nothing12345> @ rcjsuen, maikB, no, qt
[14:49:45] <MaikB> rcjsuen, I just that "representation" is actually mentioned there
[14:49:51] <rcjsuen> OrangyTang: You could always just make a Windows shortcut, no?
[14:49:59] <rcjsuen> nothing12345: There is no Qt implementation for Eclipse.
[14:50:00] <MaikB> nothing12345, You use qt-swt?
[14:50:09] <rcjsuen> at least none that is complete
[14:50:10] <MaikB> nothing12345, I didn't know its working
[14:50:12] <OrangyTang> rcjsuen: i could, but i'm worried why it's just suddenly broken
[14:50:22] <rcjsuen> unless your company implemented it somehow
[14:50:24] <MaikB> nothing12345, wow
[14:50:26] <nothing12345> I think u didnt understand me :S
[14:50:36] <MaikB> nothing12345, mkay
[14:50:47] <rcjsuen> nothing12345: I'm trying to confirm whether you're using the GTK+ version of Motif version of Eclipse.
[14:51:07] <rcjsuen> OrangyTang: That is not something I can help with. I can only provide suggestions and possible solutions.
[14:51:13] <rcjsuen> I don't have any idea what happened to your computer.
[14:51:43] <OrangyTang> well i'm just trying to actually find out exactly whats going wrong
[14:52:20] <rcjsuen> nothing12345: Since you said "no" to my "nothing12345: are you on gtk+ 2.18?" to my question. Are you on a different version or do you just not have GTK+ installed on your system?
[14:55:57] <MaikB> nothing12345, I think you're mixing gtk and gnome
[14:57:22] <MaikB> nothing12345, If you run Linux, you use either the GTK2 backend, or the new Motif backend
[14:57:48] <MaikB> nothing12345, This is totally unrelated to what WindowManager you're using
[14:58:51] *** Bass10 has joined #eclipse
[15:03:30] <nothing12345> lol, sorry, yh, 2.18.2-2
[15:03:43] *** kthomas_vh has joined #eclipse
[15:03:47] <nothing12345> *-1
[15:04:20] <rcjsuen> see ~crash then
[15:04:20] <Arbalest> Is Eclipse crashing or freezing for you? This may be a known problem and there may already be a solution or workaround, please see - http://wiki.eclipse.org/IRC_FAQ#Crashers.2C_Freezing.2C_and_other_Major_Issues - If the FAQ does not seem to help, please provide more ~info about your workstation and Eclipse setup.
[15:04:44] *** aksn_ has quit IRC
[15:05:41] <MaikB> nothing12345, There is a a bug in gtk 2.18.  start eclipse via "GDK_NATIVE_WINDOWS=1 eclipse"
[15:05:55] <MaikB> nothing12345, This is a workaround
[15:06:48] *** Spencer_tt has quit IRC
[15:08:50] <MaikB> rcjsuen, Thx a ton for the Presentation hint!  "Extended VS Presentation" does what I want.
[15:08:55] <MaikB> awesome
[15:09:01] *** OrangyTang has left #eclipse
[15:09:04] <nothing12345> ok ill try it, cu
[15:09:14] *** nothing12345 has left #eclipse
[15:09:24] <rcjsuen> okilydokily
[15:10:40] <MaikB> hm, is there an irc plugin for eclipse, or why did he quit for trying it?
[15:11:42] <rcjsuen> There is one (and possibly many more that I don't know of).
[15:11:54] <rcjsuen> It's not uncommon for people to ask questions, get an answer, then leave.
[15:13:59] <MaikB> before making sure it was a valid answer, hm :)
[15:14:09] <rcjsuen> If it doesn't work, they return.
[15:14:29] <rcjsuen> Or maybe he/she had something to do, could be a wide range of things. *shrugs*
[15:14:38] <MaikB> I bet on this as well, but it actually does work
[15:14:54] <MaikB> we will never know...
[15:29:28] *** unapiedra has joined #eclipse
[15:41:26] *** tphgangster has joined #eclipse
[15:45:39] *** Spencer_tt has joined #eclipse
[15:46:22] *** mertimor has joined #eclipse
[15:53:24] *** daimyo_ has quit IRC
[15:54:34] *** unapiedra has quit IRC
[15:55:47] *** deSilva has quit IRC
[15:58:08] <mertimor> my plugin generates an index for a project. as of now i'm storing that index in a file called "indexdata" in the root project folder. is there a better official eclipse way to store such things?
[16:00:22] *** ivenkys_ has joined #eclipse
[16:07:34] *** EricInBNE has quit IRC
[16:10:02] *** kthomas_vh has quit IRC
[16:12:41] *** ivenkys has quit IRC
[16:16:22] *** sama has quit IRC
[16:20:37] *** kthomas_vh has joined #eclipse
[16:27:44] *** tom17bombadil has quit IRC
[16:36:17] *** pschriner has joined #eclipse
[16:38:18] *** crashR has joined #eclipse
[16:38:42] *** vigith has joined #eclipse
[16:39:10] <vigith> how do i integrate org.eclipse.pde.ui
[16:39:10] <vigith> i am using easyeclipse
[16:39:37] <vigith> i can't find the url to be included in the software update path
[16:39:42] *** tom17bombadil has joined #eclipse
[16:41:14] *** Chris64 has joined #eclipse
[16:42:26] *** crashR1 has quit IRC
[16:42:31] *** Chris64 has left #eclipse
[16:43:06] *** Chris64 has joined #eclipse
[16:45:40] *** pschriner has quit IRC
[16:53:17] *** tom17bombadil has quit IRC
[17:02:10] *** SpektoM has quit IRC
[17:03:26] *** SpektoM has joined #eclipse
[17:03:40] *** SpektoM has quit IRC
[17:04:13] *** SpektoM has joined #eclipse
[17:04:43] *** mbana has quit IRC
[17:09:04] *** pschriner has joined #eclipse
[17:12:39] *** buddhika_ has quit IRC
[17:16:47] *** Doppp has quit IRC
[17:18:34] *** amnesic has quit IRC
[17:22:19] *** crashR has quit IRC
[17:24:50] *** kthomas_vh_ has joined #eclipse
[17:29:09] * MaikB just had a hard time getting subclipse to work, since the gome-keyring support apparently broken.
[17:30:36] <MaikB> http://subclipse.tigris.org/wiki/JavaHL has the answer to solve this, search for password-stores
[17:31:04] *** buddhika_ has joined #eclipse
[17:37:26] *** Doppp has joined #eclipse
[17:39:00] *** kthomas_vh has quit IRC
[17:46:37] *** winegoddess has joined #eclipse
[17:47:52] <Chris64> well, is eclipse-built-in vcs deactivated when using subclipse?
[17:48:10] <Chris64> it would be useful to be able to revert changes locally
[17:48:19] <Chris64> changed which were not commited to svn
[17:48:25] <Chris64> *changes
[17:52:45] <Chris64> i have no idea which keywords are best to find a solution on the web :/
[17:53:28] <Chris64> do you know some more active eclipse channels?
[17:53:50] <Chris64> this one seems to me is really dead most of time
[17:54:24] *** arrummzen has quit IRC
[17:55:21] *** volodya has quit IRC
[18:03:08] *** philk_ has joined #eclipse
[18:08:36] *** nmatrix9 has joined #eclipse
[18:09:19] *** caution has joined #eclipse
[18:09:56] <caution> how can I make a shortcut key do a google search on the selected text?
[18:11:16] <caution> (or open browser or specified program with the selected text as a parameter)
[18:12:05] <MaikB> Regarding writing such little tools.  Is there a non-dead scripting plugin for eclipse available?
[18:12:33] <MaikB> ..and documented :)
[18:14:27] <Chris64> mh, someone told me build-in vcs is still active, but i can't find the view in window->show view->other
[18:14:39] <Chris64> where could i search further
[18:14:52] *** navi_sir has joined #eclipse
[18:15:05] <soulreaper> caution: use an intent to open the browser
[18:15:19] *** sholsinger has joined #eclipse
[18:15:48] <caution> soulreaper: what's an intent?
[18:16:13] *** arvliet1 has quit IRC
[18:16:26] <soulreaper> its like a worktask which starts an activity
[18:16:28] <soulreaper> http://www.androidsnippets.org/snippets/87/
[18:16:42] <soulreaper> you should read up on that
[18:17:16] *** volodya has joined #eclipse
[18:17:29] <caution> what does android have to do with eclipse?
[18:17:44] *** amnesic has joined #eclipse
[18:18:18] <soulreaper> rephrase
[18:19:29] <caution> I can't find anything about Eclipse and Intents
[18:20:21] *** philk__ has quit IRC
[18:20:54] <soulreaper> oh sorry. i thought i was in another channel *g*
[18:20:57] *** arvliet has joined #eclipse
[18:23:57] <Chris64> does anybody know how to get the build-in-vcs-history-view back? i want to have the ability to recover old versions which where not commited to svn
[18:25:18] <soulreaper> try ctrl+3
[18:27:52] *** navi_sir has left #eclipse
[18:28:09] <Chris64> doesn't help
[18:28:24] <Chris64> seems to be that subclipse overloads the built-in-history view
[18:28:27] <Chris64> or replace it
[18:29:00] *** kthomas has joined #eclipse
[18:36:33] *** eighty4 has joined #eclipse
[18:38:01] *** eighty4 has left #eclipse
[18:43:18] *** aclemens has joined #eclipse
[18:45:01] <aclemens> Hi, does anyone know a plugin that allows me to save regular expression replacement actions? I constantly need to use 6 different find / replace actions with regular expressions, and it would be nice to have some kind of list or buttons to chose from. I searched at eclipseplugincentral but have not found anything.
[18:45:04] *** kthomas_vh_ has quit IRC
[19:06:12] *** luyang has joined #eclipse
[19:06:47] <luyang> Hi all... How to create a Dynamic Web Project for WebLogic 9.2 without a local WebLogic installation? I just wanna be able to create a WAR file with the appropriate deployment descriptors. Thanks
[19:07:08] *** vigith has quit IRC
[19:08:45] *** akurtakov has joined #eclipse
[19:11:24] *** sama has joined #eclipse
[19:17:18] *** lresende has joined #eclipse
[19:18:01] *** SpektoM has quit IRC
[19:18:51] *** Guest33124 is now known as sdboyer
[19:21:39] *** crashR has joined #eclipse
[19:22:33] *** |conan| has quit IRC
[19:23:17] *** conan has joined #eclipse
[19:25:08] *** Carnage\ has joined #eclipse
[19:26:41] *** conan has quit IRC
[19:26:51] *** hyksos has joined #eclipse
[19:27:22] *** conan has joined #eclipse
[19:27:53] <hyksos> hi, how can i prevent that all my copy&pastes, the second line is more intended then the first?
[19:39:00] *** barbar__conan has joined #eclipse
[19:40:29] *** aclemens has quit IRC
[19:40:53] *** buddhika_ has quit IRC
[19:41:06] *** barbar__conan has quit IRC
[20:03:01] *** luyang has quit IRC
[20:05:05] *** TomTom has quit IRC
[20:06:29] *** crashR has quit IRC
[20:07:02] *** crashR has joined #eclipse
[20:14:02] *** sama has quit IRC
[20:23:55] *** Chris64 has quit IRC
[20:54:51] *** winegoddess has quit IRC
[20:59:25] *** SpektoM has joined #eclipse
[21:05:20] *** deSilva has joined #eclipse
[21:09:18] *** Arbalest has quit IRC
[21:09:27] *** Arbalest has joined #eclipse
[21:15:49] *** SpektoM1 has joined #eclipse
[21:26:00] *** rcjsuen has quit IRC
[21:26:48] *** rcjsuen has joined #eclipse
[21:27:15] *** totex has joined #eclipse
[21:34:20] *** SpektoM has quit IRC
[21:36:06] *** kthomas_vh_ has joined #eclipse
[21:42:18] *** stijnbe has joined #eclipse
[21:47:48] *** vwegert has quit IRC
[21:49:47] *** kthomas has quit IRC
[21:55:58] *** stijnbe has quit IRC
[21:57:00] *** MaikB has left #eclipse
[21:58:05] *** jottinger has quit IRC
[21:58:49] *** jottinger has joined #eclipse
[22:02:56] *** arvliet has quit IRC
[22:03:47] *** bpun has joined #eclipse
[22:04:03] <bpun> mind me asking.. can i install plugins in ~/.eclipse ?
[22:05:11] <rcjsuen> I've heard people say something like that or maybe it's just the metadata that's installed there. I've never tried.
[22:05:47] <bpun> hmm
[22:07:17] *** arvliet has joined #eclipse
[22:11:51] *** Hanumaan has quit IRC
[22:18:29] *** SpektoM1 has quit IRC
[22:20:12] *** |conan| has joined #eclipse
[22:21:26] *** [1]conan has joined #eclipse
[22:23:00] *** bpun has quit IRC
[22:26:51] *** Pikachu_2014 has joined #eclipse
[22:26:59] *** Pikachu_2015 has joined #eclipse
[22:27:06] *** conan has quit IRC
[22:29:09] *** |conan| has quit IRC
[22:38:47] *** kthomas has joined #eclipse
[22:54:06] *** DrTrevorkian has joined #eclipse
[22:54:44] *** DrTrevorkian has left #eclipse
[22:56:13] *** kthomas_vh_ has quit IRC
[22:57:51] *** kthomas has quit IRC
[22:58:18] *** tr1gger has quit IRC
[23:04:27] *** xmnt has joined #eclipse
[23:06:50] *** tr1gger has joined #eclipse
[23:11:25] *** rretzbach has joined #eclipse
[23:26:43] *** ReneP has quit IRC
[23:28:34] *** Iradieh has joined #eclipse
[23:28:41] <Iradieh> Excuse me, ehm how do I install plugins? I got a plugin folder with a bunch of subfolders...
[23:32:57] <rcjsuen> you mean you unzipped a file you downloaded and got some directories?
[23:38:42] *** Zenopus_ has joined #eclipse
[23:38:44] *** hyksos has quit IRC
[23:40:41] *** ReneP has joined #eclipse
[23:42:35] *** soulreaper has quit IRC
[23:43:07] <Iradieh> rcjsuen: yes
[23:43:24] <Iradieh> I got Plugins/{directories}/
[23:43:59] <rcjsuen> maybe the ~dropins folder can help
[23:44:00] <Arbalest> To learn about how to use the dropins/ folder provided by p2, see here - http://wiki.eclipse.org/Equinox_p2_Getting_Started#Dropins
[23:46:07] <Iradieh> danke
[23:53:16] *** Edward_Alchemist has joined #eclipse
[23:53:26] *** Zenopus has quit IRC
[23:53:33] *** Zenopus_ is now known as Zenopus
[23:53:36] <Edward_Alchemist> What is this
[23:53:50] <Edward_Alchemist> fuck, wrong server :( I need to be at rizon #eclipse
[23:54:35] *** Edward_Alchemist has quit IRC

top