[
https://issues.apache.org/jira/browse/SHINDIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778265#action_12778265
]
arie murdianto edited comment on SHINDIG-984 at 11/16/09 8:55 AM:
------------------------------------------------------------------
Yeah... Ive tried to build it but it does not work. It fails on the test. Thus,
in order to build the source, I need to skip the test.
was (Author: ariemurdianto):
Yeah... Ive tried to build it but it does not work. It fails on the test.
Thus, in order to build the source, I need to skip the test using the command
as below:
{noformat}
mvn -DskipTests=true
{noformat}
And then, if you want to get it run via jetty, you can use the following
command (running on port 8091)
{noformat}
mvn clean install org.mortbay.jetty:maven-jetty-plugin:6.0.1:run -DrunType=full
-Djetty.port=8091
{noformat}
> instructions to debug shindig from eclipse do not work
> ------------------------------------------------------
>
> Key: SHINDIG-984
> URL: https://issues.apache.org/jira/browse/SHINDIG-984
> Project: Shindig
> Issue Type: Bug
> Components: Java
> Affects Versions: 1.1-BETA1
> Reporter: patrick chanezon
> Priority: Minor
>
> Thanks for fixing the broken build from yesterday.
> If I follow the instructions at
> http://incubator.apache.org/shindig/#tab-building to debug shindig in eclipse
> I can run the server fine, but not debug it.
> When i run the debug configuration I get the following trace:
> Listening for transport dt_socket at address: 4000
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The projects in the reactor contain a cyclic reference: Edge between
> 'Vertex{label='org.apache.shindig:shindig-gadgets'}' and
> 'Vertex{label='org.apache.shindig:shindig-common'}' introduces to cycle in
> the graph org.apache.shindig:shindig-common -->
> org.apache.shindig:shindig-gadgets --> org.apache.shindig:shindig-common
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 second
> [INFO] Finished at: Thu Mar 19 02:21:24 EDT 2009
> [INFO] Final Memory: 2M/4M
> [INFO]
> ------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.