[jira] [Commented] (DELTASPIKE-1416) deltaspike-core-impl.jar does not contain the Main class to execute in your Manifest.MF to Crypto

2021-09-19 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DELTASPIKE-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17417349#comment-17417349
 ] 

ASF subversion and git services commented on DELTASPIKE-1416:
-

Commit d2919f014f5342e47d7fff0ac55ec1a43f3c5dbc in deltaspike's branch 
refs/heads/master from Thomas Andraschko
[ https://gitbox.apache.org/repos/asf?p=deltaspike.git;h=d2919f0 ]

Merge pull request #111 from Daniel-Dos/DELTASPIKE-1416

DELTASPIKE-1416: add maven-jar-plugin to to use the MANIFEST.MF

> deltaspike-core-impl.jar does not contain the Main class to execute in your 
> Manifest.MF to Crypto
> -
>
> Key: DELTASPIKE-1416
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1416
> Project: DeltaSpike
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Core
>Affects Versions: 1.9.4
>Reporter: Daniel Dias
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 1.9.5
>
> Attachments: DELTASPIKE-1416.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In [https://deltaspike.apache.org/documentation/encryption.html]
> demo how to run java -jar deltaspike-core-impl.jar encode -masterPassword 
> myMasterPassword -masterSalt myMasterSalt
> more in your MANIFEST.MF does not contain the Main-Class that is in META-INF 
> of the Core:
> [https://github.com/apache/deltaspike/blob/master/deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF]
>  
> to resolve, you must include a plugin:
> {code:java}
> 
>  org.apache.maven.plugins
>  maven-jar-plugin
>  
>  
>  src/main/resources/META-INF/MANIFEST.MF
>  
>  
>  {code}
>  
>  
>  
>  



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


[jira] [Commented] (DELTASPIKE-1416) deltaspike-core-impl.jar does not contain the Main class to execute in your Manifest.MF to Crypto

2021-09-19 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DELTASPIKE-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17417348#comment-17417348
 ] 

ASF subversion and git services commented on DELTASPIKE-1416:
-

Commit c16f377f937f50ea34c0922f28655b8551ece2e7 in deltaspike's branch 
refs/heads/master from Daniel Dias
[ https://gitbox.apache.org/repos/asf?p=deltaspike.git;h=c16f377 ]

DELTASPIKE-1416: add maven-jar-plugin to to use the MANIFEST.MF


> deltaspike-core-impl.jar does not contain the Main class to execute in your 
> Manifest.MF to Crypto
> -
>
> Key: DELTASPIKE-1416
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1416
> Project: DeltaSpike
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Core
>Affects Versions: 1.9.4
>Reporter: Daniel Dias
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 1.9.5
>
> Attachments: DELTASPIKE-1416.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In [https://deltaspike.apache.org/documentation/encryption.html]
> demo how to run java -jar deltaspike-core-impl.jar encode -masterPassword 
> myMasterPassword -masterSalt myMasterSalt
> more in your MANIFEST.MF does not contain the Main-Class that is in META-INF 
> of the Core:
> [https://github.com/apache/deltaspike/blob/master/deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF]
>  
> to resolve, you must include a plugin:
> {code:java}
> 
>  org.apache.maven.plugins
>  maven-jar-plugin
>  
>  
>  src/main/resources/META-INF/MANIFEST.MF
>  
>  
>  {code}
>  
>  
>  
>  



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


[jira] [Commented] (DELTASPIKE-1416) deltaspike-core-impl.jar does not contain the Main class to execute in your Manifest.MF to Crypto

2021-03-04 Thread Daniel Dias (Jira)


[ 
https://issues.apache.org/jira/browse/DELTASPIKE-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295645#comment-17295645
 ] 

Daniel Dias commented on DELTASPIKE-1416:
-

your  Welcome Mark :)

> deltaspike-core-impl.jar does not contain the Main class to execute in your 
> Manifest.MF to Crypto
> -
>
> Key: DELTASPIKE-1416
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1416
> Project: DeltaSpike
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Core
>Affects Versions: 1.9.4
>Reporter: Daniel Dias
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 1.9.5
>
> Attachments: DELTASPIKE-1416.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In [https://deltaspike.apache.org/documentation/encryption.html]
> demo how to run java -jar deltaspike-core-impl.jar encode -masterPassword 
> myMasterPassword -masterSalt myMasterSalt
> more in your MANIFEST.MF does not contain the Main-Class that is in META-INF 
> of the Core:
> [https://github.com/apache/deltaspike/blob/master/deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF]
>  
> to resolve, you must include a plugin:
> {code:java}
> 
>  org.apache.maven.plugins
>  maven-jar-plugin
>  
>  
>  src/main/resources/META-INF/MANIFEST.MF
>  
>  
>  {code}
>  
>  
>  
>  



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


[jira] [Commented] (DELTASPIKE-1416) deltaspike-core-impl.jar does not contain the Main class to execute in your Manifest.MF to Crypto

2021-03-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DELTASPIKE-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295598#comment-17295598
 ] 

ASF subversion and git services commented on DELTASPIKE-1416:
-

Commit 7d11feb46868cf66a0c365e97eba71fa22f8c715 in deltaspike's branch 
refs/heads/master from Mark Struberg
[ https://gitbox.apache.org/repos/asf?p=deltaspike.git;h=7d11feb ]

DELTASPIKE-1416 fix missing mainclass in Manifest


> deltaspike-core-impl.jar does not contain the Main class to execute in your 
> Manifest.MF to Crypto
> -
>
> Key: DELTASPIKE-1416
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1416
> Project: DeltaSpike
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Core
>Affects Versions: 1.9.4
>Reporter: Daniel Dias
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 1.9.5
>
> Attachments: DELTASPIKE-1416.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In [https://deltaspike.apache.org/documentation/encryption.html]
> demo how to run java -jar deltaspike-core-impl.jar encode -masterPassword 
> myMasterPassword -masterSalt myMasterSalt
> more in your MANIFEST.MF does not contain the Main-Class that is in META-INF 
> of the Core:
> [https://github.com/apache/deltaspike/blob/master/deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF]
>  
> to resolve, you must include a plugin:
> {code:java}
> 
>  org.apache.maven.plugins
>  maven-jar-plugin
>  
>  
>  src/main/resources/META-INF/MANIFEST.MF
>  
>  
>  {code}
>  
>  
>  
>  



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