-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maven install should install the binaries in a usable way #51
Comments
It looks like appassembler-maven-plugin resolved this. Try using version 1.10 of the appassembler-maven-plugin in the cflint/pom.xml |
The execute bit is set with 1.10 but that doesn't address how one gets the appassembler artifacts into usable locations. |
Does it have something to do with: |
you can do that: it will create files in bin/ lib/ and etc/ folders. I'm not necessarily recommending this. We may need to leave that last step up the user. |
Thanks! I think it's worth noting in the build instructions (perhaps with a more common directory like |
Following
mvn clean install
I currently symlink/src/CFLint/target/appassembler/bin/cflint to somewhere in my path (/.local/bin). I also have to make the binary executablechmod a+x ~/src/CFLint/target/appassembler/bin/cflint
. These steps (setting permissions, and installing the appassembler artifacts) should be part of the install.The text was updated successfully, but these errors were encountered: