Is there any way to rotate the logs on a weekly basis? Daily is too frequent for my situation. If I understand correctly the rotation options are: - DATE, which will rotate at least once per day at 0:00, but may occur more frequently based on file size - WRAPPER or JVM, which will rotate when the wrapper or JVM starts, but may occur more frequently based on file size - any other value (e.g. SIZE), which appends to existing logs when the wrapper starts and rotates based on file size Is there any way...
How can I get access to the wrapped jar from within the app other than through the 'java.lang.Class.getResourceAsStream' interface? Ideally I would like to open the wrapped jar with the java.util.ZipFile type of interface, but this does not seem possible because the constructor requires a File. Does Launch4j provide an API to get at the wrapped jar contents? I know the names of the entries that I want to retrieve, so no traversal or directory listing is required.
New Axis class for hierarchical categories
Belay that. There is a handy method in the CCJSqlParserUtil class that parses multiple...
I have files containing SQL code that I would like to parse. Most of these files...