Re: 1.0 branch and dist plugin

2004-07-05 Thread Brett Porter
Fixed in CVS. and now load the plugin if necessary. I'll add a test on the way in for :set and then post some more info - looks like we can ditch those stupid dependency handles though. The fix is something like the last straw the PluginManager camel's back can take, but it's still holding :) P

Re: 1.0 branch and dist plugin

2004-07-04 Thread Brett Porter
Bizarre... I'll take a look tonight. Quoting Dion Gillard <[EMAIL PROTECTED]>: > On Mon, 5 Jul 2004 14:54:38 +1000, Dion Gillard <[EMAIL PROTECTED]> > wrote: > > I'll try adding a prereq of dist:build-setup > > Same sort of failure: > > Tag library requested that is not present: 'dist' in plugi

Re: 1.0 branch and dist plugin

2004-07-04 Thread Dion Gillard
On Mon, 5 Jul 2004 14:54:38 +1000, Dion Gillard <[EMAIL PROTECTED]> wrote: > I'll try adding a prereq of dist:build-setup Same sort of failure: Tag library requested that is not present: 'dist' in plugin: 'maven-nsis-plugin-1.1-SNAPSHOT' INTERNAL ERROR Reference made to goal 'dist:build-setup' wh

Re: 1.0 branch and dist plugin

2004-07-04 Thread Dion Gillard
On Mon, 5 Jul 2004 11:18:26 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > Quoting Dion Gillard <[EMAIL PROTECTED]>: > > > I'm having problems with maven:get in the latest builds of the 1.0 branch. > > > > In the NSIS plugin I have this: > > > > > plugin="maven-dist-plugin" property="maven.

Re: 1.0 branch and dist plugin

2004-07-04 Thread Brett Porter
Quoting Dion Gillard <[EMAIL PROTECTED]>: > Given Jason's comments last week, I'm trying not to put preGoals in plugins. Yep, that's a good thing. I probably meant prereq though - if there is a goal (like the :init stuff) you can prereq on that'll work (eg war:load was used for this), but the tag

Re: 1.0 branch and dist plugin

2004-07-04 Thread Dion Gillard
On Mon, 5 Jul 2004 11:18:26 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > Quoting Dion Gillard <[EMAIL PROTECTED]>: > > This stuff has always been flaky. It depends on the plugin already being loaded. > The "documented" fashion of doing so is a taglib dependency handle (see > eclipse's use of

Re: 1.0 branch and dist plugin

2004-07-04 Thread Brett Porter
Quoting Dion Gillard <[EMAIL PROTECTED]>: > I'm having problems with maven:get in the latest builds of the 1.0 branch. > > In the NSIS plugin I have this: > > plugin="maven-dist-plugin" property="maven.dist.bin.assembly.dir"/> > > And it comes back blank. This stuff has always been flaky.

RE: 1.0 branch fails to bootstrap

2004-04-15 Thread Brett Porter
Have fixed, will commit soon. I don't know how this came about... > -Original Message- > From: Rafal Krzewski [mailto:[EMAIL PROTECTED] > Sent: Thursday, 15 April 2004 8:52 PM > To: Maven Developers List > Subject: 1.0 branch fails to bootstrap > > > Hi, for the past few days I was una

Re: 1.0 branch

2004-02-16 Thread Jason van Zyl
On Mon, 2004-02-16 at 18:20, Jason van Zyl wrote: > Yo, > > Anyone else getting this: > > [exec] BUILD FAILED > [exec] com.werken.werkz.UnattainableGoalException: Unable to obtain > goal [plugin] -- > file:/home/jvanzyl/maven/plugins/java/plugin.jelly:36:48: > srcdir attribute must be

RE: 1.0 branch

2004-02-16 Thread Brett Porter
Hmmm. That's different :) No, I don't get that from a clean checkout. Did something screw up earlier in the bootstrap? - Brett > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 17 February 2004 10:20 AM > To: Maven Developers List > Subject: 1.0 branc

Re: 1.0-branch fails because of pdf-plugin

2004-01-22 Thread Emmanuel Venisse
OK, it seems that jar are deleted on ibiblio. I don't know why. I upload it now. Emmanuel - Original Message - From: "Jörg Schaible" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 2:59 PM Subject

RE: 1.0-branch fails because of pdf-plugin

2004-01-22 Thread Jörg Schaible
Emmanuel Venisse wrote on Thursday, January 22, 2004 2:34 PM: > I build all days Maven 1.0 branch, and it build correctly. I > think you have a problem with your checkout. You can do a > fresh checkout of maven branch and plugin. If you have a local copy somewhere of the missing batik-1.5-fop-0.

RE: 1.0-branch fails because of pdf-plugin

2004-01-22 Thread Heritier Arnaud
le [mailto:[EMAIL PROTECTED] Envoyé : jeudi 22 janvier 2004 13:42 À : Maven Developers List Objet : RE: 1.0-branch fails because of pdf-plugin Heritier Arnaud wrote on Thursday, January 22, 2004 12:42 PM: > Hello, > > I participated for several days to the development of the new > rel

Re: 1.0-branch fails because of pdf-plugin

2004-01-22 Thread Emmanuel Venisse
I build all days Maven 1.0 branch, and it build correctly. I think you have a problem with your checkout. You can do a fresh checkout of maven branch and plugin. Emmanuel - Original Message - From: "Jörg Schaible" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent:

RE: 1.0-branch fails because of pdf-plugin

2004-01-22 Thread Jörg Schaible
Jörg Schaible wrote on Thursday, January 22, 2004 1:42 PM: > Heritier Arnaud wrote on Thursday, January 22, 2004 12:42 PM: > >> Hello, >> >> I participated for several days to the development of the new release >> of the PDF plugin. The new PDF plugin is ok (and almost complete) in >> the HEAD b

RE: 1.0-branch fails because of pdf-plugin

2004-01-22 Thread Jörg Schaible
Heritier Arnaud wrote on Thursday, January 22, 2004 12:42 PM: > Hello, > > I participated for several days to the development of the new > release of the PDF plugin. The new PDF plugin is ok (and > almost complete) in the HEAD branch. Can you send me the > logs. I will try to download the 1.0 bra

RE: 1.0-branch fails because of pdf-plugin

2004-01-22 Thread Heritier Arnaud
Hello, I participated for several days to the development of the new release of the PDF plugin. The new PDF plugin is ok (and almost complete) in the HEAD branch. Can you send me the logs. I will try to download the 1.0 branch to test it. Arnaud -Message d'origine- De : Jörg Schaible

Re: [1.0 branch] current status

2003-12-07 Thread Joakim Erdfelt
Brett Porter wrote: I hadn't seen that bootstrapping recently, but it starts working again if checkstyle is removed. That is one of the notes in the .txt file. That leaves the current list of plugins not working at all at simian and checkstyle. I'm pretty clueless about this one myself. Time to dig

RE: [1.0 branch] current status

2003-12-07 Thread Brett Porter
I hadn't seen that bootstrapping recently, but it starts working again if checkstyle is removed. That is one of the notes in the .txt file. That leaves the current list of plugins not working at all at simian and checkstyle. I'm pretty clueless about this one myself. Time to dig into the classloa