ok, here is an issue with the TDK that needs to be resolved and i don't have the time to do it right now. the problem is that when you create a newapp, it creates a directory structure in webapp/newapp/WEB-INF/src that looks like this: src/org/newapp/screens src/org/newapp/navigations src/org/newapp/layouts The problem with this is a few things: #1. What if you want .com? #2. What if you want org.foo.newapp? #3. We should mirror the turbine structure, having the modules in a modules container. So, what i propose is to change things like this: ./newapp.sh FQDN ie: ./newapp.sh org.tigris.scarab You can take the "newapp" name from the last entry in the FQDN. ie: scarab. You can then use the full name to create the package structure. I also want to see this happen: /src/org/tigris/scarab/modules/screens /src/org/tigris/scarab/modules/navigations /src/org/tigris/scarab/modules/layouts I hope that makes sense... thanks, -jon -- http://scarab.tigris.org/ | http://noodle.tigris.org/ http://java.apache.org/ | http://java.apache.org/turbine/ http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/ http://www.collab.net/ | http://www.sourcexchange.com/ ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
