[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-07 Thread T.J. Crowder

 Thanks.  With the latest, on Windows if I also comment out the atime
 line, building the docs goes through to completion.  However, the
 generated doc seems to have issues:  For instance, if I go into
 index.html, then choose Language Section from the menu, if I click
 on $A on the Utilities line on the page, I get a 404 for language
 \dollara.html.

Can anyone build the docs without having that problem?  I just need to
know whether it's an issue with my setup.

Thanks,

-- T.J.

On Apr 3, 10:41 pm, T.J. Crowder t...@crowdersoftware.com wrote:
 Hi Andrew,

 Thanks.  With the latest, on Windows if I also comment out the atime
 line, building the docs goes through to completion.  However, the
 generated doc seems to have issues:  For instance, if I go into
 index.html, then choose Language Section from the menu, if I click
 on $A on the Utilities line on the page, I get a 404 for language
 \dollara.html.

 Haven't had a chance to try Ubuntu yet.

 -- T.J.

 On Apr 3, 6:56 pm, Andrew Dupont goo...@andrewdupont.net wrote:

  OK, once I commented out that File.utime line, things went smoothly.
  There was an error in the rendering stage that I had to correct
  (something that was showing up with BlueCloth but not with RDiscount)
  — so do a git pull once again. Then the docs will build.

  The line that needs commenting out is a bug in Sprockets that I've
  passed along to Sam, so expect a fix for that sometime soon.

  T.J., let me know if you have any further problems.

  Cheers,
  Andrew

  On Apr 3, 11:22 am, Andrew Dupont goo...@andrewdupont.net wrote:

   *headdesk*

   Had local changes to my PDoc checkout that I had not pushed back to
   the repo. Fixed now.

   git pull  git submodule update

   ...should do the trick.

   Cheers,
   Andrew

   On Apr 3, 9:28 am, T.J. Crowder t...@crowdersoftware.com wrote:

Hi Richard,

 I'm really stumped here. I wonder if the lack of a ...

I'd leave it until Andrew's had a chance to take a look.

-- T.J. :-)

