Well, there's more egg on my face :-)

The correction below is wrong - the version should be
2.3.0.incubation-SNAPSHOT
(I forgot the -SNAPSHOT).

With that fix, the update site actually built, and installed partially
successfully into Eclipse 3.5 (which I didn't even know had been
released).  Partially - the CDE installed.  However the cas editor did
not.  Probably something amiss with my guesses for its configuration, or
more typos needing fixing.

So, more to do.  I'll commit the changes so far, and update the website
build instructions, using the current work-around of running an extra
target to build the missing feature jars.

I'm sure that this build process can be improved :-) but now we'll at
least have some portion of a working start.

-Marshall


Marshall Schor wrote:
> ...  Typo in the stanzas for feature, they had the attribute
> version="2.2.2.incubating" - should be
> 2.3.0.incubating-SNAPSHOT.
>
>    <!-- keep old features listed here - to permit the update site to
> provide the older features -->
>    <feature
> url="features/org.apache.uima.tools_2.3.0.incubating-SNAPSHOT.jar"
> id="org.apache.uima.tools" version="2.3.0.incubating">
>       <category name="uima-tooling-and-runtimes"/>
>    </feature>
>    <feature
> url="features/org.apache.uima.runtime_2.3.0.incubating-SNAPSHOT.jar"
> id="org.apache.uima.runtime" version="2.3.0.incubating">
>       <category name="uima-tooling-and-runtimes"/>
>    </feature>
>   
>>    <feature
>> url="features/org.apache.uima.tools_2.3.0.incubating-SNAPSHOT.jar"
>> id="org.apache.uima.tools" version="2.2.2.incubating">
>>       <category name="uima-tooling-and-runtimes"/>
>>    </feature>
>>    <feature
>> url="features/org.apache.uima.runtime_2.3.0.incubating-SNAPSHOT.jar"
>> id="org.apache.uima.runtime" version="2.2.2.incubating">
>>       <category name="uima-tooling-and-runtimes"/>
>>    </feature>
>>
>> After I added these, I get build errors.  Investigating .. more to come...
>>
>> -Marshall
>>
>>
>>
>>   
>>     
>
>
>   

Reply via email to