On Fri, Jul 18, 2008 at 7:19 AM, David Ashley <[EMAIL PROTECTED]> wrote:
> Ok, there are two problems with the Windows build.
>
> 1. The build cannot locate some of the docs so it aborts the build.

makeorx  for Windows has the option of specifying a static location to
copy the docs from, into the build root.

set DOC_LOCATION=C:\myDocs
makeorx NODEBUG PACKAGE

and

makeorx NODEBUG PACKAGE C:\myDocs

are equivalent commands.

You can specify DOC_LOCATION either as an environment variable or on
the command line.  If you created a static location in the Windows VM
and put a set of docs there, set DOC_LOCATION to point to that static
location then the build would never fail.

If you wanted to get really fancy, you could add a step to the Docs
build to always copy the finished files to that static location.  Then
anytime the Docs were built, the static location would be updated with
the latest docs.

--
Mark Miesfeld

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to