OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xdi message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [External] [xdi] xdi-spec and DITA and build.bat


Made the change, but it makes no difference. Whether I use %cd% or . or nothing, it's always the same path.
I think the problem must be elsewhere.

BTW the errors (or rather warnings) are the same under Linux, only that it doesn't freeze there.

Markus

On Fri, Nov 23, 2012 at 12:43 PM, Barnhill, William [USA] <barnhill_william@bah.com> wrote:
Thanks Markus. I just took a look at setenv.bat and build.bat.  The only thing that pops to mind is the use of . to replace pwd.  Especially with this in the error: xdi-spec\.\DITA-OT. 

Instead, putting %cd% in every place that `pwd` is in the shell script might work.  If that didn't work, I'd try what you have now, without .\ at the front for the DITA DIR.

Kind regards,
 
Bill Barnhill
Booz Allen Hamilton - Belcamp,MD

From: xdi@lists.oasis-open.org [xdi@lists.oasis-open.org] on behalf of Markus Sabadello [markus.sabadello@xdi.org]
Sent: Thursday, November 22, 2012 5:41 PM
To: OASIS - XDI TC
Subject: [External] [xdi] xdi-spec and DITA and build.bat

I just had a quick Skype chat with Bill about writing the XDI spec.
You will recall that Bill had set up a Github repository for this, as well as a build environment to create the spec using the DITA tool:

Bill's original idea (feel free to correct me) was that after a proposal is approved, it would immediately be integrated with the draft spec, which grows as a result of this process.
I now feel that this makes total sense, but that we should get a small number of additional, fundamental proposals done first (e.g. the core graph model), before we begin transferring that initial set of approved proposals into the draft spec.

I worked on porting the build.sh script on Github from Linux to Windows, the result is a setenv.bat and build.bat file for building the spec.

Unfortunately, they don't work for some reason. I remember having tried this already a few months ago, without success.

I now get to the point where the DITA program executes, but it only outputs the following and then freezes:

Failed to read supported DITA topic extensions from configuration, using defaults.
Failed to read supported DITA map extensions from configuration, using defaults.
Failed to read supported image extensions from configuration, using defaults.
Failed to read supported HTML extensions from configuration, using defaults.
Failed to read supported resource file extensions from configuration, using defaults.
Buildfile: C:\Users\markus\workspace-xdi\xdi-spec\.\DITA-OT1.5.4-ez\build.xml

Not quite sure how to make it work. Myself I can also work with the Linux version, but I thought it would be nice to have it on Windows as well.

Markus







[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]