You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Alied Pérez Martínez (JIRA)" <ji...@apache.org> on 2018/04/02 19:20:00 UTC

[jira] [Updated] (NETBEANS-569) Sources node in project properties do not reflect source/binary specified in POM

     [ https://issues.apache.org/jira/browse/NETBEANS-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alied Pérez Martínez updated NETBEANS-569:
------------------------------------------
    Description: 
The Sources node in project properties states source/binary format as 1.3 while the POM says 10:

!image-2018-04-02-16-15-47-554.png!

POM section (full POM here: [^pom.xml]):
{code:xml}
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>10</maven.compiler.source>
        <maven.compiler.target>10</maven.compiler.target>
    </properties>
{code}

This version was automatically set when the project was created.

  was:
The Sources node in project properties states source/binary format as 1.3 while the POM says 10:

!image-2018-04-02-16-15-47-554.png!

POM section (full POM here: ):
{code:xml}
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>10</maven.compiler.source>
        <maven.compiler.target>10</maven.compiler.target>
    </properties>
{code}

This version was automatically set when the project was created.


> Sources node in project properties do not reflect source/binary specified in POM
> --------------------------------------------------------------------------------
>
>                 Key: NETBEANS-569
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-569
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 9.0
>         Environment: Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-linux-386-on-20180402)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.15.14 running on amd64; UTF-8; en_US (nb)
> User directory: /home/alied/.netbeans/beta
> Cache directory: /home/alied/.cache/netbeans/beta
>            Reporter: Alied Pérez Martínez
>            Priority: Major
>         Attachments: image-2018-04-02-16-15-47-554.png, pom.xml
>
>
> The Sources node in project properties states source/binary format as 1.3 while the POM says 10:
> !image-2018-04-02-16-15-47-554.png!
> POM section (full POM here: [^pom.xml]):
> {code:xml}
>     <properties>
>         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
>         <maven.compiler.source>10</maven.compiler.source>
>         <maven.compiler.target>10</maven.compiler.target>
>     </properties>
> {code}
> This version was automatically set when the project was created.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists