Rainer Jung wrote:
On 02.01.2009 08:25, Mladen Turk wrote:
Rainer Jung wrote:

a) bundling native and org/apache/tomcat/jni code in one place in svn
and releasing together

or

b) separating only the native implementation


Option a) was used cause we didn't have separate tcnative
release when it was introduced.
Since this is now a separate downloadable bundle we should
use the option b) and populate Java classes during
download task when building Tomcat.

I'm not sure I exactly understand this: when using b), the Java classes will be kept where? If we don't change anything, they (copies of them) are already part of TC trunk and TC 6, so need to "populate".


Like now, in connectors/jni/java


I'm not sure, if the separate release cycles prevent a). My impression is, that the Java API of tcnative (org.apache.tomcat.jni) is pretty stable, so the need for releasing versions of that when releasing a version of Tomcat should not be the regular case.


It doesn't mater if the API is stable or not.
Tomcat will just depend on tomcat-native-1.xx.noarch.bin.zip and use the
pre-compiled .jar
(like any other jakarta-commons component for example)

Regards
--
^(TM)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to