You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by bu...@apache.org on 2002/09/14 03:10:00 UTC

DO NOT REPLY [Bug 12637] New: - maven/examples/simple-java example does not work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12637>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12637

maven/examples/simple-java example does not work

           Summary: maven/examples/simple-java example does not work
           Product: Turbine
           Version: 3.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Build
        AssignedTo: turbine-dev@jakarta.apache.org
        ReportedBy: janekdb@yahoo.co.uk


With maven built from CVS on 2002-9-14 the example simple-java does not work as
described by README.txt. Following the README.txt instructions leads to this

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

    /opt/java/maven/examples/simple-java

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

While just 'maven' gives this

    [simple-java]$ maven
     __  __
    |  \/  |__ Jakarta _ ___
    | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
    |_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-6

    /opt/java/maven/examples/simple-java

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

In simple-webapp the README.txt says maven -g gives a full list of goals but the
list is empty

    [simple-webapp]$ maven -g
     __  __
    |  \/  |__ Jakarta _ ___
    | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
    |_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-6

    /opt/java/maven/examples/simple-webapp


    Available [Plugins] / Goals
    ```````````````````````````

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