Issue Details (XML | Word | Printable)

Key: MAVENTAGLIB-15
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Robert
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven taglib plugin

Error using tldgenerate

Created: 25/Nov/10 12:14   Updated: 25/Nov/10 12:14
Component/s: None
Affects Version/s: None
Fix Version/s: None

File Attachments: 1. File error (52 kB) 25/Nov/10 12:14 - Robert
2. File project (1 kB) 25/Nov/10 12:14 - Robert

Environment:
Ubuntu Linux 10.04,
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_10


 Description  « Hide

While building a tld using

$ mvn taglib:tldgenerate

I get the attached error, I also attached the current project layout.
I configured the my pom.xml to do the following:

<build>
<plugins>
<plugin>
<groupId>net.sourceforge.maven-taglib</groupId>
<artifactId>maven-taglib-plugin</artifactId>
<configuration>
<taglibs>
<taglib>
<uri>http://www.peppermind.de/2010/taglib</uri>
<shortName>tags</shortName>
<outputname>testtaglib</outputname>
<functionClasses>
<functionClass>de.peppermind.util.taglib.TestTag</functionClass>
</functionClasses>
</taglib>
</taglibs>
</configuration>

Regs,
Rob



There are no comments yet on this issue.