Apologies If this sounds obvious and I have missed something
- but I do
my development in windows with my source code being on a
samba shared
network folder that is mapped to a fixed drive letter.
-----Original Message-----
From: pydev-users-bounces lists.sourceforge.net
[mailto:pydev-users-bounces lists.sourceforge.net] On
Behalf Of
SourceForge.net
Sent: 12 March 2008 12:12
To: noreply sourceforge.net
Subject: [Pydev-users] [pydev - Users] RE: Develop in
windows for linux
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/
a>
_______________________________________________
Pydev-users mailing list
Pydev-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users
------------------------------------------------------------
-------------
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/
a>
_______________________________________________
Pydev-users mailing list
Pydev-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users
|