I'm having troubles getting a task to trigger.
I have a task called buildLangPack.
it has the following inputs and outputs:
inputs.files { project.fileTree(dir:
project.l10nConvention.localizationOutputPath, includes:
['*.properties', 'feature.xml']) }
outputs.files { project.fileTree(dir: project.buildDir, includes:
['*-l10n-*']) }
I have run a clean so the entire buildDir is empty (the
localizationOutputPath reference above is also in the buildDir. But
the task no longer executes. This tells me gradle thinks it's
up-to-date (it says "up-to-date" on the execute too). This is
surprising given that no files exist in the input and output. If I
delete the .gradle dir for my project, it works again.
thoughts? things to try?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email