[jira] [Commented] (MNG-6024) maven-antrun-plugin:instrument failing NoClassDefFoundError: org/slf4j/LoggerFactory

2018-04-14 Thread S V Mohana Rao (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438292#comment-16438292
 ] 

S V Mohana Rao commented on MNG-6024:
-

We are using Jacoco for code instrumentation since cobertura is not fully 
supported/outdated for java 8.  

> maven-antrun-plugin:instrument failing NoClassDefFoundError: 
> org/slf4j/LoggerFactory
> 
>
> Key: MNG-6024
> URL: https://issues.apache.org/jira/browse/MNG-6024
> Project: Maven
>  Issue Type: Bug
>  Components: Class Loading
>Affects Versions: 3.3.1, 3.3.3, 3.3.9
> Environment: Window 7, JDK 1.8.0_40
>Reporter: S V Mohana Rao
>Priority: Blocker
> Attachments: maven-core-slf4j-issue.zip, mvn-coreslf4j-issue.txt
>
>
> Related issues : MNG-5783, MNG-5817. I was using maven-antrun-plugin added 
> dependency cobertura which requires slf4j-api dependent jar. Even i tried 
> using 3.4.0-SNAPSHOT version but problem persists. As i was observed it's 
> been excluded from the child dependent artifacts of cobertura cause it's part 
> maven core. But it's not referring from maven core which hasn't been added 
> class path. 



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


[jira] [Updated] (MNG-6024) maven-antrun-plugin:instrument failing NoClassDefFoundError: org/slf4j/LoggerFactory

2016-08-17 Thread S V Mohana Rao (JIRA)

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

S V Mohana Rao updated MNG-6024:

Attachment: maven-core-slf4j-issue.zip

Please run the following command to simulate error.

mvn clean install
mvn verify -Dcobertura=true -Pcobertura

> maven-antrun-plugin:instrument failing NoClassDefFoundError: 
> org/slf4j/LoggerFactory
> 
>
> Key: MNG-6024
> URL: https://issues.apache.org/jira/browse/MNG-6024
> Project: Maven
>  Issue Type: Bug
>  Components: Class Loading
>Affects Versions: 3.3.1, 3.3.3, 3.3.9
> Environment: Window 7, JDK 1.8.0_40
>Reporter: S V Mohana Rao
>Priority: Blocker
> Attachments: maven-core-slf4j-issue.zip, mvn-coreslf4j-issue.txt
>
>
> Related issues : MNG-5783, MNG-5817. I was using maven-antrun-plugin added 
> dependency cobertura which requires slf4j-api dependent jar. Even i tried 
> using 3.4.0-SNAPSHOT version but problem persists. As i was observed it's 
> been excluded from the child dependent artifacts of cobertura cause it's part 
> maven core. But it's not referring from maven core which hasn't been added 
> class path. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MNG-6024) maven-antrun-plugin:instrument failing NoClassDefFoundError: org/slf4j/LoggerFactory

2016-08-15 Thread S V Mohana Rao (JIRA)

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

S V Mohana Rao updated MNG-6024:

Priority: Blocker  (was: Major)

> maven-antrun-plugin:instrument failing NoClassDefFoundError: 
> org/slf4j/LoggerFactory
> 
>
> Key: MNG-6024
> URL: https://issues.apache.org/jira/browse/MNG-6024
> Project: Maven
>  Issue Type: Bug
>  Components: Class Loading
>Affects Versions: 3.3.1, 3.3.3, 3.3.9
> Environment: Window 7, JDK 1.8.0_40
>Reporter: S V Mohana Rao
>Priority: Blocker
> Attachments: mvn-coreslf4j-issue.txt
>
>
> Related issues : MNG-5783, MNG-5817. I was using maven-antrun-plugin added 
> dependency cobertura which requires slf4j-api dependent jar. Even i tried 
> using 3.4.0-SNAPSHOT version but problem persists. As i was observed it's 
> been excluded from the child dependent artifacts of cobertura cause it's part 
> maven core. But it's not referring from maven core which hasn't been added 
> class path. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MNG-6024) maven-antrun-plugin:instrument failing NoClassDefFoundError: org/slf4j/LoggerFactory

2016-05-27 Thread S V Mohana Rao (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15303915#comment-15303915
 ] 

S V Mohana Rao commented on MNG-6024:
-

Okay, I will create a sample maven project which simulates the above scenario.

> maven-antrun-plugin:instrument failing NoClassDefFoundError: 
> org/slf4j/LoggerFactory
> 
>
> Key: MNG-6024
> URL: https://issues.apache.org/jira/browse/MNG-6024
> Project: Maven
>  Issue Type: Bug
>  Components: Class Loading
>Affects Versions: 3.3.1, 3.3.3, 3.3.9
> Environment: Window 7, JDK 1.8.0_40
>Reporter: S V Mohana Rao
> Attachments: mvn-coreslf4j-issue.txt
>
>
> Related issues : MNG-5783, MNG-5817. I was using maven-antrun-plugin added 
> dependency cobertura which requires slf4j-api dependent jar. Even i tried 
> using 3.4.0-SNAPSHOT version but problem persists. As i was observed it's 
> been excluded from the child dependent artifacts of cobertura cause it's part 
> maven core. But it's not referring from maven core which hasn't been added 
> class path. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MNG-6024) maven-antrun-plugin:instrument failing NoClassDefFoundError: org/slf4j/LoggerFactory

2016-05-17 Thread S V Mohana Rao (JIRA)

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

S V Mohana Rao updated MNG-6024:

Attachment: mvn-coreslf4j-issue.txt

Added maven console output.

