each new start requires make to have compile work

27 views
Skip to first unread message

douglasv

unread,
Aug 15, 2011, 7:52:51 PM8/15/11
to Nitrogen Project / The Nitrogen Web Framework for Erlang
after shutting down nitrogen, then restarting nitrogen again, The
compiler does not work!

To make the compiler work,
1)- you have to start (nitrogen console)
while nitrogen is running,

2)-do a nitrogen/rel/nitrogen> make
This will activate the compiler, which now automatically compiles on
save

using debian squeeze
erlang-R14B03
nitrogen-nitrogen-v2.0.4-18-g111317a.tar.gz
oracle VM virtualbox

Thank you,
Douglas

Jesse Gumm

unread,
Aug 15, 2011, 9:04:48 PM8/15/11
to nitro...@googlegroups.com
Try running sync:go() when you start nitrogen, or include application:start(sync) in etc/vm.args

-Jesse

--
Jesse Gumm
Sigma Star Systems
414.940.4866


--
You received this message because you are subscribed to the Google Groups "Nitrogen Project / The Nitrogen Web Framework for Erlang" group.
To post to this group, send email to nitro...@googlegroups.com.
To unsubscribe from this group, send email to nitrogenweb...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nitrogenweb?hl=en.

douglas

unread,
Aug 16, 2011, 6:56:31 AM8/16/11
to nitro...@googlegroups.com
the entry in vm.args worked
## Run code at startup.
-eval "application:start(nitrogen)"
-eval "application:start(sync)"
 
Previously,
sync:go()  didn’t work
dev compile didn’t  work either
until a make in nitrogen/rel/nitrogen was done
 
Thank you,
Douglas
Reply all
Reply to author
Forward
0 new messages