Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for JAVA_ANT_CLASSPATH_TAGS. | Petteri Räty | 2008-03-05 | 1 | -2/+14 |
| | |||||
* | Don't use in java-ant_xml-rewrite because it's run during the src_ functions. | Petteri Räty | 2008-02-13 | 1 | -4/+3 |
| | |||||
* | Remove generation 1 write support from the eclass to make it simpler. The ↵ | Petteri Räty | 2008-01-27 | 1 | -98/+80 |
| | | | | eclass has for a while required javatoolkit version with a second generation rewriter. | ||||
* | Fix eval for classpath rewrite as it was missing the optional output rediction. | Petteri Räty | 2008-01-22 | 1 | -2/+2 |
| | |||||
* | Add JAVA_ANT_REWRITE_CLASSPATH support when using generation 2 rewrite. ↵ | Petteri Räty | 2008-01-22 | 1 | -1/+9 |
| | | | | Fixes bug #207084. | ||||
* | Make ANT_TASKS="none" the new default, bug #203750. | Vlastimil Babka | 2008-01-12 | 1 | -16/+2 |
| | |||||
* | java-ant_bsfix_files was returning 1 when JAVA_PKG_DEBUG is on. | Petteri Räty | 2007-12-18 | 1 | -1/+3 |
| | |||||
* | Remove eclass hooks to resolve bug #163262. | Petteri Räty | 2007-08-05 | 1 | -25/+4 |
| | |||||
* | Apply third generation rewriting patch from kiorky. Only enabled when you ↵ | Petteri Räty | 2007-06-01 | 1 | -15/+91 |
| | | | | have javatoolkit from java-overlay installed so there should be no changes for current users. | ||||
* | Remove IFS mangling instance with potential breakage. | Vlastimil Babka | 2007-04-26 | 1 | -1/+6 |
| | |||||
* | Raise javatoolkit dep to 0.2.0-r1 so that build.xml files with entities ↵ | Vlastimil Babka | 2007-03-15 | 1 | -2/+2 |
| | | | | don't break. | ||||
* | Die outright, instead of warning about using ant_src_unpack. | Joshua Nichols | 2007-03-11 | 1 | -3/+2 |
| | |||||
* | Don't use Portage internals to make the eclass quieter without first ↵ | Petteri Räty | 2007-03-01 | 1 | -5/+8 |
| | | | | checking that quiet_mode exists. Makes this eclass play nicer with paludis. | ||||
* | Put ant-core to DEPEND unless disabled. WANT_SPLIT_ANT restricts the dep to ↵ | Vlastimil Babka | 2007-01-30 | 1 | -6/+40 |
| | | | | | | | | proper version. These depends are mandatory for java-pkg-2, and triggered by USE flag for java-pkg-opt-2 (WANT_ANT_TASKS depends. Because of that, java-ant-2 can only by inherited AFTER one of those eclasss. too) | ||||
* | Undo last commit because we need to check java-pkg-opt-2 and java-ant-2 ↵ | Petteri Räty | 2007-01-28 | 1 | -2/+2 |
| | | | | usage before adding the automatic dep on ant-core. | ||||
* | Use WANT_ANT_TASKS if EANT_ANT_TASKS is not defined. Fixes bug #164315. | Petteri Räty | 2007-01-28 | 1 | -2/+4 |
| | |||||
* | Add split-ant functionality to relevant eclasses. | Vlastimil Babka | 2007-01-21 | 1 | -1/+18 |
| | | | | ---------------------------------------------------------------------- | ||||
* | Add support for JAVA_ANT_IGNORE_SYSTEM_CLASSES. | Petteri Räty | 2007-01-20 | 1 | -1/+6 |
| | |||||
* | Added java-ant_ignore-system-classes and java-ant_xml-rewrite | Petteri Räty | 2007-01-12 | 1 | -7/+39 |
| | |||||
* | Added instructions for re-emerging dev-python/pyxml when there are undefined ↵ | Petteri Räty | 2007-01-06 | 1 | -5/+22 |
| | | | | symbols in pyexpat.so | ||||
* | Reworked the eclass to work with xml-rewrite-2.py that is way faster. | Petteri Räty | 2006-12-27 | 1 | -28/+81 |
| | |||||
* | Added CVS Headers after a request from grobian. | Petteri Räty | 2006-12-03 | 1 | -0/+1 |
| | |||||
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-10-14 | 1 | -2/+2 |
| | |||||
* | Fixes variable names. Also cleans up building of find_args. Courtesy of ↵ | Joshua Nichols | 2006-09-11 | 1 | -15/+13 |
| | | | | Caster, bug #146479. | ||||
* | New function to rewrite build.xml: adds classpath. | Krzysztof Pawlik | 2006-08-06 | 1 | -0/+28 |
| | |||||
* | Fixed typo of eclass variable names | Joshua Nichols | 2006-08-01 | 1 | -2/+2 |
| | |||||
* | Split fixing build files to separate function, which can be used by ebuilds. ↵ | Krzysztof Pawlik | 2006-07-28 | 1 | -18/+36 |
| | | | | Allows to handle strange and obscure cases (and is more flexible). | ||||
* | Use portable find(1) syntax by specifying the directory to work in (.). | Diego Elio Pettenò | 2006-07-22 | 1 | -1/+1 |
| | |||||
* | Update to java-ant-2 to use post phase hook instead of the annoying ↵ | Joshua Nichols | 2006-07-21 | 1 | -13/+13 |
| | | | | ant_src_unpack. Will warn when ant_src_unpack is used. | ||||
* | Adding new Java eclasses, and updating old ones. | Joshua Nichols | 2006-06-24 | 1 | -0/+155 |