RE: [groovy-user] GMaven 1.0-rc-1 released

2008-05-05 Thread Brian E. Fox
Its 

-Original Message-
From: Russel Winder [mailto:[EMAIL PROTECTED] 
Sent: Sunday, May 04, 2008 4:43 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; users@maven.apache.org
Subject: Re: [groovy-user] GMaven 1.0-rc-1 released

On Sun, 2008-05-04 at 15:14 +0700, Jason Dillon wrote:
> The latest incarnation of Groovy support for Maven, GMaven has been 
> released! This is the first release of the code-base since it was 
> moved from the Mojo project to the Groovy project.
> 
> For more details on whats included in this release please see the 
> release notes:
> 
>  http://groovy.codehaus.org/GMaven+-+1.0-rc-1+Release

The constructions:



   
org.codehaus.groovy.maven
gmaven-mojo
1.0-rc-1


   
org.codehaus.groovy.maven.runtime
   
gmaven-runtime-default
1.0-rc-1



appears to be malformed POM XML.  Using it I just get 

Reason: Parse error reading POM. Reason: Unrecognised tag: 'dependency'
(position: START_TAG seen ...\n...
@142:17) 

If I use a dependencies tag instead of a dependencyManagement tag it
seems to work better.

--
Russel.

Dr Russel Winder Partner

Concertant LLP   t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,  f: +44 8700 516 084
London SW11 1EN, UK. m: +44 7770 465 077

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



Re: [groovy-user] GMaven 1.0-rc-1 released

2008-05-05 Thread Russel Winder
On Sun, 2008-05-04 at 15:14 +0700, Jason Dillon wrote:
> The latest incarnation of Groovy support for Maven, GMaven has been  
> released! This is the first release of the code-base since it was  
> moved from the Mojo project to the Groovy project.
> 
> For more details on whats included in this release please see the  
> release notes:
> 
>  http://groovy.codehaus.org/GMaven+-+1.0-rc-1+Release

The constructions:



   
org.codehaus.groovy.maven
gmaven-mojo
1.0-rc-1


   
org.codehaus.groovy.maven.runtime
   
gmaven-runtime-default
1.0-rc-1



appears to be malformed POM XML.  Using it I just get 

Reason: Parse error reading POM. Reason: Unrecognised tag: 'dependency' 
(position: START_TAG seen ...\n... 
@142:17) 

If I use a dependencies tag instead of a dependencyManagement tag it seems to 
work better.

-- 
Russel.

Dr Russel Winder Partner

Concertant LLP   t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,  f: +44 8700 516 084
London SW11 1EN, UK. m: +44 7770 465 077


signature.asc
Description: This is a digitally signed message part


Re: [groovy-user] GMaven 1.0-rc-1 released

2008-05-04 Thread Jason Dillon

Thanks, fixed.

--jason


On May 4, 2008, at 3:43 PM, Russel Winder wrote:


On Sun, 2008-05-04 at 15:14 +0700, Jason Dillon wrote:

The latest incarnation of Groovy support for Maven, GMaven has been
released! This is the first release of the code-base since it was
moved from the Mojo project to the Groovy project.

For more details on whats included in this release please see the
release notes:

http://groovy.codehaus.org/GMaven+-+1.0-rc-1+Release


The constructions:


   

org.codehaus.groovy.maven
   gmaven-mojo
   1.0-rc-1
   
   

org.codehaus.groovy.maven.runtime

gmaven-runtime-default
   1.0-rc-1
   
   

appears to be malformed POM XML.  Using it I just get

Reason: Parse error reading POM. Reason: Unrecognised tag:  
'dependency' (position: START_TAG seen ... 
\n... @142:17)


If I use a dependencies tag instead of a dependencyManagement tag it  
seems to work better.


--
Russel.

Dr Russel Winder Partner

Concertant LLP   t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,  f: +44 8700 516 084
London SW11 1EN, UK. m: +44 7770 465 077



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