You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2011/06/29 14:34:12 UTC

svn commit: r1141070 - in /incubator/isis/trunk/framework: pom.xml src/docbkx/guide/isis-contributors-guide.xml

Author: danhaywood
Date: Wed Jun 29 12:34:12 2011
New Revision: 1141070

URL: http://svn.apache.org/viewvc?rev=1141070&view=rev
Log:
updates to contributors guide and to scimpi pom dependency - exclude com.sun:tools (highlighted from testing in Eclipse 3.7)

Modified:
    incubator/isis/trunk/framework/pom.xml
    incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml

Modified: incubator/isis/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/pom.xml?rev=1141070&r1=1141069&r2=1141070&view=diff
==============================================================================
--- incubator/isis/trunk/framework/pom.xml (original)
+++ incubator/isis/trunk/framework/pom.xml Wed Jun 29 12:34:12 2011
@@ -1119,6 +1119,12 @@ archetype includes this explicit depende
                 <groupId>org.htmlparser</groupId>
                 <artifactId>htmlparser</artifactId>
                 <version>1.6</version>
+                <exclusions>
+                	<exclusion>
+                		<groupId>com.sun</groupId>
+                		<artifactId>tools</artifactId>
+                	</exclusion>
+                </exclusions>
             </dependency>
 
             <!-- Testing libraries (not scope=test because used by viewer/junit) -->

Modified: incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml?rev=1141070&r1=1141069&r2=1141070&view=diff
==============================================================================
--- incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml (original)
+++ incubator/isis/trunk/framework/src/docbkx/guide/isis-contributors-guide.xml Wed Jun 29 12:34:12 2011
@@ -5773,8 +5773,7 @@ $ mvn antrun:run -D exec=json</programli
 $ mvn antrun:run -D exec=xhtml</programlisting></entry>
 
                     <entry><ulink
-                    url="http://localhost:8080">http://localhost:8080</ulink><para>Use
-                    Firefox to view the XHTML webpages</para></entry>
+                    url="http://localhost:8080">http://localhost:8080</ulink></entry>
                   </row>
                 </tbody>
               </tgroup>
@@ -5868,8 +5867,7 @@ $ mvn jetty:run</programlisting></entry>
 $ mvn jetty:run</programlisting></entry>
 
                     <entry><ulink
-                    url="http://localhost:8080/quickstart-viewer-xhtml/">http://localhost:8080/quickstart-viewer-xhtml</ulink><para>Use
-                    Firefox to view the XHTML webpages</para></entry>
+                    url="http://localhost:8080/quickstart-viewer-xhtml/">http://localhost:8080/quickstart-viewer-xhtml</ulink></entry>
                   </row>
                 </tbody>
               </tgroup>
@@ -6093,7 +6091,8 @@ $ mvn jetty:run</programlisting></entry>
                     <entry><filename>viewer-html/ide/eclipse/launch/quickstart-viewer-html.launch</filename></entry>
 
                     <entry><ulink
-                    url="http://localhost:8080/logon.app">http://localhost:8080/logon.app</ulink></entry>
+                    url="http://localhost:8080/logon.app">http://localhost:8080/logon.app</ulink><para>logon
+                    using <emphasis>sven | pass</emphasis></para></entry>
                   </row>
 
                   <row>
@@ -6102,7 +6101,8 @@ $ mvn jetty:run</programlisting></entry>
                     <entry><filename>viewer-json/ide/eclipse/launch/quickstart-viewer-json.launch</filename></entry>
 
                     <entry><ulink
-                    url="http://localhost:8080">http://localhost:8080</ulink></entry>
+                    url="http://localhost:8080">http://localhost:8080</ulink><para>Use
+                    Chrome to view the JSON</para></entry>
                   </row>
 
                   <row>
@@ -6111,7 +6111,9 @@ $ mvn jetty:run</programlisting></entry>
                     <entry><filename>viewer-scimpi/ide/eclipse/launch/quickstart-viewer-scimpi.launch</filename></entry>
 
                     <entry><ulink
-                    url="http://localhost:8080">http://localhost:8080</ulink></entry>
+                    url="http://localhost:8080">http://localhost:8080</ulink><para>logon
+                    using <emphasis>sven | pass</emphasis> (when required to
+                    do so)</para></entry>
                   </row>
 
                   <row>