Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Publishing misultin
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tristan Sloughter  
View profile  
 More options Apr 10 2011, 2:18 pm
From: Tristan Sloughter <tristan.slough...@gmail.com>
Date: Sun, 10 Apr 2011 13:18:10 -0500
Local: Sun, Apr 10 2011 2:18 pm
Subject: Publishing misultin

I compiled misultin and am trying to publish it. Does anyone know what is
wrong with the app file?

publish error
{function_clause,
    [{ewr_repo_paths,erts_suffix,
         [{error,{no_erts_vsn_found,{compiler_vsn,"4.7.3"}}}]},
     {ewr_repo_paths,area_suffix,2},
     {ewr_repo_paths,package_name_suffix,4},
     {ewr_repo_paths,package_vsn_suffix,5},
     {ewr_repo_paths,dot_app_file_suffix,3},
     {fax_put,put_dot_app_file,6},
     {fax_publish,publish2,4},
     {fax_publish,publish,4}]}

{application, misultin,
[
        {description, "Lightweight HTTP(s) and Websockets Server Library"},
        {vsn, "0.7-dev"},
        {modules, [misultin, misultin_req, misultin_socket, misultin_http,
misultin_utility, misultin_websocket, misultin_ws]},
        {registered, [misultin]},
        {env, []},
        {applications, [kernel, stdlib]}
]}.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Logan  
View profile  
 More options Apr 10 2011, 9:48 pm
From: Martin Logan <martinjlo...@gmail.com>
Date: Sun, 10 Apr 2011 20:48:44 -0500
Local: Sun, Apr 10 2011 9:48 pm
Subject: Re: Publishing misultin
can you publish it with ciconia? if you can't I will tell you how to
fix it with faxien. It is easy, but try with ciconia please.

On Sun, Apr 10, 2011 at 1:18 PM, Tristan Sloughter

--
Martin Logan
Erlang & OTP in Action (Manning) http://manning.com/logan
http://twitter.com/martinjlogan
http://erlware.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tristan Sloughter  
View profile  
 More options Apr 10 2011, 10:07 pm
From: Tristan Sloughter <tristan.slough...@gmail.com>
Date: Sun, 10 Apr 2011 21:07:12 -0500
Local: Sun, Apr 10 2011 10:07 pm
Subject: Re: Publishing misultin

Its not, but maybe I'm doing it wrong:

$ ciconia publish -a couchdb -vr
http://beerenthusiasts.cloudant.commisultin-0.7/

**Failure: see below.
epl_cmdln_lib:print_execution_failure_err_msg/4:151
***Debug Info***
Exception processed: undef

StackTrace:[{ewl_file,copy,
                      ["misultin-0.7/","/tmp/.tmp_dir479468/misultin-0.7",
                       [recursive]]},
            {epl_util,copy_to_tmp,1},
            {cic_publish,run,2},
            {epl_cmdln_lib,apply_cmdln,4},
            {epl_cmdln_lib,apply_cmdln,1},
            {init,start_it,1},
            {init,start_em,1}]

On Sun, Apr 10, 2011 at 8:48 PM, Martin Logan <martinjlo...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jordan Wilberding  
View profile  
 More options Apr 10 2011, 10:07 pm
From: Jordan Wilberding <jwilberd...@gmail.com>
Date: Sun, 10 Apr 2011 22:07:59 -0400
Local: Sun, Apr 10 2011 10:07 pm
Subject: Re: Publishing misultin

WRONG.

On Sun, Apr 10, 2011 at 10:07 PM, Tristan Sloughter <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Logan  
View profile  
 More options Apr 10 2011, 10:09 pm
From: Martin Logan <martinjlo...@gmail.com>
Date: Sun, 10 Apr 2011 21:09:57 -0500
Local: Sun, Apr 10 2011 10:09 pm
Subject: Re: Publishing misultin
try

ciconia publish -a faxien -vr http://beerenthusiasts.cloudant.com
./misultin-0.7/

there is no more couch repo

On Sun, Apr 10, 2011 at 9:07 PM, Tristan Sloughter

--
Martin Logan
Erlang & OTP in Action (Manning) http://manning.com/logan
http://twitter.com/martinjlogan
http://erlware.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Logan  
View profile  
 More options Apr 10 2011, 10:10 pm
From: Martin Logan <martinjlo...@gmail.com>
Date: Sun, 10 Apr 2011 21:10:40 -0500
Local: Sun, Apr 10 2011 10:10 pm
Subject: Re: Publishing misultin
sorry - try this

ciconia publish -a faxien -vr http://repo.erlware.org/writable ./misultin-0.7/

--
Martin Logan
Erlang & OTP in Action (Manning) http://manning.com/logan
http://twitter.com/martinjlogan
http://erlware.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Logan  
View profile  
 More options Apr 10 2011, 10:11 pm
From: Martin Logan <martinjlo...@gmail.com>
Date: Sun, 10 Apr 2011 21:11:46 -0500
Local: Sun, Apr 10 2011 10:11 pm
Subject: Re: Publishing misultin
BTW - getting the couch repo working will not be all that hard I can
get you back into it. I had to go faxien just to free myself to write
faster. Right now the API between the drivers and ciconia is more
solidified so you just need to make some changes to code to it. Let me
know if you want to.

--
Martin Logan
Erlang & OTP in Action (Manning) http://manning.com/logan
http://twitter.com/martinjlogan
http://erlware.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tristan Sloughter  
View profile  
 More options Apr 10 2011, 10:23 pm
From: Tristan Sloughter <tristan.slough...@gmail.com>
Date: Sun, 10 Apr 2011 21:23:40 -0500
Local: Sun, Apr 10 2011 10:23 pm
Subject: Re: Publishing misultin

$ ciconia publish -a faxien -vr http://repo.erlware.org/writable./misultin-0.7/

**Failure: see below.
epl_cmdln_lib:print_execution_failure_err_msg/4:151
***Debug Info***
Exception processed: undef

StackTrace:[{ewl_file,copy,
                      ["./misultin-0.7/","/tmp/.tmp_dir609201/misultin-0.7",
                       [recursive]]},
            {epl_util,copy_to_tmp,1},
            {cic_publish,run,2},
            {epl_cmdln_lib,apply_cmdln,4},
            {epl_cmdln_lib,apply_cmdln,1},
            {init,start_it,1},
            {init,start_em,1}]

On Sun, Apr 10, 2011 at 9:10 PM, Martin Logan <martinjlo...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tristan Sloughter  
View profile  
 More options Apr 10 2011, 10:25 pm
From: Tristan Sloughter <tristan.slough...@gmail.com>
Date: Sun, 10 Apr 2011 21:25:06 -0500
Local: Sun, Apr 10 2011 10:25 pm
Subject: Re: Publishing misultin

Awesome, I do. Note that the README includes references to the couchdb repo
though :).

Tristan

On Sun, Apr 10, 2011 at 9:11 PM, Martin Logan <martinjlo...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Logan  
View profile  
 More options Apr 11 2011, 12:26 am
From: Martin Logan <martinjlo...@gmail.com>
Date: Sun, 10 Apr 2011 23:26:35 -0500
Local: Mon, Apr 11 2011 12:26 am
Subject: Re: Publishing misultin
hmm, that is messed up. I wonder why your ewl file at that version
does not have copy/2??  I will have to check into that. To publish
with faxien just go and upgrade your version. Can you take a look in
ewl_file and verify that copy/2 is not there for you?

On Sun, Apr 10, 2011 at 9:23 PM, Tristan Sloughter

--
Martin Logan
Erlang & OTP in Action (Manning) http://manning.com/logan
http://twitter.com/martinjlogan
http://erlware.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tristan Sloughter  
View profile  
 More options Apr 11 2011, 10:00 am
From: Tristan Sloughter <tristan.slough...@gmail.com>
Date: Mon, 11 Apr 2011 09:00:17 -0500
Local: Mon, Apr 11 2011 10:00 am
Subject: Re: Publishing misultin

I have no ewl_file.erl with a copy/2 exported. And I have 9.2.0 to 9.7.3

And yup, it published fine with an upgraded faxien, thanks!

On Sun, Apr 10, 2011 at 11:26 PM, Martin Logan <martinjlo...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Logan  
View profile  
 More options Apr 11 2011, 10:33 am
From: Martin Logan <martinjlo...@gmail.com>
Date: Mon, 11 Apr 2011 09:33:55 -0500
Local: Mon, Apr 11 2011 10:33 am
Subject: Re: Publishing misultin
What the heck, ok, I will look into it.

On Mon, Apr 11, 2011 at 9:00 AM, Tristan Sloughter

--
Martin Logan
Erlang & OTP in Action (Manning) http://manning.com/logan
http://twitter.com/martinjlogan
http://erlware.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »