Re: Prettify JS and CSS exceluded from Javadocs

2011-09-24 Thread Shai Erera
*Sent:* Saturday, September 24, 2011 3:12 AM > > *To:* [email protected] > *Subject:* Re: Prettify JS and CSS exceluded from Javadocs > > ** ** > > Hi Steve, > > As I noted before, jarring prettify won't solve the problem entirely, as > the references i

RE: Prettify JS and CSS exceluded from Javadocs

2011-09-24 Thread Steven A Rowe
Hi Shai, Sure, that sounds fine to me. Steve From: Shai Erera [mailto:[email protected]] Sent: Saturday, September 24, 2011 3:12 AM To: [email protected] Subject: Re: Prettify JS and CSS exceluded from Javadocs Hi Steve, As I noted before, jarring prettify won't solve the problem ent

Re: Prettify JS and CSS exceluded from Javadocs

2011-09-24 Thread Shai Erera
Hi Steve, As I noted before, jarring prettify won't solve the problem entirely, as the references in the HTML will point to an incorrect location. Why don't we just package prettify.js in the jar like we do with stylesheet+prettify.css? We only need this .js as we only write in Java ... It's a t

RE: Prettify JS and CSS exceluded from Javadocs

2011-09-22 Thread Steven A Rowe
The patch I gave for lucene/contrib-build.xml's "javadocs" target was wrong (I placed the tag outside of the jarify invocation). Here's a fixed patch: Index: lucene/contrib/contrib-build.xml === --- lucene/contrib/contrib-build.xm

RE: Prettify JS and CSS exceluded from Javadocs

2011-09-22 Thread Steven A Rowe
Hi Shai, On 9/22/2011 at 4:09 AM, Shai Erera wrote: > I looked into how to include the prettify directory with the .jar, and > the only way I found is to copy the prettify dir to @destDir/prettify > in "invoke-javadoc" macro. The reason is that when "jarify" is called > later, it takes only a baseD

Re: Prettify JS and CSS exceluded from Javadocs

2011-09-22 Thread Shai Erera
I looked into how to include the prettify directory with the .jar, and the only way I found is to copy the prettify dir to @destDir/prettify in "invoke-javadoc" macro. The reason is that when "jarify" is called later, it takes only a baseDir and not a fileset, so 'prettify' must already exist under

RE: Prettify JS and CSS exceluded from Javadocs

2011-09-21 Thread Steven A Rowe
Hi Shai, I think the prettify stuff should be included in the .jar It’s possible that I messed this up in the packaging work I’ve done recently, but if so, it was not intentional. Steve From: Shai Erera [mailto:[email protected]] Sent: Wednesday, September 21, 2011 8:10 AM To: [email protected]