2009-12-03 11:17 Alistair Bush * src/java_config_2/VersionManager.py: Improve error messaging when we can't find a vm. 2009-11-29 04:38 Alistair Bush * src/java_config_2/EnvironmentManager.py: Add check for when name is None or ''. This case means we have no preference 2009-11-29 03:51 Alistair Bush * src/java_config_2/VersionManager.py: Assign correct variable to highest 2009-11-27 20:57 Vlastimil Babka * config/jdk-defaults-amd64.conf, config/jdk-defaults-x86.conf: Add icedtea6 and icedtea6-bin preferences. 2009-11-27 20:55 Vlastimil Babka * src/java_config_2/EnvironmentManager.py: Change VM matching to fix bug #288695, a user preference is not matched as a simple prefix of VMHANDLE anymore, but has to be either an exact VMHANDLE match or match VMHANDLE after -SLOT appended. A icedtea6 preference will thus no longer match icedtea6-bin. 2009-11-26 18:16 Alistair Bush * src/eselect/java-vm.eselect, src/java_config_2/VersionManager.py, src/testsuite/EnvironmentManager.py, src/testsuite/Package.py, src/testsuite/VM.py, src/testsuite/VersionManager.py, src/testsuite/Virtual.py, src/testsuite/__init__.py: Added buildonly support to java-vm.eselect, improved VersionManager and wrote some tests. 2009-10-11 08:17 Alistair Bush * src/java_config_2/VersionManager.py: Fix TypeError 2009-10-11 07:14 Alistair Bush * src/gjl: Moved get_needed_packages to VersionManager as it is used there as well. 2009-10-11 07:10 Alistair Bush * src/java_config_2/VersionManager.py: Parse whole dep tree for #161622. 2009-10-11 04:47 Alistair Bush * src/java_config_2/VersionManager.py, src/testsuite/EnvironmentManager.py, src/testsuite/VersionManager.py, src/testsuite/packages/ant-cores5, src/testsuite/packages/ant-cores5/package.env, src/testsuite/packages/test-package, src/testsuite/packages/test-package/package.env: Possible fix for #161622. Doesn't inspect complete tree yet, only immediate dependencies. 2009-09-16 01:02 Alistair Bush * src/depend-java-query, src/java-config-2: bug fixes 2009-08-27 11:03 Alistair Bush * ChangeLog, setup.py, src/java_config_2/__init__.py: Updated version. 2009-08-26 04:29 Alistair Bush * src/java-config-2: Improved message to be displayed to user running java-config -L 2009-06-09 06:43 Alistair Bush * src/java_config_2/EnvironmentManager.py, src/testsuite/EnvironmentManager.py: Fixed bug #273284 2009-06-08 09:51 Alistair Bush * src/depend-java-query, src/gjl, src/java-config-2, src/java_config_2/VM.py, src/java_config_2/VersionManager.py, src/testsuite/VM.py, src/testsuite/VersionManager.py, src/testsuite/vm_configs/blackdown-jdk-1.4.2: Add support for build only vm's and remove support for old style virtual support. 2009-05-23 08:13 Alistair Bush * ChangeLog, TODO, setup.py, src/java_config_2/__init__.py: Updated version 2009-05-21 08:11 Alistair Bush * src/java_config_2/Virtual.py, src/testsuite/Virtual.py, src/testsuite/virtual_configs/jmx, src/testsuite/virtual_configs/jmx2, src/testsuite/vm_configs/blackdown-jdk-1.4.2, src/testsuite/vm_configs/sun-jre-bin-1.6: Add support for virtual/[jdk|jre] deps in virtuals. 2009-05-21 08:10 Alistair Bush * src/java_config_2/VersionManager.py: Moved EnvironmentManager import to allow Virtuals to import VersionManager functionality. 2009-05-02 11:32 Alistair Bush * src/depend-java-query, src/java_config_2/EnvironmentManager.py: Re-add print statement, with correct indentation and remove another unneeded print. 2009-05-02 10:51 Alistair Bush * src/depend-java-query: remove debug print statement 2009-04-25 09:34 Alistair Bush * setup.cfg: Add symlinks for all jdk/jre tools 2009-04-24 11:10 Alistair Bush * src/java_config_2/VersionManager.py, src/testsuite/VersionManager.py: Add support for slotted java-virtuals. 2009-04-24 10:07 Alistair Bush * src/java-config-2: Add support for querying a packages package.env 2009-04-24 10:04 Alistair Bush * src/java_config_2/VersionManager.py, src/testsuite/VersionManager.py: Add support for virtual/(jre|jdk):slot parsing. 2009-04-10 11:47 Petteri Räty * REWRITE: Add file listing goals for a java-config rewrite. 2009-03-01 10:08 Alistair Bush * src/testsuite/VersionManager.py: VersionManager unittests. 2009-02-25 10:31 Alistair Bush * src/testsuite/VersionManager.py: Being adding more unittests. 2009-02-24 10:54 Alistair Bush * src/testsuite/Package.py, src/testsuite/Virtual.py, src/testsuite/packages/ant-cores/package.env, src/testsuite/packages/jdbc-mysql, src/testsuite/packages/jdbc-mysql/package.env, src/testsuite/packages/jdbc-postgresql, src/testsuite/packages/jdbc-postgresql/package.env: Updated unittests. Made unittests provide there own packages, vms, virtuals, etc to provide known state to test against. 2009-02-24 10:52 Alistair Bush * src/java_config_2/Package.py: Remove commented out code and extra lines. 2009-02-24 09:58 Alistair Bush * src/java-config-2: Fix Formatting 2009-02-22 10:38 Alistair Bush * src/java_config_2/Virtual.py: Updated to print all pass all possible providers to ProviderUnavailableError 2009-02-22 10:03 Alistair Bush * src/java_config_2/VersionManager.py, src/java_config_2/Virtual.py: Fix bugs. 2009-02-21 21:45 Alistair Bush * src/testsuite/EnvironmentManager.py, src/testsuite/Package.py, src/testsuite/Virtual.py, src/testsuite/__init__.py, src/testsuite/packages, src/testsuite/packages/ant-cores, src/testsuite/packages/ant-cores/package.env, src/testsuite/virtual_configs/jdbc: Improving testsuites by making it more independent from the env. 2009-02-21 21:43 Alistair Bush * src/java_config_2/EnvironmentManager.py, src/java_config_2/FileParser.py, src/java_config_2/Package.py, src/java_config_2/VersionManager.py, src/java_config_2/Virtual.py: Add initial support for jdbc like virtuals. Which return all providers instead of just one. 2009-01-13 09:43 Alistair Bush * src/java_config_2/__init__.py: Update Version 2.1.7 2008-11-20 10:34 Alistair Bush * ChangeLog, src/gjl, src/java-config-2, src/java_config_2/EnvironmentManager.py: Migrate from depreciated Set class and fix bug 247608. 2008-10-12 20:03 serkan * src/java_config_2/Virtual.py: Fix returning empty classpath if the provider doesnt have VIRTUAL_CLASSPATH 2008-10-12 18:30 serkan * src/java_config_2/Virtual.py: Fix indentation. 2008-10-12 18:19 serkan * src/java_config_2/Package.py, src/java_config_2/Virtual.py: Support VIRTUAL_CLASSPATH variable in non-jvm virtual provider. 2008-07-04 18:35 serkan * config/jdk-defaults-sparc64-solaris.conf, config/jdk-defaults-x64-solaris.conf: Copy configurations of 64 bit Solaris's from 32 bit's. Suggested by grobian. 2008-07-02 17:25 Petteri Räty * src/java_config_2/VersionManager.py: Make the portage import backwards compatible. 2008-06-21 13:25 Alistair Bush * src/java_config_2/VersionManager.py: Update VersionManager to new portage module 2008-04-27 23:44 Petteri Räty * NEWS, setup.py, src/java_config_2/__init__.py: Increase version number to 2.1.6 and add NEWS entry. 2008-04-27 23:23 Petteri Räty * src/testsuite/vm_configs/sun-jdk-1.7: Add sun-jdk-1.7 config for the vm_configs so that the virtual test code tests a more complex scenario. 2008-04-27 23:22 Petteri Räty * src/java_config_2/VersionManager.py: Iterate over all matching vms so that >=virtual/jdk-1.5 java-virtuals/jaf works when 1.7 comes out of the jdk part but isn't marked as providing the virtual. 2008-04-27 22:39 Petteri Räty * src/testsuite/VersionManager.py, src/testsuite/__init__.py, src/testsuite/vm_configs/sun-jdk-1.6: Add test for VersionManager.get_vm 2008-04-27 22:38 Petteri Räty * src/java_config_2/VersionManager.py: Remove leading space from the result of parse_depend_virtuals. 2008-04-27 14:31 Petteri Räty * src/testsuite/VM.py, src/testsuite/Virtual.py, src/testsuite/__init__.py, src/testsuite/virtual_configs, src/testsuite/virtual_configs/jaf: Add test for Virtual.get_vms. 2008-04-27 12:53 Petteri Räty * src/testsuite/VM.py, src/testsuite/__init__.py, src/testsuite/provides.py, src/testsuite/vm_configs, src/testsuite/vm_configs/ibm-jdk-bin-1.5: Add own vm_configs directory for VM tests and test that name is not dependent on the path. 2008-04-27 12:51 Petteri Räty * src/java_config_2/VM.py: Use os.path.basename instead of hardcoding the vm file directory. 2008-04-27 12:33 Petteri Räty * src/run-test-suite.py, src/test, src/test.sh, src/testsuite, src/testsuite/__init__.py: Rename test to testsuite so that it does not collide with the standard python test directory. Add framework for running tests from multiple modules. 2008-04-25 00:32 Petteri Räty * src/test, src/test.sh, src/test/provides.py: Add unit test for VM.provides 2008-04-25 00:31 Petteri Räty * src/java_config_2/VM.py: Fix provides not to return True when a VM does not have a PROVIDES entry at all. 2008-02-26 16:48 Petteri Räty * MANIFEST.in, setup.py, src/java_config_2/__init__.py: Increase version number to 2.1.5 and add data to MANIFEST.in. 2008-02-26 16:41 Petteri Räty * NEWS: Update NEWS for 2.1.5. 2008-02-26 16:35 Petteri Räty * src/run-java-tool: Make the tool bold in the desktop notification message. 2008-02-26 16:34 Petteri Räty * src/java-config-2: Rename get_virtuals_packages to get_virtual_providers. 2008-02-26 16:33 Petteri Räty * data/javaws.desktop, data/x-java-jnlp-file.desktop, setup.py: Make the jnlp association work in KDE 3. 2008-02-25 23:54 Petteri Räty * src/run-java-tool: Add notify-send notification when a wrapper is not provided by the selected vm. 2008-02-25 23:09 Petteri Räty * src/eselect/java-vm.eselect: Make eselect java-vm set foobar foobar throw an error. Fixes bug #211454. 2008-02-12 14:02 Petteri Räty * data/javaws.desktop: Remove TryExec for gimp that was accidentally left in. 2008-02-11 22:09 Petteri Räty * setup.py: copy_file is not able to handle --root with relative symbolic links 2008-02-11 21:18 Petteri Räty * setup.py: Mixed up the argument order for copy_file. 2008-02-11 21:05 Petteri Räty * data, data/application-x-java-jnlp-file.png, data/java-icon48.png, data/javaws.desktop, setup.py: Install .desktop files for Java Web Start. Icon taken from OpenJDK repo src/solaris/classes/sun/awt/X11/java-icon48.png. Fix for http://bugs.gentoo.org/show_bug.cgi?id=35024. 2008-01-29 05:31 Alistair Bush * setup.py, src/java_config_2/__init__.py: Updated version to 2.1.4. 2008-01-29 04:58 Alistair Bush * make-release: Updating make-release to support new module name (java_config_2). This was the reason for the latest java-config-2 releases not having the correct version. 2008-01-24 07:04 Alistair Bush * src/java_config_2/Virtual.py: Added fix to Virtual support for querying a virtuals LIBRARY_PATH. 2008-01-21 05:58 Alistair Bush * src/java-config-2, src/java_config_2/EnvironmentManager.py, src/java_config_2/Virtual.py: Fix message, clean up comments 2008-01-21 04:05 Alistair Bush * src/java-config-2: Revert this back, didn't mean to commit it. 2008-01-21 04:03 Alistair Bush * src/java-config-2, src/java_config_2/Virtual.py: Fix another tiny bug. 2008-01-21 03:41 Alistair Bush * src/launcher.bash: Fixed debug print line. 2008-01-20 07:36 Alistair Bush * src/launcher.bash: Fixed launcher.bash option parsing. see #193350 2008-01-20 01:32 Alistair Bush * src/java_config_2/EnvironmentManager.py, src/java_config_2/VM.py, src/java_config_2/VersionManager.py: Clean up and bug fix. 2008-01-19 01:42 Alistair Bush * src/java_config_2/EnvironmentManager.py, src/java_config_2/VersionManager.py, src/java_config_2/Virtual.py: Various fixes (hopefully) 2008-01-14 09:24 Alistair Bush * src/java-config-2, src/java_config_2/EnvironmentManager.py, src/java_config_2/VersionManager.py, src/java_config_2/Virtual.py: Lots of little changes. 2008-01-13 05:50 Alistair Bush * src/java_config_2/Errors.py, src/java_config_2/VersionManager.py, src/java_config_2/Virtual.py: Added further fixes, now virtuals can handle slot depends etc. 2008-01-13 03:02 Alistair Bush * src/java_config_2/VersionManager.py: Fxi syntax error. 2008-01-13 02:44 Alistair Bush * src/depend-java-query, src/java_config_2/VersionManager.py, src/java_config_2/Virtual.py: Updated reg exp fix errors in virtuals handling 2008-01-07 20:08 Petteri Räty * src/java_config_2/Virtual.py: Fix vim modeline and one indentation fix. 2008-01-07 20:03 Petteri Räty * src/java_config_2/EnvironmentManager.py: Add missing return to get_virtual 2007-11-28 07:56 Alistair Bush * setup.py: Updated Version. 2007-11-26 04:25 Alistair Bush * src/java_config_2/EnvironmentManager.py, src/java_config_2/Virtual.py: Uncommented virtual conf code and cleaned up tab error in EnvironmentManager. 2007-11-25 13:43 Vlastimil Babka * config/jdk-defaults-ppc-macos.conf, config/jdk-defaults-sparc-solaris.conf, config/jdk-defaults-x86-macos.conf, config/jdk-defaults-x86-solaris.conf: Add jdk configuration files for macos and solaris, provided by grobian. 2007-11-20 08:51 Alistair Bush * src/depend-java-query, src/java_config_2/EnvironmentManager.py: Fixed issue where depend-java-query wasn't able to find a suitable vm, when it should have. 2007-11-19 07:37 Alistair Bush * src/java_config_2/EnvironmentManager.py, src/java_config_2/Virtual.py: Fix bug in EnvironmentManager where dep resolving of optional dependencies had been broken by the lazy package loading. Cleaned up Virtual.py 2007-11-19 06:34 Alistair Bush * src/java_config_2/Virtual.py: Fixed issue where package was being provided instead of vm. 2007-11-17 21:04 Alistair Bush * src/depend-java-query, src/gjl, src/java_config_2/EnvironmentManager.py, src/java_config_2/Package.py, src/java_config_2/Virtual.py: Support for Virtuals that declare list of VM names to use. Testing needed before releaseable. 2007-11-10 12:08 Petteri Räty * src/java-config-2, src/java_config_2/EnvironmentManager.py, src/java_config_2/Errors.py: Speedup java-config by moving to lazy loading of packages in EnvironmentManager instead of always loading all installed packages to memory. 2007-10-20 12:03 Alistair Bush * config/virtuals, src/java_config_2/Virtual.py: Updated virtuals conf examples and fixed issue in Virtual.py where incorrect active_package was being selected. 2007-10-14 07:38 Alistair Bush * src/java_config_2/EnvironmentManager.py: Fix issue when EnvironmentManager does not compile with python-2.4 but does with 2.5. 2007-10-13 11:30 Alistair Bush * setup.py: Updating version 2007-10-13 10:21 Alistair Bush * src/java-config-2: Updating message in java-config as I fudge the last one 2007-10-13 10:14 Alistair Bush * src/java-config-2: Updating message in java-config to increase clarity. 2007-10-13 09:45 Alistair Bush * src/depend-java-query, src/gjl: Migrating depend-java-query and gjl to new module layout. 2007-10-13 09:38 Alistair Bush * src/java_config_2/Virtual.py: Set providing variables in Virtual.py as empty strings by default 2007-10-13 09:34 Alistair Bush * src/java-config-2, src/java_config_2/Errors.py: Fixing bug in handling Exception. 2007-10-13 09:16 Alistair Bush * src/java_config_2/Errors.py, src/java_config_2/Virtual.py: Fixing inconsistent use of tabs. 2007-10-13 09:08 Alistair Bush * src/java-config-2, src/java_config_2/Errors.py, src/java_config_2/Virtual.py: Adding new Exception to handle when a virtual does not have a provider. 2007-10-12 07:41 Alistair Bush * src/java_config_2/EnvironmentManager.py: Added except to try to stop exceptions on initialisation on EnvironmentManager. 2007-10-12 07:19 Alistair Bush * src/java_config_2/EnvironmentManager.py: Added try finally to stop exceptions on initialisation on EnvironmentManager. 2007-10-12 07:06 Alistair Bush * src/java_config_2/EnvironmentManager.py: Adding raise InvalidVMError back when there is no active vm. 2007-10-12 06:33 Alistair Bush * src/java_config_2/VersionManager.py: Migrate VersonManager to new namespace. 2007-10-12 06:25 Alistair Bush * setup.py: Commiting update to setup.oy for test purposes. 2007-10-11 11:00 Alistair Bush * src/java-config-2, src/java_config, src/java_config_2, src/java_config_2/EnvironmentManager.py, src/java_config_2/Errors.py, src/java_config_2/FileParser.py, src/java_config_2/OutputFormatter.py, src/java_config_2/Package.py, src/java_config_2/VM.py, src/java_config_2/VersionManager.py, src/java_config_2/Virtual.py, src/java_config_2/__init__.py: In process on refactoring java-config-2 as part of move to /usr/lib/python*/site-packages 2007-10-11 10:26 Alistair Bush * src/java_config/Virtual.py: More fixes for bug #195320. 2007-10-11 10:24 Alistair Bush * src/java_config/Virtual.py: More fixes for bug #195320. 2007-10-11 08:28 Alistair Bush * src/java_config/EnvironmentManager.py, src/java_config/Virtual.py: Bug#:195382 Fixed multiple issues where vm's were being used without checking they were actually available. 2007-10-08 09:12 Alistair Bush * setup.py, src/java_config/__init__.py: Updated Version. 2007-10-05 10:48 Alistair Bush * src/java_config/EnvironmentManager.py: Fixed bug where variable was being referenced as global instead on instance. 2007-10-04 10:52 Alistair Bush * src/java-config-2: Retabbed java-config-2 2007-10-04 10:45 Alistair Bush * src/java_config/EnvironmentManager.py, src/java_config/VersionManager.py: Removing stray comments that were missed. 2007-10-04 10:16 Alistair Bush * setup.py, src/java_config/__init__.py: Updated version to 2.1.0 2007-10-02 07:14 Alistair Bush * src/depend-java-query, src/gjl, src/java-config-2, src/java_config/EnvironmentManager.py, src/java_config/FileParser.py, src/java_config/VersionManager.py, src/java_config/Virtual.py: Merged virtuals-support changes r4995:5437 into trunk 2007-07-21 11:35 Petteri Räty * src/run-java-tool: Add detection for run-java-tool being invoked directly. Fixes bug #181967. 2007-07-21 11:33 Petteri Räty * src/run-java-tool: Run retab in vim to change spaces to tabs. 2007-05-28 12:00 Vlastimil Babka * ., src, src/gjl, src/java_config/EnvironmentManager.py, src/java_config/Package.py: Support for OPTIONAL_DEPEND in package.env, bug #176182. 2007-05-27 15:43 Vlastimil Babka * src/java_config/VersionManager.py: Fix "Unable to determine VM for building from dependencies." exception when neither jdk.conf nor jdk-defaults.conf provide a usable JDK, and the lowest possible VM specified in DEPEND is not installed. Fixes bug #157380. 2007-05-25 21:49 Petteri Räty * setup.cfg: Add setup.cfg. Part of 2.0.33 tarball but forgot to add. 2007-05-25 18:41 Petteri Räty * NEWS, setup.py, src/java_config/__init__.py: Increase version and write NEWS entry for 2.0.33. 2007-05-25 18:35 Petteri Räty * src/profile.d/java-config-2.csh, src/profile.d/java-config-2.sh: Prepend JAVA_HOME to MANPATH instead of appending so that it comes before generation 1. 2007-05-25 17:46 Petteri Räty * MANIFEST.in, setup.py: Add support to the setup.py file for creating the run-java-tool symlinks and fix MANIFEST.in file to include new directories and TODO. 2007-05-25 17:44 Petteri Räty * AUTHORS, README, make-release: Use the new authors file support in svn2cl,add a short README and force MANIFEST recreation in make-release. 2007-05-25 17:42 Petteri Räty * src/java_config/VersionManager.py: Use sys.path.append instead of insert(0 for portage imports 2007-05-20 19:23 Vlastimil Babka * src/gjl, src/java_config/EnvironmentManager.py: Add support for ENV_VARS in package.env to gjl. 2007-05-20 17:48 Joshua Nichols * setup.py, src/java-config-2.profiled, src/profile.d, src/profile.d/java-config-2.csh, src/profile.d/java-config-2.sh, src/revdep-rebuild, src/revdep-rebuild/60-java: Created profile.d directory, and brought most recent version of the profile.d files from tree in. Also brought in the revdep-rebuild files. Addressed bug #175883 by updating the profile.d files, and removing the entry from the env.d file. 2007-05-19 01:19 Alistair Bush * src/gjl: Commiting changes to gjl so it respects JAVA_LIBRARY_PATH and LD_LIBRARY_PATH 2007-05-18 18:51 Vlastimil Babka * src/gjl: Change the instructions when missing dependency to run emerge with -1Da instead of -uDa to also force remerging of the package itself, and not to record it in world. 2007-05-01 10:59 Petteri Räty * make-release, setup.py, src/java_config/__init__.py: Change version to 2.0.32 add make make-release use cp -v. 2007-05-01 10:56 Petteri Räty * make-release: Add svn up so svn2cl gets the ChangeLog right. 2007-05-01 10:39 Petteri Räty * NEWS: Add a note about including NEWS in the release. 2007-05-01 10:36 Petteri Räty * MANIFEST.in: Include NEWS. 2007-05-01 10:34 Petteri Räty * NEWS: Update NEWS for 2.0.32 release. 2007-04-24 16:34 Petteri Räty * src/java_config/Package.py: Fix a typo. 2007-04-24 16:34 Petteri Räty * config/20java-config: /etc/java-config/vms is not used by java-config-2 so no need to CONFIG_PROTECT_MASK it 2007-04-15 20:25 Petteri Räty * config/symlink-tools: Add keytool to java-config wrappers. 2007-03-31 19:24 Petteri Räty * MANIFEST.in, TODO, make-release: Add svn2l to make-release and add ChangeLog to the generated tarball. 2007-03-31 19:17 Petteri Räty * ChangeLog: Use svn2cl from now on to generate ChangeLog for releases. 2007-03-01 13:50 Petteri Räty * ChangeLog, src/gjl: Separate error message for broken package.env files with commas in DEPEND and for missing dependencies. 2007-03-01 13:22 Petteri Räty * ChangeLog, src/gjl: Make gjl report missing dependencies with a useful error message instead of a stack trace. Bug #168855. 2007-02-28 19:40 Petteri Räty * ChangeLog, man/java-config-2.1: The default browser plugin can be set by eselect java-nsplugin so that is not a bug any more. 2007-02-16 19:37 Petteri Räty * ChangeLog, config/jdk-defaults-amd64.conf, config/jdk-defaults-x86.conf: java-config-2/trunk: prefer sun-jdk over blackdown-jdk when both are installed 2007-02-16 19:35 Petteri Räty * NEWS: Rename ChangeLog to NEWS. NEWS contains higlights of releases and ChangeLog messages for every commit. 2007-01-27 01:20 Vlastimil Babka * ChangeLog, config/jdk-defaults-ia64.conf: Fixed jrockit in jdk-defaults.conf for ia64 2006-12-31 13:02 Petteri Räty * TODO, src/java_config/EnvironmentManager.py: Added a note about get_packages returning a dictionary. 2006-12-17 14:38 Petteri Räty * TODO: TODO items for 2.1 2006-12-17 14:30 Petteri Räty * setup.py, src/java_config/__init__.py: Marking 2.0.31 2006-12-17 14:27 Petteri Räty * ChangeLog: added jdk-defaults-x86-fbsd.conf 2006-12-17 14:19 Petteri Räty * ChangeLog: Added ChangeLog entry for 2.0.31. 2006-12-09 16:58 Petteri Räty * src/java-config-2: Applied patch from bug #149460 so that --select-vm= behaves the same way as it would not have been given at all. 2006-12-09 16:53 Petteri Räty * src/java-config-2: Move -n and --nocolor to always be the first arguments passed to the OptionParse so that we will never output coloured output in the callbacks that come after it. Fixes bug #154493. 2006-12-08 01:23 Vlastimil Babka * config/jdk-defaults-x86-fbsd.conf: Add jdk-defaults.conf for x86-fbsd. 2006-12-07 14:25 Petteri Räty * config/jdk-defaults-amd64.conf, config/jdk-defaults-x86.conf: Prefer sun-jdk over ibm-jdk-bin on x86 and amd64. 2006-12-06 19:06 Petteri Räty * src/java_config/VersionManager.py: Moving portage import code to inside the only function it is used in. 2006-12-06 19:04 Petteri Räty * src/java_config/VersionManager.py: Added use flag handling code. 2006-12-01 18:47 Petteri Räty * src/launcher.bash: Adding GJL_DEBUG printing of the gjl call. 2006-11-30 17:25 Petteri Räty * AUTHORS: Updated AUTHORS file with some people who have contributed and in general brought it closer to present situation. 2006-11-30 17:23 Petteri Räty * src/java-config-2: Changing java-config-2 to return !0 values when there is an error condition or something is not found. 2006-11-01 06:43 Vlastimil Babka * src/launcher.bash: Print notice about GENTOO_VM set only with GJL_DEBUG=1 (looks suspiciously when compiling with ejavac() and ecj-3.2). 2006-10-21 18:00 Petteri Räty * src/launcher.bash: launcher.bash can now be used without gjl_jar and gjl_main variables if the package only installs one jar with Main-class attribute set. 2006-09-23 00:18 Joshua Nichols * setup.py, src/java_config/__init__.py: Updated version to 2.0.30 2006-09-23 00:18 Joshua Nichols * src/java-config-2: Removed uneeded branching logic. It was used to highlight JDKs when doing -L, but we don't do that anymore. 2006-09-23 00:17 Joshua Nichols * make-release: Fixed make-release script 2006-09-23 00:10 Joshua Nichols * src/java-config-2: Made java-config-2 -L match java-config-1 -L 2006-09-21 01:57 Joshua Nichols * src/java-config-2: Added messages for when setting user/system vm. 2006-09-19 21:29 Joshua Nichols * make-release, setup.py, src/java_config/__init__.py: Updated version. Fixed make-release so it fixes __init__.py to have right version. 2006-09-19 03:55 Joshua Nichols * src/java-config-2: Added --tools to java-config-2 2006-09-19 03:42 Joshua Nichols * src/run-java-tool: Added saner error message for when a tool isn't available. 2006-09-19 03:12 Joshua Nichols * src/eselect/java-nsplugin.eselect: Use a slightly smarter way of checking multilibness 2006-09-19 02:44 Joshua Nichols * src/eselect/java-nsplugin.eselect: Minor fixes. 2006-09-19 02:17 Joshua Nichols * src/eselect/java-nsplugin.eselect: Updated java-nsplugin.eselect to support multilib stuff. 2006-09-14 19:43 Vlastimil Babka * src/java_config/EnvironmentManager.py: Rewrite code depending on python 2.4 wrt bug #147594. 2006-09-12 14:07 Vlastimil Babka * src/gjl: Fix the previous change for cases when CLASSPATH is completely unset. 2006-09-08 20:27 Vlastimil Babka * src/gjl: Honour CLASSPATH environment variable, to fix bug #146870 2006-09-08 18:49 Joshua Nichols * setup.py: Updated version. 2006-09-08 06:14 Vlastimil Babka * src/eselect/java-vm.eselect, src/java-config-2, src/java_config/EnvironmentManager.py: Give nice error message instead of traceback if trying to set system/user vm symlink over existing non-symlink file/directory. Fixes bug #140926 2006-09-07 23:40 Vlastimil Babka * src/gjl: Remove the dep class/library path stuff from gjl, make it use java-config functionality where it was moved to in previous commit. 2006-09-07 23:21 Vlastimil Babka * src/java-config-2, src/java_config/EnvironmentManager.py: Added -d (--with-dependencies) trigger for --library and --classpath calls. 2006-09-07 21:23 Vlastimil Babka * config/symlink-tools: Added apt (annotation processing tool) into run-java-tool's symlinks. 2006-09-07 20:49 Vlastimil Babka * config/jdk.conf: Replaced http://some.where with link to gentoo java guide. 2006-09-06 11:03 Vlastimil Babka * src/java_config/EnvironmentManager.py: Leave out empty parts of package.env's CLASSPATH (i.e. if CLASSPATH looks like ':/usr/share/junit/lib/junit.jar:', omit the ':'s) to behave like java-config-1 and prevent breakages of eclass jar-from and friends functions with packages merged long-ago which apparently can have those stray ':'s. 2006-08-25 04:04 Joshua Nichols * src/java-config-2.profiled: Updates to java-config-2, to export JAVAC, JDK_HOME 2006-08-24 14:48 Joshua Nichols * src/java-config-2.profiled: Added profile.d file 2006-08-24 14:46 Joshua Nichols * src/eselect/java-nsplugin.eselect: Applied java-config-2.0.26-nsplugin_ls_stderr.patch 2006-08-24 14:46 Joshua Nichols * config/symlink-tools: Applied java-config-2.0.26-jconsole.patch 2006-08-24 00:52 Joshua Nichols * src/java_config/EnvironmentManager.py: Patch to fix bug #144856. 2006-08-10 00:07 Joshua Nichols * .: Moved axxo branch to trunk. 2006-07-17 20:20 Joshua Nichols * Moved java-config into projects. 2006-07-07 02:25 Joshua Nichols * Updated setup.py for version 2006-07-07 02:19 Joshua Nichols * Patch from caster for better error handling. 2006-07-07 02:17 Joshua Nichols * Allow vm to be set by number 2006-07-03 17:13 Joshua Nichols * Added fix to correctly mark current plugin. 2006-06-30 12:06 Joshua Nichols * Added java-nsplugin.eselect 2006-06-28 14:25 Joshua Nichols * Updates and tweaks to run-java-tool. 2006-06-28 13:33 Joshua Nichols * Undoing unintentional changes 2006-06-28 13:29 Joshua Nichols * Renamed java-config.1 to java-config-2.1, and updated setup.py accordingly. 2006-06-24 22:26 Joshua Nichols * Applied a forgotten patch. 2006-06-24 18:55 Joshua Nichols * Updated setup.py to reflect eselect rename. 2006-06-24 18:34 Joshua Nichols * Renamed java to java-vm. 2006-05-02 03:50 Joshua Nichols * Moved java-config to java-config-2, and updated to reflect it. Updated version to 2.0.22. 2006-05-02 03:44 Joshua Nichols * Cosmetic fixes 2006-03-24 13:56 Joshua Nichols * Some fixes regarding the version number. 2006-02-08 01:42 Joshua Nichols * Made a number of changes needed for migration-overlay. 2006-01-26 13:40 Thomas Matthijs * remove me 2005-12-25 19:02 Thomas Matthijs * add some useless comments, and make it python-updater proof 2005-12-25 10:00 Thomas Matthijs * dont default to ecj 2005-11-26 16:07 Petteri Räty * Documented --library in the man page. 2005-11-22 13:26 Thomas Matthijs * stupid stupid 2005-11-14 16:34 Petteri Räty * java-config now outputs help when called without arguments. 2005-11-14 10:12 Thomas Matthijs * fix normpath 2005-11-14 10:02 Thomas Matthijs * fix -jar stuff 2005-11-10 13:39 Thomas Matthijs * fix manual loc 2005-11-09 19:34 Petteri Räty * A little code cleanup. Hope it works. 2005-11-06 18:00 Thomas Matthijs * jre|jdk -> java 2005-11-06 17:55 Thomas Matthijs * jdk/jre-home is silly 2005-10-29 12:42 Thomas Matthijs * Dont assume uid 0 has super powers 2005-10-29 12:23 Thomas Matthijs * note 2005-10-26 08:01 Thomas Matthijs * for nichoj 2005-10-21 18:47 Thomas Matthijs * fix 2005-10-10 20:53 Thomas Matthijs * add example virtuals file 2005-10-10 20:50 Thomas Matthijs * virtual packages support 2005-10-09 18:09 Thomas Matthijs * Move location of the vm symlink, and symlink too JAVA_HOME 2005-09-25 20:18 Thomas Matthijs * ## 2005-09-24 18:43 Thomas Matthijs * updates 2005-09-24 00:06 Thomas Matthijs * 2.0.5 2005-09-23 20:53 Thomas Matthijs * i no longer think this was a good idea 2005-09-14 20:42 Thomas Matthijs * new java-config: saner launcher, still needs improving 2005-09-12 07:00 Thomas Matthijs * revert some of my previous changes 2005-09-11 14:29 Thomas Matthijs * Do not let --select_vm fallback onto system/user vm, exit with non-zero on error 2005-07-27 11:00 Thomas Matthijs * Complain loudly about vm files that are missing some vars 2005-07-26 22:16 Thomas Matthijs * fix argument passing 2005-07-24 19:46 Thomas Matthijs * config mask env.d/java 2005-07-24 10:50 Thomas Matthijs * gentoo_javacflags 2005-07-24 10:49 Thomas Matthijs * allow cwd too be changed 2005-07-24 10:49 Thomas Matthijs * bugfix on empty cp 2005-07-19 14:55 Thomas Matthijs * bugfix 2005-07-18 19:34 Thomas Matthijs * take into account GENTOO_VM when finding active vm 2005-07-16 19:57 Thomas Matthijs * spaces betwean args goood 2005-07-16 09:24 Thomas Matthijs * echo ran cmd 2005-07-16 09:23 Thomas Matthijs * add fallback on vm 2005-07-15 14:14 Thomas Matthijs * fix 2005-07-15 14:12 Thomas Matthijs * fix 2005-07-15 10:51 Thomas Matthijs * fix 2005-07-15 10:45 Thomas Matthijs * fix redirect 2005-07-12 18:52 Thomas Matthijs * fix fallback + allow jre+jdk provides 2005-07-12 15:10 Thomas Matthijs * nuke my blocker code, since portage doesnt support it in a way that is usefull 2005-07-12 12:59 Thomas Matthijs * prefix launcher vars/avoid collisions 2005-07-11 22:51 Thomas Matthijs * bugfix 2005-07-11 22:31 Thomas Matthijs * handle versions better 2005-07-11 19:49 Thomas Matthijs * getjar 2005-07-10 14:39 Thomas Matthijs * bugfix: find_vm didn't check vm type 2005-07-10 13:20 Thomas Matthijs * undo last commit 2005-07-10 13:13 Thomas Matthijs * fix bug where it would print empty line when pkg can't be found 2005-07-09 01:21 Thomas Matthijs * add some deprecation notices 2005-07-08 22:29 Thomas Matthijs * Lotsa classpath fixes, make it actualy work 2005-07-08 20:17 Thomas Matthijs * change help output to make sense 2005-07-08 20:14 Thomas Matthijs * bugfix 2005-07-08 20:06 Thomas Matthijs * bug fix 2005-07-08 19:52 Thomas Matthijs * sort jdk/jre 2005-07-08 14:52 Thomas Matthijs * fix bug 2005-07-08 13:11 Thomas Matthijs * welcome launcher (needs some cleaning but 'works') 2005-07-07 18:05 Thomas Matthijs * oeps, comment debug code 2005-07-07 18:04 Thomas Matthijs * fix bug i introduced 2005-07-07 14:19 Thomas Matthijs * fix imports, and get_active_vm 2005-07-07 13:46 Thomas Matthijs * exit 1 on failure 2005-07-07 11:53 Thomas Matthijs * Group file parser, rename versioantor to versionmanager 2005-07-04 18:41 Thomas Matthijs * id -u ->> 2005-07-04 18:35 Thomas Matthijs * change user|system args to show/set too be more the eselect way 2005-07-04 12:07 Thomas Matthijs * eselect module to switch system and user vm 2005-07-04 10:57 Thomas Matthijs * fix symlink creation to work for user-vm 2005-07-03 23:15 Thomas Matthijs * simple lil script to make a rls 2005-07-03 22:59 Thomas Matthijs * update paths for symlink things 2005-07-03 22:01 Thomas Matthijs * bah i'm making a mess :((( no sleep == bad, added symlink stuff in previous rev, there files where missing 2005-07-03 22:00 Thomas Matthijs * remove symlink branch 2005-07-03 16:34 Thomas Matthijs * nuke run-java-tool 2005-07-03 14:08 Thomas Matthijs * typo 2005-07-03 14:04 Thomas Matthijs * cleanup 2005-07-03 14:03 Thomas Matthijs * group env-update calls 2005-07-03 13:56 Thomas Matthijs * fix classpath setting 2005-07-03 13:41 Thomas Matthijs * remove some code duplication 2005-07-03 13:24 Thomas Matthijs * bye 2005-07-02 12:41 Thomas Matthijs * catch some exceptions for when the active vm can't be found 2005-07-02 11:41 Thomas Matthijs * make sure line is stripped, and change the loop a bit 2005-07-02 11:14 Thomas Matthijs * Split on the first occurence of = 2005-07-01 20:49 Thomas Matthijs * runtime stuff 2005-07-01 14:58 Thomas Matthijs * dont import java_config 2005-06-30 14:50 Thomas Matthijs * add option to select a diffrend-vm 2005-06-30 14:21 Thomas Matthijs * more style fixes 2005-06-30 13:56 Thomas Matthijs * 4spaces are way better then 3 2005-06-30 13:40 Thomas Matthijs * Only load what is needed when it is needed, store the active vm in the envmanagaer 2005-06-30 13:39 Thomas Matthijs * format fix 2005-06-28 09:22 Thomas Matthijs * handle wrong deps better 2005-06-24 19:28 Thomas Matthijs * added todo 2005-06-23 11:26 Thomas Matthijs * change how things are displayed a bit 2005-06-23 11:26 Thomas Matthijs * make name/file functions actualy work and not get overriden by the string objects 2005-06-22 19:54 Thomas Matthijs * remove debug statement 2005-06-22 19:50 Thomas Matthijs * fix vm selection bug(code needs some cleanup) 2005-06-21 22:44 Thomas Matthijs * have wildcards now 2005-06-21 22:20 Thomas Matthijs * willcards 2005-06-21 21:25 Thomas Matthijs * formatting fix, and allow wildcards in prefs 2005-06-21 16:16 Thomas Matthijs * move things around a bit more ;) 2005-06-21 16:11 Thomas Matthijs * cleanup - move authors to AUTHORS, update copy right, move Changelog to ChangeLog 2005-06-21 15:42 Thomas Matthijs * should have working get_vm with prefernses now 2005-06-21 15:41 Thomas Matthijs * str the message, so the iteration always works 2005-06-20 23:34 Thomas Matthijs * config files 2005-06-20 23:22 Thomas Matthijs * kill more deploy 2005-06-20 21:41 Thomas Matthijs * mainly commiting for structure changes, things don't work yet 2005-06-20 21:10 Thomas Matthijs * copy of trunk -r 190 2005-06-19 12:36 Thomas Matthijs * too everyone reading this, sleepy axxo says hi 2005-06-19 12:35 Thomas Matthijs * catch exception in callback 2005-06-19 00:02 Thomas Matthijs * print output of env-update 2005-06-18 23:51 Thomas Matthijs * correct the way env-update is run, add a general exception caller around the option parsers so we catch all errors, removed /etc/.java hack 2005-06-18 23:49 Thomas Matthijs * extend Exception 2005-06-18 15:34 Thomas Matthijs * add -E to shebang 2005-06-18 15:29 Thomas Matthijs * copied manual/tarball.sh from java-config cvs, made a java_config module, stole the setup.py so we can easily create a snapshort 2005-04-22 04:09 Saleem Abdulrasool * Updates to Preference Manager -- this may be all that is needed for the time being for 1.5 unmasking 2005-04-21 02:57 Saleem Abdulrasool * Preferences Management Code --- Tree is broken 2005-04-19 18:28 Saleem Abdulrasool * Removed #!/usr/bin/python from files; these are not executables! 2005-04-19 15:30 Saleem Abdulrasool * Reverting to the proper #!/usr/bin/python 2005-04-09 19:46 Saleem Abdulrasool * Nicer message 2005-04-09 19:43 Saleem Abdulrasool * Dont die silently! 2005-04-09 18:49 Saleem Abdulrasool * More fixes :-p 2005-04-09 18:47 Saleem Abdulrasool * Fixing OutputFormatter 2005-04-09 18:38 Saleem Abdulrasool * Fixing dropped -E 2005-04-09 18:34 Saleem Abdulrasool * Updated to callbacks 2005-03-19 21:51 Saleem Abdulrasool * Render touchups! 2005-03-19 21:47 Saleem Abdulrasool * Fixing the goofy mistakes 2005-03-12 22:38 Saleem Abdulrasool * All options are now implemented! 2005-03-12 00:11 Saleem Abdulrasool * Wee cleaning the classpaths! 2005-03-05 22:39 Saleem Abdulrasool * More fixing 2005-03-05 22:33 Saleem Abdulrasool * Yey! I broke it and fixed it all on my own! :-d 2005-03-05 22:15 Saleem Abdulrasool * Oh the joys of breaking things -- time to see what I can break now :-d 2005-02-22 02:01 Saleem Abdulrasool * Modified JavaErrors calls Removed unneeded import in Package.py 2005-02-13 18:54 Saleem Abdulrasool * Fixes from axxo 2005-02-13 17:20 Saleem Abdulrasool * imports 2005-02-13 17:18 Saleem Abdulrasool * Fixed minor issue with setting the user vm; added library functionality from axxo; cleaned up path usage; added more TODOs 2005-02-13 07:09 Saleem Abdulrasool * Added broken -s support; Need to determine if user is running csh' or sh' and set vm options appropriately 2005-02-13 02:42 Saleem Abdulrasool * More Fixes! -g fixed 2005-02-13 02:17 Saleem Abdulrasool * More fixes!! -P works too now, I think -- well in default mode atleast 2005-02-13 01:18 Saleem Abdulrasool * aye, stuid commas 2005-02-13 00:44 Saleem Abdulrasool * Fixing more boogs, Bug #22390 Resolved 2005-02-12 17:49 Saleem Abdulrasool * Replicate old java-config behavior 2005-02-12 17:44 Saleem Abdulrasool * OutputFormatter is hungry, it wants spaces, so gave it some food :-p 2005-02-12 17:42 Saleem Abdulrasool * Speeling Error! 2005-02-12 17:33 Saleem Abdulrasool * Replicating old behavior 2005-02-12 06:10 Saleem Abdulrasool * -p functional 2005-02-12 04:10 Saleem Abdulrasool * java-config -L fixed!! 2005-02-11 19:35 Saleem Abdulrasool * java-config -L broken, -l added 2005-02-11 18:41 Saleem Abdulrasool * -g added 2005-02-11 05:43 Saleem Abdulrasool * Updates galore 2005-02-10 17:49 Saleem Abdulrasool * OutputFormatter now does '% ' as % for axxo ;-) 2005-02-10 12:17 Thomas Matthijs * get_vm: machine is a str now 2005-02-09 23:05 Saleem Abdulrasool * Stupid JAVA WS 2005-02-09 22:40 Saleem Abdulrasool * More stuff 2005-02-09 22:28 Saleem Abdulrasool * Removed VM validity checking; Fixed consistency with previous behavior on SET WM 2005-02-09 22:23 Saleem Abdulrasool * I swear I didnt bork it! 2005-02-09 20:22 Thomas Matthijs * make set_vm and valid_vm work on a vm 2005-02-09 19:22 Saleem Abdulrasool * axxo++; .isdigit exception prevention 2005-02-09 18:59 Saleem Abdulrasool * syntax errors-- 2005-02-09 18:48 Saleem Abdulrasool * axxo++ 2005-02-09 18:36 Saleem Abdulrasool * Removed Exception Logic 2005-02-09 17:59 Saleem Abdulrasool * axxo++ 2005-02-09 17:20 Saleem Abdulrasool * Fixing bug #60606 2005-02-07 22:59 Saleem Abdulrasool * More updates to env stuff! 2005-02-06 13:02 Thomas Matthijs * tweak what is put in the env file 2005-02-05 17:29 Saleem Abdulrasool * More Updates! 2005-02-04 23:53 Saleem Abdulrasool * Resolving bug #60606 2005-02-04 23:16 Saleem Abdulrasool * More fixes 2005-02-04 23:04 Saleem Abdulrasool * Added alerts. 2005-02-04 22:45 Saleem Abdulrasool * Added the env file that the script expects (minor changes to the existing ones 2005-02-04 22:33 Saleem Abdulrasool * Look mama! I can set the system VM!! 2005-02-04 19:01 Saleem Abdulrasool * Fix a stupid testing thing 2005-02-04 18:12 Saleem Abdulrasool * Ladies and germs, we now have the ability to validate VMs!! 2005-01-12 21:04 Saleem Abdulrasool * Java VM Listing enabled :-d 2005-01-09 23:40 Saleem Abdulrasool * List the VMs ye mighty and grand java-config! 2005-01-09 22:22 Saleem Abdulrasool * java-config --exec sexiness! 2005-01-09 21:50 Saleem Abdulrasool * Moved java-config.py to java-config; We not have a vm list inside the EnvMgr! :-d 2005-01-05 18:39 Saleem Abdulrasool * Attempt at "gentooization" of classes 2005-01-04 23:26 Saleem Abdulrasool * Updated email address 2005-01-04 23:08 Karl Trygve Kalleberg * Moved outside the portree. 2005-01-03 07:57 Saleem Abdulrasool * Added support for JRE_HOME and JDK_HOME 2005-01-03 06:36 Saleem Abdulrasool * JavaExceptions.py : Initial Import 2005-01-03 06:33 Saleem Abdulrasool * EnvironmentManager : FindExec java-config : Added functionality to find the java{c?} executables OutputFormatter : _PrintError functionality 2005-01-03 00:42 Saleem Abdulrasool * Updated Environment File list; Fixes search path 2005-01-03 00:27 Saleem Abdulrasool * Initial svn import