Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc2
-
Fix Version/s: 1.0-rc3
-
Component/s: jelly/ant integration, plugin manager
-
Labels:None
-
Number of attachments :
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
Issue Links
- duplicates
-
MAVEN-228
Importing a jelly script used to expose goals definied in it.
-