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

Reply via email to