Marshall Schor | 1 Dec 2011 05:11

Re: update on building release candidate

The assembly artifacts for 2.4.0-rc1 are on people.a.o/~schor

The eclipse features / update site have some issues, which I'll work on tomorrow.

The maven artifacts are not yet available, pending outcome of the eclipse
features / update site work.

-Marshall

On 11/30/2011 2:03 PM, Marshall Schor wrote:
> Some minor troubles.  It looks like the build got into a funny state due to (1)
> my local mirror of maven central being off-line due to some reboot (which caused
> some kind of maven flag to be set saying it wasn't going to be checking again
> for some missing (not really) artifact until tomorrow...  and (2) the antivirus
> like protection blocking my svn.exec access to the internet, which I did not
> notice, until a timeout happened.
>
> The result seems to be that the 2.4.0 version of uimaj-core didn't get installed
> on my local box, and didn't get committed to the tag.
>
> And there may have been some other issues...   So, I'm going to reset back to
> 2.4.0-SNAPSHOT, and rerun maven with the -U switch.
>
> Sorry for the noise.
>
> -Marshall
>
>

(Continue reading)

Marshall Schor | 1 Dec 2011 17:18

Re: update on building release candidate

Problem with the uimaj-eclipse-feature-xxx projects:  the maven-gpg-signing is
copying the pom without substituting the 2nd property.  I've posted a query
about this on the maven-user list: http://markmail.org/thread/6rj5w627rj3a3noa

On 11/30/2011 11:11 PM, Marshall Schor wrote:
> The assembly artifacts for 2.4.0-rc1 are on people.a.o/~schor
>
> The eclipse features / update site have some issues, which I'll work on tomorrow.
>
> The maven artifacts are not yet available, pending outcome of the eclipse
> features / update site work.
>
> -Marshall
>
> On 11/30/2011 2:03 PM, Marshall Schor wrote:
>> Some minor troubles.  It looks like the build got into a funny state due to (1)
>> my local mirror of maven central being off-line due to some reboot (which caused
>> some kind of maven flag to be set saying it wasn't going to be checking again
>> for some missing (not really) artifact until tomorrow...  and (2) the antivirus
>> like protection blocking my svn.exec access to the internet, which I did not
>> notice, until a timeout happened.
>>
>> The result seems to be that the 2.4.0 version of uimaj-core didn't get installed
>> on my local box, and didn't get committed to the tag.
>>
>> And there may have been some other issues...   So, I'm going to reset back to
>> 2.4.0-SNAPSHOT, and rerun maven with the -U switch.
>>
>> Sorry for the noise.
>>
(Continue reading)

Marshall Schor | 1 Dec 2011 20:33
Picon
Favicon

[jira] [Created] (UIMA-2296) update eclipse-update-site for 2.4.0 uima sdk

update eclipse-update-site for 2.4.0 uima sdk
---------------------------------------------

                 Key: UIMA-2296
                 URL: https://issues.apache.org/jira/browse/UIMA-2296
             Project: UIMA
          Issue Type: Task
          Components: Eclipse plugins
            Reporter: Marshall Schor
            Assignee: Marshall Schor

update the eclipse update site for the 2.4.0 release:  put the 2.3.1 deployeditor feature jar into the
features, increment POM to version 4, update parent pom to version 3, add copy of plugins for launcher and
uimaj-ep-cas-editor-ide, comment out not-yet-released 2.4.0 deployeditor.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

Picon
Favicon

[jira] [Closed] (UIMA-2296) update eclipse-update-site for 2.4.0 uima sdk


     [
https://issues.apache.org/jira/browse/UIMA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-2296.
--------------------------------

    Resolution: Fixed

> update eclipse-update-site for 2.4.0 uima sdk
> ---------------------------------------------
>
>                 Key: UIMA-2296
>                 URL: https://issues.apache.org/jira/browse/UIMA-2296
>             Project: UIMA
>          Issue Type: Task
>          Components: Eclipse plugins
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>
> update the eclipse update site for the 2.4.0 release:  put the 2.3.1 deployeditor feature jar into the
features, increment POM to version 4, update parent pom to version 3, add copy of plugins for launcher and
uimaj-ep-cas-editor-ide, comment out not-yet-released 2.4.0 deployeditor.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

(Continue reading)

Marshall Schor | 2 Dec 2011 16:38

testing uima sdk rc1

Eclipse tooling installed ok (into fresh Eclipse 3.7.1).

I did note that Menu -> Window -> Show View -> Other has a selection: "UIMA Cas
Editor", which if you expand it, shows
  Annotation Styles
  Edit View
  Edit View
  FeatureStructure View

What is the meaning of 2 "Edit View" selections?

-Marshall

Marshall Schor | 2 Dec 2011 17:04

Re: testing uima sdk rc1 - compare of source-release to tag

I did a compare of the source-release.zip with the svn tag.  Differences:

  source-release.zip has additional files:
    issues-fixed - this is OK - is not in SVN

    The following could be cleaned up in future releases, but are OK for now, I
think:
      uimaj-cpe has 4 "checkpoint*" files - left over from running tests
      uimaj-eclipse-feature-* : has the generated feature.xml files
      uimaj-ep-cas-editor, uimaj-ep-cas-editor-ide : have the META-INF folder
(but it's empty)
      uimaj-ep-configurator, ...debug, ...jcasgen, ...launcher,
...pear-packager, ...runtime
         have the generated META-INF folder with the generated MANIFEST.MF

  The tag has the following files, not in the source release:
     .project files for the uimaj-eclipse-feature-runtime, ...feature-tools
  This is OK, I think.  The uimaj-eclipse* projects I think don't belong in the
source release,
  they belong in the build tooling, as they are only used to build the eclipse
update site.

Those were the only differences, so I think this is OK.

-Marshall

Marshall Schor | 2 Dec 2011 17:09

build from sources OK

I did a mvn verify (the lifecycle phase one short of "install") on the
source-release; it ran the tests and succeeded.  -Marshall

Marshall Schor | 2 Dec 2011 17:25

binary distr checking - OK

I downloaded / unzipped the ...bin.zip.

Ran the adjustExamplePaths - OK.
Ran the document Analyzer - OK.

Checked the License / Notice files - OK.
Checked the README and RELEASE_NOTES - OK.
Checked the issuesFixed - OK.
Checked the Eclipse Plugin dir to see it has the launcher, and the 2 caseditor
jars - OK.

-Marshall

Marshall Schor | 2 Dec 2011 18:06

Time for board report

I'd like to submit it Dec 12th (a week from next Monday).

Items to include:

1) Release of uima sdk 2.4.0 (I hope :-) )
2) Adding a new committer

Other items?

-Marshall


Gmane