You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Lukasz Lenart <lu...@googlemail.com> on 2011/03/16 21:28:54 UTC

Struts 2 site problem

Hi,

I've tried many times with many different configurations generate
Struts 2 web site from Maven project.
Everything seems to work but the site is only generated for the parent
project, there aren't any html files for subprojects - xwork-core,
struts2-core, etc.

I was testing that with the command below:

mvn site:stage -DstagingDirectory=/Users/lukaszlenart/struts2-site-stage

Can someone advise me what is wrong or what I'm doing wrong ?


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

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


Re: Struts 2 site problem

Posted by Lukasz Lenart <lu...@googlemail.com>.
2011/3/17 Maurizio Cucchiara <ma...@gmail.com>:
> Have you tried to build with maven 2 ?

Nop, but I've spent to much time to adjust the project to Maven 3 ;-)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

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


Re: Struts 2 site problem

Posted by Maurizio Cucchiara <ma...@gmail.com>.
in synch with [1]

[1] https://issues.apache.org/jira/browse/WW-3593

On 17 March 2011 13:15, Maurizio Cucchiara <ma...@gmail.com> wrote:
> Have you tried to build with maven 2 ?
>
> On 17 March 2011 11:53, Maurizio Cucchiara <ma...@gmail.com> wrote:
>> I see, I'm trying to figure out what really happened
>>
>> On 17 March 2011 11:20, Lukasz Lenart <lu...@googlemail.com> wrote:
>>> It's the same as mine, all the files for modules and report are
>>> missing. Take a look for struts-core/ folder and compare it with that
>>> [1]
>>>
>>> [1] http://struts.apache.org/2.1.8/struts2-core/dependencies.html
>>>
>>>
>>> Regards
>>> --
>>> Łukasz
>>> + 48 606 323 122 http://www.lenart.org.pl/
>>> Warszawa JUG conference - Confitura http://confitura.pl/
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: dev-help@struts.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Maurizio Cucchiara
>>
>
>
>
> --
> Maurizio Cucchiara
>



-- 
Maurizio Cucchiara

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


Re: Struts 2 site problem

Posted by Maurizio Cucchiara <ma...@gmail.com>.
Have you tried to build with maven 2 ?

On 17 March 2011 11:53, Maurizio Cucchiara <ma...@gmail.com> wrote:
> I see, I'm trying to figure out what really happened
>
> On 17 March 2011 11:20, Lukasz Lenart <lu...@googlemail.com> wrote:
>> It's the same as mine, all the files for modules and report are
>> missing. Take a look for struts-core/ folder and compare it with that
>> [1]
>>
>> [1] http://struts.apache.org/2.1.8/struts2-core/dependencies.html
>>
>>
>> Regards
>> --
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>> Warszawa JUG conference - Confitura http://confitura.pl/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>
>
>
> --
> Maurizio Cucchiara
>



-- 
Maurizio Cucchiara

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


Re: Struts 2 site problem

Posted by Maurizio Cucchiara <ma...@gmail.com>.
I see, I'm trying to figure out what really happened

On 17 March 2011 11:20, Lukasz Lenart <lu...@googlemail.com> wrote:
> It's the same as mine, all the files for modules and report are
> missing. Take a look for struts-core/ folder and compare it with that
> [1]
>
> [1] http://struts.apache.org/2.1.8/struts2-core/dependencies.html
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>



-- 
Maurizio Cucchiara

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


Re: Struts 2 site problem

Posted by Lukasz Lenart <lu...@googlemail.com>.
It's the same as mine, all the files for modules and report are
missing. Take a look for struts-core/ folder and compare it with that
[1]

[1] http://struts.apache.org/2.1.8/struts2-core/dependencies.html


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

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


Re: Struts 2 site problem

Posted by Maurizio Cucchiara <ma...@gmail.com>.
Hi Lukasz,
maybe there is something "broken" in your environment configuration. I
don't know what you exactly expect, but I put the mvn site's output in
my web folder [1]
Please let me know if I can be of any further help.

[1] http://people.apache.org/~mcucchiara/struts-site.tgz

On 16 March 2011 21:28, Lukasz Lenart <lu...@googlemail.com> wrote:
> Hi,
>
> I've tried many times with many different configurations generate
> Struts 2 web site from Maven project.
> Everything seems to work but the site is only generated for the parent
> project, there aren't any html files for subprojects - xwork-core,
> struts2-core, etc.
>
> I was testing that with the command below:
>
> mvn site:stage -DstagingDirectory=/Users/lukaszlenart/struts2-site-stage
>
> Can someone advise me what is wrong or what I'm doing wrong ?
>
>
> Kind regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>



-- 
Maurizio Cucchiara

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