[jira] [Closed] (NETBEANS-5979) Failed to execute goal on project application

2021-09-05 Thread szulijun (Jira)


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

szulijun closed NETBEANS-5979.
--
Fix Version/s: Next
   Resolution: Fixed

> Failed to execute goal on project application
> -
>
> Key: NETBEANS-5979
> URL: https://issues.apache.org/jira/browse/NETBEANS-5979
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Updates: Updates available to version NetBeans 8.2 Patch 2
> Java: 11.0.12; Java HotSpot(TM) 64-Bit Server VM 11.0.12+8-LTS-237
> Runtime: Java(TM) SE Runtime Environment 11.0.12+8-LTS-237
> System: Windows 10 version 10.0 running on amd64; GBK; zh_CN (nb)
> User directory: C:\Users\dell\AppData\Roaming\NetBeans\12.0
> Cache directory: C:\Users\dell\AppData\Local\NetBeans\Cache\12.0
> maven:3.3.9
>Reporter: szulijun
>Priority: Blocker
> Fix For: Next
>
> Attachments: MyApplication.zip, maven error.png
>
>
> When Buiding project,output error info:
> Failed to execute goal on project application: Could not resolve dependencies 
> for project xxx: Failed to collect dependencies at 
> org.netbeans.cluster:platform:pom:RELEASE120 -> org.ow2.asm:asm-7.2:jar:7.2: 
> Failed to read artifact descriptor for org.ow2.asm:asm-7.2:jar:7.2: Could not 
> transfer artifact org.ow2.asm:asm-7.2:pom:7.2 from/to netbeans 
> (http://bits.netbeans.org/maven2/): Not authorized , ReasonPhrase:Repository 
> decommissioned. Please refer to 
> https://netbeans.apache.org/about/oracle-transition.html for more 
> information.. -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Created] (NETBEANS-5979) Failed to execute goal on project application

2021-09-05 Thread szulijun (Jira)
szulijun created NETBEANS-5979:
--

 Summary: Failed to execute goal on project application
 Key: NETBEANS-5979
 URL: https://issues.apache.org/jira/browse/NETBEANS-5979
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 12.0
 Environment: Product Version: Apache NetBeans IDE 12.0
Updates: Updates available to version NetBeans 8.2 Patch 2
Java: 11.0.12; Java HotSpot(TM) 64-Bit Server VM 11.0.12+8-LTS-237
Runtime: Java(TM) SE Runtime Environment 11.0.12+8-LTS-237
System: Windows 10 version 10.0 running on amd64; GBK; zh_CN (nb)
User directory: C:\Users\dell\AppData\Roaming\NetBeans\12.0
Cache directory: C:\Users\dell\AppData\Local\NetBeans\Cache\12.0

maven:3.3.9
Reporter: szulijun
 Attachments: MyApplication.zip, maven error.png

When Buiding project,output error info:

Failed to execute goal on project application: Could not resolve dependencies 
for project xxx: Failed to collect dependencies at 
org.netbeans.cluster:platform:pom:RELEASE120 -> org.ow2.asm:asm-7.2:jar:7.2: 
Failed to read artifact descriptor for org.ow2.asm:asm-7.2:jar:7.2: Could not 
transfer artifact org.ow2.asm:asm-7.2:pom:7.2 from/to netbeans 
(http://bits.netbeans.org/maven2/): Not authorized , ReasonPhrase:Repository 
decommissioned. Please refer to 
https://netbeans.apache.org/about/oracle-transition.html for more information.. 
-> [Help 1]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5892) Java Maven Web Project not created properly

2021-09-05 Thread Josh Juneau (Jira)


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

Josh Juneau commented on NETBEANS-5892:
---

I will look to see if there is a better archetype that can be used.  If not, I 
will look into creating an archetype.  

On the aside:  I certainly agree that we should be managing a standard set of 
Apache NetBeans archetypes that can be updated.  However, the last I knew we 
did not have any set of standard archetypes.

