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

Sylwester Lachiewicz commented on MANTRUN-208:
----------------------------------------------

[[email protected]] I tried to reproduce your problem using the latest 
snapshot of plugin, but for me, antrun displays messages.

c:\projects\apache-mvn\plugins\maven-antrun-plugin\target\it\mantrun-208>mvn -e 
verify
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------< antrun-plugin.test:antrun-plugin-test >----------------
[INFO] Building Maven Antrun Plugin Test mantrun-208
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
antrun-plugin-test ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
c:\projects\apache-mvn\plugins\maven-antrun-plugin\target\it\mantrun-208\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
antrun-plugin-test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-antrun-plugin:3.0.0-SNAPSHOT:run (compile) @ 
antrun-plugin-test ---
[INFO] Executing tasks
[WARNING] [echo] compile classpath: 
|c:\projects\apache-mvn\plugins\maven-antrun-plugin\target\it\mantrun-208\target\classes|
[WARNING] [echo] runtime classpath: 
|c:\projects\apache-mvn\plugins\maven-antrun-plugin\target\it\mantrun-208\target\classes|

> 1.8 version maven-antrun-plugin doesnt work
> -------------------------------------------
>
>                 Key: MANTRUN-208
>                 URL: https://issues.apache.org/jira/browse/MANTRUN-208
>             Project: Maven Antrun Plugin
>          Issue Type: Bug
>         Environment: Maven home: C:\maven\maven333
> Java version: 1.8.0_40, vendor: Oracle Corporation
> Java home: C:\Java\jdk1.8\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>            Reporter: Martin Gainty
>            Priority: Major
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> <plugin> 
>  <groupId>org.apache.maven.plugins</groupId> 
>  <artifactId>maven-antrun-plugin</artifactId> 
>  <version>1.8</version>
> <executions> 
>  <execution> 
>  <id>compile</id> 
>  <phase>compile</phase> 
>  <configuration> 
>  <target> 
>  <property name="compile_classpath" refid="maven.compile.classpath"/> 
>  <property name="runtime_classpath" refid="maven.runtime.classpath"/> 
>  <property name="test_classpath" refid="maven.test.classpath"/> 
>  <property name="plugin_classpath" refid="maven.plugin.classpath"/> 
>  <echo message="compile classpath: ${compile_classpath}"/> 
>  <echo message="runtime classpath: ${runtime_classpath}"/> 
>  <echo message="test classpath: ${test_classpath}"/> 
>  <echo message="plugin classpath: ${plugin_classpath}"/> 
>  </target> 
>  </configuration> 
>  <goals> 
>  <goal>run</goal> 
>  </goals> 
>  </execution> 
>  </executions> 
>  </plugin>
> mvn -e -X -o produces no output for echo statements



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

Reply via email to