[root]/src/etc/testcases/taskdefs/import/subdir
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 5 (100.0%) | 31 (100.0%) | 6.2 |
peterreilly | 3 (60.0%) | 18 (58.1%) | 6.0 |
bodewig | 2 (40.0%) | 13 (41.9%) | 6.5 |
Dissallow <import> within targets
remove some commented out code in ImportTask
13 lines of code changed in:
Add tests for <import> inside <target>
13 lines of code changed in:
Fix for serial import relative files bug
The import task now uses getLocation().getFileName() to
get the file that the <import/> task is located and not
the importstack.
Also the canonical form of the imported file is stored
in the importstack.
Changed message if imported file is imported more than
once.
Include unit test for above.
PR: 21662
5 lines of code changed in: