Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4831909 By: fabioz
Usually, writing in you target platform is a better solution... but if you can't do that, I think writing portable code and having a build system that got your changes from your repository and did a build from it (running tests, etc) is the way to go (actually, having a system to do that is a nice thing even if your target system is the same you're developing). I'd recommend cruisecontrol for that, but there are other solutions... I think python uses buildbot... which also resolves the same problems. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
