Marshall Schor wrote:
Thilo Goetz (JIRA) wrote:
[ https://issues.apache.org/jira/browse/UIMA-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilo Goetz closed UIMA-401.
----------------------------

    Resolution: Fixed

Added skip.html-chunked property to individual docbook builds.

Marshall, if you know of a better way to fix this, feel free.


Make DocBook build work out of the box in Eclipse
-------------------------------------------------

                Key: UIMA-401
                URL: https://issues.apache.org/jira/browse/UIMA-401
            Project: UIMA
         Issue Type: Improvement
         Components: Build, Packaging and Test
   Affects Versions: 2.2
           Reporter: Thilo Goetz
        Assigned To: Thilo Goetz
           Priority: Trivial
            Fix For: 2.2


At some point, the DocBook build lost the ability to run out of the box in Eclipse: you need to read in a properties file. Add the properties as defaults to the build file itself, so it again works directly. Defaults can be overridden from properties file if desired.


I'm not following the reason why these changes were neded for running this out-of-the-box from Eclipse. What is the mechanism you are using that was failing before, from Eclipse?

-Marshall


If you just build one of the books, say the references, the build will fail every other time if you just call the main ant target. You can do a "clean", then a build, and it will build. Then build a second time, and it will fail. It was very repeatable. If I manually added -propertyfile local.docbook.properties, it would always work. Strangely enough (or maybe not so strange if you actually understand how this build works), the complete docbook build would work every time, even without the properties file. I frankly have no idea what I'm doing in that build, I just wanted to get it to work, and I did manage that ;-)

--Thilo

Reply via email to