You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Janek Bogucki <ya...@studylink.com> on 2002/09/13 12:25:24 UTC

[latka] maven java:jar says 'Goal "java:jar" does not exist in this project'

I'm a maven newbie so please forgive me if this is a stupid question but I'm
trying to build the CVS version of latka with maven and it fails with this

    bash-2.05$ maven java:jar
     __  __
    |  \/  |__ Jakarta _ ___
    | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
    |_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-6

    /home/jdb/work/cvs.apache.org/jakarta-commons/latka

    [ERROR] BUILD FAILED
    [ERROR] Goal "java:jar" does not exist in this project.
    Total time:  3 seconds


The only thing that happened that was not straightforward was in the initial
download of jars where 'common-httpclient-SNAPSHOT.jar' could not be found
so I edited project.xml to this

    <version>2.0-alpha2.20020903.070259</version>

and that downloaded the jar okay from www.ibiblio.org. The last line of
maven.log is

    DEBUG org.apache.maven.repository.DefaultJarArtifact -
        artifact: commons-jelly-SNAPSHOT.jar

What should I do to get this to work?

-Janek


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [latka] maven java:jar says 'Goal "java:jar" does not exist in this project'

Posted by di...@multitask.com.au.
I've recently fixed the maven descriptor for Latka, and still have one 
issue with it - it keeps running TestAll as part of the unit tests, which 
I've explicitly told it not to.
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


Janek Bogucki <ya...@studylink.com> wrote on 13/09/2002 08:25:24 PM:

> I'm a maven newbie so please forgive me if this is a stupid question but 
I'm
> trying to build the CVS version of latka with maven and it fails with 
this
> 
>     bash-2.05$ maven java:jar
>      __  __
>     |  \/  |__ Jakarta _ ___
>     | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>     |_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-6
> 
>     /home/jdb/work/cvs.apache.org/jakarta-commons/latka
> 
>     [ERROR] BUILD FAILED
>     [ERROR] Goal "java:jar" does not exist in this project.
>     Total time:  3 seconds
> 
> 
> The only thing that happened that was not straightforward was in the 
initial
> download of jars where 'common-httpclient-SNAPSHOT.jar' could not be 
found
> so I edited project.xml to this
> 
>     <version>2.0-alpha2.20020903.070259</version>
> 
> and that downloaded the jar okay from www.ibiblio.org. The last line of
> maven.log is
> 
>     DEBUG org.apache.maven.repository.DefaultJarArtifact -
>         artifact: commons-jelly-SNAPSHOT.jar
> 
> What should I do to get this to work?
> 
> -Janek
> 
> 
> --
> To unsubscribe, e-mail: 
<ma...@jakarta.apache.org>
> For additional commands, e-mail: 
<ma...@jakarta.apache.org>
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>