Questions tagged [haxelib]

Tool which enables developers to share their code and libraries into a common repository.

67 questions
2
votes
1 answer

Compiling a Haxe Flash application to Adobe AIR using OpenFL

I am doing support for a company that has a business app written in haxe that compiles to Flash swf. The application is a layout generator that loads a list of items that can then be dragged onto the layout. The list of items are loaded from a PHP…
BruceHill
  • 6,954
  • 8
  • 62
  • 114
2
votes
0 answers

why "type not found" inside haxeflixel project, when i try to "import assets.manager.FileLoader;"?

i use haxeflixel and syntax import assets.manager.FileLoader; after this i have error "type not found" my steps 1- terminal "haxelib install assetsmanager" ... done 2- Project.xml 3- inside PS.hx "import…
2
votes
1 answer

Haxe: openfl test works but not lime build

I'm in the process of moving all my projects to individual modules in IntelliJ rather than having one module in the entire git repo, and my IntelliJ builds stopped working. I notice it uses lime builds even though my module is set to openfl (and…
2
votes
1 answer

Haxe 3.4.0 installer used 'haxelib version' still reflects 3.3.0

I wanted to use Visual Studio Code for HaxeFlixel development and the Haxe extension noted that I needed Haxe 3.4.0. I went ahead and downloaded the new installer from the website and installed it on my laptop running Windows 10. However after…
Ron Dekker
  • 45
  • 6
2
votes
1 answer

Neko hxssl not working for HTTPS

I'm working on a bigger project rewrite, with quite a big codebase already written in neko. One of the aspects of the project is a data scraper which would (during peak hours) have 100+ connections open to a WebSockets server. Originally, this was…
Aurel Bílý
  • 7,068
  • 1
  • 21
  • 34
2
votes
1 answer

Permission errors when trying to build Haxe project

When I try to build my Haxe project in HTML5/JavaScript with the lime tools, I get this error, and these warnings: jesse@jesse-kubuntu ~/C/Similar-Game> lime test html5 chmod: changing permissions of…
JesseTG
  • 2,025
  • 1
  • 24
  • 48
2
votes
1 answer

Execute URL/Path in external program in Haxe

It is possible to run URL or path with external program from Haxe? Something like a Process.Start("C:\") in C# will be opened drive C in file windows explorer (or Process.Start("/home/user/Desktop") will open Caja with this path in Linux Mint), or…
Red Null
  • 143
  • 8
2
votes
3 answers

"Type not found" after turning class into a haxelib

TL;DR: Outside my project directory, installed with haxelib dev, and included in Project.xml like any other library, my library isn't seen by the Haxe compiler. Inside my project directory it works fine. Obviously other libraries don't have to be…
Kev
  • 15,899
  • 15
  • 79
  • 112
2
votes
1 answer

How to compile Haxe into JavaScript?

Grunt-Haxe has been built around 3 years ago. Installing it along with NPM haxelib, did provide a way to compile pure JavaScript with one issue of not being able utilize JqueryExtern library; it simply throws an error each time when trying to use…
Andrius Solopovas
  • 967
  • 11
  • 41
2
votes
1 answer

NME android path location?

nme test build.nmml android Error: Could not find /Library/Android//extras/android/support/v4/android-support-v4.jar This is my error. I see that there is a "//", but there should be a directory there normally my path is…
Axel Lavielle
  • 252
  • 1
  • 12
2
votes
2 answers

Whats the meaning of '+' symbol in Jenkins log?

I am trying to compile one lib using haxelib. When I make that manually in windows cmd all work well, but when I make a build with Jenkins using a "Exectue Windows batch command" in the configuration, the result is:: >haxelib run hxcpp…
Juan Garcia
  • 843
  • 2
  • 11
  • 34
2
votes
1 answer

haxelib run get user directory

I'm trying to create some commands for my haxe library, but I have a problem. In fact, I want to generate some files and directories in the directory where the command haxelib run is send. But, when it runs it generates the data in…
Peekmo
  • 2,843
  • 2
  • 19
  • 25
2
votes
1 answer

Trying to install OpenFL - haxelib returns invalid operation

I'm trying to install OpenFL in a windows system. I have already installed haxe but when I run haxelib install openfl in command prompt, haxelib returns Invalid operation(+). Any ideas about how can this problem be solved?
Puma
  • 135
  • 1
  • 12
1
vote
0 answers

Haxe convert fnt to bfnt?

can you guide me to convert fnt font to bfnt? i just want to create 1 bfnt font to make game mod. Hope everybody help please. enter image description here I tried installing haxe and creating projects in flixel but don't know how to convert bfnt, i…
1
vote
1 answer

(Friday Night Funkin') Problem when running "lime test windows"

Whenever I try to run "Lime test windows" I get greeted by a message that says: "Error: Failed with error: No such Project : extension-webm.ndll" even though extension-webm is installed in the haxelib library. I am actively looking for the solution…