> Java Maven Web Project not created properly
> ---
>
> Key: NETBEANS-5892
> URL: https://issues.apache.org/jira/browse/NETBEANS-5892
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: *NetBeans* version 
> 12.4
> *JDK* version 
> zulu16.32.15 (default), JDK version 8 and 11 installed as well
> *OS* 
> Windows 10 pro, Version 20H2, Build 19042.1110
>Reporter: Thomas Schuster
>Assignee: Josh Juneau
>Priority: Major
> Attachments: 1_used_create_dialog.png, 2_bundled_maven.png, 
> 3_pom.png, 4_index_page_missing.png, errorlog1.txt, errorlog2.txt, 
> mavenproject2.zip, mavenproject3.zip
>
>
> *Short description*
> Using the create Java Maven Web project results in a project that cannot be 
> build for nor run on a Jakarta EE 8 server. I provided the created result 
> (mavenproject2.zip) and an altered project which can be built and deployed 
> (mavenproject3.zip) - I would expect the latter to be generated.
> *Exact steps*
>  # Create new project (Java with Maven, Web Application)
>  # Execute Clean & Build on this project
>  # Build will fail because of default maven-war plugin (Version 2.2) of 
> bundled maven. version. (see errorlog1.txt)
>  # Now execute Clean & Build again with success
>  # Execute Run.
>  # Deployment will fail because of unsupported Java version. Generator 
> creates a project with compiler set to Java 11. (see errorlog2.txt)
>  # Reset compiler version to Java 8.
>  # Now execute Clean & Build again with success.
>  # Execute Run, project is successfully deployed.
>  # Welcome page is triggered but not found (not created in fact).
> *Actual results*
>  Web project that includes microprofile configuration and cannot be build and 
> deployed directly from generated sources. Java compiler level is set to be 
> 11, there are some configuration options based on IBM (Openliberty I believe) 
> and there are microprofile configuration options being used in a sample Jax 
> RS service.
> Minor: The pom.xml is not indented properly.
> *Expected results* 
>  Web project that is Jakarta EE 8 compliant and that can be build and run on 
> a Jakarta EE Server (in my case: Payara Server 5.201.4).
> Also, in my opinion the project should deliver a welcome page and be minimal 
> in terms of dependencies and contents (that means also removing microprofile 
> configuration).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5978) I can´t make a new project in NetBeans

2021-09-05 Thread solmaz Gh (Jira)


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

solmaz Gh commented on NETBEANS-5978:
-

okay, thanks

> I can´t make a new project in NetBeans
> --
>
> Key: NETBEANS-5978
> URL: https://issues.apache.org/jira/browse/NETBEANS-5978
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: solmaz Gh
>Priority: Major
> Attachments: Screenshot 2021-09-05 153724.png, Screenshot 2021-09-05 
> 155212.jpg, Screenshot 2021-09-05 155922.jpg, Screenshot 2021-09-05 
> 160832.jpg, messages.log
>
>
> ---
> I can´t build a new project in NetBeans!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5978) I can´t make a new project in NetBeans

2021-09-05 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-5978:
-

Please use the latest release, which is 12.4.

> I can´t make a new project in NetBeans
> --
>
> Key: NETBEANS-5978
> URL: https://issues.apache.org/jira/browse/NETBEANS-5978
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: solmaz Gh
>Priority: Major
> Attachments: Screenshot 2021-09-05 153724.png, Screenshot 2021-09-05 
> 155212.jpg, Screenshot 2021-09-05 155922.jpg, Screenshot 2021-09-05 
> 160832.jpg, messages.log
>
>
> ---
> I can´t build a new project in NetBeans!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Created] (NETBEANS-5978) I can´t make a new project in NetBeans

2021-09-05 Thread solmaz Gh (Jira)
solmaz Gh created NETBEANS-5978:
---

 Summary: I can´t make a new project in NetBeans
 Key: NETBEANS-5978
 URL: https://issues.apache.org/jira/browse/NETBEANS-5978
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0
Reporter: solmaz Gh
 Attachments: Screenshot 2021-09-05 153724.png, Screenshot 2021-09-05 
155212.jpg, Screenshot 2021-09-05 155922.jpg, Screenshot 2021-09-05 160832.jpg, 
messages.log

---
I can´t build a new project in NetBeans!






--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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