-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Martin Fuchs Sent: 17. juli 2005 11:34 To: Gge Cc: ReactOS Development List Subject: Re: [ros-dev] Re: [ros-svn] [mbosma] 16593: - Rosapps Build failure
Thanks Martin,
I did checkout rosapps module from Reactos folder = ok But still cannot build rosapps module = Same error
Perhaps we should move the whole rosapps folder also in the repository into the reactos tree, and add it permanently to ReactOS.XML ?
That would mean you need to always checkout rosapps. I was thinking we could checkout modules other than reactos into reactos/modules/ and use xi:fallback to make it optional. E.g.
<xi:include href="rosapps/directory.xml"> xi:fallback <xi:include href="empty.xml" /> </xi:fallback> </xi:include>
If modules/rosapps/directory.xml does not exist, then empty.xml is included instead, thus making rosapps an optional dependency.
Casper