You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ie...@apache.org on 2008/07/23 11:23:29 UTC

svn commit: r679043 - /incubator/shindig/trunk/BUILD-JAVA

Author: ieb
Date: Wed Jul 23 02:23:29 2008
New Revision: 679043

URL: http://svn.apache.org/viewvc?rev=679043&view=rev
Log:
SHINDIG-468

Added some documentation on how to build a site for reports.

Modified:
    incubator/shindig/trunk/BUILD-JAVA

Modified: incubator/shindig/trunk/BUILD-JAVA
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/BUILD-JAVA?rev=679043&r1=679042&r2=679043&view=diff
==============================================================================
--- incubator/shindig/trunk/BUILD-JAVA (original)
+++ incubator/shindig/trunk/BUILD-JAVA Wed Jul 23 02:23:29 2008
@@ -77,6 +77,21 @@
 To remove all eclipse-related metatdata from your shindig source tree, run:
 
      mvn eclipse:clean
+
+Building a Maven Site with Reports
+----------------------------------
+
+To build a Maven based site with reports
+
+Run:
+     mvn clean install site:site site:deploy -Dsite.localurl=file:///Users/ieb/public_html/shindig -Dproject.url=/~ieb/shindig
+
+Where
+    file:///Users/ieb/public_html/shindig is the final directory where you want to deploy the site to
+    /~ieb/shindig is absolute site URL where you want the site to be hosted from. 
+
+
+
    
 For more information, see http://incubator.apache.org/projects/shindig.html
 



Re: Opensocial 0.8 newIdSpec.getField is not a function

Posted by Ian Boston <ie...@tfd.co.uk>.
mvn site -Preporting didn't work for site:site and site:deploy for  
some reason as it appeared to break the multiproject behavior and  
would not work properly in the base folder, resulting in unnavigable  
project fragments and fragmented javadoc. Hence the patch,

The results of the site build and deploy can be seen at
http://people.apache.org/~ieb/shindig/

Ian



On 25 Jul 2008, at 15:57, Cassie wrote:

> Sorry for reviewing this so late - but did you see my previous email?
> Did mvn site -Preporting not work for you?
>
> It already had more code information than this command generates  
> (in temrs
> of java docs, code coverage etc)
>
> - Cassie
>
>
> On Wed, Jul 23, 2008 at 2:23 AM, <ie...@apache.org> wrote:
>
>> Author: ieb
>> Date: Wed Jul 23 02:23:29 2008
>> New Revision: 679043
>>
>> URL: http://svn.apache.org/viewvc?rev=679043&view=rev
>> Log:
>> SHINDIG-468
>>
>> Added some documentation on how to build a site for reports.
>>
>> Modified:
>>    incubator/shindig/trunk/BUILD-JAVA
>>
>> Modified: incubator/shindig/trunk/BUILD-JAVA
>> URL:
>> http://svn.apache.org/viewvc/incubator/shindig/trunk/BUILD-JAVA? 
>> rev=679043&r1=679042&r2=679043&view=diff
>>
>> ===================================================================== 
>> =========
>> --- incubator/shindig/trunk/BUILD-JAVA (original)
>> +++ incubator/shindig/trunk/BUILD-JAVA Wed Jul 23 02:23:29 2008
>> @@ -77,6 +77,21 @@
>>  To remove all eclipse-related metatdata from your shindig source  
>> tree,
>> run:
>>
>>      mvn eclipse:clean
>> +
>> +Building a Maven Site with Reports
>> +----------------------------------
>> +
>> +To build a Maven based site with reports
>> +
>> +Run:
>> +     mvn clean install site:site site:deploy
>> -Dsite.localurl=file:///Users/ieb/public_html/shindig
>> -Dproject.url=/~ieb/shindig
>> +
>> +Where
>> +    file:///Users/ieb/public_html/shindig is the final directory  
>> where you
>> want to deploy the site to
>> +    /~ieb/shindig is absolute site URL where you want the site to be
>> hosted from.
>> +
>> +
>> +
>>
>>  For more information, see
>> http://incubator.apache.org/projects/shindig.html
>>
>>
>>
>>


Re: svn commit: r679043 - /incubator/shindig/trunk/BUILD-JAVA

Posted by Cassie <do...@google.com>.
Sorry for reviewing this so late - but did you see my previous email?
Did mvn site -Preporting not work for you?

It already had more code information than this command generates (in temrs
of java docs, code coverage etc)

- Cassie


On Wed, Jul 23, 2008 at 2:23 AM, <ie...@apache.org> wrote:

> Author: ieb
> Date: Wed Jul 23 02:23:29 2008
> New Revision: 679043
>
> URL: http://svn.apache.org/viewvc?rev=679043&view=rev
> Log:
> SHINDIG-468
>
> Added some documentation on how to build a site for reports.
>
> Modified:
>    incubator/shindig/trunk/BUILD-JAVA
>
> Modified: incubator/shindig/trunk/BUILD-JAVA
> URL:
> http://svn.apache.org/viewvc/incubator/shindig/trunk/BUILD-JAVA?rev=679043&r1=679042&r2=679043&view=diff
>
> ==============================================================================
> --- incubator/shindig/trunk/BUILD-JAVA (original)
> +++ incubator/shindig/trunk/BUILD-JAVA Wed Jul 23 02:23:29 2008
> @@ -77,6 +77,21 @@
>  To remove all eclipse-related metatdata from your shindig source tree,
> run:
>
>      mvn eclipse:clean
> +
> +Building a Maven Site with Reports
> +----------------------------------
> +
> +To build a Maven based site with reports
> +
> +Run:
> +     mvn clean install site:site site:deploy
> -Dsite.localurl=file:///Users/ieb/public_html/shindig
> -Dproject.url=/~ieb/shindig
> +
> +Where
> +    file:///Users/ieb/public_html/shindig is the final directory where you
> want to deploy the site to
> +    /~ieb/shindig is absolute site URL where you want the site to be
> hosted from.
> +
> +
> +
>
>  For more information, see
> http://incubator.apache.org/projects/shindig.html
>
>
>
>