RE: Post plugin:download action

2004-07-22 Thread Charles Daniels
> -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 5:08 AM > To: Maven Users List > Subject: Re: Post plugin:download action > > > Can't you just put it in the pluginl.jelly outside of a goal? And next > time maven runs it will be executed. No

Re: Customized Build Summary

2004-07-22 Thread Dion Gillard
You can add a postGoal to build:end. On Wed, 21 Jul 2004 14:13:30 +0200, Jörn Gebhardt <[EMAIL PROTECTED]> wrote: > Hi, > > I have created my own plugin and I want to gather come build information > that can be displayed at the end (e.g. warnings that do not abort the build > process). > > 1. Do

Re: Post plugin:download action

2004-07-22 Thread Dion Gillard
Can't you just put it in the pluginl.jelly outside of a goal? And next time maven runs it will be executed. On Thu, 22 Jul 2004 14:22:44 +0100, Charles Daniels <[EMAIL PROTECTED]> wrote: > Hi All, > > Is there any built-in mechanism for performing tasks after downloading a > plugin (or at least a

Re: Maven Tomcat Plugin problem when precompile JSP !!

2004-07-22 Thread Nathan Coast
no reason at all :) feel free to send me a patch Eric Chow wrote: Hello, I need to precompile the JSP before deployment. In my JSPs, they require some taglib(TLDs). I set them as dependence in the project.xml. But when I call tomcat:jspc, it just raised exception that "can't locate those TLDs ...".

Maven Tomcat Plugin problem when precompile JSP !!

2004-07-22 Thread Eric Chow
Hello, I need to precompile the JSP before deployment. In my JSPs, they require some taglib(TLDs). I set them as dependence in the project.xml. But when I call tomcat:jspc, it just raised exception that "can't locate those TLDs ...". Finally, I have to copy those TLDs into the /WEB-INF/tlds for

Do @todo tags _have_ to be in class & method javadoc blocks to show up in task list?

2004-07-22 Thread Thomas Porter
After creating a new method, Eclipse creates a ToDo marker in the body of the methods like : // TODO Auto-generated method stub After some minor experimentation, it looks like maven only searches the javadoc comment blocks at the start of a class or method. Is there a way to get maven to

Maven and Ant 1.6... when?

2004-07-22 Thread Eric Giguere
Hi all Just wondering... Will there be an update to the ant jar bundled with maven? Asking because the os tag is kind of broken with Ant 1.5.3 when dealing with windows family os. It compares with case sensitivity and the windows family is not detected by the and tags. Got a workaround but sti

Access the properties list for the project from a maven goal

2004-07-22 Thread Rakesh Arora
I am writing a goal that need the complete list of properties for the project (including the inherited properties). Is it possible to get this list? If yes, how? Thanks, -Rakesh

RE: perform-release occasionally commits an empty POM

2004-07-22 Thread Carlos Sanchez
Hi, Raise an issue to JIRA so it's not forgotten Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Peter Bright [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 5:20 PM > To: Maven Users List (E-mail) > Subject: s

RE: jar:deploy* over scpexe failing inexplicably

2004-07-22 Thread Carlos Sanchez
Hi, It may happen with snapshot symlinks, there is an issue in JIRA MPARTIFACT. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: John Taylor [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 6:13 PM > To: Maven Us

RE: Using sshdeploy

2004-07-22 Thread Carlos Sanchez
Hi, It may be waiting for a password. You should use a private key. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Raphael Philipe Mendes da Silva [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 6:16 PM > To: M

Re: jar:deploy* over scpexe failing inexplicably

2004-07-22 Thread John Taylor
Just the built-in scp. As I say I was too lazy to go into the whys (poor excuse, I know)...I was just happy to have solved a problem that was holding me up for a day. When I get a moment I'll see if I can reproduce the problem, but I thought I'd just post in case you were still stuck and this work

RE: The Genapp plugin

2004-07-22 Thread Charles Daniels
> -Original Message- > From: Erik Husby [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 5:04 PM > To: Maven Users List > Subject: Re: The Genapp plugin > > > Erik Husby wrote: > > > Charles Daniels wrote: > > > >> Unfortunately, that won't work because the genapp plugin specifical

Using sshdeploy

2004-07-22 Thread Raphael Philipe Mendes da Silva
Hi, I need some help for using the sshdeploy goal of the site plugin. It isn't working. When i try to do a sshdeploy the process seens to stop, i wait a lot and nothing happens. Have some settings that i have to do? Someone can helpme? Here is a peace of the debug log [tar] Building tar:

Re: jar:deploy* over scpexe failing inexplicably

2004-07-22 Thread Craig S . Cottingham
On Jul 22, 2004, at 11:12, John Taylor wrote: I don't know if you ever got to the bottom of this, but I had been having a similar problem. In my case, it seems that jar:deploy in Maven 1.0 silently failed to overwrite jar files that had been previously deployed using RC3. I don't know why this

Re: jar:deploy* over scpexe failing inexplicably

2004-07-22 Thread John Taylor
Craig, I don't know if you ever got to the bottom of this, but I had been having a similar problem. In my case, it seems that jar:deploy in Maven 1.0 silently failed to overwrite jar files that had been previously deployed using RC3. I don't know why this should be, and haven't time to try to find

Re: The Genapp plugin

2004-07-22 Thread Erik Husby
Erik Husby wrote: Charles Daniels wrote: Unfortunately, that won't work because the genapp plugin specifically uses ${user.home}/.maven/template, not ${maven.home.local}/template. If this isn't already in JIRA against the genapp plugin, it should be. I added that issue yesterday. What I've ju

Re: The Genapp plugin

2004-07-22 Thread Erik Husby
Charles Daniels wrote: Unfortunately, that won't work because the genapp plugin specifically uses ${user.home}/.maven/template, not ${maven.home.local}/template. If this isn't already in JIRA against the genapp plugin, it should be. I added that issue yesterday. -- Erik Husby Team Lead for Soft

RE: The Genapp plugin

2004-07-22 Thread Charles Daniels
> -Original Message- > From: Erik Husby [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 3:21 PM > To: Maven Users List > Subject: Re: The Genapp plugin > > > Charles Daniels wrote: > > >The only thing I have to do now is check the files in that > directory against > >the files in

scm:perform-release occasionally commits an empty POM

2004-07-22 Thread Peter Bright
Most of the time it works properly, but sometimes the POM it commits is empty. Having a poke around, a plausible culprit for this behaviour seems to be org.apache.maven.release.AbstractPomTransformer, about line 305, the write() method. It doesn't close the FileOutputStream it writes to, which I

Re: The Genapp plugin

2004-07-22 Thread Erik Husby
Charles Daniels wrote: The only thing I have to do now is check the files in that directory against the files in my plugin so that I only update the template directory if the plugin contains newer files. Here's the preGoal in my plugin: I first delete my template director

Post plugin:download action

2004-07-22 Thread Charles Daniels
Hi All, Is there any built-in mechanism for performing tasks after downloading a plugin (or at least after the plugin is expanded to the cache directory)? What I would like to do is allow my plugin to do things immediately after someone downloads it. For example, I have developed a plugin that de