summaryrefslogtreecommitdiff
path: root/devel/eclipse
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-19Update to 3.0.1.jschauma4-3113/+3123
Changelog not available - this release appears to be a bug-fix release, AFAICT.
2004-10-11Under NetBSD 2.0_RC3 we "don't work" with sun-jdk15 as well if not better thanabs1-2/+2
we "don't work" with sun-jdk14
2004-09-21If we're on Linux, build-depend on archivers/zip so the jars canjschauma1-1/+3
be built correctly. Suggested by pancake at phreaker dot net in PR pkg/26979.
2004-07-21Per default, eclipse stores data in your home directory unless you specifyjschauma1-0/+16
the '-data' switch on the command line. If you tell eclipse to store data in a directory located on an NFS share, it is possible that eclipse will fail with an error message that it could not aquire a lock. Apparently there are some issues with the way NFS is done among Unix servers and Linux hosts. Make sure that lockd and statd are running on both the client and the server. If this does not work at all, then you can disable the use of a lock file by starting eclipse using 'eclipse -vmargs -Dosgi.locking=none'.
2004-07-13Update eclipse to 3.0. There are tons of changes, including a new lookjschauma3-15565/+3380
and feel, but apparently no cumulative list of changes is available. Please compare to www.eclipse.org. XXX: mark this as for NetBSD-*-i386 and Linux-*-* only for the time being XXX: Users of other OS might be able to tweak the Makefile - if you do, XXX: please file a PR with the patches. Thanks.
2004-02-28Update eclipse to 2.1.2:jschauma3-41/+75
Release 2.1.2 is a maintenance release to fix serious defects present in release 2.1.0 and 2.1.1. These changes only affect some plug-ins and features. Modified plug-ins have version id "2.1.2"; plug-ins unchanged since the 2.1 release still have version id "2.1.0"; plug-ins unchanged since the 2.1.1 release still have version id "2.1.1". Note, however, that all features now have version id "2.1.2" (even if none of their plug-ins changed). Changes: License is in one line BIDI: ToolTiptext do not have Right to left Reading order BIDI: Lack of leading and trailig styles for alignment of... BIDI: drop-down list of rtl-oriented CCombo is displayed ... BIDI: keyboard's left and right arrows change value of rt... BIDI: keyborad's left and right arrows move focus between... BIDI: problem with keyboard's left and right arrows, when... BIDI: rtl-oriented Tracker has wrong behavior. BIDI: StyledText to support RIGHT_TO_LEFT orientation GPs on exit Stack overflow in code assist BIDI: Some custom widgets can't be created with explicitl... BIDI: When UpDown control of rtl-oriented TabFolder is us... BIDI: PopupList can't be created with explicitly assigned... BIDI: LTR-oriented MessageBox can't be created, if it's p... Search indexes generated for similar locales BIDI:GC.drawImage(0, ... draws at 1, ... when using RIGHT... BIDI:Caret cheese when resizing RIGHT_TO_LEFT StyledText BIDI: Drop-down list of CCombo doesn't inherit it's orien... BIDI: text in the rtl-oriented Text control can't be alig... BIDI: rtl-oriented TableCursor set next column instead of... [Bidi] StyledText - support dynamic changing of orientation Searching for wildcard character * causes server memory e... Java memory arguments not being passed to operational VM Bidi: StyledText - exception in autoscroll in bidi Numerous single type imports can slow compiler down signi... Extensible debug events JavaBreakpoint.recreate() should call getAdapter(IJavaDeb... setSuperclass(String superclassName) API of org.eclipse.... setSuperInterfaces(String[] interfaceNames) API of org.e... BIDI: MIRRORED bit can't be switched on in the style's bi... BIDI: rtl-oriented StyledText has overlapping segments pr... BIDI: StyledText has problem with drawing of selection in... Performance issues with builder Abstract class fails to invoke interface-defined method i... JDT compiler fails to compile legitimate Java code. Installing patch via New Updates search doesn't respect m... Eclipse Infocenter framework strings not getting translat... Printing disabled in Solaris IndexOutOfBoundsException during indexing help jck1.4a failures StyledText - selection rendered incorrectly on bidi platf... Chkpii errors for the 2.1.2 build BIDI: CHECK style doesn't work with RTL Tree or Table Bidi: DCR setOrientation API for Text and Combo widget Stepping through session bean is very slow in WSAD v5.1 3.0M3 fails startup Java files generated from PDE templates contain IBM copyr... Plugin editor incorrectly reformats packages prefixes bookmark's title(DBCS) breaks. BIDI: Mirrored text appears on every editor Using a workspace created with 2.1.1 fails with 2.1.2 RC2 The complete list of changes is available from http://bugs.eclipse.org/bugs/buglist.cgi?product=JDT&product=PDE&product=Platform&target_milestone=2.1.2&resolution=FIXED&order=bugs.bug_id
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-08-23Put these packages into a new pseudo-category called 'java'.jschauma1-3/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-06-03Change dependency of jakarta-ant into apache-ant, as it's now known.jschauma1-2/+2
All build fine with the new version of ant.
2003-04-23Don't do CHECK_SHLIBS if this isn't a native buildjmc1-4/+2
2003-04-18Make this work if PKG_DEVELOPER=yesrh1-2/+2
2003-04-17Update eclipse to 2.1. New features and changes include:jschauma3-11764/+13713
- User customizable key bindings - editor navigation history - improved default text editor - improved editor linking behaviour - better UI for editor/ viewing synchronization - new Ant view - new Ant editor - External tools now use debugger-style launch configurations. - more flexible project layouts - java editor is more customizable - find in file - better java outline view - hyperlinked java code - improved conditional breakpoints - stack trace hyperlinks - new refactorings - more java compiler options and many more (see http://download.eclipse.org/downloads/drops/R-2.1-200303272130/whats-new.html)
2003-03-19Initial import of devel/eclipse:jschauma5-0/+13656
Eclipse is an open source software development project dedicated to providing a robust, full-featured, commercial-quality, industry platform for the development of highly integrated tools. It is composed of three projects, the Eclipse Project, the Eclipse Tools Project and the EclipseTechnology Project, each of which is overseen by a Project Management Committee (PMC) and governed by its Project Charter. Each project is composed of its own subprojects and is licensed under the CPL version 1.0. This package is a bit interesting in that it's a java application, which can be built on NetBSD using one of the sun-jdk's, but then gives runtime errors. However, installing the application built on a Linux machine under NetBSD will work just fine. Seems to work only with sun-jdk13. Thus I placed a build of eclipse from Linux in ftp, from where it can be installed using this package.