You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Hunter Morris (JIRA)" <ji...@apache.org> on 2008/09/04 10:53:44 UTC

[jira] Created: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Add a 'dev' make target and a script (./utils/run) to run a development instance
--------------------------------------------------------------------------------

                 Key: COUCHDB-114
                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
             Project: CouchDB
          Issue Type: Improvement
          Components: Build System
    Affects Versions: 0.9
            Reporter: Hunter Morris
            Priority: Minor
         Attachments: couch-utils.patch



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Posted by "Jan Lehnardt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-114.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9
         Assignee: Jan Lehnardt  (was: Noah Slater)

Fixed as of r707480. Thanks Hunter!

> Add a 'dev' make target and a script (./utils/run) to run a development instance
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-114
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Hunter Morris
>            Assignee: Jan Lehnardt
>            Priority: Minor
>             Fix For: 0.9
>
>         Attachments: couch-utils.2.patch, couch-utils.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Posted by "Hunter Morris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hunter Morris updated COUCHDB-114:
----------------------------------

    Attachment: couch-utils.patch

> Add a 'dev' make target and a script (./utils/run) to run a development instance
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-114
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Hunter Morris
>            Priority: Minor
>         Attachments: couch-utils.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Posted by "Hunter Morris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hunter Morris updated COUCHDB-114:
----------------------------------

    Attachment:     (was: couch-utils.patch)

> Add a 'dev' make target and a script (./utils/run) to run a development instance
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-114
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Hunter Morris
>            Priority: Minor
>         Attachments: couch-utils.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Posted by "Michele Sciabarra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628431#action_12628431 ] 

Michele Sciabarra commented on COUCHDB-114:
-------------------------------------------

I tried this patch against the trunk. It applies nicely but after ./configure ; make ; make dev if I try ./utils/run I get:

./utils/run 
{"init terminating in do_boot",{undef,[{couch_server,start,[["/etc/couchdb/default_dev.ini","/etc/couchdb/local_dev.ini"]]},{erl_eval,do_apply,5},{erl_eval,exprs,5},{init,start_it,1},{init,start_em,1}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()

> Add a 'dev' make target and a script (./utils/run) to run a development instance
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-114
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Hunter Morris
>            Priority: Minor
>         Attachments: couch-utils.2.patch, couch-utils.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Posted by "Hunter Morris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hunter Morris updated COUCHDB-114:
----------------------------------

    Attachment: couch-utils.2.patch

This adds a couchjs_dev script which launches the JS view server without requiring make install. I missed this in testing my previous patch.

> Add a 'dev' make target and a script (./utils/run) to run a development instance
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-114
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Hunter Morris
>            Priority: Minor
>         Attachments: couch-utils.2.patch, couch-utils.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Posted by "Hunter Morris (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628655#action_12628655 ] 

Hunter Morris commented on COUCHDB-114:
---------------------------------------

Did you apply both of the attached patches?

Judging by your error output, it looks like your ./utils/run script had the wrong variables substituted. Can you tell me what the DEFAULT_INI_FILE variable is set to at the top of that file?

> Add a 'dev' make target and a script (./utils/run) to run a development instance
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-114
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Hunter Morris
>            Priority: Minor
>         Attachments: couch-utils.2.patch, couch-utils.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Posted by "Hunter Morris (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628284#action_12628284 ] 

Hunter Morris commented on COUCHDB-114:
---------------------------------------

The following should also be added to svn:ignore:

-- trunk:

tmp

-- trunk/utils:

Makefile.in
Makefile
run

-- trunk/etc/couchdb:

default_dev.ini

> Add a 'dev' make target and a script (./utils/run) to run a development instance
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-114
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Hunter Morris
>            Priority: Minor
>         Attachments: couch-utils.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Posted by "Hunter Morris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hunter Morris updated COUCHDB-114:
----------------------------------

    Attachment: couch-utils.patch

> Add a 'dev' make target and a script (./utils/run) to run a development instance
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-114
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Hunter Morris
>            Priority: Minor
>         Attachments: couch-utils.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (COUCHDB-114) Add a 'dev' make target and a script (./utils/run) to run a development instance

Posted by "Chris Anderson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Anderson reassigned COUCHDB-114:
--------------------------------------

    Assignee: Noah Slater

> Add a 'dev' make target and a script (./utils/run) to run a development instance
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-114
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-114
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Hunter Morris
>            Assignee: Noah Slater
>            Priority: Minor
>         Attachments: couch-utils.2.patch, couch-utils.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.