You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "ASF GitHub Bot (JIRA)" <xe...@xml.apache.org> on 2019/01/27 10:12:00 UTC

[jira] [Commented] (XERCESJ-1707) Unable to build xercesImpl.jar with java 11

    [ https://issues.apache.org/jira/browse/XERCESJ-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16753338#comment-16753338 ] 

ASF GitHub Bot commented on XERCESJ-1707:
-----------------------------------------

GitHub user aanno opened a pull request:

    https://github.com/apache/xerces2-j/pull/16

    XERCESJ-1707: Unable to build xercesImpl.jar with ava 11

    see https://issues.apache.org/jira/projects/XERCESJ/issues/XERCESJ-1707
    
    This PR fixes the problem, try 
    
    ```
    > ant -v -d -Dant.java.version=1.8 clean all
    ```
    
    with a Java 11 JDK.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aanno/xerces2-j feature/pr-xercesj-1707-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/xerces2-j/pull/16.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #16
    
----
commit fb638eefd35b8b59b68f8c822b651def43f2f896
Author: Thomas Pasch <th...@...>
Date:   2019-01-27T10:09:54Z

    XERCESJ-1707: Unable to build xercesImpl.jar with ava 11

----


> Unable to build xercesImpl.jar with java 11
> -------------------------------------------
>
>                 Key: XERCESJ-1707
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1707
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.12.0
>            Reporter: Thomas Pasch
>            Priority: Major
>
> I'm unable to build xercesImpl.jar with Java 11 even if I set source and target version:
> {{> ant -v -d -Dant.java.version=1.8 clean jar}}
> {{...}}
> {{   [xjavac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath}}
> {{BUILD FAILED}}
> {{/home/tpasch/scm/db-toolchain/submodules/xerces2-j/build.xml:311: Compile failed; see the compiler error output for details.}}
> {{        at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1425)}}
> {{        at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:1133)}}
> {{        at org.apache.xerces.util.XJavac.execute(Unknown Source)}}
> {{        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)}}
> {{        at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)}}
> {{        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)}}
> {{        at java.base/java.lang.reflect.Method.invoke(Method.java:566)}}
> {{        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)}}
> {{        at org.apache.tools.ant.Task.perform(Task.java:350)}}
> {{        at org.apache.tools.ant.Target.execute(Target.java:449)}}
> {{        at org.apache.tools.ant.Target.performTasks(Target.java:470)}}
> {{        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)}}
> {{        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)}}
> {{        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)}}
> {{        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)}}
> {{        at org.apache.tools.ant.Main.runBuild(Main.java:834)}}
> {{        at org.apache.tools.ant.Main.startAnt(Main.java:223)}}
> {{        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)}}
> {{        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)}}
> The problem seems to be related to xerces own implementation of java compile, i.e. xjavac.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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