Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-146

latest build of extensions jar doesn't include Tag classes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.0.9m9
    • None
    • None

    Description

      I was trying to use the regexp validator in from the extensions jar. This meant I needed to use the <x:validateRegExp .../> tag and Weblogic complained that it couldn't find other tag classes referenced in the x tld. I added the following to build script and was able to use the validators I wanted.

      <fileset dir="${impl.classes}"
      includes="org/apache/myfaces/taglib/*/.class"/>

      Index: build.xml
      ===================================================================
      RCS file: /home/cvspublic/incubator-myfaces/build/build.xml,v
      retrieving revision 1.87
      diff -u -r1.87 build.xml
      — build.xml 22 Mar 2005 06:59:42 -0000 1.87
      +++ build.xml 23 Mar 2005 00:42:50 -0000
      @@ -235,6 +235,8 @@
      includes="*/.class"/>
      <fileset dir="${components.classes}"
      includes="*/.class"/>
      + <fileset dir="${impl.classes}"
      + includes="org/apache/myfaces/taglib/*/.class"/>
      <!-- TLDs -->
      <zipfileset dir="${resolved-tlds.dir}"
      includes="myfaces_ext.tld,myfaces_ext_sf.tld"

      Attachments

        Activity

          People

            schof Sean Schofield
            hdeadman Hal Deadman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: