You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fortress@directory.apache.org by Shawn McKinney <sm...@apache.org> on 2015/04/17 05:25:12 UTC

Re: [Bulk] error when building Apache Fortress Rest 1.0-RC40-SNAPSHOT

> On Apr 16, 2015, at 9:36 AM, Oleksandr Bodriagov (Polystar) <ol...@polystar.com> wrote:
> 
> One more thing, if I run just ³mvn clean install² without -Dload.file=Š
> I get the same error as you, namely:
> 
> [INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files)
> @ fortress-rest ---
> [INFO] Checking legal files in: fortress-rest.war
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 11.071s
> [INFO] Finished at: Thu Apr 16 16:31:55 CEST 2015
> [INFO] Final Memory: 41M/468M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.geronimo.genesis.plugins:tools-maven-plugin:1.4:verify-legal-fil
> es (verify-legal-files) on project fortress-rest: Artifact does not
> contain any legal files: fortress-rest.war -> [Help 1]

Thanks for the info Oleksandr.  Right now there are two problems here.  The fix for your error has just been committed to enmasse repo.  You can do a git pull to try it out.

Unfortunately there is another error on legal files that prevents successful install:

ERROR] Failed to execute goal org.apache.geronimo.genesis.plugins:tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) on project fortress-rest: Artifact does not contain any legal files: fortress-rest.war -> [Help 1]
[ERROR] 

Looking into it now…

Thanks

Shawn
smckinney@apache.org

Re: [Bulk] [Bulk] error when building Apache Fortress Rest 1.0-RC40-SNAPSHOT

Posted by Shawn McKinney <sm...@apache.org>.
> On Apr 16, 2015, at 10:25 PM, Shawn McKinney <sm...@apache.org> wrote:
> 
> Unfortunately there is another error on legal files that prevents successful install:
> 
> ERROR] Failed to execute goal org.apache.geronimo.genesis.plugins:tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) on project fortress-rest: Artifact does not contain any legal files: fortress-rest.war -> [Help 1]
> [ERROR] 
> 
> Looking into it now…

The legal file problem has been fixed in fortress rest.  You may do another pull from repo and run the build.  Let me know if you run into any other problems.

Thanks

Shawn