P
Phlip
Erik et al:
I need to package MiniRubyWiki. When I run it, with a healthy chain of
'require's into its modules, rubyscript2exe can't read them.
I need to add many more .rb files, so pages can load them dynamically, so I
add everything to a big list like
RUBYSCRIPT2EXE_LIB = [
'cgi-bin/conf/validateWikiConfig.rb',
'cgi-bin/MiniRubyWiki.rb',
....
'YamlToHtml.rb',
'cgi-bin/testResult.xslt',
'cgi-bin/transcludeXML.xslt',
]
rubyscript2exe seems to ignore this list, and ./miniWiki.exe --eee-list does
not print them out.
Any ideas? I put RUBYSCRIPT2EXE_LIB into the lead file, miniWiki.rb, above
the first require...
I need to package MiniRubyWiki. When I run it, with a healthy chain of
'require's into its modules, rubyscript2exe can't read them.
I need to add many more .rb files, so pages can load them dynamically, so I
add everything to a big list like
RUBYSCRIPT2EXE_LIB = [
'cgi-bin/conf/validateWikiConfig.rb',
'cgi-bin/MiniRubyWiki.rb',
....
'YamlToHtml.rb',
'cgi-bin/testResult.xslt',
'cgi-bin/transcludeXML.xslt',
]
rubyscript2exe seems to ignore this list, and ./miniWiki.exe --eee-list does
not print them out.
Any ideas? I put RUBYSCRIPT2EXE_LIB into the lead file, miniWiki.rb, above
the first require...