You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Howard Lewis Ship <hl...@gmail.com> on 2010/06/01 00:00:02 UTC

Re: Hudson builds --> nightly docs?

On Mon, May 31, 2010 at 2:56 PM, Andreas Andreou <an...@di.uoa.gr> wrote:
> Work didn't allow me to complete the task today ( what remains is
> javadoc + complete automation  )
> but it's already up at http://tapestry.apache.org/tapestry5.2-dev/
>
> Are we fine with the url so that we can perhaps link that from the front page?

Yes.

I can put a redirect up at tapestry.formos.com to point to this URL
when I get a chance.

We should also update the site.xml to point to this URL as "nightly
docs" in the navigation.

I guess I'll take care of both in a bit.

>
> On Mon, May 31, 2010 at 15:51, Christian Riedel <cr...@googlemail.com> wrote:
>> normally maven's deploy target produces the javadocs so I don't think it's the missing tests. there is a separate goal for javadoc generation.
>> I think it sould be enough to add "javadoc:javadoc" to the maven command, right?
>>
>> http://maven.apache.org/plugins/maven-javadoc-plugin/
>>
>> Am 31.05.2010 um 12:22 schrieb Andreas Andreou:
>>
>>> i run that build with test disabled - could be affecting javadoc generation?
>>>
>>> On Mon, May 31, 2010 at 11:54, Christian Riedel <cr...@googlemail.com> wrote:
>>>> just as a reminder: when you get the copy-process working, don't forget the javadoc!
>>>> http://hudson.zones.apache.org/hudson/view/Tapestry/job/tapestry-5.2-docs/site/apidocs/
>>>>
>>>> cheers
>>>> christian
>>>>
>>>> Am 31.05.2010 um 10:40 schrieb Andreas Andreou:
>>>>
>>>>> i've just sent a question to the builds list on the rsync solution
>>>>> cause i dont have root access to vesta (or hudson)
>>>>>
>>>>> if there's no help there, i'll investigate scp/ssh (hudson even
>>>>> has an option for this, but destinations need to be configured globally)
>>>>>
>>>>> On Mon, May 31, 2010 at 11:11, Massimo Lusetti <ml...@gmail.com> wrote:
>>>>>> On Sun, May 30, 2010 at 1:45 PM, Andreas Andreou <an...@di.uoa.gr> wrote:
>>>>>>
>>>>>>> yea, that's still the idea - we first need to have the docs generated,
>>>>>>> before it's sent to people
>>>>>>
>>>>>> Yes, nice work! This is better then nothing a I think there have to a
>>>>>> way to use ssy key for auth.
>>>>>>
>>>>>> --
>>>>>> Massimo
>>>>>> http://meridio.blogspot.com
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>>>> Tapestry PMC / Tacos developer
>>>>> Open Source / JEE Consulting
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>> Tapestry PMC / Tacos developer
>>> Open Source / JEE Consulting
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>
>
> --
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry PMC / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Hudson builds --> nightly docs?

Posted by Andreas Andreou <an...@di.uoa.gr>.
so, i got the time to setup javadoc as well (was a matter of enabling
the javadoc profile, should be
visible in a little while) and setting up the cron job to do the
automated rsync
into people.apache.org once a day

On Tue, Jun 1, 2010 at 01:02, Christian Edward Gruber
<ch...@gmail.com> wrote:
> W00h00.  I'm definitely excited to hear this going forward.
>
> Christian.
>
> On May 31, 2010, at 6:00 PM, Howard Lewis Ship wrote:
>
>> On Mon, May 31, 2010 at 2:56 PM, Andreas Andreou <an...@di.uoa.gr>
>> wrote:
>>>
>>> Work didn't allow me to complete the task today ( what remains is
>>> javadoc + complete automation  )
>>> but it's already up at http://tapestry.apache.org/tapestry5.2-dev/
>>>
>>> Are we fine with the url so that we can perhaps link that from the front
>>> page?
>>
>> Yes.
>>
>> I can put a redirect up at tapestry.formos.com to point to this URL
>> when I get a chance.
>>
>> We should also update the site.xml to point to this URL as "nightly
>> docs" in the navigation.
>>
>> I guess I'll take care of both in a bit.
>>
>>>
>>> On Mon, May 31, 2010 at 15:51, Christian Riedel <cr...@googlemail.com>
>>> wrote:
>>>>
>>>> normally maven's deploy target produces the javadocs so I don't think
>>>> it's the missing tests. there is a separate goal for javadoc generation.
>>>> I think it sould be enough to add "javadoc:javadoc" to the maven
>>>> command, right?
>>>>
>>>> http://maven.apache.org/plugins/maven-javadoc-plugin/
>>>>
>>>> Am 31.05.2010 um 12:22 schrieb Andreas Andreou:
>>>>
>>>>> i run that build with test disabled - could be affecting javadoc
>>>>> generation?
>>>>>
>>>>> On Mon, May 31, 2010 at 11:54, Christian Riedel
>>>>> <cr...@googlemail.com> wrote:
>>>>>>
>>>>>> just as a reminder: when you get the copy-process working, don't
>>>>>> forget the javadoc!
>>>>>>
>>>>>> http://hudson.zones.apache.org/hudson/view/Tapestry/job/tapestry-5.2-docs/site/apidocs/
>>>>>>
>>>>>> cheers
>>>>>> christian
>>>>>>
>>>>>> Am 31.05.2010 um 10:40 schrieb Andreas Andreou:
>>>>>>
>>>>>>> i've just sent a question to the builds list on the rsync solution
>>>>>>> cause i dont have root access to vesta (or hudson)
>>>>>>>
>>>>>>> if there's no help there, i'll investigate scp/ssh (hudson even
>>>>>>> has an option for this, but destinations need to be configured
>>>>>>> globally)
>>>>>>>
>>>>>>> On Mon, May 31, 2010 at 11:11, Massimo Lusetti <ml...@gmail.com>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> On Sun, May 30, 2010 at 1:45 PM, Andreas Andreou <an...@di.uoa.gr>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> yea, that's still the idea - we first need to have the docs
>>>>>>>>> generated,
>>>>>>>>> before it's sent to people
>>>>>>>>
>>>>>>>> Yes, nice work! This is better then nothing a I think there have to
>>>>>>>> a
>>>>>>>> way to use ssy key for auth.
>>>>>>>>
>>>>>>>> --
>>>>>>>> Massimo
>>>>>>>> http://meridio.blogspot.com
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>>>>>> Tapestry PMC / Tacos developer
>>>>>>> Open Source / JEE Consulting
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>>>> Tapestry PMC / Tacos developer
>>>>> Open Source / JEE Consulting
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>> Tapestry PMC / Tacos developer
>>> Open Source / JEE Consulting
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator of Apache Tapestry
>>
>> The source for Tapestry training, mentoring and support. Contact me to
>> learn how I can get you up and productive in Tapestry fast!
>>
>> (971) 678-5210
>> http://howardlewisship.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry PMC / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Hudson builds --> nightly docs?

