Bug 1015787
| Summary: | missing EclipseFileManager | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | gil cattaneo <puntogil> | ||||||
| Component: | ecj | Assignee: | Krzysztof Daniel <kdaniel> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | akurtako, dbhole, kdaniel, mbenitez, overholt | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | ecj-4.2.1-9.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-11-10 06:24:39 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
gil cattaneo
2013-10-05 12:28:48 UTC
Are these in ecj.jar as shipped from eclipse.org? hi
aren't availables in
/usr/lib*/eclipse/plugins/org.eclipse.jdt.core_*.jar
i done these changes in your spec file:
%build
%if %{with_gcjbootstrap}
# Remove bits of JDT Core we don't want to build
rm -r org/eclipse/jdt/internal/compiler/tool
rm -r org/eclipse/jdt/internal/compiler/apt
rm -f org/eclipse/jdt/core/BuildJarIndex.java
for f in `find -name '*.java' | cut -c 3- | LC_ALL=C sort`; do
gcj -Wno-deprecated -C $f
done
find -name '*.class' -or -name '*.properties' -or -name '*.rsc' |\
xargs fastjar cf %{name}-%{version}.jar
%else
ant
%endif
seem with gcj build fails...
regards
Hey, the question was if they are shipped in the standalone eclipse compiler (see the JDT Core Batch Compiler http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M2-201309182000/). This is different from eclipse jdt plugin and ships different classes (mostly because some functionality is not required in a standalone compiler, like f.e. indexing). Now, if Eclipse ecj and Fedora ecj differ, then it is necessary to reexamine the packaging. Patches are welcome! Created attachment 809894 [details] http://koji.fedoraproject.org/koji/taskinfo?taskID=6041231 - enable build of org/eclipse/jdt/internal/compiler/[apt,tool] (ant build mode only), required by querydsl - remove some rpmlint problems (invalid date) Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=6041231 Created attachment 809895 [details]
enable build of org/eclipse/jdt/internal/compiler/[apt,tool]
ecj-4.2.1-9.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/ecj-4.2.1-9.fc20 Package ecj-4.2.1-9.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ecj-4.2.1-9.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-18902/ecj-4.2.1-9.fc20 then log in and leave karma (feedback). ecj-4.2.1-9.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |