You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/11 02:35:11 UTC

[GitHub] [pulsar] hangc0276 opened a new issue #8911: Compile individual module failed

hangc0276 opened a new issue #8911:
URL: https://github.com/apache/pulsar/issues/8911


   **Describe the bug**
   When i compile individual module, it failed as following exceptions
   ```
   [ERROR] Failed to execute goal com.mycila:license-maven-plugin:4.0.rc2:check (default) on project pulsar-client-original: Execution default of goal com.mycila:license-maven-plugin:4.0.rc2:check failed: Cannot read header document src/license-header.txt. Cause: Resource src/license-header.txt not found in file system, classpath or URL: no protocol: src/license-header.txt -> [Help 1]
   ```
   It may be introduced by #8706 
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. In pulsar root directory, run `mvn install -DskipTest`, wait for compile success.
   2. go to `pulsar-client` module, run `mvn install -DskipTests`, it will compile failed
   
   
   **Expected behavior**
   For each individual module, It should compile success.
   
   
   **Desktop (please complete the following information):**
    - OS: Ubuntu 16.04
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] hangc0276 commented on issue #8911: Compile individual module failed

Posted by GitBox <gi...@apache.org>.
hangc0276 commented on issue #8911:
URL: https://github.com/apache/pulsar/issues/8911#issuecomment-742926516


   @lhotari Would you please help take a look?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sijie commented on issue #8911: Compile individual module failed

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #8911:
URL: https://github.com/apache/pulsar/issues/8911#issuecomment-742943122


   @hangc0276 you can try run `mvn -pl pulsar-client install -DskipTests`?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] hangc0276 commented on issue #8911: Compile individual module failed

Posted by GitBox <gi...@apache.org>.
hangc0276 commented on issue #8911:
URL: https://github.com/apache/pulsar/issues/8911#issuecomment-742976256


   > @hangc0276 you can try run `mvn -pl pulsar-client install -DskipTests`?
   
   @sijie Ok, run `mvn -pl pulsar-client install -DskipTests` in pulsar root directory, compile succeed. 
   However, in the past, run `run install -DskipTests` in sub module directory, it may also compile succeed.
   I close this issue.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] hangc0276 closed issue #8911: Compile individual module failed

Posted by GitBox <gi...@apache.org>.
hangc0276 closed issue #8911:
URL: https://github.com/apache/pulsar/issues/8911


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org