Posted by Christian Edward Gruber <ch...@gmail.com>.
W00h00.  I'm definitely excited to hear this going forward.

Christian.

On May 31, 2010, at 6:00 PM, Howard Lewis Ship wrote:

> On Mon, May 31, 2010 at 2:56 PM, Andreas Andreou <an...@di.uoa.gr>  
> wrote:
>> Work didn't allow me to complete the task today ( what remains is
>> javadoc + complete automation  )
>> but it's already up at http://tapestry.apache.org/tapestry5.2-dev/
>>
>> Are we fine with the url so that we can perhaps link that from the  
>> front page?
>
> Yes.
>
> I can put a redirect up at tapestry.formos.com to point to this URL
> when I get a chance.
>
> We should also update the site.xml to point to this URL as "nightly
> docs" in the navigation.
>
> I guess I'll take care of both in a bit.
>
>>
>> On Mon, May 31, 2010 at 15:51, Christian Riedel <cr.mlist@googlemail.com 
>> > wrote:
>>> normally maven's deploy target produces the javadocs so I don't  
>>> think it's the missing tests. there is a separate goal for javadoc  
>>> generation.
>>> I think it sould be enough to add "javadoc:javadoc" to the maven  
>>> command, right?
>>>
>>> http://maven.apache.org/plugins/maven-javadoc-plugin/
>>>
>>> Am 31.05.2010 um 12:22 schrieb Andreas Andreou:
>>>
>>>> i run that build with test disabled - could be affecting javadoc  
>>>> generation?
>>>>
>>>> On Mon, May 31, 2010 at 11:54, Christian Riedel <cr.mlist@googlemail.com 
>>>> > wrote:
>>>>> just as a reminder: when you get the copy-process working, don't  
>>>>> forget the javadoc!
>>>>> http://hudson.zones.apache.org/hudson/view/Tapestry/job/tapestry-5.2-docs/site/apidocs/
>>>>>
>>>>> cheers
>>>>> christian
>>>>>
>>>>> Am 31.05.2010 um 10:40 schrieb Andreas Andreou:
>>>>>
>>>>>> i've just sent a question to the builds list on the rsync  
>>>>>> solution
>>>>>> cause i dont have root access to vesta (or hudson)
>>>>>>
>>>>>> if there's no help there, i'll investigate scp/ssh (hudson even
>>>>>> has an option for this, but destinations need to be configured  
>>>>>> globally)
>>>>>>
>>>>>> On Mon, May 31, 2010 at 11:11, Massimo Lusetti <mlusetti@gmail.com 
>>>>>> > wrote:
>>>>>>> On Sun, May 30, 2010 at 1:45 PM, Andreas Andreou <andyhot@di.uoa.gr 
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> yea, that's still the idea - we first need to have the docs  
>>>>>>>> generated,
>>>>>>>> before it's sent to people
>>>>>>>
>>>>>>> Yes, nice work! This is better then nothing a I think there  
>>>>>>> have to a
>>>>>>> way to use ssy key for auth.
>>>>>>>
>>>>>>> --
>>>>>>> Massimo
>>>>>>> http://meridio.blogspot.com
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>>>>> Tapestry PMC / Tacos developer
>>>>>> Open Source / JEE Consulting
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>>> Tapestry PMC / Tacos developer
>>>> Open Source / JEE Consulting
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>> Tapestry PMC / Tacos developer
>> Open Source / JEE Consulting
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>
>
> -- 
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org