On Thu, 2003-01-09 at 10:20, Chan, Charles wrote:
> (I am using Maven-CVS Head)
> 
> Hi, I am trying to replace java:jar target but when I invoke jar:install, I
> get the following error:
> 
> INTERNAL ERROR
> Reference made to goal 'test:test' which has no definition.
> 
> 
> Here's my maven.xml:
> 
> <project xmlns:j="jelly:core">
> 
>   <goal name="java:jar">
>     <echo>TEST</echo>
>   </goal>
> 
> </project>
> 
> project.xml
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <project>
>   <pomVersion>3</pomVersion>
>   <id>test</id>
>   <name>Test</name>
> </project>
> 
> I invoke "maven jar:install"
> 
> However, if I duplicate jar:install (copy and paste from plugin.jelly) in my
> maven.xml, everything works (I have to change prereqs to attainGoal,
> however)
> 
> Any idea?

Yup, it's a little prereq bug in the plugin dependency processing. Will
try to clear this up today. It's biting me too :-) And I'll add
something to the touchstone too.

> Charles
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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

Reply via email to