thron7 schrieb:
I use a linux server where my qooxdoo-sdk is located and where I run
"make".
But the client is a Windows (Vista :'( )  (with a network drive
pointing to qooxdoo-skd)
and I update qooxdoo via eclipse / subclipse on the client.

That sounds interesting. Let me get that straight: You have a networked
drive that you share between a Linux and a Windows machine, right?! You
run eclipse/subclipse on Windows, and use that to download the qooxdoo
check-outs. The files are stored on the networked drive. Then you switch
to the Linux box to run 'make'. Then you go back to Windows to open the
app in your browser.
That's exactly my environment.
The network drive belongs to the Linux box, right?! So you are probably
using Samba to export it to Windows with SMB/CIFS. Does the Samba apply
any LF/CRLF conversions? That is, when you open a qooxdoo-sdk file on
Linux with vim, does it say 'dos' as the fileformat (you can check with
':set fileformat<RET>').
:set fileformat returns "fileformat=dos"

But I don't think, that Samba does the LF/CRLF conversion.
I wrote a unix-file on Windows to the samba-drive and the linux vim says fileformat=unix.
So I thought, the windows-eclipse/subclipse does the conversion.
But I checked in a unix-file into my own svn-server and checked it out with windows-eclipse to the samba-driver -> fileformat=unix.

Then a checked out qooxdoo completly new on unix with unix-svn: all files in unix-format. Then a checked out qooxdoo completly new on windows with eclipse/subclipse to the samba-drive: some files are in dos-format (e.g. demobrowser/source/html/example/*.html, framework/source/class/qx/html/Dimension.js) but some files are in unix-format (e.g. framework/source/class/qx/html2/Element.js)
Amazing!

Erich
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to