You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/03/24 01:20:54 UTC

[jira] Reopened: (MAVEN-1161) goal mapper does not follow j:import tags

Message:

   The following issue has been reopened.

   Reopener: Brett Porter
       Date: Tue, 23 Mar 2004 7:18 PM

had to rollback change
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1161

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1161
    Summary: goal mapper does not follow j:import tags
       Type: Bug

     Status: Reopened
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             jelly/ant integration
             plugin manager
   Fix Fors:
             1.0-rc3
   Versions:
             1.0-rc2

   Assignee: Brett Porter
   Reporter: dion gillard

    Created: Wed, 11 Feb 2004 11:54 PM
    Updated: Tue, 23 Mar 2004 7:18 PM

Description:
RC2 displays an error message for tag libraries that are imported and declared in maven.xml.

RC1 does not.

See zip file attachment for sample to reproduce the bug.

Here is the output from running the sample with RC2 and then RC1.

C:\Temp\mavenBug>maven showBug
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2-SNAPSHOT

Tag library requested that is not present: 'bug' in plugin: 'maven:maven'
showBug:
    [echo] Hello World
BUILD SUCCESSFUL
Total time: 7 seconds
Finished at: Thu Feb 12 15:45:47 EST 2004


C:\Temp\mavenBug>mavenrc1 showBug
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

showBug:
    [echo] Hello World
BUILD SUCCESSFUL
Total time: 18 seconds
Finished at: Thu Feb 12 15:46:17 EST 2004



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org