janotav / ali-idea-plugin

HP ALI support for Intellij IDEA
Apache License 2.0
8 stars 10 forks source link

Ant scripts are usable on Linux only #4

Closed dousa closed 10 years ago

dousa commented 10 years ago

When I try to build the plugin on Windows (Win 7 in my case) using ant scripts I get an error :
java.io.IOException: Cannot run program "mvn": CreateProcess error=2

When I use the full name of mvn command (mvn.bat), the build passes correctly.

janotav commented 10 years ago

On windows now uses mvn.bat by default.

Allows to specify maven binary when not present on system path (see readme).