You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org> on 2007/05/10 18:25:15 UTC

[jira] Closed: (UIMA-401) Make DocBook build work out of the box in Eclipse

     [ 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Closed: (UIMA-401) Make DocBook build work out of the box in Eclipse

Posted by Thilo Goetz <tw...@gmx.de>.
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


Re: [jira] Closed: (UIMA-401) Make DocBook build work out of the box in Eclipse

Posted by Marshall Schor <ms...@schor.com>.
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