On Apr 3, 3:21 pm, Richard Quadling rquadl...@googlemail.com wrote:

 2009/4/3 T.J. Crowder t...@crowdersoftware.com:

  [snip]

  I think I've found the problem.
       File.utime(timestamp, timestamp, filename)
  is trying to amend the time on the open file.
  I commented this line and it worked.

  Yup, that lets me get past that point as well.  Andrew said he'd be
  working on this in his Windows VM soon, so hopefully that gives him 
  a
  leg up.

  rake aborted!
  undefined method `signature' for #Documentation::InstanceProperty
  Ajax.Response#headerJSON

  Yup, here too.  Probably a different problem.

  -- T.J.

 I'm really stumped here. I wonder if the lack of a ...

 headerJSON: function() {
 ...

 is causing it. I tried temporarily adding one to response.js, but it
 didn't make a diff.

 --
 -
 Richard Quadling
 Zend Certified Engineer 
 :http://zend.com/zce.php?c=ZEND002498r=213474731
 Standing on the shoulders of some very clever giants!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-07 Thread Richard Quadling

2009/4/7 T.J. Crowder t...@crowdersoftware.com:

 Thanks.  With the latest, on Windows if I also comment out the atime
 line, building the docs goes through to completion.  However, the
 generated doc seems to have issues:  For instance, if I go into
 index.html, then choose Language Section from the menu, if I click
 on $A on the Utilities line on the page, I get a 404 for language
 \dollara.html.

 Can anyone build the docs without having that problem?  I just need to
 know whether it's an issue with my setup.

 Thanks,

 -- T.J.

 On Apr 3, 10:41 pm, T.J. Crowder t...@crowdersoftware.com wrote:
 Hi Andrew,

 Thanks.  With the latest, on Windows if I also comment out the atime
 line, building the docs goes through to completion.  However, the
 generated doc seems to have issues:  For instance, if I go into
 index.html, then choose Language Section from the menu, if I click
 on $A on the Utilities line on the page, I get a 404 for language
 \dollara.html.

 Haven't had a chance to try Ubuntu yet.

 -- T.J.

 On Apr 3, 6:56 pm, Andrew Dupont goo...@andrewdupont.net wrote:

  OK, once I commented out that File.utime line, things went smoothly.
  There was an error in the rendering stage that I had to correct
  (something that was showing up with BlueCloth but not with RDiscount)
  — so do a git pull once again. Then the docs will build.

  The line that needs commenting out is a bug in Sprockets that I've
  passed along to Sam, so expect a fix for that sometime soon.

  T.J., let me know if you have any further problems.

  Cheers,
  Andrew

  On Apr 3, 11:22 am, Andrew Dupont goo...@andrewdupont.net wrote:

   *headdesk*

   Had local changes to my PDoc checkout that I had not pushed back to
   the repo. Fixed now.

   git pull  git submodule update

   ...should do the trick.

   Cheers,
   Andrew

   On Apr 3, 9:28 am, T.J. Crowder t...@crowdersoftware.com wrote:

Hi Richard,

 I'm really stumped here. I wonder if the lack of a ...

I'd leave it until Andrew's had a chance to take a look.

-- T.J. :-)

On Apr 3, 3:21 pm, Richard Quadling rquadl...@googlemail.com wrote:

 2009/4/3 T.J. Crowder t...@crowdersoftware.com:

  [snip]

  I think I've found the problem.
       File.utime(timestamp, timestamp, filename)
  is trying to amend the time on the open file.
  I commented this line and it worked.

  Yup, that lets me get past that point as well.  Andrew said he'd be
  working on this in his Windows VM soon, so hopefully that gives 
  him a
  leg up.

  rake aborted!
  undefined method `signature' for #Documentation::InstanceProperty
  Ajax.Response#headerJSON

  Yup, here too.  Probably a different problem.

  -- T.J.

 I'm really stumped here. I wonder if the lack of a ...

 headerJSON: function() {
 ...

 is causing it. I tried temporarily adding one to response.js, but it
 didn't make a diff.

 --
 -
 Richard Quadling
 Zend Certified Engineer 
 :http://zend.com/zce.php?c=ZEND002498r=213474731
 Standing on the shoulders of some very clever giants!


 


Please hold, your call will be answered shortly.
-- 
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731
Standing on the shoulders of some very clever giants!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: Permission denied error from 'rake doc'

2009-04-07 Thread Andrew Dupont

OK, fixed it. This was caused by a recent commit to PDoc that fixed
one problem but introduced another.

Cheers,
Andrew

On Apr 7, 5:44 am, T.J. Crowder t...@crowdersoftware.com wrote:
 Thanks Richard.  I've opened ticket #647[1] for it, just to track it.
 I don't think this needs to get in the way of the doc tickets I'm
 trying to clean up.

 [1]https://prototype.lighthouseapp.com/projects/8886-prototype/tickets/647

 -- T.J.

 On Apr 7, 11:15 am, Richard Quadling rquadl...@googlemail.com wrote:



  2009/4/7 Richard Quadling rquadl...@googlemail.com:

   2009/4/7 Richard Quadling rquadl...@googlemail.com:
   2009/4/7 T.J. Crowder t...@crowdersoftware.com:

   Thanks.  With the latest, on Windows if I also comment out the atime
   line, building the docs goes through to completion.  However, the
   generated doc seems to have issues:  For instance, if I go into
   index.html, then choose Language Section from the menu, if I click
   on $A on the Utilities line on the page, I get a 404 for language
   \dollara.html.

   Can anyone build the docs without having that problem?  I just need to
   know whether it's an issue with my setup.

   Thanks,

   -- T.J.

   On Apr 3, 10:41 pm, T.J. Crowder t...@crowdersoftware.com wrote:
   Hi Andrew,

   Thanks.  With the latest, on Windows if I also comment out the atime
   line, building the docs goes through to completion.  However, the
   generated doc seems to have issues:  For instance, if I go into
   index.html, then choose Language Section from the menu, if I click
   on $A on the Utilities line on the page, I get a 404 for language
   \dollara.html.

   Haven't had a chance to try Ubuntu yet.

   -- T.J.

   On Apr 3, 6:56 pm, Andrew Dupont goo...@andrewdupont.net wrote:

OK, once I commented out that File.utime line, things went 
smoothly.
There was an error in the rendering stage that I had to correct
(something that was showing up with BlueCloth but not with RDiscount)
— so do a git pull once again. Then the docs will build.

The line that needs commenting out is a bug in Sprockets that I've
passed along to Sam, so expect a fix for that sometime soon.

T.J., let me know if you have any further problems.

Cheers,
Andrew

On Apr 3, 11:22 am, Andrew Dupont goo...@andrewdupont.net wrote:

 *headdesk*

 Had local changes to my PDoc checkout that I had not pushed back to
 the repo. Fixed now.

 git pull  git submodule update

 ...should do the trick.

 Cheers,
 Andrew

 On Apr 3, 9:28 am, T.J. Crowder t...@crowdersoftware.com wrote:

  Hi Richard,

   I'm really stumped here. I wonder if the lack of a ...

  I'd leave it until Andrew's had a chance to take a look.

  -- T.J. :-)

  On Apr 3, 3:21 pm, Richard Quadling rquadl...@googlemail.com 
  wrote:

   2009/4/3 T.J. Crowder t...@crowdersoftware.com:

[snip]

I think I've found the problem.
     File.utime(timestamp, timestamp, filename)
is trying to amend the time on the open file.
I commented this line and it worked.

Yup, that lets me get past that point as well.  Andrew said 
he'd be
working on this in his Windows VM soon, so hopefully that 
gives him a
leg up.

rake aborted!
undefined method `signature' for 
#Documentation::InstanceProperty
Ajax.Response#headerJSON

Yup, here too.  Probably a different problem.

-- T.J.

   I'm really stumped here. I wonder if the lack of a ...

   headerJSON: function() {
   ...

   is causing it. I tried temporarily adding one to response.js, 
   but it
   didn't make a diff.

   --
   -
   Richard Quadling
   Zend Certified Engineer 
   :http://zend.com/zce.php?c=ZEND002498r=213474731
   Standing on the shoulders of some very clever giants!

   Please hold, your call will be answered shortly.
   --
   -
   Richard Quadling
   Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498r=213474731
   Standing on the shoulders of some very clever giants!

   [07/04/2009 10:26:41] [D:\Personal
   Files\Downloads\Software\Programming\Javascript\Prototype\master] []
  rake doc
   (in D:/Personal
   Files/Downloads/Software/Programming/Javascript/Prototype/master)
   rm -rf D:/Personal
   Files/Downloads/Software/Programming/Javascript/Prototype/master/doc

      Parsing source files: C:/DOCUME~1/RichardQ/LOCALS~1/Temp/pdoc.2796.0.
      Parsing completed in 51.437 seconds.

      Generating documentation to: D:/Personal
   Files/Downloads/Software/Programming/Javascript/Prototype/master/doc.
      Documentation generated in 566.789 seconds.

      Summary:
        Sections:            3
        Utilities:           7
        Namespaces:          34
        Mixins:              1
        Classes:             23
        Constructor methods: 11
        Constants:           0
        Class