aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Add support for automatically including "extensions" in the (web) application class path #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies of r3515

For any project on the go, it would be useful to have an Impala extensions
project which would automatically be recognised using some naming
convention. The jar created by this project would be copied into
WEB-INF/lib in web applications, rather than WEB-INF/modules.

This could be supported by a minor tweak to one of the build files,
probably project-build.xml

A similar mechanism would apply for launching standalone applications.

This would be to support infrastructure
enhancements/additions/contributions which are managed as part of the same
code base as the application (rather than as third party jars).

Original issue reported on code.google.com by philzoio...@googlemail.com on 8 Jan 2009 at 9:36

GoogleCodeExporter commented 9 years ago
Fixed with r3571, r3572 and r3573

Original comment by philzoio...@googlemail.com on 20 Jan 2009 at 5:04