aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated version2.1.11Alistair Bush2010-04-281-1/+1
* Fixed issue with multi_provider virtuals where deep dep resolution wasn't bei...Alistair Bush2010-04-278-30/+52
* Try system-vm as a build VM before falling back to jdk-defaults.conf - bug #3...Vlastimil Babka2010-04-202-4/+22
* Support for package name globbing, bug #315123.Vlastimil Babka2010-04-201-2/+2
* Print build-only warnings only when a build-only vm is present. Bug #302109.Vlastimil Babka2010-04-132-7/+15
* #297687. Skip env variables.Alistair Bush2010-03-061-0/+4
* VersionManager greater-than comparison fix by Arfever.Vlastimil Babka2009-12-281-1/+1
* Remove failif call as its depreciated.Alistair Bush2009-12-251-1/+1
* Apply python3 patch 9 from Arfrever. Fixes unit tests with python 3. Thank y...Alistair Bush2009-12-251-1/+30
* Add test runner script to test build with python3. Currently fails.Alistair Bush2009-12-251-0/+2
* Apply python3 patch 8 from Arfrever. Fixes a unit testAlistair Bush2009-12-251-2/+17
* Apply python3 patch 7 from Arfrever. Trunk now broken until a few python3 is...Alistair Bush2009-12-253-3/+6
* Apply python3 patch 6 from ArfreverAlistair Bush2009-12-255-14/+14
* Apply python3 patch 5 from ArfreverAlistair Bush2009-12-254-10/+10
* Apply python3 patch 4 from ArfreverAlistair Bush2009-12-254-6/+2
* Apply python3 patch 3 from ArfreverAlistair Bush2009-12-253-5/+5
* Apply python3 patch 2 from ArfreverAlistair Bush2009-12-252-6/+6
* Apply python3 patch 1 from ArfreverAlistair Bush2009-12-256-18/+18
* Updated version.2.1.10Alistair Bush2009-12-061-1/+1
* Improve error messaging when we can't find a vm.Alistair Bush2009-12-031-6/+13
* Add check for when name is None or ''. This case means we have no preferenceAlistair Bush2009-11-291-1/+3
* Assign correct variable to highestAlistair Bush2009-11-291-2/+1
* Change VM matching to fix bug #288695, a user preference is not matched as a ...Vlastimil Babka2009-11-271-1/+4
* Added buildonly support to java-vm.eselect, improved VersionManager and wrote...Alistair Bush2009-11-268-150/+172
* Fix TypeErrorAlistair Bush2009-10-111-1/+3
* Moved get_needed_packages to VersionManager as it is used there as well.Alistair Bush2009-10-111-34/+0
* Parse whole dep tree for #161622.Alistair Bush2009-10-111-9/+63
* Possible fix for #161622. Doesn't inspect complete tree yet, only immediate d...Alistair Bush2009-10-115-5/+83
* bug fixesAlistair Bush2009-09-162-3/+6
* Updated version.2.1.9Alistair Bush2009-08-271-1/+1
* Improved message to be displayed to user running java-config -LAlistair Bush2009-08-261-4/+11
* Fixed bug #273284Alistair Bush2009-06-092-1/+6
* Add support for build only vm's and remove support for old style virtual supp...Alistair Bush2009-06-088-34/+50
* Updated version2.1.8Alistair Bush2009-05-231-1/+1
* Add support for virtual/[jdk|jre] deps in virtuals.Alistair Bush2009-05-216-0/+57
* Moved EnvironmentManager import to allow Virtuals to import VersionManager fu...Alistair Bush2009-05-211-1/+3
* Re-add print statement, with correct indentation and remove another unneeded ...Alistair Bush2009-05-022-1/+1
* remove debug print statementAlistair Bush2009-05-021-1/+0
* Add support for slotted java-virtuals.Alistair Bush2009-04-242-9/+5
* Add support for querying a packages package.envAlistair Bush2009-04-241-29/+61
* Add support for virtual/(jre|jdk):slot parsing.Alistair Bush2009-04-242-8/+24
* VersionManager unittests.Alistair Bush2009-03-011-2/+43
* Being adding more unittests.Alistair Bush2009-02-251-1/+15
* Updated unittests. Made unittests provide there own packages, vms, virtuals,...Alistair Bush2009-02-245-8/+62
* Remove commented out code and extra lines.Alistair Bush2009-02-241-11/+0
* Fix FormattingAlistair Bush2009-02-241-3/+3
* Updated to print all pass all possible providers to ProviderUnavailableErrorAlistair Bush2009-02-221-14/+10
* Fix bugs.Alistair Bush2009-02-222-12/+8
* Improving testsuites by making it more independent from the env.Alistair Bush2009-02-216-3/+43
* Add initial support for jdbc like virtuals. Which return all providers instea...Alistair Bush2009-02-215-38/+77