Hi Matteo,
you are right. This functionality have been removed as part of removing legacy
admin central. Originally this function was for re-extracting files in the file
system, namely JSPs and other related static resources. This didn't seem to be
model used by anyone anymore (with light development and related things), hence
the removal.
All the extraction tasks however still exits and you can easily create action
or groovy script to do the same:
[code]import import info.magnolia.module.files.*;
new BasicFileExtractor().extractFiles(new
ModuleFileExtractorTransformer("my-module"));[/code]
HTH,
Jan
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=7ec1bd66-63b0-436a-8e8b-fdea0d66af1a
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------