Hello, could you try to move your Apache Tomcat to a folder, which does not contain any spaces in its path? E.g. to the C:/development/apache-tomcat-5.5.26 Change the 'catalina.home.dir' property in your project.properties to: catalina.home.dir=C:/development/apache-tomcat-5.5.26
and repeat the command "maven deploy:tomcat". By the way, if you would like to use the Jahia 5.0.x branch and benefit from the performance improvements and fixes we made for the upcoming Jahia 5.0.4 release, you should use the TRUNK from our SVN repository, i.e.: https://svndev.jahia.net/svn/jahia/trunk Kind regards Sergiy Shyrkov Jean-Charles wrote: > Good morning, > > I'm trying to deploy Jahia code source from Jahia SVN repository. My > problem is I can't succeed in "maven deploy:tomcat". > I have followed the documentation nammed : > How to use Eclipse with Jahia.(here : http > ://www.jahia.net/jahia/Jahia/site/jahia > <http://www.jahia.net/jahia/Jahia/site/jahia> net/pid/585). > > I've enclosed a pdf document with my configuration and my detailed > problem. > In this pdf file, I have asked my questions in "grey boxes". > > I wonder why it does'nt work ! I've tried every things. > I wish you could help me soon. > > Thanks, > Sincerly, > > JC > ------------------------------------------------------------------------ > > _______________________________________________ > dev_list mailing list > [EMAIL PROTECTED] > http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list > _______________________________________________ install_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/install_list
