bright-gpu-74537
09/17/2021, 4:46 PMadamant-beach-50062
09/17/2021, 4:46 PMbright-gpu-74537
09/17/2021, 4:47 PMpurple-businessperson-14467
09/17/2021, 4:53 PMbright-gpu-74537
09/17/2021, 5:37 PMxml
<themes>
<default>
<style resource="hosey/light.css" />
</default>
<dark parent="default">
<style resource="hosey/dark.css" />
</dark>
</themes>bright-gpu-74537
09/17/2021, 5:37 PMbright-gpu-74537
09/17/2021, 5:45 PMbright-gpu-74537
09/17/2021, 5:46 PMxml
<module>
<resources>
<resource path="assets/css" prefix="css" />
</resources>
<themes>
<default>
<style resource="css/default.css" />
</default>
<dark>
<style resource="css/dark.css" />
</dark>
</themes>
</module>bright-gpu-74537
09/17/2021, 5:46 PMpurple-businessperson-14467
09/17/2021, 7:07 PMadamant-beach-50062
09/18/2021, 11:10 AMbright-gpu-74537
09/18/2021, 11:17 AMicy-zebra-52882
09/18/2021, 11:22 AMbright-gpu-74537
09/18/2021, 11:23 AMbright-gpu-74537
09/18/2021, 11:23 AMicy-zebra-52882
09/18/2021, 11:24 AMbright-gpu-74537
09/18/2021, 11:25 AMicy-zebra-52882
09/18/2021, 11:26 AMicy-zebra-52882
09/18/2021, 11:26 AMicy-zebra-52882
09/18/2021, 11:27 AMadamant-beach-50062
09/18/2021, 11:38 AMhelpful-boots-41914
09/18/2021, 9:48 PMhelpful-boots-41914
09/18/2021, 9:48 PMcrooked-fountain-82389
09/19/2021, 12:04 AMandroid.hxml generated by command
> haxelib run haxeui-core create android
has macOS terminal values in it so, how do i change it to fit linux environment?
make
# android.hxml
-cp src
-main Main
-dce no
-D no-compilation
-lib haxeui-core
-lib haxeui-android
-java-lib /opt/android-sdk/platforms/android-25/android.jar
-java build/android/app/src/main/java
-cmd cd build/android
# so this is annoying - hxJava seems to always add "src/" infront of path names
# and thus this is windows specific
-cmd xcopy app\src\main\java\src app\src\main\java /s /e /y
-cmd del app\src\main\java\src\* /q /s
-cmd rmdir app\src\main\java\src /q /s
# this is annoying too - android resources seem to need to be in an assets/ dir, copy them
# css
-cmd xcopy app\src\main\java\*.css app\src\main\assets /s /y /i
-cmd del app\src\main\java\*.css /q /s
# xml
-cmd xcopy app\src\main\java\*.xml app\src\main\assets /s /y /i
-cmd del app\src\main\java\*.xml /q /s
# png
-cmd xcopy app\src\main\java\*.png app\src\main\assets /s /y /i
-cmd del app\src\main\java\*.png /q /s
-cmd gradlew build -x lintbright-gpu-74537
09/19/2021, 7:36 AMbright-gpu-74537
09/19/2021, 7:36 AMbright-gpu-74537
09/19/2021, 7:39 AMrefined-laptop-39041
09/19/2021, 1:41 PMacceptable-smartphone-30669
09/19/2021, 1:41 PMpowerful-morning-89
09/19/2021, 1:59 PM