Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1238780

Summary: Fix FTBFS issues
Product: [Fedora] Fedora Reporter: gil cattaneo <puntogil>
Component: freemarkerAssignee: Omair Majid <omajid>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: dennis, omajid
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-20 19:46:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1239338    
Attachments:
Description Flags
fix FTBFS none

Description gil cattaneo 2015-07-02 15:42:16 UTC
Currently freemarker fails to build because of old Tomcat APIs references.

Comment 1 gil cattaneo 2015-07-02 15:43:19 UTC
Created attachment 1045545 [details]
fix FTBFS

- adapt to current guideline
- fix some rpmlint problems
- enable javadoc task
- enable maven-upload task for generate pom file

Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=10271517

Comment 2 gil cattaneo 2015-07-02 15:59:25 UTC
NOTE:
jython is now in %{_javadir}/jython/jython.jar
should ne changed 
%{__ln_s} -f %{_javadir}/jython.jar     lib/jython.jar
with
%{__ln_s} -f %{_javadir}/jython/jython.jar     lib/jython.jar

and edited PATCH9 (javadoc classpath)
+        <fileset dir="/usr/share/java" includes="jython.jar" />
with
+        <fileset dir="/usr/share/java" includes="jython/jython.jar" />

Comment 3 Jan Kurik 2015-07-15 13:51:20 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 4 Omair Majid 2015-07-20 19:39:52 UTC
*** Bug 1239510 has been marked as a duplicate of this bug. ***