DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15984>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15984

2 Fields missing for correct build in build.properties.

           Summary: 2 Fields missing for correct build in build.properties.
           Product: Struts
           Version: 1.0 Beta 3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


On 1.1 Beta3..
The build.properties file for the root directory is missing two 
requiered fields for building the strtuts-el library..

 Although these properties are defined in the sub-dir (contrib), when 
you do a "build dist" with the jstl.jar defined, it breaks because it cant
find the tld's. 

Test with: "ant dist.contrib".

Fix: 
Define : struts.home and jstl.home in build.properties (root.dir) 

Also Modify: build.xml in {root.dir}/contrib/struts-el/ line 202, to: 
            <fileset dir="${struts.home}/library/ includes="*.tld"/>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to