2011/7/13 Marshall Schor <[email protected]>

> I see - I get this too in build from source.  We should inspect the
> issuesFixed
> to be sure it generated correctly.
>

can you help on that? I can't see why that is failing as I don't see such an
error even when running with an empty repo
(-Dmaven.repo.local=/tmp/something)


>
> Now, the other later FAILURE in the build is due to the assembly not
> running,
> when building from sources (that is, from the unzipped source-release.zip).
> This is because the source-release.zip is somehow missing the very top
> level
> project /src tree which has the assembly descriptors.
>
> This makes the assembly fail.  I can see by comparing the SVN export vs the
> unzip of the source-release, that this dir is missing.
>

correct


>
> When the assembly step comes to this point it says (with debug output
> turned on):
>
> [DEBUG] Root
> Folder:C:\au\build2.3.1\addons\rc3\build-from-source\uima-addons-2.3.1
> [DEBUG] Current
> Folder:C:\au\build2.3.1\addons\rc3\build-from-source\uima-addons-2.3.1
> [DEBUG] This is the execution root.
> [INFO] Reading assembly descriptor: src/main/assembly/src.xml
> [DEBUG] Ignoring missing assembly descriptor with ID
> 'src/main/assembly/src.xml'
> per configuration.
> Locator output was:
>
> [1] [INFO] Searching for file location:
>
> C:\au\build2.3.1\addons\rc3\build-from-source\uima-addons-2.3.1\src\main\assembly\src.xml
>
> [2] [INFO] File:
>
> C:\au\build2.3.1\addons\rc3\build-from-source\uima-addons-2.3.1\src\main\assembly\src.xml
> does not exist.
>
> [3] [INFO] File:
>
> C:\au\build2.3.1\addons\rc3\build-from-source\uima-addons-2.3.1\src\main\assembly\src.xml
> does not exist.
> [DEBUG] Ignoring missing assembly descriptor with ID 'none' per
> configuration.
> [DEBUG] Ignoring missing assembly descriptors per configuration. See
> messages
> above for specifics.
> [INFO]
> [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources-nf) @
> uima-addons ---
>
> So - I think we need to be sure the /src folder is included in the
> source-release.  Are you using the default assembly descriptor for the
> source-release?  I think that should work (but I may be forgetting
> something).
>

I am not using the default assembly descriptor for the source release, I
just need to add that directory to the src/main/assembly/src.xml descriptor.
Thanks Marshall for your help.
I'm rollbacking and canceling this vote.
Regards,
Tommaso


