Re: Building Documents with publican

2013-08-17 Thread Mike Tutkowski
Thanks...I was able to fix the problems I had and was able to commit my changes. On Sat, Aug 17, 2013 at 3:34 PM, Jessica Tomechak < jessica.tomec...@gmail.com> wrote: > The specific problem this time is building from the en-US directory. You > need to be in the directory above that before issui

Re: Building Documents with publican

2013-08-17 Thread Jessica Tomechak
The specific problem this time is building from the en-US directory. You need to be in the directory above that before issuing the publican build command. That is: the directory where all the *.cfg files are located. That's why Publican complained it couldn't find the .cfg file. Most recent Public

Re: Building Documents with publican

2013-08-15 Thread Mike Tutkowski
Now I get the following. I think there was an e-mail about this maybe yesterday. I'm going to check to see if I still have it. DTD Validation failed: cloudstack.xml:26: validity error : ID hypervisor-support-for-primarystorage already defined cloudstack.xml:51: validity error : ID prereq-addnic a

Re: Building Documents with publican

2013-08-15 Thread Mike Tutkowski
Doh! The message I'm looking for is part of this e-mail chain! :) On Thu, Aug 15, 2013 at 12:18 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Now I get the following. > > I think there was an e-mail about this maybe yesterday. I'm going to check > to see if I still have it. > > DTD

Re: Building Documents with publican

2013-08-15 Thread Mike Tutkowski
Yes On Thu, Aug 15, 2013 at 12:15 PM, Marty Sweet wrote: > Hi Mike, > > Are you building from the 4.2 branch? > > Marty > > > On Thu, Aug 15, 2013 at 7:09 PM, Mike Tutkowski < > mike.tutkow...@solidfire.com> wrote: > > > Looks like the file reference is wrong (two .xml parts): > > > > removed-a

Re: Building Documents with publican

2013-08-15 Thread Marty Sweet
Hi Mike, Are you building from the 4.2 branch? Marty On Thu, Aug 15, 2013 at 7:09 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Looks like the file reference is wrong (two .xml parts): > > removed-api-4.2.xml.xml > > I changed it and plan to rebuild. I did find removed-api-4.2.xm

Re: Building Documents with publican

2013-08-15 Thread Mike Tutkowski
Looks like the file reference is wrong (two .xml parts): removed-api-4.2.xml.xml I changed it and plan to rebuild. I did find removed-api-4.2.xml (one .xml) in the proper folder. On Thu, Aug 15, 2013 at 12:04 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > It looks like my build di

Re: Building Documents with publican

2013-08-15 Thread Mike Tutkowski
It looks like my build did eventually fail: Processing file tmp/en-US/xml_tmp/writing-new-documentation.xml -> tmp/en-US/xml/writing-new-documentation.xml Processing file tmp/en-US/xml_tmp/xenserver-maintenance-mode.xml -> tmp/en-US/xml/xenserver-maintenance-mode.xml Processing file tmp/en-US/xml_

Re: Building Documents with publican

2013-08-15 Thread Mike Tutkowski
You know, as I re-read the instructions, I just found that I had missed a step. Everything seems to be building at the moment. The one problem I did have was installing the "cloudstack" brand. I had to comment the brand line out of my publican.cfg file. Any thoughts on this? Thanks! On Thu, Au

Re: Building Documents with publican

2013-08-15 Thread Wei ZHOU
You can follow what Prasanna do in jenkins. Have a look at http://linux.die.net/man/1/publican 2013/8/15 Mike Tutkowski > I'm new to Publican, as well. > > When I run the following: > > c:\docs\en-US>publican build --formats=test --langs=en-US > > I get the following error message: > > Config f

Re: Building Documents with publican

2013-08-15 Thread Marty Sweet
Hi Mike, Try the --config=publican-all.cfg option. Please let me know if you can get it to build successfully? Thanks, Marty On Thu, Aug 15, 2013 at 5:58 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I'm new to Publican, as well. > > When I run the following: > > c:\docs\en-US>pu

Re: Building Documents with publican

2013-08-15 Thread Mike Tutkowski
I'm new to Publican, as well. When I run the following: c:\docs\en-US>publican build --formats=test --langs=en-US I get the following error message: Config file not found: publican.cfg. at script/publican line 689 Unfortunately I don't know much about Publican. I'm just trying to document the

Re: Building Documents with publican

2013-08-14 Thread Prasanna Santhanam
On jenkins this is what is used: cp -R /usr/share/publican/Common_Content Common_Content cp -R docs/publican-cloudstack Common_Content/cloudstack (cd docs && publican build --config=publican-adminguide.cfg --formats html,pdf --langs en-US --common_content=./Common_Content) for format in html ; do

Re: Building Documents with publican

2013-08-14 Thread Marty Sweet
Hi Jessica, Should I try to fix these errors? I can't see any build tests on Jenkins which are failing but that does seem to be looking at another source, where is this picked up from? Thanks, Marty On Wednesday, August 14, 2013, Jessica Tomechak wrote: > Marty, > These errors are caused by fil

RE: Building Documents with publican

2013-08-14 Thread Jessica Tomechak
Marty, These errors are caused by files being included in the docs twice as well as links pointing to destinations that aren't included in the same book. I have a page on this in the project wiki. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Publican+Troubleshooting+Guide In the end,