I notice the class Build inherits the mixin BuildScript.
But in my build.fan on F4, it inherits the mixin BuildPod.
There also no option to build to jar file.
Do I have to create another build script, maybe buildx.fan?
Does more than one build script supported?
And how do I tell F4 to use buildx.fan instead of build.fan?
It's too complicated!
CretinHoWed 16 Jun 2021
Please add this export to jar feature to F4. All other Eclipse based IDE have this. On the Xtend IDE (Eclipse for DSL developers), the only thing I have to do to get a runnable jar is to use the export to jar feature!
CretinHo Wed 16 Jun 2021
In this example:
https://fantom.org/doc/examples/java-buildjardist
I notice the class Build inherits the mixin BuildScript.
But in my build.fan on F4, it inherits the mixin BuildPod.
There also no option to build to jar file.
Do I have to create another build script, maybe buildx.fan?
Does more than one build script supported?
And how do I tell F4 to use buildx.fan instead of build.fan?
It's too complicated!
CretinHo Wed 16 Jun 2021
Please add this export to jar feature to F4. All other Eclipse based IDE have this. On the Xtend IDE (Eclipse for DSL developers), the only thing I have to do to get a runnable jar is to use the export to jar feature!