jpaulm / drawfbp

Tool for Creating and Exploring Flow-Based Programming Diagram Hierarchies
http://www.jpaulmorrison.com/fbp/
146 stars 20 forks source link

What is generating a `drawfbp.bat` file in `build\scripts`? #55

Closed jpaulm closed 3 years ago

jpaulm commented 3 years ago

I succeeded in associating my drawfbp.bat file with the file type .drw, but it turned out that it was getting blocked by a GitHub-generated .bat file of the same name in build\scripts!

The latter seems to be built by build.gradle, and it is actually close to what I would like, except that it references a folder called .../build/lib and assumes it contains some jar files... This folder does exist but it doesn't contain these files! It also uses -classpath, where I would prefer it to use -jar (as the .jar file is a "fat" one). I assume there is a template somewhere for this .bat file, but I don't know where to look.

Help would be appreciated! The generated .bat file can be seen in https://github.com/jpaulm/drawfbp/blob/master/build/scripts/drawfbp.bat . Thanks in advance!

jpaulm commented 3 years ago

I am closing this as I have decided to call my .bat file draw.bat, as I can't seem to use the name drawfbp.bat (!).

draw.bat is now on GitHub, and seems to work fine - see the instructions in Readme! I can't afford to spend any more time on the original problem, but, if anyone figures it out, I would still be interested!