Building the project from source under NetBeans 7.2 and deploying on GlassFish Server 3.1.2 faces several problems.
First of all a dependency is missing inside subproject "tinydms services webdav", you need to add
Hello Marco,
I had some issues with the library managing webdav and ftp access: Their repository keeps changing and the new versions of the library are not easily backward compatibe which may explain the need to the dependency you mentionned.
And as far as glashfish is concerned, I honestly did not test it yet since the main server I use is Tomcat.
I will try to test the compilation on the environment you mentionned (as soon as I can) and I will keep you informed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Building the project from source under NetBeans 7.2 and deploying on GlassFish Server 3.1.2 faces several problems.
First of all a dependency is missing inside subproject "tinydms services webdav", you need to add
or else it will not compile, then it will compile without errors and pass all tests but opon deployment you will get a:
Has anyone managed to compile it from source?
Last edit: Marco Arigoni 2013-08-29
Hello Marco,
I had some issues with the library managing webdav and ftp access: Their repository keeps changing and the new versions of the library are not easily backward compatibe which may explain the need to the dependency you mentionned.
And as far as glashfish is concerned, I honestly did not test it yet since the main server I use is Tomcat.
I will try to test the compilation on the environment you mentionned (as soon as I can) and I will keep you informed.
Mean while, can you please try to test it with Tomcat ?
Thanks