On Sun, Feb 11, 2018 at 3:56 PM, Cyxo Pykob <[email protected]> wrote:

>  What IDE are you using?I am trying to build the project with IntelliJ
> IDEA (community edition). Maven goals.But I think integration testing would
> be better if you can publish and debug it on Tomcat.
> ThanksJames
>

vim :-).  I'm sure I'd benefit from using an IDE like Eclipse or something
like that, but I've just always coded with vi or vim.  vim has syntax
highlighting and manages tabs reasonably well.

After I'm done editing I use "mvn clean package" to build everything and
package it up.  Then I have some bash aliases defined to take the guacamole
WAR file and deploy it to Tomcat.  Extensions I deal with on a case-by-case
basis - I don't spend a lot of time worrying about automating that
deploying.  I suppose at some point I should try to set up Jenkins or
something like that locally, or even OpenShift, but, well, haven't quite
got to that point, yet.

-Nick

Reply via email to