> maven-antrun-plugin:instrument failing NoClassDefFoundError: 
> org/slf4j/LoggerFactory
> 
>
> Key: MNG-6024
> URL: https://issues.apache.org/jira/browse/MNG-6024
> Project: Maven
>  Issue Type: Bug
>  Components: Class Loading
>Affects Versions: 3.3.1, 3.3.3, 3.3.9
> Environment: Window 7, JDK 1.8.0_40
>Reporter: S V Mohana Rao
> Attachments: mvn-coreslf4j-issue.txt
>
>
> Related issues : MNG-5783, MNG-5817. I was using maven-antrun-plugin added 
> dependency cobertura which requires slf4j-api dependent jar. Even i tried 
> using 3.4.0-SNAPSHOT version but problem persists. As i was observed it's 
> been excluded from the child dependent artifacts of cobertura cause it's part 
> maven core. But it's not referring from maven core which hasn't been added 
> class path. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (MNG-6024) maven-antrun-plugin:instrument failing NoClassDefFoundError: org/slf4j/LoggerFactory

2016-05-17 Thread S V Mohana Rao (JIRA)
S V Mohana Rao created MNG-6024:
---

 Summary: maven-antrun-plugin:instrument failing 
NoClassDefFoundError: org/slf4j/LoggerFactory
 Key: MNG-6024
 URL: https://issues.apache.org/jira/browse/MNG-6024
 Project: Maven
  Issue Type: Bug
  Components: Class Loading
Affects Versions: 3.3.9, 3.3.3, 3.3.1
 Environment: Window 7, JDK 1.8.0_40
Reporter: S V Mohana Rao


Related issues : MNG-5783, MNG-5817. I was using maven-antrun-plugin added 
dependency cobertura which requires slf4j-api dependent jar. Even i tried using 
3.4.0-SNAPSHOT version but problem persists. As i was observed it's been 
excluded from the child dependent artifacts of cobertura cause it's part maven 
core. But it's not referring from maven core which hasn't been added class 
path. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MDEP-513) Should have the capability of copying to file(s) by not maintaining folder structure.

2015-12-15 Thread S V Mohana Rao (JIRA)

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

S V Mohana Rao updated MDEP-513:

Description: 

org.apache.maven.plugins
maven-dependency-plugin


unpack
process-resources

unpack






com.company.domain.enterprise.module.submodule

module-deployment-gen-config


${project.version}

false

${basedir}/src/test/resources

**/location/some.properties

META-INF/**







  was:

org.apache.maven.plugins
maven-dependency-plugin


unpack
process-resources

unpack






com.company.domain.enterprise.module.submodule

module-deployment-gen-config


${project.version}

false

${basedir}/src/test/resources

**/acl/acl.properties

META-INF/**








> Should have the capability of copying to file(s) by not maintaining folder 
> structure. 
> --
>
> Key: MDEP-513
> URL: https://issues.apache.org/jira/browse/MDEP-513
> Project: Maven Dependency Plugin
>  Issue Type: Improvement
>  Components: unpack
>Affects Versions: 2.10
> Environment: windows 
>Reporter: S V Mohana Rao
>
> 
>   org.apache.maven.plugins
>   maven-dependency-plugin
>   
>   
>   unpack
>   process-resources
>   
>   unpack
>   
>   
>   
>   
>   
>   
> 

[jira] [Updated] (MDEP-513) Should have the capability of copying to file(s) by not maintaining folder structure.

2015-12-15 Thread S V Mohana Rao (JIRA)

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

S V Mohana Rao updated MDEP-513:

Description: 

org.apache.maven.plugins
maven-dependency-plugin


unpack
process-resources

unpack






com.company.domain.enterprise.module.submodule

module-deployment-gen-config


${project.version}

false

${basedir}/src/test/resources

**/location/some.properties

META-INF/**







User should have feature to copy the file(s) by ignoring the folder structure. 
It should be nice have option to the user whether to maintain or not the same 
folder structure while copying.

  was:

org.apache.maven.plugins
maven-dependency-plugin


unpack
process-resources

unpack






com.company.domain.enterprise.module.submodule

module-deployment-gen-config


${project.version}

false

${basedir}/src/test/resources

**/location/some.properties

META-INF/**








> Should have the capability of copying to file(s) by not maintaining folder 
> structure. 
> --
>
> Key: MDEP-513
> URL: https://issues.apache.org/jira/browse/MDEP-513
> Project: Maven Dependency Plugin
>  Issue Type: Improvement
>  Components: unpack
>Affects Versions: 2.10
> Environment: windows 
>Reporter: S V Mohana Rao
>
> 
>   org.apache.maven.plugins
>   maven-dependency-plugin
>   
>   
>   unpack
>   process-resources
>   
>   unpack
>   
>   
>   
> 

[jira] [Created] (MDEP-513) Should have the capability of copying to file(s) by not maintaining folder structure.

2015-12-15 Thread S V Mohana Rao (JIRA)
S V Mohana Rao created MDEP-513:
---

 Summary: Should have the capability of copying to file(s) by not 
maintaining folder structure. 
 Key: MDEP-513
 URL: https://issues.apache.org/jira/browse/MDEP-513
 Project: Maven Dependency Plugin
  Issue Type: Improvement
  Components: unpack
Affects Versions: 2.10
 Environment: windows 
Reporter: S V Mohana Rao



org.apache.maven.plugins
maven-dependency-plugin


unpack
process-resources

unpack






com.company.domain.enterprise.module.submodule

module-deployment-gen-config


${project.version}

false

${basedir}/src/test/resources

**/acl/acl.properties

META-INF/**









--
This message was sent by Atlassian JIRA
(v6.3.4#6332)