On 11/2/05, Zhong ZHENG <[EMAIL PROTECTED]> wrote: > Hi, > > It sounds a little strange that you got a "Hello World"... After building > and deploying pluto to tomcat, you should visit > http://localhost:8080/pluto/portal/ What you should have > seen is two testsuite portlets.
I did a checkout from TRUNK then I did a 'mvn install' from pluto-portal directory then I did a 'mvn pluto:install -DinstallDir=/opt/tomcat' from pluto-util directory which deployed 2 war files : /opt/tomcat/webapps/pluto-portal.war and /opt/tomcat/webapps/pluto-testsuite.war Here is what I get from console : <console> [EMAIL PROTECTED] pluto-portal]$ pwd /opt/tomcat/webapps/pluto-portal [EMAIL PROTECTED] pluto-portal]$ ll total 56 drwxrwxr-x 2 elegoff elegoff 4096 Nov 2 16:45 images -rw-rw-r-- 1 elegoff elegoff 52 Nov 2 16:34 index.jsp -rw-rw-r-- 1 elegoff elegoff 197 Nov 2 16:34 login_success.jsp drwxrwxr-x 3 elegoff elegoff 4096 Nov 2 16:45 META-INF -rw-rw-r-- 1 elegoff elegoff 921 Nov 2 16:34 pluto_style.css -rw-rw-r-- 1 elegoff elegoff 150 Nov 2 16:34 test_session.jsp drwxrwxr-x 6 elegoff elegoff 4096 Nov 2 16:45 WEB-INF [EMAIL PROTECTED] pluto-portal]$ cat index.jsp <html> <body> <h2>Hello World!</h2> </body> </html> </console> > > If you checked out the TRUNK, you got the latest 1.1 source, not the 1.0.1 > source. For 1.0.1 source, you should check out the branch 1.0.2 or the tag > release-1.0.1. > I was just refering to 1.0.x sources because they provide xdocs directory but I definetely want to checkout and play with latest 1.1 source > If you want to generate HTML documentations, cd to the pluto root directory > and run: mvn site:site > ok, that worked fine (not from pluto root directory but from pluto-site) thanks for your help > > On 11/2/05, Eric Le Goff <[EMAIL PROTECTED]> wrote: > > I am very new with this project and opensource processes so please > > apology if this sounds trivial for you :) > > After all, this gives you a feedback from your docs, README etc. from > > a newcommer standpoint... > > > > So far I have just > > installed Tomcat 5.5.2, Maven 2 and > > downloaded sources from svn. > > > > From trunk I did a mvn:install and finally got a 'Hello world!' when > browsing > > http://localhost:8080/pluto-portal which is , I hope, > what was expected. > > > > Now I do I browse documentation from there ? > > I have noticed an xdocs directory from tags/release-1.0.1, could you > > help me using it ? > > Am I supposed to run a maven command to generate HTML or PDF from > > these xml files ? > > > > Any help appreciated... > > -- > > Eric Le Goff > > > > > -- > > ZHENG Zhong > > 1 Avenue Alphand > 75116 Paris, France > +33 6 76 80 45 90 > -- Eric Le Goff
