2007/4/25, Brett Porter <[EMAIL PROTECTED]>:
On 24/04/2007, at 9:29 PM, Raphaël Piéroni wrote: > > My questions are: > - apart from java, groovy, aspectj, csharp, what are the common > directory names where files with packaging ability are located? Wouldn't this be anything under main/ or test/ ?
src/main/java is packaged but src/main/webapp is not
> > - which files extension represent text files and which represent > binary files? how to store such a huge list? Is it better to instead look at the content of the file to determine this? This seems like a good general purpose IO utility if it doesn't already exist in another library.
jmimemagic seems to do some work, but i cant see where to find some usable javadoc on it I think i will leave those definitions to the user which will provide -Dlanguages and --Dfiltered properties with meaningfull defaults. Raphaël
- Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]