The following issue has been updated:
Updater: Brett Porter (mailto:[EMAIL PROTECTED])
Date: Sat, 21 Feb 2004 6:59 PM
Comment:
this is only because it is using j:import - if it is in a plugin or in maven.xml
itself it works fine.
There's another bug around like this.
Changes:
assignee changed to Brett Porter
summary changed from Error message displayed for imported taglibraries
priority changed from Major
Component changed to jelly/ant integration
Component changed to plugin manager
Component changed from core
Fix Version changed to 1.0-final
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1161&page=history
---------------------------------------------------------------------
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: Open
Priority: Minor
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
jelly/ant integration
plugin manager
Fix Fors:
1.0-final
Versions:
1.0-rc2
Assignee: Brett Porter
Reporter: dion gillard
Created: Wed, 11 Feb 2004 11:54 PM
Updated: Sat, 21 Feb 2004 6:59 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]