Hi

In order to implement the file resolution
during the automatic creation of an archetype,
i need to group the files potential files.

I group the files by:
- files located in directories with tree representation of package
(like in src/main/java/org/apache/... where java is one of the
language used)
- files located in directories without tree representation (files
excluded from the first pass)

I then subgroup those group by:
- files which are binary copied (based on file extension)
- text files excluded from the binary search (files which will be
velocity templates in the archetype).

My questions are:
- apart from java, groovy, aspectj, csharp, what are the common
directory names where files with packaging ability are located?

- which files extension represent text files and which represent
binary files? how to store such a huge list?

Thanks in advance for any answer.

Regards,

Raphaël

Reply via email to