I'm sorry here may be not the most suitable place to ask, but it's urgent for me. Could anyone please tell me that outside eclipse, if I only use the jdtcompiler version 3.0.2, how can I specify the class file compliance to 1.3? Thanks to all Roger [hidden email] wrote: Send eclipse-dev mailing list submissions to [hidden email] To subscribe or unsubscribe via the World Wide Web, visit https://dev.eclipse.org/mailman/listinfo/eclipse-dev or, via email, send a message with subject or body 'help' to [hidden email] You can reach the person managing the list at [hidden email] When replying, please edit your Subject line so it is more specific than "Re: Contents of eclipse-dev digest..." Today's Topics: 1. Re: Planning Meeting Notes -May 5, 2005 (Anand Sharma) 2. Re: Planning Meeting Notes -May 5, 2005 (Mike Wilson) 3. Re: Planning Meeting Notes -May 5, 2005 (Anand Sharma) ---------------------------------------------------------------------- Message: 1 Date: Wed, 4 May 2005 19:01:08 -0700 (PDT) From: Anand Sharma [hidden email] Subject: Re: [eclipse-dev] Planning Meeting Notes -May 5, 2005 To: "General development mailing list of the Eclipse project." [hidden email] Message-ID: [hidden email] Content-Type: text/plain; charset="us-ascii" Hi Mike, I have used Eclispe for Window platform. Now in my new assignment I have requeirement to developed application on UNix . Could you tell me that how can I use Eclipse on Unix. thanks, -Anan Mike Wilson [hidden email] wrote: ------------------- Discussion Topics ------------------- ---------- Outreach ---------- -------- Status -------- Debug: - Performance: - Java breakpoint creation perfomed in background thread to avoid blocking UI - reduced garbage creation in console - continue to investigate console failures: timings show new console is faster than 3.0 when run outside performance test suite - added maximum number of characters to display in variables details area (user pref) to avoid out of memory exception when displaying large arrays - main method search improved on Java Application launch configuration tab - API cleaning: - ensure @since 3.1 tags are present, javadoc fomatting is reasonable, etc. - bug fixing Ant: - move to Ant 1.6.3 - API cleaning - ensure @since 3.1 tags are present - bug fixing Rel. Eng.: - configured, tested new performance machines. Ran "test" 3.0 baseline test run last Friday. - updated performance test plan: - http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-releng-home/performance_test_plan.htm - investigating intermittent network connection failures to test machines - review/revise process to support external contributions of eclipse binaries - posted build schedule that supports 3.1 endgame plan: - http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-releng-home/3.1-endgame-buildschedule.html - released fixes for performance web presentation - testing latest versions of PDE Build JDT Core: - bug fixing - tuned CodeAssist option for filtering restricted completions (based on classpath access rules). - removed 3.1 APIs BindingKey#getDeclaringTypeSignature() and BindingKey#toSignature() as they were found error prone. See bug 93105 for details - added support for 'capture' inside Code Assist. Declaring type of a completion proposal is captured for qualified completion. - added APIs to replace a range of moved nodes (ListRewrite #createMoveTarget(first, last, replacingNode, editGroup)). See bug 91938 for details. - work in progress for @SuppressWarning - work in progress for enabling batch compiler use of access rules Platform/JDT Text: - performance: - continued to investigate failing performance tests and missing suites [in progress] - for some reason the focus is not on the workbench/editor - changed Platform/JDT Text code to use new StyledText.getTextBounds(int,int) API - quick diff: improved document copying for documents that implement ISychronizable - J2SE 5.0: - auto(un)boxing semantic coloring now uses AST information and is much more complete - context information for type parameters (only when inserting a generic type proposal, not upon Ctrl+Shift+Space) - MoveLines now indents the moved lines in the Java editor - investigated work related to default line delimiter polish item - preference pages now link to Colors and Fonts preference page - reviewed and discussed patches from Platform UI (Susan) regarding the unified undo story - bug fixing - bug inbox tracking JDT UI: - bug fixing - polishing: - shortcuts for quick fixes - new open type dialog - prepared JDT code for new default line delimiter preference. Inspected all code places that create code to ensure that we will honor the new setting - J2SE 5.0: - rename refactoring now also renames annotation elements - support for capture and wildcard types in Extract Local, Extract Constant and other refactorings - wrote tests for capture types - adding a starimport removes unnecessary single imports - Performance: - optimized ripple method finder to use more restricted search scope and fewer subtype hierarchies. - examined code assist in monster workspace - examined memory consumption for structural refactorings - added "Slowdown explained" support to performance plug-in (all branches) Platform Core: - project specific content type settings - buddy classloading - M7 endgame planning - bug triage - bug fixing PDE: - plug-in import wizard reworked to restore the old binary import behavior with plug-ins in JARs. Binary import with linking works again. - caching of the workspace state added. With workspace caching, initialization of 995 plug-ins dropped from 4-27sec to 1.2sec. - PDE UI and PDE Build are now sharing state, which makes PDE export very fast - bug fixes - UA: - Initial User Experience: - working on embedding help documents inside Intro pages (with intro decoration) - HTML-based intro on Linux mostly done - HTML-based intro on Mac has problems with the embedded browser (https://bugs.eclipse.org/bugs/show_bug.cgi?id=93526) - bug fixes - Help: - bug fixes, UI polish, Javadoc cleanup - Eclipse Forms: - improved accessibility support, bug fixes, Javadoc cleanup - Cheat Sheets: - new images, added categories for the dialog, reworking the cheat sheet selection dialog to be more consistent with the rest of the workbench UI Update: - added automatic selection of required features if available on the update site (e.g. VE needs GEF) - bug fixes Platform UI: - general: - bug fixing - NL + BIDI issues investigated/fixed - content types + file associations preferences work - undo/redo bugs and tweaking - performance: - (http://www.eclipse.org/eclipse/development/performance/index.html) - some regression fixing from work done for performance - polish: - put in new support to allow us to put back 68938 [Contributions] Allow contributions based on active editor input _______________________________________________ eclipse-dev mailing list [hidden email] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/eclipse-dev Thanks & Regards, ANAND SHARMA 50 Commons Drive, Apt # 52, Shrewsbury, MA-01545 USA Tel: 1 - 508 - 845 - 1549 Cell:1 - 774 - 287 - 1086 Email: [hidden email] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://eclipse.org/pipermail/eclipse-dev/attachments/20050504/0701233a/attachment-0001.html ------------------------------ Message: 2 Date: Thu, 5 May 2005 09:12:03 -0400 From: Mike Wilson [hidden email] Subject: Re: [eclipse-dev] Planning Meeting Notes -May 5, 2005 To: "General development mailing list of the Eclipse project." [hidden email] Message-ID: [hidden email] Content-Type: text/plain; charset="US-ASCII" Anand, I don't run any of the Unix versions regularly, but assuming you have a working Java installed, it should just work. Check the downloads page to see if the Unix you are using is supported (currently, Solaris, AIX and HP-UX, I believe). If you have trouble getting it going, the best place to ask your questions is on the Eclipse Newcomer newsgroup ( <a class="moz-txt-link-freetext" href="news://news.eclipse.org/eclipse.newcomer">news://news.eclipse.org/eclipse.newcomer). McQ. Anand Sharma [hidden email] Sent by: [hidden email] 05/04/05 22:01 Please respond to "General development mailing list of the Eclipse project." To "General development mailing list of the Eclipse project." [hidden email] cc Subject Re: [eclipse-dev] Planning Meeting Notes -May 5, 2005 Hi Mike, I have used Eclispe for Window platform. Now in my new assignment I have requeirement to developed application on UNix . Could you tell me that how can I use Eclipse on Unix. thanks, -Anan ------------------------------ Message: 3 Date: Thu, 5 May 2005 07:57:21 -0700 (PDT) From: Anand Sharma [hidden email] Subject: Re: [eclipse-dev] Planning Meeting Notes -May 5, 2005 To: "General development mailing list of the Eclipse project." [hidden email] Message-ID: [hidden email] Content-Type: text/plain; charset="us-ascii" is any version for Solaris?? is eclise supporting Harvest(version control of CA)? thnaks, -Anand Mike Wilson [hidden email] wrote: Anand, I don't run any of the Unix versions regularly, but assuming you have a working Java installed, it should just work. Check the downloads page to see if the Unix you are using is supported (currently, Solaris, AIX and HP-UX, I believe). If you have trouble getting it going, the best place to ask your questions is on the Eclipse Newcomer newsgroup ( <a class="moz-txt-link-freetext" href="news://news.eclipse.org/eclipse.newcomer">news://news.eclipse.org/eclipse.newcomer). McQ. Anand Sharma Sent by: [hidden email] 05/04/05 22:01 Please respond to "General development mailing list of the Eclipse project." To "General development mailing list of the Eclipse project." cc Subject Re: [eclipse-dev] Planning Meeting Notes -May 5, 2005 Hi Mike, I have used Eclispe for Window platform. Now in my new assignment I have requeirement to developed application on UNix . Could you tell me that how can I use Eclipse on Unix. thanks, -Anan _______________________________________________ eclipse-dev mailing list [hidden email] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/eclipse-dev Thanks & Regards, ANAND SHARMA 50 Commons Drive, Apt # 52, Shrewsbury, MA-01545 USA Tel: 1 - 508 - 845 - 1549 Cell:1 - 774 - 287 - 1086 Email: [hidden email] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://eclipse.org/pipermail/eclipse-dev/attachments/20050505/96596208/attachment-0001.html ------------------------------ _______________________________________________ eclipse-dev mailing list [hidden email] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/eclipse-dev End of eclipse-dev Digest, Vol 3, Issue 3 ***************************************** -- Worry a little bit every day and in a lifetime you will lose a couple of years. If something is wrong, fix it if you can. But train yourself not to worry. Worry never fixes anything. -- Mary Hemingway ************************************************************* Wuerth Phoenix Information Technology(Shanghai) Co., Ltd. Roger Ye Software Solutions Support Engineer WeiHai Road No.511 ShenShi Mansion 14F Shanghai, China, 200041 Phone: +86 021 62532266 +247 Fax: +86 021 62150009 mailto: [hidden email] http://www.wuerth-phoenix.com ************************************************************* _______________________________________________ eclipse-dev mailing list [hidden email] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/eclipse-dev |
Free forum by Nabble | Edit this page |