Open jetdario opened 9 years ago
Don't forget to install Java @ java.com to be able to run Netbeans 8+
I forgot to include that sir... hahahaha
Invalid SASS compiler. I installed netbeans and vaadin plugin. Sync with GitHub. It has an error saying invalid SASS compiler.
download http://koala-app.com/.
In Neatbeans, go to Tools > Options > Miscellaneous > browse for your Sass path. mine is C:\Program Files (x86)\Koala\bin\sass. then restart Netbeans.
edit catalina.bat in C:\Program Files\Apache Software Foundation\Tomcat 8.0\bin
Change:
:noJuliConfig set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%". :noJuliManager set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER%"
to
:noJuliConfig set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG% :noJuliManager set JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER%
@geepats .. sir Gie, please use GitHub to update any issues or bugs you are seeing.
Technology Requirements:
Netbeans 8+ (https://netbeans.org/downloads/index.html) Vaadin 7.4.4 Framework (http://plugins.netbeans.org/plugin/50531/vaadin-plug-in-for-netbeans). MySQL Apache Tomcat (Web Server v8+)
After installing Netbeans IDE, open: Tools > Plugin > Downloaded Tab > Add Plugins To clone the project via Netbeans. open: Team > Git > paste the project url from Github and sign-in with your github credentials.
Commit & Push: Right click the project in the project explorer, Git > Commit
Fetch & Pull: Right click the project in the project explorer, Git > Remote > Push