Lance Lavandowska wrote:
On 6/8/06, Allen Gilliland <[EMAIL PROTECTED]> wrote:
> I'm curious, what open source webapps have you looked at that use
> this standard directory structure?
hmmm, well there's these ...
apache-ant-1.6.3/
commons-httpclient-2.0.2/
commons-lang-2.1/
hibernate-3.0/
jakarta-jmeter-2.0.3/
jakarta-log4j-1.2.8/
jakarta-struts-1.1/
jakarta-taglibs-standard-1.1.2/
javamail-1.3.1/
mysql-connector-java-3.0.14-production/
None of those are webapps.
not sure that really matters, we are still offering basically the same
thing as most of those packages.
i any case, cocoon and jetspeed package the same ways as the ones above.
in fact, jetspeed is a pretty good example of what I think we should
do with the roller package ...
Archive: jetspeed-current.zip
creating: jetspeed-1.5/
inflating: jetspeed-1.5/FIXES.html
inflating: jetspeed-1.5/INSTALL
inflating: jetspeed-1.5/jetspeed.war
inflating: jetspeed-1.5/LICENSE
inflating: jetspeed-1.5/NOTES
inflating: jetspeed-1.5/project.xml
inflating: jetspeed-1.5/README
inflating: jetspeed-1.5/WARNING
if you look inside the jetspeed war file you'll notice that none of the
ALLCAPS files are duplicated their either.
-- Allen
This can be debated all day, so maybe someone from ASF can offer any
suggestions based on how other ASF projects usually do it?
Cocoon and Jetspeed are the only other webapp I can think of from
Apache (not saying there aren't others).
Lance