genapp complex template problems

2005-07-26 Thread Emmanouil Batsis

Hello,

It seems the complex template does not work for me, can someone pls tell me 
what am i missing? Is there anything i need to install besides the latest 
genapp plugin? I'm using the default properties.

[EMAIL PROTECTED]:~/workspace/mavenj2ee maven -Dmaven.genapp.template=complex 
genapp
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

plugin maven-scm-plugin-1.4.1 is cached (dynatag dep) but no longer present
Cache invalidated due to out of date plugins
Please specify an id for your application:  [app]

Please specify a name for your application:  [Example Application]

Please specify the package for your application:  [example.app]

build:start:

genapp:
[copy] Copying 4 files to /home/manos/workspace/mavenj2ee

BUILD FAILED
File.. /home/manos/.maven/cache/maven-genapp-plugin-2.2/plugin.jelly
Element... ant:copy
Line.. 137
Column 53
Failed to 
copy 
/home/manos/.maven/cache/maven-genapp-plugin-2.2/plugin-resources/complex/template-resources/components/wars/web/project.xml
 
to /home/manos/workspace/mavenj2ee/components/wars/web/project.xml due 
to /home/manos/workspace/mavenj2ee/components/wars/web/project.xml (No such 
file or directory)
Total time: 10 seconds
Finished at: Tue Jul 26 12:37:56 EEST 2005

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Mavenbook.org] What content would you like to see?

2005-06-11 Thread Emmanouil Batsis
On Thursday 09 June 2005 12:11, Graham King wrote:
   I don't know if the book will already include this, but I'd love to
 see more Enterprise (big E!) maven tips / recipes / best practices.

... and a template J2EE project. I know there's no template project for 
everyone's needs, but a sample EAR project that demonstates the use of 
everything J2EE (for starters multiproject and (x|ejb|web|hibernate}doclet)  
would save hours of time to many newcomers like me. The same template project 
could be updated by the community to cover, well, everything related to a 
J2EE project.

Thanks and keep up the good work!

Manos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [newbie, ant maven] ear project structure, xdoclet integration, hibernate roundtripping

2004-11-22 Thread Emmanouil Batsis


Hi Jose,

On Monday 22 November 2004 23:01, Jose Gonzalez Gomez wrote:
 I use to put all my domain classes in a subproject, so
 maven/xdoclet/hibernate do their magic and generate all the mapping
 files, and then, in the place where I use them (EJB layer, web layer,
 wherever) I put the generated jar as a dependency, and create a
 hibernate.cfg.xml in src/resources (or whatever your resources are)
 pointing to the database holding the data.

Right... i really like this one artifact(?) per project rule. I'd probably 
never do something like that without maven, but can already see how 
components become easier to reuse with this rule. I even started working out 
different packaging/deployment scenarios for my EAR!

Many thanks for your help,

Manos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]