|
|
| Author |
Message |
|
| Guest |
Posted: Wed Sep 12, 2007 6:44 pm |
|
|
|
Guest
|
Hi all
I'm trying to get up to speed on Yaws and ErlyWeb but some fairly
bizarre things are happening.
This is under Windows which I know makes life a little harder. This
all refers to the 'Introducing ErlyWeb' tutorial.
The first bit of the tutorial was ok once I realized it forgot to say
compile the code so initially it couldn't find the controller.
I created the components and it seemed to create the correct files. I
already had some tables in MySQL that were the right shape because I
had been experimenting with Ruby. I followed the instructions and all
seemed to go well (no errors) except for two things. No code was
generated and http://localhost:8000/erlmc still worked (my app name
was different) but http://localhost:8000/erlmc/filters (filters was
the component and table name) just tells me 'Not Found'.
I don't know if this is finger trouble or some issue with ErlyWeb on
Windows. If anyone has things working properly on Windows please tell
me how you did it.
Thanks
Bob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Fri Sep 14, 2007 5:10 am |
|
|
|
Guest
|
There is a known bug on Windows causing ErlyWeb to not register its
components properly. The bug is in erlyweb_compile(). Unfortunately, I
don't have a Windows machine to fix it, so I'm hoping someone else
will.
Yariv
On 9/12/07, bobc <bob.cowdery@smartlogic.com> wrote:
>
> Hi all
>
> I'm trying to get up to speed on Yaws and ErlyWeb but some fairly
> bizarre things are happening.
>
> This is under Windows which I know makes life a little harder. This
> all refers to the 'Introducing ErlyWeb' tutorial.
>
> The first bit of the tutorial was ok once I realized it forgot to say
> compile the code so initially it couldn't find the controller.
>
> I created the components and it seemed to create the correct files. I
> already had some tables in MySQL that were the right shape because I
> had been experimenting with Ruby. I followed the instructions and all
> seemed to go well (no errors) except for two things. No code was
> generated and http://localhost:8000/erlmc still worked (my app name
> was different) but http://localhost:8000/erlmc/filters (filters was
> the component and table name) just tells me 'Not Found'.
>
> I don't know if this is finger trouble or some issue with ErlyWeb on
> Windows. If anyone has things working properly on Windows please tell
> me how you did it.
>
> Thanks
> Bob
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Fri Sep 14, 2007 12:40 pm |
|
|
|
Guest
|
Yariv
Thanks for clarifying that. I think at least one person is on the case so hopefully it will get resolved. I don't think I know enough to resolve it myself unless someone wants to remote control me.
Bob
-----Original Message-----
From: erlyweb@googlegroups.com [mailto:erlyweb@googlegroups.com]On
Behalf Of Yariv Sadan
Sent: 14 September 2007 06:10
To: erlyweb@googlegroups.com
Subject: [erlyweb-list] Re: New to erlyweb and having trouble
There is a known bug on Windows causing ErlyWeb to not register its
components properly. The bug is in erlyweb_compile(). Unfortunately, I
don't have a Windows machine to fix it, so I'm hoping someone else
will.
Yariv
On 9/12/07, bobc <bob.cowdery@smartlogic.com> wrote:
>
> Hi all
>
> I'm trying to get up to speed on Yaws and ErlyWeb but some fairly
> bizarre things are happening.
>
> This is under Windows which I know makes life a little harder. This
> all refers to the 'Introducing ErlyWeb' tutorial.
>
> The first bit of the tutorial was ok once I realized it forgot to say
> compile the code so initially it couldn't find the controller.
>
> I created the components and it seemed to create the correct files. I
> already had some tables in MySQL that were the right shape because I
> had been experimenting with Ruby. I followed the instructions and all
> seemed to go well (no errors) except for two things. No code was
> generated and http://localhost:8000/erlmc still worked (my app name
> was different) but http://localhost:8000/erlmc/filters (filters was
> the component and table name) just tells me 'Not Found'.
>
> I don't know if this is finger trouble or some issue with ErlyWeb on
> Windows. If anyone has things working properly on Windows please tell
> me how you did it.
>
> Thanks
> Bob
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Sun Sep 16, 2007 7:07 pm |
|
|
|
Guest
|
Hi Bob, the issue is fixed in the SVN repo, so you can check out the
latest revision from erlyweb.googlecode.com (mind, the patch I
submitted falls short since it doesn't take into account OS's other
than Windows and OS X...working on it).
-Ghalib
On Sep 14, 4:29 pm, "Bob Cowdery" <Bob.Cowd...@smartlogic.com> wrote:
> Yariv
>
> Thanks for clarifying that. I think at least one person is on the case so hopefully it will get resolved. I don't think I know enough to resolve it myself unless someone wants to remote control me.
>
> Bob
>
> -----Original Message-----
> From: erlyweb@googlegroups.com [mailto:erlyweb@googlegroups.com]On
>
> Behalf Of Yariv Sadan
> Sent: 14 September 2007 06:10
> To: erlyweb@googlegroups.com
> Subject: [erlyweb-list] Re: New to erlyweb and having trouble
>
> There is a known bug on Windows causing ErlyWeb to not register its
> components properly. The bug is in erlyweb_compile(). Unfortunately, I
> don't have a Windows machine to fix it, so I'm hoping someone else
> will.
>
> Yariv
>
> On 9/12/07, bobc <bob.cowd...@smartlogic.com> wrote:
>
> > Hi all
>
> > I'm trying to get up to speed on Yaws and ErlyWeb but some fairly
> > bizarre things are happening.
>
> > This is under Windows which I know makes life a little harder. This
> > all refers to the 'Introducing ErlyWeb' tutorial.
>
> > The first bit of the tutorial was ok once I realized it forgot to say
> > compile the code so initially it couldn't find the controller.
>
> > I created the components and it seemed to create the correct files. I
> > already had some tables in MySQL that were the right shape because I
> > had been experimenting with Ruby. I followed the instructions and all
> > seemed to go well (no errors) except for two things. No code was
> > generated andhttp://localhost:8000/erlmcstill worked (my app name
> > was different) buthttp://localhost:8000/erlmc/filters(filters was
> > the component and table name) just tells me 'Not Found'.
>
> > I don't know if this is finger trouble or some issue with ErlyWeb on
> > Windows. If anyone has things working properly on Windows please tell
> > me how you did it.
>
> > Thanks
> > Bob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Mon Sep 17, 2007 6:58 am |
|
|
|
Guest
|
Ghalib
Thanks very much for your time and effort, glad it wasn't anything too obscure.
Bob
-----Original Message-----
From: erlyweb@googlegroups.com [mailto:erlyweb@googlegroups.com]On
Behalf Of Ghalib Suleiman
Sent: 16 September 2007 20:07
To: erlyweb
Subject: [erlyweb-list] Re: New to erlyweb and having trouble
Hi Bob, the issue is fixed in the SVN repo, so you can check out the
latest revision from erlyweb.googlecode.com (mind, the patch I
submitted falls short since it doesn't take into account OS's other
than Windows and OS X...working on it).
-Ghalib
On Sep 14, 4:29 pm, "Bob Cowdery" <Bob.Cowd...@smartlogic.com> wrote:
> Yariv
>
> Thanks for clarifying that. I think at least one person is on the case so hopefully it will get resolved. I don't think I know enough to resolve it myself unless someone wants to remote control me.
>
> Bob
>
> -----Original Message-----
> From: erlyweb@googlegroups.com [mailto:erlyweb@googlegroups.com]On
>
> Behalf Of Yariv Sadan
> Sent: 14 September 2007 06:10
> To: erlyweb@googlegroups.com
> Subject: [erlyweb-list] Re: New to erlyweb and having trouble
>
> There is a known bug on Windows causing ErlyWeb to not register its
> components properly. The bug is in erlyweb_compile(). Unfortunately, I
> don't have a Windows machine to fix it, so I'm hoping someone else
> will.
>
> Yariv
>
> On 9/12/07, bobc <bob.cowd...@smartlogic.com> wrote:
>
> > Hi all
>
> > I'm trying to get up to speed on Yaws and ErlyWeb but some fairly
> > bizarre things are happening.
>
> > This is under Windows which I know makes life a little harder. This
> > all refers to the 'Introducing ErlyWeb' tutorial.
>
> > The first bit of the tutorial was ok once I realized it forgot to say
> > compile the code so initially it couldn't find the controller.
>
> > I created the components and it seemed to create the correct files. I
> > already had some tables in MySQL that were the right shape because I
> > had been experimenting with Ruby. I followed the instructions and all
> > seemed to go well (no errors) except for two things. No code was
> > generated andhttp://localhost:8000/erlmcstill worked (my app name
> > was different) buthttp://localhost:8000/erlmc/filters(filters was
> > the component and table name) just tells me 'Not Found'.
>
> > I don't know if this is finger trouble or some issue with ErlyWeb on
> > Windows. If anyone has things working properly on Windows please tell
> > me how you did it.
>
> > Thanks
> > Bob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|