You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by robertkowalski <gi...@git.apache.org> on 2015/03/18 13:25:03 UTC

[GitHub] couchdb-fauxton pull request: build: fix order of tasks

GitHub user robertkowalski opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/321

    build: fix order of tasks

    fix error where specific files where not available for the build,
    resulting in
    
    ```
    Running "requirejs:compile" (requirejs) task
    Error: ENOENT, no such file or directory
    '/home/travis/build/robertkowalski/couchdb/src/fauxton/app/initialize.js'
    In module tree:
        main
          app
    
    ```
    
    how to reproduce the error, on couchdb master:
    
    ```
    rm -rf share/www/ && rm -rf src/fauxton/dist && rm \
    src/fauxton/app/initialize.js && make fauxton
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robertkowalski/couchdb-fauxton fix-build

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/321.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #321
    
----
commit 7689b0aacd5c525de005e431fc91c30f3bd1f2ce
Author: Robert Kowalski <ro...@apache.org>
Date:   2015-03-18T12:21:49Z

    build: fix order of tasks
    
    fix error where specific files where not available for the build,
    resulting in
    
    ```
    Running "requirejs:compile" (requirejs) task
    Error: ENOENT, no such file or directory
    '/home/travis/build/robertkowalski/couchdb/src/fauxton/app/initialize.js'
    In module tree:
        main
          app
    
    ```
    
    how to reproduce the error, on couchdb master:
    
    ```
    rm -rf share/www/ && rm -rf src/fauxton/dist && rm \
    src/fauxton/app/initialize.js && make fauxton
    ```

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton pull request: build: fix order of tasks

Posted by robertkowalski <gi...@git.apache.org>.
Github user robertkowalski commented on the pull request:

    https://github.com/apache/couchdb-fauxton/pull/321#issuecomment-82974510
  
    merged as e87abf448dd8915ee2be28849cec0bd4cbec4a0a


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton pull request: build: fix order of tasks

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-fauxton/pull/321#issuecomment-82947585
  
    Oh,  this didn't happened for me somehow. +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton pull request: build: fix order of tasks

Posted by robertkowalski <gi...@git.apache.org>.
Github user robertkowalski commented on the pull request:

    https://github.com/apache/couchdb-fauxton/pull/321#issuecomment-82947872
  
    yes, because if the file got generated before (from previous fauxton builds) you will not run into it, really evil issue.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton pull request: build: fix order of tasks

Posted by robertkowalski <gi...@git.apache.org>.
Github user robertkowalski closed the pull request at:

    https://github.com/apache/couchdb-fauxton/pull/321


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---