r1 - 11 Jul 2005 - 15:24:19 - BrendanOConnorYou are here: OSAF >  Journal Web  >  ContributorNotes > BrendanOConnorNotes > DevEnvNotes > BrendanOConnorDevEnvNotes
I've set up a more basic version of bryan's One Source Tree cross-development setup, where you do all your python and xml editing in one place, then export it via an SMB share to other machines. (BryanStearnsDevEnvNotes) No more copying files! hooray!

My primary machine is Linux, where all source code editing takes place. I have a virtual machine running XP. Each has its own checked out source tree with its own "make install". To run on Linux, I just use the standard release/RunChandler.

On XP, I run from inside the Linux tree off the samba share, but I use the binaries & release/RunChandler.bat script from XP's tree.

alias winrun="CHANDLERBIN=c:/main/full/chandler c:/main/full/chandler/release/RunChandler.bat"
% cd z:/partial/chandler   ## z: is the samba share
% winrun --create
I have to cd into the linux tree first, to implicitly set CHANDLERHOME. it could be set manually as well.
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Open Source Applications Foundation
Except where otherwise noted, this site and its content are licensed by OSAF under an Creative Commons License, Attribution Only 3.0.
See list of page contributors for attributions.