Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-784


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-784
    Summary: Get: java.lang.NoClassDefFoundError: 
org/apache/commons/collections/Predicate
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: pranav butala

    Created: Tue, 27 Jan 2004 6:24 PM
    Updated: Tue, 27 Jan 2004 6:24 PM
Environment: Linux

Description:
Using ant 1.6.0 along with Xdoclet to capture tags in the tld file. 

Ant Script:

<path id="compile.classpath">

<fileset dir="${basedir}/../Jars">
<include name="*.jar"/>
</fileset>

</path>

<target name="tld" >
<taskdef name="webdoclet" classname="xdoclet.modules.web.WebDocletTask">
          <classpath refid="compile.classpath"/>
                        </taskdef>
                
<webdoclet destDir="${taglib.tld.dir}"
sourcePath="${basedir}/src/com/conviveon/client/tags"
classpathref="compile.classpath"
        mergedir="${merge.dir}">
        
        <fileset dir="${basedir}/src/com/conviveon/client/tags">
        <include name="**/*Tag.java"/>
        </fileset>

<jsptaglib xmlencoding="UTF-8"
description="This is the first Test Run"/>
</webdoclet>
</target>


Get the following Error when runing the script:
 Could not create type webdoclet due to java.lang.NoClassDefFoundError: 
org/apache/commons/collections/Predicate

Is this because i have a higher version of ant??



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

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

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



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to