aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Try system-vm as a build VM before falling back to jdk-defaults.conf - bug ↵Vlastimil Babka2010-04-202-4/+22
| | | | | | #315039. svn path=/projects/java-config-2/trunk/; revision=8167
* Support for package name globbing, bug #315123.Vlastimil Babka2010-04-201-2/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=8166
* Print build-only warnings only when a build-only vm is present. Bug #302109.Vlastimil Babka2010-04-132-7/+15
| | | | svn path=/projects/java-config-2/trunk/; revision=8163
* #297687. Skip env variables.Alistair Bush2010-03-061-0/+4
| | | | svn path=/projects/java-config-2/trunk/; revision=8116
* setup.py fixes by Arfever - fixes repeated installs, typo and whitespaceVlastimil Babka2009-12-281-4/+7
| | | | svn path=/projects/java-config-2/trunk/; revision=8049
* VersionManager greater-than comparison fix by Arfever.Vlastimil Babka2009-12-281-1/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=8048
* Add arfrever to authors.Alistair Bush2009-12-251-0/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=8047
* Remove failif call as its depreciated.Alistair Bush2009-12-251-1/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=8046
* Apply python3 patch 9 from Arfrever. Fixes unit tests with python 3. Thank ↵Alistair Bush2009-12-251-1/+30
| | | | | | you Arfrever svn path=/projects/java-config-2/trunk/; revision=8045
* Add test runner script to test build with python3. Currently fails.Alistair Bush2009-12-251-0/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=8044
* Apply python3 patch 8 from Arfrever. Fixes a unit testAlistair Bush2009-12-251-2/+17
| | | | svn path=/projects/java-config-2/trunk/; revision=8043
* Apply python3 patch 7 from Arfrever. Trunk now broken until a few python3 ↵Alistair Bush2009-12-253-3/+6
| | | | | | issues are solved. svn path=/projects/java-config-2/trunk/; revision=8042
* Apply python3 patch 6 from ArfreverAlistair Bush2009-12-255-14/+14
| | | | svn path=/projects/java-config-2/trunk/; revision=8041
* Apply python3 patch 5 from ArfreverAlistair Bush2009-12-254-10/+10
| | | | svn path=/projects/java-config-2/trunk/; revision=8040
* Apply python3 patch 4 from ArfreverAlistair Bush2009-12-254-6/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=8039
* Apply python3 patch 3 from ArfreverAlistair Bush2009-12-253-5/+5
| | | | svn path=/projects/java-config-2/trunk/; revision=8038
* Apply python3 patch 2 from ArfreverAlistair Bush2009-12-252-6/+6
| | | | svn path=/projects/java-config-2/trunk/; revision=8037
* Apply python3 patch 1 from ArfreverAlistair Bush2009-12-256-18/+18
| | | | svn path=/projects/java-config-2/trunk/; revision=8036
* Updated version.2.1.10Alistair Bush2009-12-063-2/+74
| | | | svn path=/projects/java-config-2/trunk/; revision=8004
* Improve error messaging when we can't find a vm.Alistair Bush2009-12-031-6/+13
| | | | svn path=/projects/java-config-2/trunk/; revision=8000
* Add check for when name is None or ''. This case means we have no preferenceAlistair Bush2009-11-291-1/+3
| | | | svn path=/projects/java-config-2/trunk/; revision=7994
* Assign correct variable to highestAlistair Bush2009-11-291-2/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=7993
* Add icedtea6 and icedtea6-bin preferences.Vlastimil Babka2009-11-272-2/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=7990
* Change VM matching to fix bug #288695, a user preference is not matched as a ↵Vlastimil Babka2009-11-271-1/+4
| | | | | | 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. svn path=/projects/java-config-2/trunk/; revision=7989
* Added buildonly support to java-vm.eselect, improved VersionManager and ↵Alistair Bush2009-11-268-150/+172
| | | | | | wrote some tests. svn path=/projects/java-config-2/trunk/; revision=7987
* Fix TypeErrorAlistair Bush2009-10-111-1/+3
| | | | svn path=/projects/java-config-2/trunk/; revision=7932
* Moved get_needed_packages to VersionManager as it is used there as well.Alistair Bush2009-10-111-34/+0
| | | | svn path=/projects/java-config-2/trunk/; revision=7931
* Parse whole dep tree for #161622.Alistair Bush2009-10-111-9/+63
| | | | svn path=/projects/java-config-2/trunk/; revision=7930
* Possible fix for #161622. Doesn't inspect complete tree yet, only immediate ↵Alistair Bush2009-10-115-5/+83
| | | | | | dependencies. svn path=/projects/java-config-2/trunk/; revision=7929
* bug fixesAlistair Bush2009-09-162-3/+6
| | | | svn path=/projects/java-config-2/trunk/; revision=7910
* Updated version.2.1.9Alistair Bush2009-08-273-2/+25
| | | | svn path=/projects/java-config-2/trunk/; revision=7899
* Improved message to be displayed to user running java-config -LAlistair Bush2009-08-261-4/+11
| | | | svn path=/projects/java-config-2/trunk/; revision=7897
* Fixed bug #273284Alistair Bush2009-06-092-1/+6
| | | | svn path=/projects/java-config-2/trunk/; revision=7810
* Add support for build only vm's and remove support for old style virtual ↵Alistair Bush2009-06-088-34/+50
| | | | | | support. svn path=/projects/java-config-2/trunk/; revision=7809
* Updated version2.1.8Alistair Bush2009-05-234-207/+484
| | | | svn path=/projects/java-config-2/trunk/; revision=7787
* Add support for virtual/[jdk|jre] deps in virtuals.Alistair Bush2009-05-216-0/+57
| | | | svn path=/projects/java-config-2/trunk/; revision=7776
* Moved EnvironmentManager import to allow Virtuals to import VersionManager ↵Alistair Bush2009-05-211-1/+3
| | | | | | functionality. svn path=/projects/java-config-2/trunk/; revision=7775
* Re-add print statement, with correct indentation and remove another unneeded ↵Alistair Bush2009-05-022-1/+1
| | | | | | print. svn path=/projects/java-config-2/trunk/; revision=7737
* remove debug print statementAlistair Bush2009-05-021-1/+0
| | | | svn path=/projects/java-config-2/trunk/; revision=7735
* Add symlinks for all jdk/jre toolsAlistair Bush2009-04-251-0/+26
| | | | svn path=/projects/java-config-2/trunk/; revision=7723
* Add support for slotted java-virtuals.Alistair Bush2009-04-242-9/+5
| | | | svn path=/projects/java-config-2/trunk/; revision=7721
* Add support for querying a packages package.envAlistair Bush2009-04-241-29/+61
| | | | svn path=/projects/java-config-2/trunk/; revision=7718
* Add support for virtual/(jre|jdk):slot parsing.Alistair Bush2009-04-242-8/+24
| | | | svn path=/projects/java-config-2/trunk/; revision=7717
* Add file listing goals for a java-config rewrite.Petteri Räty2009-04-101-0/+11
| | | | svn path=/projects/java-config-2/trunk/; revision=7666
* VersionManager unittests.Alistair Bush2009-03-011-2/+43
| | | | svn path=/projects/java-config-2/trunk/; revision=7584
* Being adding more unittests.Alistair Bush2009-02-251-1/+15
| | | | svn path=/projects/java-config-2/trunk/; revision=7558
* Updated unittests. Made unittests provide there own packages, vms, ↵Alistair Bush2009-02-245-8/+62
| | | | | | virtuals, etc to provide known state to test against. svn path=/projects/java-config-2/trunk/; revision=7552
* Remove commented out code and extra lines.Alistair Bush2009-02-241-11/+0
| | | | svn path=/projects/java-config-2/trunk/; revision=7551
* Fix FormattingAlistair Bush2009-02-241-3/+3
| | | | svn path=/projects/java-config-2/trunk/; revision=7550
* Updated to print all pass all possible providers to ProviderUnavailableErrorAlistair Bush2009-02-221-14/+10
| | | | svn path=/projects/java-config-2/trunk/; revision=7549