Quantcast

stapler docs?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

stapler docs?

Max Spring
Where did the stapler documentation at https://stapler.dev.java.net/ go?
Thanks!
-Max
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: stapler docs?

Jesse Glick-4
On 08/23/2012 06:05 PM, Max Spring wrote:
> Where did the stapler documentation at https://stapler.dev.java.net/ go?

http://stapler.java.net/reference.html

(generally *.dev.java.net -> *.java.net after the site refactoring a year or so ago)
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: stapler docs?

Jesse Glick-4
On 08/23/2012 06:15 PM, Jesse Glick wrote:
> http://stapler.java.net/reference.html

Scratch that, it is old. Use:

http://stapler.kohsuke.org/


Kohsuke I guess you should set up a redirect from the java.net project? And move the remaining issues from JIRA [1] to GH [2]?

[1] http://java.net/jira/browse/STAPLER
[2] https://github.com/stapler/stapler/issues
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: stapler docs?

Max Spring
Thanks Jesse.
I updated https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins accordingly.

Confusingly, for the other stapler link on that page (under "Jelly taglib reference"), the URL

   http://stapler.java.net/jelly-taglib-ref.html

does work, whereas

   http://stapler.kohsuke.org/jelly-taglib-ref.html

gives a 404.

-Max


On 08/23/2012 03:23 PM, Jesse Glick wrote:

> On 08/23/2012 06:15 PM, Jesse Glick wrote:
>> http://stapler.java.net/reference.html
>
> Scratch that, it is old. Use:
>
> http://stapler.kohsuke.org/
>
>
> Kohsuke I guess you should set up a redirect from the java.net project? And move the remaining issues from JIRA [1] to GH [2]?
>
> [1] http://java.net/jira/browse/STAPLER
> [2] https://github.com/stapler/stapler/issues
>

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: stapler docs?

Jesse Glick-4
On 08/23/2012 06:37 PM, Max Spring wrote:
>    http://stapler.java.net/jelly-taglib-ref.html
>
> does work

Though check the page footer:

   © 2009  | Last Published: 02/23/2009  | Version: 1.96

>    http://stapler.kohsuke.org/jelly-taglib-ref.html
>
> gives a 404.

Indeed. Not sure where this content was supposed to come from; it is not in GitHub sources. I have copied this page to GH trunk sources, so I hope this will get published
upon the next Stapler release.
Loading...