I like to use Flux for little scripts in general instead of a full blown IDE... I have created a script to run scripts inside Flux and bind it to a specific key...
Up to now, every time a new version of Fantom was appearing, I had to copy by hand the script and the fog files into my $FAN_HOME/etc/flux directory.
For the new version, I decided to try something else and put the scripts and fog files into my $WORK_DIR/etc/flux... And extracted and installed the new version of Fantom...
It seems that the general.fog is correctly read from the WORK_DIR but my new key binding and script are not appearing into the Flux menu...
Would be nice to be able to extend Flux from within the WORK_DIR...
Regards.
brianTue 8 Mar 2011
Ah a Flux user - I was wondering if anybody besides me used that :-)
Try this patch and see how that works for you. It will allow you to specific tool scripts in both your homeDir and workDir.
lbertrand Tue 8 Mar 2011
I like to use Flux for little scripts in general instead of a full blown IDE... I have created a script to run scripts inside Flux and bind it to a specific key...
Up to now, every time a new version of Fantom was appearing, I had to copy by hand the script and the fog files into my $FAN_HOME/etc/flux directory.
For the new version, I decided to try something else and put the scripts and fog files into my $WORK_DIR/etc/flux... And extracted and installed the new version of Fantom...
It seems that the general.fog is correctly read from the WORK_DIR but my new key binding and script are not appearing into the Flux menu...
Would be nice to be able to extend Flux from within the WORK_DIR...
Regards.
brian Tue 8 Mar 2011
Ah a Flux user - I was wondering if anybody besides me used that :-)
Try this patch and see how that works for you. It will allow you to specific tool scripts in both your homeDir and workDir.
lbertrand Fri 11 Mar 2011
Thanks.
Worked perfectly.