>
> -Marshall
>
> On 7/13/2011 8:56 AM, Tommaso Teofili wrote:
> > Hello Marshall,
> > I also had an error when running mvn install with -Papache-release but
> I'm
> > not sure if this should be a blocker.
> > With mvn install it worked.
> > Regards,
> > Tommaso
> >
> > 2011/7/12 Marshall Schor <[email protected]>
> >
> >> I did a build from sources - using the source-release zip, and the
> command
> >>  mvn install -Papache-release
> >>
> >> and it failed when trying to get info from Jira for the "issues".
> >>
> >> messages:
> >>
> >> [INFO] Building UIMA Aggregate: uima-addons 2.3.1
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO]
> >> [INFO] --- build-helper-maven-plugin:1.5:parse-version
> >> (parse-project-version) @
> >> uima-addons ---
> >> [INFO]
> >> [INFO] --- uima-build-helper-maven-plugin:2:parse-date-time (set
> buildYear
> >> and
> >> buildMonth) @ uima-addons ---
> >> [INFO]
> >> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> >> uima-addons ---
> >> [INFO]
> >> [INFO] --- maven-changes-plugin:2.3:jira-report (default-cli) @
> uima-addons
> >> ---
> >> Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector
> >> executeWithRetry
> >> INFO: I/O exception (javax.net.ssl.SSLKeyException) caught when
> processing
> >> request: RSA premaster secret error
> >> Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector
> >> executeWithRetry
> >> INFO: Retrying request
> >> Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector
> >> executeWithRetry
> >> INFO: I/O exception (javax.net.ssl.SSLKeyException) caught when
> processing
> >> request: RSA premaster secret error
> >> Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector
> >> executeWithRetry
> >> INFO: Retrying request
> >> Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector
> >> executeWithRetry
> >> INFO: I/O exception (javax.net.ssl.SSLKeyException) caught when
> processing
> >> request: RSA premaster secret error
> >> Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector
> >> executeWithRetry
> >> INFO: Retrying request
> >> [ERROR] Unable to reach the JIRA project page. Cause is: RSA premaster
> >> secret error
> >> [ERROR] The issue management URL in the POM does not include a pid, and
> it
> >> was
> >> not possible to extract it from the page at that URL.
> >> [INFO]
> >> [INFO] --- maven-assembly-plugin:2.2:single (source-release-assembly) @
> >> uima-addons ---
> >> [INFO] Reading assembly descriptor: src/main/assembly/src.xml
> >> [INFO]
> >> [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources-nf) @
> >> uima-addons ---
> >> [INFO]
> >> [INFO] --- maven-gpg-plugin:1.1:sign (default) @ uima-addons ---
> >> [INFO]
> >> [INFO] --- apache-rat-plugin:0.6:check (default-cli) @ uima-addons ---
> >> [INFO] Exclude: release.properties
> >> [INFO] Exclude: README*
> >> [INFO] Exclude: RELEASE_NOTES*
> >> [INFO] Exclude: issuesFixed/**
> >> [INFO] Exclude: src/main/resources/docbook-shared/titlepage/*.xsl
> >> [INFO] Exclude: marker-file-identifying-*
> >> [INFO] Exclude: DEPENDENCIES
> >> [INFO]
> >> [INFO] --- maven-antrun-plugin:1.6:run (generate checksums for binary
> >> artifacts)
> >> @ uima-addons ---
> >> [INFO] Executing tasks
> >>
> >> main:
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Reactor Summary:
> >> [INFO]
> >> [INFO] UIMA-AddOns: uima-addons-parent ................... SUCCESS
> >> [19.420s]
> >> [INFO] UIMA Annotator: AlchemyAPIAnnotator ............... SUCCESS
> >> [38.464s]
> >> [INFO] UIMA Annotator: BSFAnnotator ...................... SUCCESS
> [8.339s]
> >> [INFO] UIMA Annotator: ConceptMapper ..................... SUCCESS
> [8.389s]
> >> [INFO] UIMA Annotator: ConfigurableFeatureExtractor ...... SUCCESS
> >> [39.146s]
> >> [INFO] UIMA Annotator: DictionaryAnnotator ............... SUCCESS
> >> [20.332s]
> >> [INFO] UIMA Addon: FsVariables ........................... SUCCESS
> [5.975s]
> >> [INFO] UIMA Annotator: Lucas ............................. SUCCESS
> >> [16.131s]
> >> [INFO] UIMA Annotator: OpenCalaisAnnotator ............... SUCCESS
> [9.259s]
> >> [INFO] UIMA Addon: PearPackagingAntTask .................. SUCCESS
> [7.552s]
> >> [INFO] UIMA Annotator: RegularExpressionAnnotator ........ SUCCESS
> >> [35.997s]
> >> [INFO] UIMA Addon: SimpleServer .......................... SUCCESS
> >> [33.856s]
> >> [INFO] UIMA Annotator: SnowballAnnotator ................. SUCCESS
> [7.827s]
> >> [INFO] UIMA Annotator: Solrcas ........................... SUCCESS
> [8.051s]
> >> [INFO] UIMA Annotator: WhitespaceTokenizer ............... SUCCESS
> [6.542s]
> >> [INFO] UIMA Annotator: Tagger ............................ SUCCESS
> >> [17.763s]
> >> [INFO] UIMA Annotator: TikaAnnotator ..................... SUCCESS
> [9.471s]
> >> [INFO] OSGi version of Apache UIMA Addons ................ SUCCESS
> >> [41.839s]
> >> [INFO] OpenCalaisAnnotator bundle ........................ SUCCESS
> >> [19.688s]
> >> [INFO] AlchemyAPIAnnotator bundle ........................ SUCCESS
> >> [24.075s]
> >> [INFO] BSFAnnotator bundle ............................... SUCCESS
> >> [37.715s]
> >> [INFO] ConfigurableFeatureExtractor bundle ............... SUCCESS
> >> [1:11.762s]
> >> [INFO] ConceptMapper bundle .............................. SUCCESS
> >> [15.026s]
> >> [INFO] DictionaryAnnotator bundle ........................ SUCCESS
> >> [33.308s]
> >> [INFO] HmmTagger bundle .................................. SUCCESS
> >> [30.835s]
> >> [INFO] Lucas bundle ...................................... SUCCESS
> >> [47.896s]
> >> [INFO] RegularExpressionAnnotator bundle ................. SUCCESS
> >> [38.755s]
> >> [INFO] SnowballAnnotator bundle .......................... SUCCESS
> >> [16.168s]
> >> [INFO] TikaAnnotator bundle .............................. SUCCESS
> >> [2:27.948s]
> >> [INFO] WhitespaceTokenizer bundle ........................ SUCCESS
> >> [14.702s]
> >> [INFO] Solrcas bundle .................................... SUCCESS
> >> [42.158s]
> >> [INFO] UIMA Aggregate: uima-addons ....................... FAILURE
> >> [40.849s]
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] BUILD FAILURE
> >>
> >> I haven't had time to analyze this, myself, yet.
> >>
> >> -Marshall
> >>
> >> On 7/12/2011 1:16 PM, Marshall Schor wrote:
> >>> I've been swampped with other work.  I'll try and take a look soon...
> >> -Marshall
> >>> On 7/6/2011 4:54 AM, Tommaso Teofili wrote:
> >>>> Hi all,
> >>>> the UIMA Addons 2.3.1 release candidate #3 is ready for testing, you
> can
> >>>> checkout the SVN tag [1] or get the created artifacts (source and
> >> binary) at
> >>>> [2] soon (now uploading).
> >>>> I've issued the release:prepare command so that small issues can be
> >>>> rollbacked easily.
> >>>> Regards,
> >>>> Tommaso
> >>>>
> >>>> [1] :
> >>>>
> http://svn.apache.org/repos/asf/uima/addons/tags/uima-addons-2.3.1-rc3/
> >>>> [2] : http://people.apache.org/~tommaso/uima-addons-2.3.1-rc3
> >>>>
>

Reply via email to