[jira] [Updated] (NETBEANS-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-05-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot updated NETBEANS-781:

Labels: pull-request-available  (was: )

> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Assignee: Emilian Bold
>Priority: Major
>  Labels: pull-request-available
> Attachments: JavaApplication10.zip
>
>
> When i build a project (target jar) with do.depend=true (in 
> project.properties or private.properties) for a second time after clean, the 
> following is thrown:
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
>  at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
> This is in the depend macro:
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>       
>       
>       
>      
>  
> project properties:
> javac.source=10 
>  javac.target=10 
>  platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



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

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

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



[jira] [Updated] (NETBEANS-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-05-14 Thread Emilian Bold (JIRA)

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

Emilian Bold updated NETBEANS-781:
--
Description: 
When i build a project (target jar) with do.depend=true (in project.properties 
or private.properties) for a second time after clean, the following is thrown:

java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
 at 
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)

This is in the depend macro:

     
      
      
      
     

 

project properties:

javac.source=10 
 javac.target=10 
 platform.active=JDK_10

The exception is thrown direct after opening build/classes/module-info.class

  was:
When i build a project (target jar) with do.depend=true for a second time after 
clean, the following is thrown: 
 
java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
at 
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
 
 
This is in the depend macro: 
 
     
     
     
     
     

 

project properties:

javac.source=10 
javac.target=10 
platform.active=JDK_10

The exception is thrown direct after opening build/classes/module-info.class


> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Priority: Major
> Attachments: JavaApplication10.zip
>
>
> When i build a project (target jar) with do.depend=true (in 
> project.properties or private.properties) for a second time after clean, the 
> following is thrown:
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
>  at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
> This is in the depend macro:
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>       
>       
>       
>      
>  
> project properties:
> javac.source=10 
>  javac.target=10 
>  platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



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

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

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



[jira] [Updated] (NETBEANS-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-05-14 Thread Simon IJskes (JIRA)

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

Simon IJskes updated NETBEANS-781:
--
Attachment: JavaApplication10.zip

> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Priority: Major
> Attachments: JavaApplication10.zip
>
>
> When i build a project (target jar) with do.depend=true for a second time 
> after clean, the following is thrown: 
>  
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
> at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
>  
>  
> This is in the depend macro: 
>  
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>      
>      
>      
>      
>  
> project properties:
> javac.source=10 
> javac.target=10 
> platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



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

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

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



[jira] [Updated] (NETBEANS-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-05-11 Thread Simon IJskes (JIRA)

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

Simon IJskes updated NETBEANS-781:
--
Summary: java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  
in build-impl.xml  (was: exception in build-impl.xml)

> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Priority: Major
>
> When i build a project (target jar) with do.depend=true for a second time 
> after clean, the following is thrown: 
>  
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
> at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
>  
>  
> This is in the depend macro: 
>  
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>      
>      
>      
>      
>  
> project properties:
> javac.source=10 
> javac.target=10 
> platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



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

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

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