You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/06/29 17:31:46 UTC

[Bug 58081] New: Incorrect Java version in README

https://bz.apache.org/bugzilla/show_bug.cgi?id=58081

            Bug ID: 58081
           Summary: Incorrect Java version in README
           Product: Tomcat Native
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: dev@tomcat.apache.org
          Reporter: sebb@apache.org

README.txt says Java 1.7 is needed.

However build.xml requires Java 1.8.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 58081] Incorrect Java version in README

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58081

--- Comment #3 from Sebb <se...@apache.org> ---
(In reply to Christopher Schultz from comment #2)
> I think the Java source in there is now primarily there for historical
> reasons. Does anyone actually build the Java code from the tcnative project?

In case anyone does, it's a trivial fix to make.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 58081] Incorrect Java version in README

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58081

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Mark Thomas <ma...@apache.org> ---
This was fixed in r1711587.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 58081] Incorrect Java version in README

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58081

--- Comment #1 from Sebb <se...@apache.org> ---
https://svn.apache.org/repos/asf/tomcat/native/trunk/README.txt
To build the Java API. Note that Java 1.7 is required to build the Java API.

https://svn.apache.org/repos/asf/tomcat/native/trunk/build.xml
<property name="compile.source" value="1.8"/>
<property name="compile.target" value="1.8"/>

https://svn.apache.org/repos/asf/tomcat/native/trunk/build.properties.default
compile.source=1.8
compile.target=1.8

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 58081] Incorrect Java version in README

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58081

--- Comment #2 from Christopher Schultz <ch...@christopherschultz.net> ---
I think the Java source in there is now primarily there for historical reasons.
Does anyone actually build the Java code from the tcnative project?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org