Run the "Generate jars... " command in ST2
Use: Ctrl + SHIFT+P to access Command Menu, Type in > "Generate jars".
The following results happens:
-There is no
------------Compiling project------------
in the sublime console.
-Resources all copy into my Output dir fine.
-Libs do not get copied so well. Only the first one in the list gets copied to the output_dir/dist/lib .
-There is no output in Sublime console with any information relating to the compilation, it is just blank.
Environment: Windows 7 64 bit, Sublime Text 2.0.2 Build 2221
Steps to recreate:
Java project has the following configuration in the javac file, and the java project has multiple resources and jars.
Run the "Generate jars... " command in ST2 Use: Ctrl + SHIFT+P to access Command Menu, Type in > "Generate jars".
The following results happens:
-There is no
in the sublime console. -Resources all copy into my Output dir fine. -Libs do not get copied so well. Only the first one in the list gets copied to the output_dir/dist/lib . -There is no output in Sublime console with any information relating to the compilation, it is just blank.