You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Kalnichevski, Oleg" <ol...@bearingpoint.com> on 2003/09/12 14:48:47 UTC

Include generated website in the distribution

Folks,

This bug report has been filed ages ago and has been sitting on our release 2.0 TODO list ever since. Does anyone have enough Maven experience to help us resolve the problem, or shall I approach Maven developers for a friendly advise?

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17569

Oleg

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


Re: Include generated website in the distribution

Posted by Michael Becke <be...@u.washington.edu>.
I think this should just require a minor change.  The site is currently 
included in the binary distribution, but not the source.  I haven't 
really looked into why, but I can't imagine it will require much.  I 
will take a look at this if you like.

Mike

Kalnichevski, Oleg wrote:
> Folks,
> 
> This bug report has been filed ages ago and has been sitting on our
> release 2.0 TODO list ever since. Does anyone have enough Maven
> experience to help us resolve the problem, or shall I approach Maven
> developers for a friendly advise?
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17569
> 
> Oleg
> 
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail:
> commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional
> commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org
> 


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


Re: Include generated website in the distribution

Posted by Adrian Sutton <ad...@intencha.com>.
On 12/09/2003 10:48 PM, "Kalnichevski, Oleg"
<ol...@bearingpoint.com> wrote:

> Folks,
> 
> This bug report has been filed ages ago and has been sitting on our release
> 2.0 TODO list ever since. Does anyone have enough Maven experience to help us
> resolve the problem, or shall I approach Maven developers for a friendly
> advise?
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17569
> 
> Oleg

I think the answer to this is to utilise a pre-goal in maven.xml that
attains the website goal and then copies the result into a place that the
distribution zip file includes.

I would suggest asking the maven folks if there's an easy way to do it
and/or if there's a good example to follow, otherwise I should have enough
maven knowledge to work it out.

Regards,

Adrian Sutton.
----------------------------------------------
Intencha "tomorrow's technology today"
Ph: 38478913 0422236329
Suite 8/29 Oatland Crescent
Holland Park West 4121
Australia QLD
www.intencha.com


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


Re: Include generated website in the distribution

Posted by Ortwin Glück <or...@nose.ch>.
dion@multitask.com.au wrote:
> Can I just check the code out of cvs and run maven dist?

The latest Maven builds use a new checkstyle version. A new 
configuration file for checkstyle is on my to-do list. There is a draft 
version in Bugzilla.


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


Re: Include generated website in the distribution

Posted by Michael Becke <be...@u.washington.edu>.
Yup, that should work.  This problem effects both branches I think.  In  
particular we are interested in getting it to work with  
HTTPCLIENT_2_0_BRANCH.

Mike

On Sunday, September 14, 2003, at 10:35 PM, dion@multitask.com.au wrote:

> Can I just check the code out of cvs and run maven dist?
>
> Is HEAD the right tag?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
>
>
> Michael Becke <be...@u.washington.edu> wrote on 15/09/2003 11:03:07 AM:
>
>> Yes.
>>
>> Mike
>>
>> On Sunday, September 14, 2003, at 04:37 AM, dion@multitask.com.au  
>> wrote:
>>
>>> Are you guys using maven dist to build the distribution?
>>> --
>>> dIon Gillard, Multitask Consulting
>>> Blog:      http://blogs.codehaus.org/people/dion/
>>>
>>>
>>> "Kalnichevski, Oleg" <ol...@bearingpoint.com> wrote on
>>> 12/09/2003 10:48:47 PM:
>>>
>>>> Folks,
>>>>
>>>> This bug report has been filed ages ago and has been sitting on our
>>>> release 2.0 TODO list ever since. Does anyone have enough Maven
>>>> experience to help us resolve the problem, or shall I approach Maven
>>>> developers for a friendly advise?
>>>>
>>>> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17569
>>>>
>>>> Oleg
>>>>
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail:
>>> commons-httpclient-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: commons-httpclient-dev-
>>>> help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail:
>>> commons-httpclient-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail:
>>> commons-httpclient-dev-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:
> commons-httpclient-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-httpclient-dev-
>> help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:  
> commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:  
> commons-httpclient-dev-help@jakarta.apache.org
>


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


Re: Include generated website in the distribution

Posted by di...@multitask.com.au.
Can I just check the code out of cvs and run maven dist?

Is HEAD the right tag?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Michael Becke <be...@u.washington.edu> wrote on 15/09/2003 11:03:07 AM:

> Yes.
> 
> Mike
> 
> On Sunday, September 14, 2003, at 04:37 AM, dion@multitask.com.au wrote:
> 
> > Are you guys using maven dist to build the distribution?
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://blogs.codehaus.org/people/dion/
> >
> >
> > "Kalnichevski, Oleg" <ol...@bearingpoint.com> wrote on
> > 12/09/2003 10:48:47 PM:
> >
> >> Folks,
> >>
> >> This bug report has been filed ages ago and has been sitting on our
> >> release 2.0 TODO list ever since. Does anyone have enough Maven
> >> experience to help us resolve the problem, or shall I approach Maven
> >> developers for a friendly advise?
> >>
> >> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17569
> >>
> >> Oleg
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail:
> > commons-httpclient-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: commons-httpclient-dev-
> >> help@jakarta.apache.org
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: 
> > commons-httpclient-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: 
> > commons-httpclient-dev-help@jakarta.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-httpclient-dev-
> help@jakarta.apache.org
> 


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


Re: Include generated website in the distribution

Posted by Michael Becke <be...@u.washington.edu>.
Yes.

Mike

On Sunday, September 14, 2003, at 04:37 AM, dion@multitask.com.au wrote:

> Are you guys using maven dist to build the distribution?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
>
>
> "Kalnichevski, Oleg" <ol...@bearingpoint.com> wrote on
> 12/09/2003 10:48:47 PM:
>
>> Folks,
>>
>> This bug report has been filed ages ago and has been sitting on our
>> release 2.0 TODO list ever since. Does anyone have enough Maven
>> experience to help us resolve the problem, or shall I approach Maven
>> developers for a friendly advise?
>>
>> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17569
>>
>> Oleg
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:
> commons-httpclient-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-httpclient-dev-
>> help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: 
> commons-httpclient-dev-help@jakarta.apache.org
>


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


Re: Include generated website in the distribution

Posted by di...@multitask.com.au.
Are you guys using maven dist to build the distribution?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Kalnichevski, Oleg" <ol...@bearingpoint.com> wrote on 
12/09/2003 10:48:47 PM:

> Folks,
> 
> This bug report has been filed ages ago and has been sitting on our 
> release 2.0 TODO list ever since. Does anyone have enough Maven 
> experience to help us resolve the problem, or shall I approach Maven
> developers for a friendly advise?
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17569
> 
> Oleg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-httpclient-dev-
> help@jakarta.apache.org
> 


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