Mike wrote: > Old thread but figured why start a new one :). > I had not needed to use the dev server since this thread but > yesterday, had to do an update to the mail message code. > The first thing I did was to update the system. Then I edited > my code and was ready to compile. > > However > > [sipxcha...@sipxdev WORKING]$ ./bin_ede/rebuild > bash: ./bin_ede/rebuild: No such file or directory > > Did something change that I need to look into?
Auto-generation of the 'bin_ede/rebuild' script was added to ede_build_devuser.sh in November of 2009, so it depends on which version you used. You can upgrade your EDE to get the latest features. From WORKING, run: rm ede_build_devuser.sh wget http://sipxecs.sipfoundry.org/rep/sipXecs/main/extras/ede/ede_build_devuser.sh chmod +x ede_build_devuser.sh ./ede_build_devuser.sh This is a rebuild of the code from scratch, so it'll take awhile. It will also blow away your configuration and SSL certificates, though you could use Backup/Restore to retain it all. -Paul [email protected] _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
