org.apache.jk.ant |
|
Java Source File Name | Type | Comment |
ApacheConfig.java | Class | Set preferences for compiling Apache modules. |
Def.java | Class | Define name/value, value is optional
The define will take place if the condition
is met.
A task should include all the defines it supports,
with the default value. |
JkData.java | Class | Set platform specific data. |
JniConfig.java | Class | Set preferences for compiling Jni .so files. |
SoTask.java | Class | Task to generate a .so file, similar with ( or using ) libtool.
I hate libtool, so long term I would like to replace most of it
with decent java code. |
Source.java | Class | |