At 09:09 AM 8/20/2005, you wrote:
Nobody knows??
... snip ...
> How do I create new genapp templates??
To create new genapp templates, I have
1) downloaded the genapp plugin source from the Maven1 source code
repository - http:/svn.apache.org/repos/asf/maven/maven-1
2) downloaded the source of the plugin-parent source which the genapp
source references. It resides at the same level in the Maven source code
repository
3) add the new files for the template (see below)
4) build the plugin using "maven plugin"
5) install the new version of the plugin in my maven.repo.local using
"maven plugin:install"
In the source for the genapp plugin, beneath the plugin-resources directory
I add a new directory that is named for the new template and then add
directories and files to that new directory tree. In the list of files and
directories below, the src tree is unnecessary, but when I 1st did this
some months ago, I wasn't aware of that. The following files create a
template named "zrgs". If you were to leave out the files from the src
sub-tree, the only files that I added were project.xml and project.properties.
Hope that this helps
plugin-resources/zrgs
plugin-resources/zrgs/template.properties
plugin-resources/zrgs/template-resources
plugin-resources/zrgs/template-resources/project.properties
plugin-resources/zrgs/template-resources/src
plugin-resources/zrgs/template-resources/src/main
plugin-resources/zrgs/template-resources/src/main/java
plugin-resources/zrgs/template-resources/src/main/java/App.java
plugin-resources/zrgs/template-resources/src/main/resources
plugin-resources/zrgs/template-resources/src/main/resources/app.properties
plugin-resources/zrgs/template-resources/src/test
plugin-resources/zrgs/template-resources/src/test/java
plugin-resources/zrgs/template-resources/src/test/java/NaughtyTest.java
plugin-resources/zrgs/template-resources/src/test/java/AppTest.java
plugin-resources/zrgs/template-resources/src/test/java/AbstractTestCase.java
plugin-resources/zrgs/template-resources/src/test/resources
plugin-resources/zrgs/template-resources/project.xml
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]