The following issue has been updated:

    Updater: Andrew Stevens (mailto:[EMAIL PROTECTED])
       Date: Sat, 9 Jul 2005 6:54 AM
    Changes:
             assignee changed to xdoclet-devel (Use for new issues)
             description changed from import from 
SF:https://sourceforge.net/tracker/index.php?func=detail&aid=605102&group_id=31602&atid=402704
 to import from 
SF:https://sourceforge.net/tracker/index.php?func=detail&aid=605102&group_id=31602&atid=402704

Original report:


jsptaglib will not generate tld info for classes that
extend classes outside the source path that are not in
javax.servlet.jsp.tagext.*. If my tags extend any
struts tags, webdoclet generates a
ClassNotFoundException even if the class is in the
classpath defined in the taskdef. I have tags that
extend classes in my source path which in turn extend
TagSupport, those work.

package org.arbfile.web.taglibs.reports;
public class FilterByTag extends InitObjectBaseTag;

package org.arbfile.web.taglibs.util;
public abstract class InitObjectBaseTag extends
TagSupport implements IParam;

generates tld info for FilterByTag fine.

package org.arbfile.web.taglibs.logic;
public class CollectionDataExistsTag extends
ConditionalTagBase;

package org.apache.struts.taglib.logic;
public abstract class ConditionalTagBase extends
TagSupport;

does not generate tld info for CollectionDataExistsTag.

Adding the appropriate struts libraries to the
classpath for the webdoclet taskdef does not help.
ClassNotFoundExceptions are generated for classes that
appear in the classpath.

             timeoriginalestimate changed from 0
             timeestimate changed from 0 minutes
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-93?page=history

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-93

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-93
    Summary: [ 605102 ] jsptaglib doesn't like inheritence
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Web Module

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Konstantin Pribluda

    Created: Mon, 21 Oct 2002 7:30 AM
    Updated: Sat, 9 Jul 2005 6:54 AM

Description:
import from 
SF:https://sourceforge.net/tracker/index.php?func=detail&aid=605102&group_id=31602&atid=402704

Original report:


jsptaglib will not generate tld info for classes that
extend classes outside the source path that are not in
javax.servlet.jsp.tagext.*. If my tags extend any
struts tags, webdoclet generates a
ClassNotFoundException even if the class is in the
classpath defined in the taskdef. I have tags that
extend classes in my source path which in turn extend
TagSupport, those work.

package org.arbfile.web.taglibs.reports;
public class FilterByTag extends InitObjectBaseTag;

package org.arbfile.web.taglibs.util;
public abstract class InitObjectBaseTag extends
TagSupport implements IParam;

generates tld info for FilterByTag fine.

package org.arbfile.web.taglibs.logic;
public class CollectionDataExistsTag extends
ConditionalTagBase;

package org.apache.struts.taglib.logic;
public abstract class ConditionalTagBase extends
TagSupport;

does not generate tld info for CollectionDataExistsTag.

Adding the appropriate struts libraries to the
classpath for the webdoclet taskdef does not help.
ClassNotFoundExceptions are generated for classes that
appear in the classpath.



---------------------------------------------------------------------
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



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to