For the source version you can define QOOXDOO_URI, too. Normally QOOXDOO_URI is "../" + QOOXDOO_PATH. If you define QOOXDOO_URI yourself this will have priority over the default value. A simple
QOOXDOO_URI = $(QOOXDOO_PATH) should be enough. But as you use cygwin, please remebers that Windows does not know anything about "/cygdrive". You can also define QOOXDOO_URI using some C// syntax, but you must try it yourself. I don't remember how exactly it must look. Sebastian Siarhei Barysiuk schrieb: > Hello everyone, > > I played around with settings of application's makefile and noticed that > when I used absolute path in > QOOXDOO_PATH and did 'make source' and as a result I had js script with > incorrect paths. > > For example I use > QOOXDOO_PATH = /cygdrive/d/projects/qxt/qooxdoo-0.7-sdk > > and in resulted javascript file I have > ... > <script type="text/javascript" > src="..//cygdrive/d/projects/qxt/qooxdoo-0.7-sdk/frontend/framework/source/class/qx/lang/Core.js"></script>\ > <script type="text/javascript" > src="..//cygdrive/d/projects/qxt/qooxdoo-0.7-sdk/frontend/framework/source/class/qx/lang/Generics.js"></script>\ > <script type="text/javascript" > src="..//cygdrive/d/projects/qxt/qooxdoo-0.7-sdk/frontend/framework/source/class/qx/core/Log.js"></script>\ > > > ..... > > with '../' at start of path. How can I say that I use full paths? Is it > possible? Any makefile property? > > Thanks in advance. > > Siarhei Barysiuk > > > ------------------------------------------------------------------------- > 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 > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- 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 qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel