aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* correctly handling java versions in class-version-verify.pyMiroslav Šulc2021-06-192-6/+14
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* fixed handling of module-info.classMiroslav Šulc2021-06-192-4/+9
| | | | | Closes: https://bugs.gentoo.org/742935 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* fixed a typoMiroslav Šulc2021-06-191-1/+1
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* https://bugs.gentoo.org/758716Volkmar W. Pogatzki2020-12-151-4/+4
| | | | | | | | Bug: https://bugs.gentoo.org/758716 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/javatoolkit/pull/2 Signed-off-by: Miroslav Šulc <fordfrog@fordfrog.com>
* allow expanding external entities through SAX parser.Arfrever Frehtes Taifersar Arahesis2020-11-053-11/+60
| | | | | | | | | | | | | | | | Python xml.sax module by default does not expand external entities since Python 3.6.7, 3.7.1 and 3.8.0: https://bugs.python.org/issue17239 3.6: https://github.com/python/cpython/commit/582d188e6e3487180891f1fc457a80dec8be26a8 3.7: https://github.com/python/cpython/commit/394e55a9279d17240ef6fe85d3b4ea3fe7b6dff5 3.8: https://github.com/python/cpython/commit/17b1d5d4e36aa57a9b25a0e694affbd1ee637e45 build.xml files may contain external entities resolving to other .xml files in given package. Closes: https://bugs.gentoo.org/698954 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* xml-rewrite-2.py: add back os.chdir() function call.0.6.3Patrice Clement2020-07-151-0/+2
| | | | | | | Courtesy of Arfrever <arfrever@apache.org>. Closes: https://bugs.gentoo.org/698964 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* fix - check if xml file is empty0.6.2Miroslav Šulc2019-10-291-1/+2
| | | | | Bug: https://bugs.gentoo.org/667590 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* fixes bug #6986860.6.1Miroslav Šulc2019-10-291-1/+1
| | | | | | | Bug: https://bugs.gentoo.org/698686 Fix by charles17@arcor.de Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* decode bytes string to unicode string0.6.0Patrice Clement2017-09-081-1/+1
|
* rework SaxRewriterBase and SaxRewriter classesPatrice Clement2017-08-141-4/+18
|
* assign a default value to these argsPatrice Clement2017-08-131-1/+1
|
* reformat headerPatrice Clement2017-08-131-3/+1
|
* remove useless header once againPatrice Clement2017-08-131-16/+0
|
* reformat usage textPatrice Clement2017-08-122-41/+36
|
* clean up headerPatrice Clement2017-08-121-21/+0
|
* use context managers wherever possiblePatrice Clement2017-08-121-16/+12
|
* reorganise importsPatrice Clement2017-08-121-3/+2
|
* remove useless or statementsPatrice Clement2017-08-121-9/+9
| | | | | In fact, those statements are not needed since the constructor relies on keyword arguments.
* remove ChangeLogPatrice Clement2017-08-121-18/+0
|
* swap around string encodingPatrice Clement2017-08-101-2/+2
|
* doesn't convert str to UTF8Patrice Clement2017-08-101-1/+1
|
* convert usage to a multi line stringPatrice Clement2017-08-101-15/+14
|
* format strings in a saner wayPatrice Clement2017-08-081-2/+2
|
* change variable namePatrice Clement2017-08-082-14/+11
| | | | because cvv is indeed a magic class (except for James)
* remove obsolete directoryPatrice Clement2017-08-088-692/+0
|
* remove __version__ variable referencesPatrice Clement2017-08-083-3/+3
|
* fix importsPatrice Clement2017-08-081-2/+2
|
* autopep8 formatPatrice Clement2017-08-0810-386/+785
|
* more cleanupPatrice Clement2017-08-085-16/+1
|
* remove a few more headers and add braces around two print functions0.4.0Patrice Clement2017-08-077-17/+2
|
* port to python 3Patrice Clement2017-07-0423-371/+328
| | | | Closes: https://github.com/gentoo/javatoolkit/pull/1
* Complete the previous patch, actually remove the missing import.Vlastimil Babka2011-02-131-1/+0
| | | | svn path=/projects/javatoolkit/trunk/; revision=8312
* Remove usage of PrettyPrint from pyxml, bug #354421. Thanks to Rafał ↵Vlastimil Babka2011-02-132-5/+2
| | | | | | Mużyło <galtgendo@o2.pl>. svn path=/projects/javatoolkit/trunk/; revision=8311
* Add patch for python-2.6 from bug #239479.Petteri Räty2009-03-071-1/+1
| | | | svn path=/projects/javatoolkit/trunk/; revision=7599
* Adding preliminarily, ruff, sucky and generally unfinished first draft of ↵Alistair Bush2008-07-054-24/+178
| | | | | | eclipse-build.py and supporting library. svn path=/projects/javatoolkit/trunk/; revision=6401
* Forgot about xjavac tags.James Le Cuirot2008-06-171-1/+1
| | | | svn path=/projects/javatoolkit/trunk/; revision=6323
* New approach to rewriting the classpath. The previous one didn't work very well.James Le Cuirot2008-06-171-53/+17
| | | | svn path=/projects/javatoolkit/trunk/; revision=6322
* These tabs got left behind.James Le Cuirot2008-06-171-5/+5
| | | | svn path=/projects/javatoolkit/trunk/; revision=6321
* Merge ali_bush's layout_refactor_branch back to trunk with some changes.James Le Cuirot2008-06-1663-2026/+1599
|\ | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6317
| * Fix bugs caused by layout changes.Alistair Bush2008-06-142-4/+7
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=6313
| * Modified headers and added vim modeline.Alistair Bush2008-01-0514-289/+267
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5892
| * Moving old projects into obsolete directory. Will delete before merge.Alistair Bush2008-01-0541-0/+0
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5890
| * Finalise setup.py, update class-version-verifyAlistair Bush2008-01-032-91/+47
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5885
| * Started setup.py and migrated more tools.Alistair Bush2008-01-0316-367/+1187
| | | | | | | | svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5884
| * Refactored code of active sub-projects into new file structure. Currently ↵Alistair Bush2007-12-3110-0/+994
| | | | | | | | | | | | missing build mechanism. svn path=/projects/javatoolkit/branches/layout_refactor_branch/; revision=5876
* | New jarjarclean utility.James Le Cuirot2008-06-152-0/+57
| | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6316
* | Mark buildparser as executable.James Le Cuirot2008-06-141-0/+0
| | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6314
* | Option to wrap when returning singular values.James Le Cuirot2008-06-084-12/+29
| | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6293
* | Don't wrap inside quotes.James Le Cuirot2008-06-081-2/+29
| | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6292
* | Allow addition of new keys.James Le Cuirot2008-06-081-1/+3
| | | | | | | | svn path=/projects/javatoolkit/trunk/; revision=6291