sciabarra / AgileSites

Agile development framework for Oracle WebCenter Sites
Apache License 2.0
13 stars 8 forks source link

Doc bug - in setting up using MySite - the tester page url is wrong #6

Closed scanlonjts closed 11 years ago

scanlonjts commented 11 years ago

just did fresh install - setup NEW site called MySite (actually following instructions this time)

doc says tester is at http://localhost:8080/cs/ContentServer?pagename=mysite-tester

actual url to the site entry is: (at least in my case) http://localhost:8080/cs/ContentServer?pagename=MySite/MyTester

also - the link from the install page to the tutorial page has a bad href (pointing at tuttorial)

sciabarra commented 11 years ago

I just tried with 1.0.0.beta1 (git describe --always is cd451a0), the generated SiteEntry is

    return new CSElement("MyTester", mysite.element.Tester.class, //
            new SiteEntry("mysite-tester", false, "MySite/MyTester"));

http://localhost:8080/cs/ContentServer?pagename=MySite/MyTester does not work (as it should) http://localhost:8080/cs/ContentServer?pagename=mysite-tester does work (as it should)

Please ensure you are not using 0.5 (git describe --always is 3796375)