Tool data folder not created by ant build
in
Library and Tool Development
•
6 months ago
Hi!, I've been all day trying to update my tools initSketch and saveTemplate to better code practices and using the awesome tool templates on github.
The data folder contains a README that says that if you place files in there they will be put along the tool folders so you can use the new file finding functions they recommend, but the data folder is not being put with the compiled tool, which is built just fine, but this causes me some inconveniences.
For those who know the tools, they depend on template files, specially for initSketch which creates the #sketchbook/templates folder and install a default.txt file in there, I'd like to have that default template in #tool_root/data but Eclipse is not doing it right.
Am I missing something?
I'm developing in Eclipse Juno on Ubuntu 12.10 with Oracle Java 7 JRE.
EDIT:
Additionally, the .properties file is not copied either which leaves my tool with no description in the tool management dialog :S
http://poifox.com
The data folder contains a README that says that if you place files in there they will be put along the tool folders so you can use the new file finding functions they recommend, but the data folder is not being put with the compiled tool, which is built just fine, but this causes me some inconveniences.
For those who know the tools, they depend on template files, specially for initSketch which creates the #sketchbook/templates folder and install a default.txt file in there, I'd like to have that default template in #tool_root/data but Eclipse is not doing it right.
Am I missing something?
I'm developing in Eclipse Juno on Ubuntu 12.10 with Oracle Java 7 JRE.
EDIT:
Additionally, the .properties file is not copied either which leaves my tool with no description in the tool management dialog :S
http://poifox.com
1