https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • a

    ambitious-knife-25690

    09/28/2022, 3:35 PM
    the lime extension typically does this automatically for you tho
  • a

    ambitious-knife-25690

    09/28/2022, 3:36 PM
    so if you do
    lime test hl
    in the console but vscode is looking for a html build, it will seem like vscode isn't working
  • e

    elegant-twilight-61392

    09/28/2022, 3:36 PM
    @happy-agent-4114 what is classpath set to in the project.xml?
  • a

    ambitious-knife-25690

    09/28/2022, 3:37 PM
    I think I have had this issue outside of the above context, but this is usually the goto fix
  • b

    big-angle-82801

    09/28/2022, 3:37 PM
    they said they have the lime extension installed, so it shouldn't be an issue no? the lime extension is a haxe completion provider, so doesn't it just directly provide the haxe arguments from the xml without any dummy hxmls?
  • h

    happy-agent-4114

    09/28/2022, 3:38 PM
    I set the haxe configuration to use the generated hxml in the openfl folder and it still throws errors
  • h

    happy-agent-4114

    09/28/2022, 3:38 PM
    whatever the default one is I'm literally on the openfl template
  • e

    elegant-twilight-61392

    09/28/2022, 3:39 PM
    can you look though
  • h

    happy-agent-4114

    09/28/2022, 3:39 PM
    well that might be the problem bc there is no project.xml
  • e

    elegant-twilight-61392

    09/28/2022, 3:40 PM
  • b

    big-angle-82801

    09/28/2022, 3:40 PM
    ... 👀
  • h

    happy-agent-4114

    09/28/2022, 3:40 PM
    how did this even build then
  • h

    happy-agent-4114

    09/28/2022, 3:42 PM
    wait is this openfl specific even
  • a

    ambitious-knife-25690

    09/28/2022, 3:43 PM
    ah, my bad then
  • b

    big-angle-82801

    09/28/2022, 3:44 PM
    i mean, i don't know for sure that it's how it works but that's what I always assumed the extension was mainly for
  • h

    happy-agent-4114

    09/28/2022, 3:44 PM
    I'm going to test if it's also broken on kha
  • e

    elegant-twilight-61392

    09/28/2022, 3:45 PM
    only lime/openfl need a project.xml
  • e

    elegant-twilight-61392

    09/28/2022, 3:45 PM
    well flixel too, but it has one
  • h

    happy-agent-4114

    09/28/2022, 3:45 PM
    yes which is why I'm using kha
  • h

    happy-agent-4114

    09/28/2022, 3:45 PM
    to make sure that's the issue
  • e

    elegant-twilight-61392

    09/28/2022, 3:45 PM
    well it is the issue
  • a

    ambitious-knife-25690

    09/28/2022, 3:46 PM
    yeah, it's defo openfl/lime
  • e

    elegant-twilight-61392

    09/28/2022, 3:46 PM
    its assuming the classpath is
    ./
    when it should be
    ./src/
    because theres no project.xml
  • e

    elegant-twilight-61392

    09/28/2022, 3:47 PM
    which is why it says
    src.main
    should be
    main
    or whatever
  • e

    elegant-twilight-61392

    09/28/2022, 3:47 PM
    it also doesnt know that it includes haxeui, so the imports break
  • a

    ambitious-knife-25690

    09/28/2022, 3:47 PM
    so it is some kind of config issue
  • a

    ambitious-knife-25690

    09/28/2022, 3:48 PM
    can you send the project over Crin
  • a

    ambitious-knife-25690

    09/28/2022, 3:48 PM
    without the build dir
  • a

    ambitious-knife-25690

    09/28/2022, 3:48 PM
    to see if we can repro
  • a

    ambitious-knife-25690

    09/28/2022, 3:48 PM
    and mess with
1...128512861287...1687Latest