From a2bdeb6b3819cc35f135a557224c612c2dd9b904 Mon Sep 17 00:00:00 2001 From: Alistair Bush Date: Sat, 23 May 2009 08:13:30 +0000 Subject: Updated version svn path=/projects/java-config-2/trunk/; revision=7787 --- ChangeLog | 678 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 473 insertions(+), 205 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06f4235..4cade89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,273 @@ +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 @@ -635,819 +905,817 @@ 2006-07-17 20:20 Joshua Nichols - * : Moved java-config into projects. + * Moved java-config into projects. 2006-07-07 02:25 Joshua Nichols - * : Updated setup.py for version + * Updated setup.py for version 2006-07-07 02:19 Joshua Nichols - * : Patch from caster for better error handling. + * Patch from caster for better error handling. 2006-07-07 02:17 Joshua Nichols - * : Allow vm to be set by number + * Allow vm to be set by number 2006-07-03 17:13 Joshua Nichols - * : Added fix to correctly mark current plugin. + * Added fix to correctly mark current plugin. 2006-06-30 12:06 Joshua Nichols - * : Added java-nsplugin.eselect + * Added java-nsplugin.eselect 2006-06-28 14:25 Joshua Nichols - * : Updates and tweaks to run-java-tool. + * Updates and tweaks to run-java-tool. 2006-06-28 13:33 Joshua Nichols - * : Undoing unintentional changes + * Undoing unintentional changes 2006-06-28 13:29 Joshua Nichols - * : Renamed java-config.1 to java-config-2.1, and updated setup.py + * 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. + * Applied a forgotten patch. 2006-06-24 18:55 Joshua Nichols - * : Updated setup.py to reflect eselect rename. + * Updated setup.py to reflect eselect rename. 2006-06-24 18:34 Joshua Nichols - * : Renamed java to java-vm. + * Renamed java to java-vm. 2006-05-02 03:50 Joshua Nichols - * : Moved java-config to java-config-2, and updated to reflect it. + * 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 + * Cosmetic fixes 2006-03-24 13:56 Joshua Nichols - * : Some fixes regarding the version number. + * Some fixes regarding the version number. 2006-02-08 01:42 Joshua Nichols - * : Made a number of changes needed for migration-overlay. + * Made a number of changes needed for migration-overlay. 2006-01-26 13:40 Thomas Matthijs - * : remove me + * remove me 2005-12-25 19:02 Thomas Matthijs - * : add some useless comments, and make it python-updater proof + * add some useless comments, and make it python-updater proof 2005-12-25 10:00 Thomas Matthijs - * : dont default to ecj + * dont default to ecj 2005-11-26 16:07 Petteri Räty - * : Documented --library in the man page. + * Documented --library in the man page. 2005-11-22 13:26 Thomas Matthijs - * : stupid stupid + * stupid stupid 2005-11-14 16:34 Petteri Räty - * : java-config now outputs help when called without arguments. + * java-config now outputs help when called without arguments. 2005-11-14 10:12 Thomas Matthijs - * : fix normpath + * fix normpath 2005-11-14 10:02 Thomas Matthijs - * : fix -jar stuff + * fix -jar stuff 2005-11-10 13:39 Thomas Matthijs - * : fix manual loc + * fix manual loc 2005-11-09 19:34 Petteri Räty - * : A little code cleanup. Hope it works. + * A little code cleanup. Hope it works. 2005-11-06 18:00 Thomas Matthijs - * : jre|jdk -> java + * jre|jdk -> java 2005-11-06 17:55 Thomas Matthijs - * : jdk/jre-home is silly + * jdk/jre-home is silly 2005-10-29 12:42 Thomas Matthijs - * : Dont assume uid 0 has super powers + * Dont assume uid 0 has super powers 2005-10-29 12:23 Thomas Matthijs - * : note + * note 2005-10-26 08:01 Thomas Matthijs - * : for nichoj + * for nichoj 2005-10-21 18:47 Thomas Matthijs - * : fix + * fix 2005-10-10 20:53 Thomas Matthijs - * : add example virtuals file + * add example virtuals file 2005-10-10 20:50 Thomas Matthijs - * : virtual packages support + * virtual packages support 2005-10-09 18:09 Thomas Matthijs - * : Move location of the vm symlink, and symlink too JAVA_HOME + * 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 + * updates 2005-09-24 00:06 Thomas Matthijs - * : 2.0.5 + * 2.0.5 2005-09-23 20:53 Thomas Matthijs - * : i no longer think this was a good idea + * i no longer think this was a good idea 2005-09-14 20:42 Thomas Matthijs - * : new java-config: saner launcher, still needs improving + * new java-config: saner launcher, still needs improving 2005-09-12 07:00 Thomas Matthijs - * : revert some of my previous changes + * 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 + * 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 + * Complain loudly about vm files that are missing some vars 2005-07-26 22:16 Thomas Matthijs - * : fix argument passing + * fix argument passing 2005-07-24 19:46 Thomas Matthijs - * : config mask env.d/java + * config mask env.d/java 2005-07-24 10:50 Thomas Matthijs - * : gentoo_javacflags + * gentoo_javacflags 2005-07-24 10:49 Thomas Matthijs - * : allow cwd too be changed + * allow cwd too be changed 2005-07-24 10:49 Thomas Matthijs - * : bugfix on empty cp + * bugfix on empty cp 2005-07-19 14:55 Thomas Matthijs - * : bugfix + * bugfix 2005-07-18 19:34 Thomas Matthijs - * : take into account GENTOO_VM when finding active vm + * take into account GENTOO_VM when finding active vm 2005-07-16 19:57 Thomas Matthijs - * : spaces betwean args goood + * spaces betwean args goood 2005-07-16 09:24 Thomas Matthijs - * : echo ran cmd + * echo ran cmd 2005-07-16 09:23 Thomas Matthijs - * : add fallback on vm + * add fallback on vm 2005-07-15 14:14 Thomas Matthijs - * : fix + * fix 2005-07-15 14:12 Thomas Matthijs - * : fix + * fix 2005-07-15 10:51 Thomas Matthijs - * : fix + * fix 2005-07-15 10:45 Thomas Matthijs - * : fix redirect + * fix redirect 2005-07-12 18:52 Thomas Matthijs - * : fix fallback + allow jre+jdk provides + * 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 + * 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 + * prefix launcher vars/avoid collisions 2005-07-11 22:51 Thomas Matthijs - * : bugfix + * bugfix 2005-07-11 22:31 Thomas Matthijs - * : handle versions better + * handle versions better 2005-07-11 19:49 Thomas Matthijs - * : getjar + * getjar 2005-07-10 14:39 Thomas Matthijs - * : bugfix: find_vm didn't check vm type + * bugfix: find_vm didn't check vm type 2005-07-10 13:20 Thomas Matthijs - * : undo last commit + * undo last commit 2005-07-10 13:13 Thomas Matthijs - * : fix bug where it would print empty line when pkg can't be found + * 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 + * add some deprecation notices 2005-07-08 22:29 Thomas Matthijs - * : Lotsa classpath fixes, make it actualy work + * Lotsa classpath fixes, make it actualy work 2005-07-08 20:17 Thomas Matthijs - * : change help output to make sense + * change help output to make sense 2005-07-08 20:14 Thomas Matthijs - * : bugfix + * bugfix 2005-07-08 20:06 Thomas Matthijs - * : bug fix + * bug fix 2005-07-08 19:52 Thomas Matthijs - * : sort jdk/jre + * sort jdk/jre 2005-07-08 14:52 Thomas Matthijs - * : fix bug + * fix bug 2005-07-08 13:11 Thomas Matthijs - * : welcome launcher (needs some cleaning but 'works') + * welcome launcher (needs some cleaning but 'works') 2005-07-07 18:05 Thomas Matthijs - * : oeps, comment debug code + * oeps, comment debug code 2005-07-07 18:04 Thomas Matthijs - * : fix bug i introduced + * fix bug i introduced 2005-07-07 14:19 Thomas Matthijs - * : fix imports, and get_active_vm + * fix imports, and get_active_vm 2005-07-07 13:46 Thomas Matthijs - * : exit 1 on failure + * exit 1 on failure 2005-07-07 11:53 Thomas Matthijs - * : Group file parser, rename versioantor to versionmanager + * Group file parser, rename versioantor to versionmanager 2005-07-04 18:41 Thomas Matthijs - * : id -u ->> + * id -u ->> 2005-07-04 18:35 Thomas Matthijs - * : change user|system args to show/set too be more the eselect way + * 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 + * eselect module to switch system and user vm 2005-07-04 10:57 Thomas Matthijs - * : fix symlink creation to work for user-vm + * fix symlink creation to work for user-vm 2005-07-03 23:15 Thomas Matthijs - * : simple lil script to make a rls + * simple lil script to make a rls 2005-07-03 22:59 Thomas Matthijs - * : update paths for symlink things + * update paths for symlink things 2005-07-03 22:01 Thomas Matthijs - * : bah i'm making a mess :((( no sleep == bad, added symlink stuff + * 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 + * remove symlink branch 2005-07-03 16:34 Thomas Matthijs - * : nuke run-java-tool + * nuke run-java-tool 2005-07-03 14:08 Thomas Matthijs - * : typo + * typo 2005-07-03 14:04 Thomas Matthijs - * : cleanup + * cleanup 2005-07-03 14:03 Thomas Matthijs - * : group env-update calls + * group env-update calls 2005-07-03 13:56 Thomas Matthijs - * : fix classpath setting + * fix classpath setting 2005-07-03 13:41 Thomas Matthijs - * : remove some code duplication + * remove some code duplication 2005-07-03 13:24 Thomas Matthijs - * : bye + * bye 2005-07-02 12:41 Thomas Matthijs - * : catch some exceptions for when the active vm can't be found + * 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 + * make sure line is stripped, and change the loop a bit 2005-07-02 11:14 Thomas Matthijs - * : Split on the first occurence of = + * Split on the first occurence of = 2005-07-01 20:49 Thomas Matthijs - * : runtime stuff + * runtime stuff 2005-07-01 14:58 Thomas Matthijs - * : dont import java_config + * dont import java_config 2005-06-30 14:50 Thomas Matthijs - * : add option to select a diffrend-vm + * add option to select a diffrend-vm 2005-06-30 14:21 Thomas Matthijs - * : more style fixes + * more style fixes 2005-06-30 13:56 Thomas Matthijs - * : 4spaces are way better then 3 + * 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 + * 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 + * format fix 2005-06-28 09:22 Thomas Matthijs - * : handle wrong deps better + * handle wrong deps better 2005-06-24 19:28 Thomas Matthijs - * : added todo + * added todo 2005-06-23 11:26 Thomas Matthijs - * : change how things are displayed a bit + * 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 + * make name/file functions actualy work and not get overriden by the string objects 2005-06-22 19:54 Thomas Matthijs - * : remove debug statement + * remove debug statement 2005-06-22 19:50 Thomas Matthijs - * : fix vm selection bug(code needs some cleanup) + * fix vm selection bug(code needs some cleanup) 2005-06-21 22:44 Thomas Matthijs - * : have wildcards now + * have wildcards now 2005-06-21 22:20 Thomas Matthijs - * : willcards + * willcards 2005-06-21 21:25 Thomas Matthijs - * : formatting fix, and allow wildcards in prefs + * formatting fix, and allow wildcards in prefs 2005-06-21 16:16 Thomas Matthijs - * : move things around a bit more ;) + * move things around a bit more ;) 2005-06-21 16:11 Thomas Matthijs - * : cleanup - move authors to AUTHORS, update copy right, move + * 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 + * should have working get_vm with prefernses now 2005-06-21 15:41 Thomas Matthijs - * : str the message, so the iteration always works + * str the message, so the iteration always works 2005-06-20 23:34 Thomas Matthijs - * : config files + * config files 2005-06-20 23:22 Thomas Matthijs - * : kill more deploy + * kill more deploy 2005-06-20 21:41 Thomas Matthijs - * : mainly commiting for structure changes, things don't work yet + * mainly commiting for structure changes, things don't work yet 2005-06-20 21:10 Thomas Matthijs - * : copy of trunk -r 190 + * copy of trunk -r 190 2005-06-19 12:36 Thomas Matthijs - * : too everyone reading this, sleepy axxo says hi + * too everyone reading this, sleepy axxo says hi 2005-06-19 12:35 Thomas Matthijs - * : catch exception in callback + * catch exception in callback 2005-06-19 00:02 Thomas Matthijs - * : print output of env-update + * 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 + * 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 + * extend Exception 2005-06-18 15:34 Thomas Matthijs - * : add -E to shebang + * 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 + * 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 + * 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 + * Preferences Management Code --- Tree is broken 2005-04-19 18:28 Saleem Abdulrasool - * : Removed #!/usr/bin/python from files; these are not - executables! + * Removed #!/usr/bin/python from files; these are not executables! 2005-04-19 15:30 Saleem Abdulrasool - * : Reverting to the proper #!/usr/bin/python + * Reverting to the proper #!/usr/bin/python 2005-04-09 19:46 Saleem Abdulrasool - * : Nicer message + * Nicer message 2005-04-09 19:43 Saleem Abdulrasool - * : Dont die silently! + * Dont die silently! 2005-04-09 18:49 Saleem Abdulrasool - * : More fixes :-p + * More fixes :-p 2005-04-09 18:47 Saleem Abdulrasool - * : Fixing OutputFormatter + * Fixing OutputFormatter 2005-04-09 18:38 Saleem Abdulrasool - * : Fixing dropped -E + * Fixing dropped -E 2005-04-09 18:34 Saleem Abdulrasool - * : Updated to callbacks + * Updated to callbacks 2005-03-19 21:51 Saleem Abdulrasool - * : Render touchups! + * Render touchups! 2005-03-19 21:47 Saleem Abdulrasool - * : Fixing the goofy mistakes + * Fixing the goofy mistakes 2005-03-12 22:38 Saleem Abdulrasool - * : All options are now implemented! + * All options are now implemented! 2005-03-12 00:11 Saleem Abdulrasool - * : Wee cleaning the classpaths! + * Wee cleaning the classpaths! 2005-03-05 22:39 Saleem Abdulrasool - * : More fixing + * More fixing 2005-03-05 22:33 Saleem Abdulrasool - * : Yey! I broke it and fixed it all on my own! :-d + * 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 + * 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 + * Modified JavaErrors calls Removed unneeded import in Package.py 2005-02-13 18:54 Saleem Abdulrasool - * : Fixes from axxo + * Fixes from axxo 2005-02-13 17:20 Saleem Abdulrasool - * : imports + * imports 2005-02-13 17:18 Saleem Abdulrasool - * : Fixed minor issue with setting the user vm; added library + * 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 + * 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 + * More Fixes! -g fixed 2005-02-13 02:17 Saleem Abdulrasool - * : More fixes!! -P works too now, I think -- well in default mode + * More fixes!! -P works too now, I think -- well in default mode atleast 2005-02-13 01:18 Saleem Abdulrasool - * : aye, stuid commas + * aye, stuid commas 2005-02-13 00:44 Saleem Abdulrasool - * : Fixing more boogs, Bug #22390 Resolved + * Fixing more boogs, Bug #22390 Resolved 2005-02-12 17:49 Saleem Abdulrasool - * : Replicate old java-config behavior + * Replicate old java-config behavior 2005-02-12 17:44 Saleem Abdulrasool - * : OutputFormatter is hungry, it wants spaces, so gave it some - food :-p + * OutputFormatter is hungry, it wants spaces, so gave it some food + :-p 2005-02-12 17:42 Saleem Abdulrasool - * : Speeling Error! + * Speeling Error! 2005-02-12 17:33 Saleem Abdulrasool - * : Replicating old behavior + * Replicating old behavior 2005-02-12 06:10 Saleem Abdulrasool - * : -p functional + * -p functional 2005-02-12 04:10 Saleem Abdulrasool - * : java-config -L fixed!! + * java-config -L fixed!! 2005-02-11 19:35 Saleem Abdulrasool - * : java-config -L broken, -l added + * java-config -L broken, -l added 2005-02-11 18:41 Saleem Abdulrasool - * : -g added + * -g added 2005-02-11 05:43 Saleem Abdulrasool - * : Updates galore + * Updates galore 2005-02-10 17:49 Saleem Abdulrasool - * : OutputFormatter now does '% ' as % for axxo ;-) + * OutputFormatter now does '% ' as % for axxo ;-) 2005-02-10 12:17 Thomas Matthijs - * : get_vm: machine is a str now + * get_vm: machine is a str now 2005-02-09 23:05 Saleem Abdulrasool - * : Stupid JAVA WS + * Stupid JAVA WS 2005-02-09 22:40 Saleem Abdulrasool - * : More stuff + * More stuff 2005-02-09 22:28 Saleem Abdulrasool - * : Removed VM validity checking; Fixed consistency with previous + * 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! + * I swear I didnt bork it! 2005-02-09 20:22 Thomas Matthijs - * : make set_vm and valid_vm work on a vm + * make set_vm and valid_vm work on a vm 2005-02-09 19:22 Saleem Abdulrasool - * : axxo++; .isdigit exception prevention + * axxo++; .isdigit exception prevention 2005-02-09 18:59 Saleem Abdulrasool - * : syntax errors-- + * syntax errors-- 2005-02-09 18:48 Saleem Abdulrasool - * : axxo++ + * axxo++ 2005-02-09 18:36 Saleem Abdulrasool - * : Removed Exception Logic + * Removed Exception Logic 2005-02-09 17:59 Saleem Abdulrasool - * : axxo++ + * axxo++ 2005-02-09 17:20 Saleem Abdulrasool - * : Fixing bug #60606 + * Fixing bug #60606 2005-02-07 22:59 Saleem Abdulrasool - * : More updates to env stuff! + * More updates to env stuff! 2005-02-06 13:02 Thomas Matthijs - * : tweak what is put in the env file + * tweak what is put in the env file 2005-02-05 17:29 Saleem Abdulrasool - * : More Updates! + * More Updates! 2005-02-04 23:53 Saleem Abdulrasool - * : Resolving bug #60606 + * Resolving bug #60606 2005-02-04 23:16 Saleem Abdulrasool - * : More fixes + * More fixes 2005-02-04 23:04 Saleem Abdulrasool - * : Added alerts. + * Added alerts. 2005-02-04 22:45 Saleem Abdulrasool - * : Added the env file that the script expects (minor changes to - the existing ones + * 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!! + * Look mama! I can set the system VM!! 2005-02-04 19:01 Saleem Abdulrasool - * : Fix a stupid testing thing + * Fix a stupid testing thing 2005-02-04 18:12 Saleem Abdulrasool - * : Ladies and germs, we now have the ability to validate VMs!! + * Ladies and germs, we now have the ability to validate VMs!! 2005-01-12 21:04 Saleem Abdulrasool - * : Java VM Listing enabled :-d + * Java VM Listing enabled :-d 2005-01-09 23:40 Saleem Abdulrasool - * : List the VMs ye mighty and grand java-config! + * List the VMs ye mighty and grand java-config! 2005-01-09 22:22 Saleem Abdulrasool - * : java-config --exec sexiness! + * 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 + * 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 + * Attempt at "gentooization" of classes 2005-01-04 23:26 Saleem Abdulrasool - * : Updated email address + * Updated email address 2005-01-04 23:08 Karl Trygve Kalleberg - * : Moved outside the portree. + * Moved outside the portree. 2005-01-03 07:57 Saleem Abdulrasool - * : Added support for JRE_HOME and JDK_HOME + * Added support for JRE_HOME and JDK_HOME 2005-01-03 06:36 Saleem Abdulrasool - * : JavaExceptions.py : Initial Import + * JavaExceptions.py : Initial Import 2005-01-03 06:33 Saleem Abdulrasool - * : EnvironmentManager : FindExec + * 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 + * Updated Environment File list; Fixes search path 2005-01-03 00:27 Saleem Abdulrasool - * : Initial svn import + * Initial svn import -- cgit v1.2.3-18-g5258