Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

[INFO] Error: Library hxjava is not installed : run 'haxelib install hxjava' #6

Open
bsideup opened this issue Jul 19, 2013 · 2 comments

Comments

@bsideup
Copy link
Contributor

bsideup commented Jul 19, 2013

[INFO] --- haxemojos-maven-plugin:1.0.0-RC1:compileHar (default-compileHar) @ simulation-haxe ---
[INFO] Validating targets: java, swf
[INFO] Error: Library hxjava is not installed : run 'haxelib install hxjava'

@fomkin
Copy link
Member

fomkin commented Jul 19, 2013

Did you add this dependency?

    <dependency>
        <groupId>lib.haxe.org</groupId>
        <artifactId>hxjava</artifactId>
        <version>3.0.0-rc.1</version>
        <type>haxelib</type>
    </dependency>

@bsideup
Copy link
Contributor Author

bsideup commented Jul 19, 2013

I mean that Haxemojos should handle this type of message and convert it to usual Maven "unknown dependency", because user shouldn't call haxelib install dependency_name

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants