Fixed this morning in CVS. Will all work as of RC3. - Brett
> -----Original Message----- > From: Guillaume Lasnier [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 14 April 2004 3:25 AM > To: Maven Users List > Subject: Pb with appserver plugin since rc2 > > > Hi, > I am having a problem since the rc2 where invoking the goal > appserver:install does not create the tomcat instance directory under > maven.appserver.dir (defined in the plugin.properties of the > appserver > plugin). After investigating the problem I realized that the > goal calls > the goal targeted for the application server installation > (i.e Tomcat) > defined by the maven.appserver.name and maven.appserver.version > properties). Below is the jelly tag definition for the > install goal : <define:tag name="install"> > <log:info trim="false"> > <j:expr value="${maven.appserver.fullname}" />: Installing appserver > instance ... > </log:info> > <attainGoal > session="${context.getVariable('maven.session.global', > 'parent')}" > name="appserver:install-${maven.appserver.fullname}" /> > </define:tag> > In my case it should invoke the appserver:install-tomcat-4.1.x goal > defined in the file plugin-resources/tomcat-4.1.x.jelly but it never > does. Does anyone have any idea why it is behaving like this? > Should I > report the pb to the developper list as well? > For now I had to switch back to rc1 where the problem does > not occur. Thank you. > -- > Guillaume Lasnier > mailto:[EMAIL PROTECTED] >
