I have an idea for a utility to create new projects under Turbine
(last item in the Wish list).

Essentially, it would be a couple of script files ( bat and sh ) and
an XML Ant file that would create the directory structure for a new
Turbine application and a generated Ant build file needed to compile
it. It could also include the option to create the needed template
directories for Freemarker or WebMacro based apps.  Here's how I
envision it working:

At the command line you type something like:
> turbineapp org.myapp
and it generates the following directory layout:

build
  |
templates (this is optional)
  | 
src
 | org
    |-myapp
         |_actions
         |-screens
         |-navigations
         |-layouts

The build directory would contain the scripts and Ant xml file to build
your app.
The templates directory is optional, but would contain the directory
structure needed to use the FreeMarker/WebMacro site page Service.

You could also include default files such as layout/Default.java, etc...

Jon, you have yourself down as the owner of this wish. Is this kinda
what you have in mind?

-- 
dave
[EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to