strange problem with NB and GF
807591Mar 19 2008 — edited Mar 19 2008I don't know where place this post, so forgive me if my choice is wrong...
I have very very strange problem: my Netbeans when deploying enterprise project (glassfish server) create EAR archive (if not build) BUT doesn't extract it to `dist/gfdeploy/`.
So deploy operation fails, cause glassfish need this directory.
My silly solution is to extract this EAR archive to `dist/gfdeploy` every time after build my project (it works).
But i'm lazy and hope some professional java programers know the solution.