Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] build.xml parsing code draft

I added the in progress work on parsing the TCK build.xml files in an
EE10 distribution source tree to the Red Hat fork of the
jakartaee-tck-tools. There are just a few tests in the following
location for now:
https://github.com/jakartaredhat/jakartaee-tck-tools/tree/master/tools/tck-rewrite/src/test/java/tck/conversion/ant

The ParseBuildTree program in that package parses the build.xml files
and reports on the ejbjar tasks found as a starting point for
understanding what can be seen programmatically and whether it pulls
in all properties files and parent build.xml files.

Note that you need to skip the tests to build the module as changes in
the tckrefactor artifacts required updates to the rewrite tests, and
there are missing type dependencies yet to be fixed.


Back to the top