Forum OpenACS Development: Re: Win32-OpenACS Version 1.5

Collapse
Posted by Maurizio Martignano on
Dear all,
thanks a lot for your help.

I finally managed to get XoWiki running on Windows (and have Win32-OpenACS running as a proper Win32 service).

I've added XoWiki Version 0.6.3.

Some few notes:

1. I had to modify the file "rss-generation-create.sql" to remove the following piece of code:

constraint rss_gen_subscrs_ctx_fk
references acs_objects(object_id)

2. I had to modify "ns_fmttime" with "clock" as suggested by Enrique.

3. I had to modify the file "category-trees-procs.xql" to remove all uses of the column "widget".

4. I had to modify the file "01-debug-procs.tcl" to remove all time related commands from the function "__timediff".

5. Last but not Least: I finally have a proper OpenACS development environment running on Windows (which I have to use anyhow for other reasons, e.g. .NET Development) where I can use Eclipse + DLTK as IDE.

I really hope this effort is of some use not only for myself.

Cheers,
Maurizio

Collapse
Posted by Nima Mazloumi on
sounds great. maybe we can fix the stuff in the toolkit in a way that it will work out of the box for win and linux without requiring you to change anything.