RE: Upgrade to RC2 and then NoSuchGoalException

2004-05-10 Thread Brett Porter
Clear your plugin cache and try again (rm -rf ~/.maven/plugins on unix)

RC3 fixes the problem

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, 11 May 2004 7:36 AM
 To: [EMAIL PROTECTED]
 Subject: Upgrade to RC2 and then NoSuchGoalException
 
 
 I just recently upgraded from an RC1-SNAPSHOT to RC2 but when 
 I ran the site goal maven gives me a NoSuchGoalException for 
 maven-license-plugin:register in the xdoc plugin.  Any ideas 
 what might be causing this? Yoway Buorn Software Engineer 
 Imagery Systems Engineering GENERAL DYNAMICS Advanced 
 Information Systems I refuse to tiptoe through life only to 
 arrive safely at death's door.  -- ???
 


RE: Upgrade to RC2 and then NoSuchGoalException

2004-05-10 Thread Yoway . Buorn
I tried clearing the plugin cache and I ran the site goal once more, but now
maven is complaining about this,

BUILD FAILED
File..
file:/export/home/cruise/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... j:include
Line.. 345
Column 54
null:-1:-1: null Could not parse Jelly script
Total time: 2 minutes 56 seconds
Finished at: Mon May 10 16:13:48 PDT 2004

So I opened up the jelly script and didn't really see anything out of the
ordinary:

j:file name=${outFile} encoding=${outputencoding}
  omitXmlDeclaration=true outputMode=xml
  prettyPrint=no
  j:include uri=${stylesheet.toString()}/
/j:file

Is this right?  Any idea why it can't parse?

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 10, 2004 4:08 PM
To: 'Maven Users List'
Subject: RE: Upgrade to RC2 and then NoSuchGoalException

Clear your plugin cache and try again (rm -rf ~/.maven/plugins on unix)

RC3 fixes the problem

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, 11 May 2004 7:36 AM
 To: [EMAIL PROTECTED]
 Subject: Upgrade to RC2 and then NoSuchGoalException
 
 
 I just recently upgraded from an RC1-SNAPSHOT to RC2 but when 
 I ran the site goal maven gives me a NoSuchGoalException for 
 maven-license-plugin:register in the xdoc plugin.  Any ideas 
 what might be causing this? Yoway Buorn Software Engineer 
 Imagery Systems Engineering GENERAL DYNAMICS Advanced 
 Information Systems I refuse to tiptoe through life only to 
 arrive safely at death's door.  -- ???
 

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



RE: Upgrade to RC2 and then NoSuchGoalException

2004-05-10 Thread Brett Porter
Ah, this is a bug in xdoc-1.6 which was fixed in CVS a while ago. You can:
- search the archives for the fix
- build xdoc plugin from cvs
- wait until the release later this week :)

Cheers,
Brett

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, 11 May 2004 9:21 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Upgrade to RC2 and then NoSuchGoalException
 
 
 I tried clearing the plugin cache and I ran the site goal 
 once more, but now maven is complaining about this,
 
 BUILD FAILED
 File.. 
 file:/export/home/cruise/.maven/plugins/maven-xdoc-plugin-1.6/
 plugin.jelly
 Element... j:include
 Line.. 345
 Column 54
 null:-1:-1: null Could not parse Jelly script
 Total time: 2 minutes 56 seconds
 Finished at: Mon May 10 16:13:48 PDT 2004
 
 So I opened up the jelly script and didn't really see 
 anything out of the
 ordinary:
 
 j:file name=${outFile} encoding=${outputencoding}
   omitXmlDeclaration=true outputMode=xml
   prettyPrint=no
   j:include uri=${stylesheet.toString()}/
 /j:file
 
 Is this right?  Any idea why it can't parse?
 
 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED] 
 Sent: Monday, May 10, 2004 4:08 PM
 To: 'Maven Users List'
 Subject: RE: Upgrade to RC2 and then NoSuchGoalException
 
 Clear your plugin cache and try again (rm -rf 
 ~/.maven/plugins on unix)
 
 RC3 fixes the problem
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, 11 May 2004 7:36 AM
  To: [EMAIL PROTECTED]
  Subject: Upgrade to RC2 and then NoSuchGoalException
  
  
  I just recently upgraded from an RC1-SNAPSHOT to RC2 but when
  I ran the site goal maven gives me a NoSuchGoalException for 
  maven-license-plugin:register in the xdoc plugin.  Any ideas 
  what might be causing this? Yoway Buorn Software Engineer 
  Imagery Systems Engineering GENERAL DYNAMICS Advanced 
  Information Systems I refuse to tiptoe through life only to 
  arrive safely at death's door.  -- ???
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


RE: Upgrade to RC2 and then NoSuchGoalException

2004-05-10 Thread Yoway . Buorn
I'll take the option with the smiley next to it.

Thanks. 

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 10, 2004 4:25 PM
To: 'Maven Users List'
Subject: RE: Upgrade to RC2 and then NoSuchGoalException

Ah, this is a bug in xdoc-1.6 which was fixed in CVS a while ago. You can:
- search the archives for the fix
- build xdoc plugin from cvs
- wait until the release later this week :)

Cheers,
Brett

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, 11 May 2004 9:21 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Upgrade to RC2 and then NoSuchGoalException
 
 
 I tried clearing the plugin cache and I ran the site goal once more, 
 but now maven is complaining about this,
 
 BUILD FAILED
 File.. 
 file:/export/home/cruise/.maven/plugins/maven-xdoc-plugin-1.6/
 plugin.jelly
 Element... j:include
 Line.. 345
 Column 54
 null:-1:-1: null Could not parse Jelly script Total time: 2 minutes 
 56 seconds Finished at: Mon May 10 16:13:48 PDT 2004
 
 So I opened up the jelly script and didn't really see anything out of 
 the
 ordinary:
 
 j:file name=${outFile} encoding=${outputencoding}
   omitXmlDeclaration=true outputMode=xml
   prettyPrint=no
   j:include uri=${stylesheet.toString()}/
 /j:file
 
 Is this right?  Any idea why it can't parse?
 
 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 10, 2004 4:08 PM
 To: 'Maven Users List'
 Subject: RE: Upgrade to RC2 and then NoSuchGoalException
 
 Clear your plugin cache and try again (rm -rf ~/.maven/plugins on 
 unix)
 
 RC3 fixes the problem
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, 11 May 2004 7:36 AM
  To: [EMAIL PROTECTED]
  Subject: Upgrade to RC2 and then NoSuchGoalException
  
  
  I just recently upgraded from an RC1-SNAPSHOT to RC2 but when I ran 
  the site goal maven gives me a NoSuchGoalException for 
  maven-license-plugin:register in the xdoc plugin.  Any ideas what 
  might be causing this? Yoway Buorn Software Engineer Imagery Systems 
  Engineering GENERAL DYNAMICS Advanced Information Systems I refuse 
  to tiptoe through life only to arrive safely at death's door.  -- 
  ???
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

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