[jira] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-06 Thread JIRA


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786040#comment-16786040
 ] 

Matthias Bläsing commented on NETBEANS-2126:


I tracked it down into the library definition. The XML library definitions 
exist in multiple versions. The library definition for the endorsed api was 
reviewed and the maven dependency informations were added. The necessary 
elements did not exist in version 1, so the fix is simple: Switch to version 3, 
which supports the new elements.

I'm currently preparing a PR to fix that.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Assignee: Matthias Bläsing
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-06 Thread Frank Jung (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785394#comment-16785394
 ] 

Frank Jung commented on NETBEANS-2126:
--

It's all JDK 8 since this is the only platform in this NetBeans installation. 
So NetBeans, the project and glassfish were running on JDK 8.
Thanks for the workaround, that helped out.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785279#comment-16785279
 ] 

Geertjan Wielenga commented on NETBEANS-2126:
-

The question is not what you're running NetBeans on, but what you're running 
the project you've created in NetBeans on. As a workaround simply remove this 
from project.properties in the Files window of your project:

endorsed.classpath=\
${libs.javaee-endorsed-api-7.0.classpath}

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-05 Thread Frank Jung (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785269#comment-16785269
 ] 

Frank Jung commented on NETBEANS-2126:
--

I have this issue even when running NetBeans on JDK8 (Update 191) on Windows.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-05 Thread Frank Jung (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785265#comment-16785265
 ] 

Frank Jung commented on NETBEANS-2126:
--

I have this issue even when running NetBeans on JDK8 (Update 191) on Windows.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777999#comment-16777999
 ] 

Geertjan Wielenga commented on NETBEANS-2126:
-

Try create the same project after running NetBeans on JDK 8 and you'll have no 
problems.

Also, we should restructure the NetCAT test specs to focus more on Maven than 
on Ant -- i.e., with Maven-based projects this problem is not encountered.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16778001#comment-16778001
 ] 

Geertjan Wielenga commented on NETBEANS-2126:
-

Also, follow this discussion:

https://lists.apache.org/thread.html/28524b648ed4b55639d4ff0150873cc9f8121af1d947c9aeea78b3dd@%3Cdev.netbeans.apache.org%3E

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Vano Beridze (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777991#comment-16777991
 ] 

Vano Beridze commented on NETBEANS-2126:


The strange thing is that when you activate Java EE features, it lists the 
following library: Java EE 7 Endorsed API Library.

The problem is that Project can not link to this library, because it looks for 
the name javaee-endorsed-api-7.0 not "Java EE 7 Endorsed API Library"

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777924#comment-16777924
 ] 

Geertjan Wielenga commented on NETBEANS-2126:
-

The problem occurs if the JDK for the project is not JDK 8.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777903#comment-16777903
 ] 

Geertjan Wielenga commented on NETBEANS-2126:
-

Not sure why that javaee-endorsed-api.7.0 is needed. I propose we remove the 
below from project.properties (which solves the error) and then anyone who 
needs it can add it back (which will be done correctly via the Library Manager).

endorsed.classpath=\
${libs.javaee-endorsed-api-7.0.classpath}

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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