Bug 227052
| Summary: | Review Request: emma-2.0-0.5312.1jpp - Code Coverage Tool | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rafael H. Schloming <rafaels> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | cse.cem+redhatbugz, tross, viveklak |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-28 01:00:15 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Rafael H. Schloming
2007-02-02 17:34:31 UTC
*** Bug 252065 has been marked as a duplicate of this bug. *** build failure on rawhide:
+ ant -Dbuild.compiler=modern
Buildfile: build.xml
init.work.dirs:
[mkdir] Created dir: /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out
[mkdir] Created dir: /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/dist
[mkdir] Created dir: /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/release
[mkdir] Created dir: /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/temp
[mkdir] Created dir: /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/tools/classes
[mkdir] Created dir: /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/core/classes
[mkdir] Created dir: /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/core/srcgen
[mkdir] Created dir: /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/core/res
[mkdir] Created dir: /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/ant/classes
init:
[echo] ANT version: Apache Ant version 1.7.0 compiled on August 16 2007
[echo] JDK version: 1.6
[echo] build debug flag: on
-timestamp.1:
-timestamp.2:
[echo] build id: 2.0.8127 (unsupported private build)
-timestamp.2a:
-timestamp.3:
build.cvs.ready:
-timestamp.4:
-timestamp.5:
[copy] Copying 1 file to
/home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/core/srcgen
[copy] Copying 1 file to /home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/temp
timestamp:
-pre-compile:
core.bootstrap.compile:
[javac] Compiling 2 source files to
/home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/core/classes
[javac]
[javac] WARNING
[javac]
[javac] The -source switch defaults to 1.5 in JDK 1.5 and 1.6.
[javac] If you specify -target 1.2 you now must also specify -source 1.2.
[javac] Ant will implicitly add -source 1.2 for you. Please change your
build file.
core.java14.compile:
[javac] Compiling 1 source file to
/home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/core/classes
[javac]
[javac] WARNING
[javac]
[javac] The -source switch defaults to 1.5 in JDK 1.5 and 1.6.
[javac] If you specify -target 1.2 you now must also specify -source 1.2.
[javac] Ant will implicitly add -source 1.2 for you. Please change your
build file.
core.java13.compile:
[javac] Compiling 1 source file to
/home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/core/classes
[javac]
[javac] WARNING
[javac]
[javac] The -source switch defaults to 1.5 in JDK 1.5 and 1.6.
[javac] If you specify -target 1.2 you now must also specify -source 1.2.
[javac] Ant will implicitly add -source 1.2 for you. Please change your
build file.
core.compile:
[javac] Compiling 165 source files to
/home/rkastl/rpmbuild/BUILD/emma-2.0.5312/out/core/classes
[javac]
[javac] WARNING
[javac]
[javac] The -source switch defaults to 1.5 in JDK 1.5 and 1.6.
[javac] If you specify -target 1.2 you now must also specify -source 1.2.
[javac] Ant will implicitly add -source 1.2 for you. Please change your
build file.
[javac]
/home/rkastl/rpmbuild/BUILD/emma-2.0.5312/core/java12/com/vladium/emma/rt/InstrClassLoader.java:346:
reference to CodeSource is ambiguous, both method
CodeSource(java.net.URL,java.security.cert.Certificate[]) in
java.security.CodeSource and method
CodeSource(java.net.URL,java.security.CodeSigner[]) in java.security.CodeSource
match
[javac] final CodeSource csrc = new CodeSource (srcURL, null);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 error
BUILD FAILED
|