[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gsweb WebServerResources
From: |
Elim Qiu |
Subject: |
gsweb WebServerResources |
Date: |
Fri, 18 Jun 2010 09:30:08 -0600 |
I'm trying to figure out how img, js, css be compiled into
Resources/WebServer dir.
In GNUmakefile, list images etc like
PROJName_WEBSERVER_RESOURCE_FILES = 1.gif 2.png ...
is not practically maintainable for large proj
So I put all images in WebServerResources/img
and set
PROJName_WEBSERVER_RESOURCE_FILES = img js css
DIRS img, js, css are correctly copied into
..gswa/Resources/WebServer
But images were not shown although I got
<img width="46"
src="/WebObjects/WOPack.woa/0/wr/?wodata=/home/elim/Projects/gnustep/gw/wopack/WOPack.gswa/Resources/WebServer/img/CreateTables.png"
width="48" height="48">
with the path
/home/elim/Projects/gnustep/gw/wopack/WOPack.gswa/Resources/WebServer/img/CreateTables.png
See WOImage ignors my setting width=46 and added width="48" height="48"
Make install gives the same result (images are not shown) and it copies
extra img dir inside of WebServer/img
I'll try javascript and style sheet late.
- Re: make gsweb, (continued)
- Re: make gsweb, Elim Qiu, 2010/06/04
- gswadaptor, Elim Qiu, 2010/06/04
- make gui, Elim Qiu, 2010/06/05
- Re: make gui, David Wetzel, 2010/06/05
- Please help: My build of gnustep from modules, Elim Qiu, 2010/06/07
- Re: Please help: My build of gnustep from modules, German Arias, 2010/06/07
- test: revision 30611, Elim Qiu, 2010/06/07
- Re: test: revision 30611, David Wetzel, 2010/06/07
- Re: Please help: My build of gnustep from modules, David Ayers, 2010/06/09
- Re: Please help: My build of gnustep from modules, Elim Qiu, 2010/06/10
- gsweb WebServerResources,
Elim Qiu <=
- Re: gsweb WebServerResources, Nicola Pero, 2010/06/21
- Re: gsweb WebServerResources, Elim Qiu, 2010/06/21
- Re: gsweb WebServerResources, Nicola Pero, 2010/06/21
- Re: gsweb WebServerResources, Elim Qiu, 2010/06/21
- Re: gsweb WebServerResources, David Wetzel, 2010/06/22
- Re: make charsets, Richard Frith-Macdonald, 2010/06/04
- Re: trying to build gnustep, Richard Frith-Macdonald, 2010/06/04