niclas      2003/12/10 01:56:21

  Modified:    meta     maven.xml
  Log:
  A better error message, since the goal is automatically called.
  
  Revision  Changes    Path
  1.7       +13 -10    avalon/meta/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/meta/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml 10 Dec 2003 09:52:35 -0000      1.6
  +++ maven.xml 10 Dec 2003 09:56:21 -0000      1.7
  @@ -267,16 +267,19 @@
         property="metaPluginPresent"/>
       <j:if test="${metaPluginPresent != 'true'}">
         <ant:echo>
  -#####################################################################
  -#                                                                   #
  -#   WARNING:                                                        #
  -#   You do not have the required version of the avalon-meta         #
  -#   plugin installed on your system.                                #
  -#   Please invoke the following command                             #
  -#                                                                   #
  -#     $ maven avalon:setup                                          #
  -#                                                                   #
  -#####################################################################</ant:echo>
  +#######################################################################
  +#                                                                     #
  +#   WARNING:                                                          #
  +#   You do not have the required version of the avalon-meta           #
  +#   plugin installed on your system.                                  #
  +#   The following command is automatically invoked                    #
  +#                                                                     #
  +#     $ maven avalon:setup                                            #
  +#                                                                     #
  +#   If you are not online, or have problem downloading the required   #
  +#   plugin, please invoke the command above when you have resolved    #
  +#   any network issues.                                               #
  +#######################################################################</ant:echo>
         <attainGoal name="avalon:setup"/>
       </j:if>
     </postGoal>
  
  
  

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

Reply via email to