2013/2/14 Dave Newton <[email protected]>: > Including the wiki doc links, like the "themes and templates" off the > "guides" homepate. > > http://struts.apache.org/2.x/docs/guides.html > > Links to (non-working) themes and templates docs: > > http://struts.apache.org/development/2.x/docs/themes-and-templates.html > > Removing the "development" chunk actually ends up redirecting back to the > link w/ "development" in it, so it's probable a chunk of our docs are > currently broken, although I haven't gone through anything approaching a > thorough check.
That's the problem of using CMS/SvnPubSub crap :P When I want to deploy Struts 2 website with mvn clean site site:stage-deploy scm-publish:publish-scm to [1] all the missing subdirectories will be removed from Svn [2]. As I'm using a separated script to import docs from Confluence, it has to be run each time after regenerating the Struts 2 site. And as I'm committing directly to *production* all the changes are automatically pushed to the site :P So the only option I see is to add my script to mvn site ... lifecycle to commit also Confluence docs. Or say f..k off to the users and tell them that they have to download docs from Apache mirrors ;-) (I'm really tired with all that crap :/) [1] https://svn.apache.org/repos/infra/websites/production/struts/content/development/2.x/ [2] https://svn.apache.org/repos/infra/websites/production/struts/content/development/2.x/docs Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
