Hi Chris,

Why is it trying to push to tika.git/tika?

> 'https://git-wip-us.apache.org/repos/asf/tika.git/tika/' not found


Isn't the URL https://git-wip-us.apache.org/repos/asf/tika.git

-- Ken

> From: Mattmann, Chris A (3980)
> Sent: January 25, 2016 7:07:03am PST
> To: u...@tika.apache.org
> Subject: Re: [DISCUSS] Tika 1.12-rc1 (was Re: New Tika release)
> 
> Hey Tim,
> 
> I started trying to release last night, but ran into having to
> upgrade our POM xml tags (well remove them except for tika-parent).
> I followed the model I saw in Apache drill but ran into this on
> mvn release:prepare
> 
> [INFO] Checking in modified POMs...
> [INFO] Executing: /bin/sh -c cd /Users/mattmann/tmp/tika1.12 && git add --
> tika-parent/pom.xml tika-core/pom.xml tika-parsers/pom.xml
> tika-xmp/pom.xml tika-serialization/pom.xml tika-batch/pom.xml
> tika-app/pom.xml tika-bundle/pom.xml tika-translate/pom.xml
> tika-server/pom.xml tika-example/pom.xml tika-java7/pom.xml pom.xml
> [INFO] Working directory: /Users/mattmann/tmp/tika1.12
> [INFO] Executing: /bin/sh -c cd /Users/mattmann/tmp/tika1.12 && git status
> [INFO] Working directory: /Users/mattmann/tmp/tika1.12
> [INFO] Waiting for 10 seconds before tagging the release.
> [INFO] Tagging release with the label 1.12-rc1...
> [INFO] Executing: /bin/sh -c cd /Users/mattmann/tmp/tika1.12 && git tag -F
> /var/folders/05/5qw82z2d77q16fhxxhwt22tr0000gq/T/maven-scm-465741365.commit
> 1.12-rc1
> [INFO] Working directory: /Users/mattmann/tmp/tika1.12
> [INFO] Executing: /bin/sh -c cd /Users/mattmann/tmp/tika1.12 && git push
> https://git-wip-us.apache.org/repos/asf/tika.git/tika 1.12-rc1
> [INFO] Working directory: /Users/mattmann/tmp/tika1.12
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Apache Tika parent ................................. SKIPPED
> [INFO] Apache Tika core ................................... SKIPPED
> [INFO] Apache Tika parsers ................................ SKIPPED
> [INFO] Apache Tika XMP .................................... SKIPPED
> [INFO] Apache Tika serialization .......................... SKIPPED
> [INFO] Apache Tika batch .................................. SKIPPED
> [INFO] Apache Tika application ............................ SKIPPED
> [INFO] Apache Tika OSGi bundle ............................ SKIPPED
> [INFO] Apache Tika translate .............................. SKIPPED
> [INFO] Apache Tika server ................................. SKIPPED
> [INFO] Apache Tika examples ............................... SKIPPED
> [INFO] Apache Tika Java-7 Components ...................... SKIPPED
> [INFO] Apache Tika ........................................ FAILURE [09:58
> min]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 10:00 min
> [INFO] Finished at: 2016-01-24T23:34:04-08:00
> [INFO] Final Memory: 12M/245M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-release-plugin:2.3.2:prepare (default-cli)
> on project tika: Unable to tag SCM
> [ERROR] Provider message:
> [ERROR] The git-push command failed.
> [ERROR] Command output:
> [ERROR] fatal: repository
> 'https://git-wip-us.apache.org/repos/asf/tika.git/tika/' not found
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :tika
> 
> I’m trying to debug what this means. If anyone wants to try and sneak
> 
> something in while I’m fixing the above, let me know and go for it. I can
> always spin another rcN after it’s in.
> 
> Cheers,
> Chris
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Chief Architect
> Instrument Software and Science Data Systems Section (398)
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 168-519, Mailstop: 168-527
> Email: chris.a.mattm...@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Associate Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> 
> 
> 
> 
> -----Original Message-----
> From: "Allison, Timothy B." <talli...@mitre.org>
> Reply-To: "u...@tika.apache.org" <u...@tika.apache.org>
> Date: Monday, January 25, 2016 at 4:58 AM
> To: "u...@tika.apache.org" <u...@tika.apache.org>
> Subject: Re: [DISCUSS] Tika 1.12-rc1 (was Re: New Tika release)
> 
>> Dunno where you are on this...I'm still snowed in.  It would be great if
>> we could upgrade to PDFBox 1.8.11 if we haven't done so yet.  TIKA-1830.
>> Last I tried, we have to remove some "exceptional" handling in the unit
>> test comparing the sequential to the non-sequential parser because the
>> tests now pass.  Other than that, should be straightforward.  I raise
>> this only because Uwe Schindler noted how important this improvement is
>> for Solr running on Java 9.
>> 
>> If I had time, I'd also want to finish the upgrade to POI and then run
>> the massive corpus tests.  Maybe tomorrow, but not today...argh...
>> 
>> Cheers,
>> 
>>     Tim
>> 
>> ________________________________________
>> From: Markus Jelsma <markus.jel...@openindex.io>
>> Sent: Thursday, January 21, 2016 3:41 PM
>> To: u...@tika.apache.org
>> Subject: RE: [DISCUSS] Tika 1.12-rc1 (was Re: New Tika release)
>> 
>> Chris - that would be awesome! Nutch 1.12 can then bundle Tika 1.12!
>> Markus
>> 
>> 
>> -----Original message-----
>>> From:Mattmann, Chris A (3980) <chris.a.mattm...@jpl.nasa.gov>
>>> Sent: Thursday 21st January 2016 21:30
>>> To: u...@tika.apache.org
>>> Subject: [DISCUSS] Tika 1.12-rc1 (was Re: New Tika release)
>>> 
>>> Fine by me. I can cut a 1.12-rc1 this weekend.
>>> 
>>> If I don’t hear objections from the other devs, I’ll go for it
>>> on Friday. Also this will be the first Git release, so should
>>> be fun! :)
>>> 
>>> Cheers,
>>> Chris
>>> 
>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>> Chris Mattmann, Ph.D.
>>> Chief Architect
>>> Instrument Software and Science Data Systems Section (398)
>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>>> Office: 168-519, Mailstop: 168-527
>>> Email: chris.a.mattm...@nasa.gov
>>> WWW:  http://sunset.usc.edu/~mattmann/
>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>> Adjunct Associate Professor, Computer Science Department
>>> University of Southern California, Los Angeles, CA 90089 USA
>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>> 
>>> -----Original Message-----
>>> From: Markus Jelsma <markus.jel...@openindex.io>
>>> Reply-To: "u...@tika.apache.org" <u...@tika.apache.org>
>>> Date: Thursday, January 21, 2016 at 12:27 PM
>>> To: "u...@tika.apache.org" <u...@tika.apache.org>
>>> Subject: New Tika release
>>> 
>>>> Hello PMC,
>>>> 
>>>> With TIKA-1835 committed Apache Nutch can finally fully support text
>>> and
>>>> link extraction via Boilerpipe, something many Nutch users (myself not
>>>> included) have been looking forward too for the last few years. We, as
>>>> Nutch PMC, cannot release Nutch with that support without Tika so our
>>>> users must wait until this is resolved and available. I do not want to
>>>> put additional burden to a Tika release manager or whatever, but i do
>>>> want to kindly beg the Tika PMC to discuss a possible early release of
>>> a
>>>> new Apache Tika.
>>>> 
>>>> Please let me know what you think.
>>>> 
>>>> Regards,
>>>> Markus
>>> 
>>> 
> 

--------------------------
Ken Krugler
+1 530-210-6378
http://www.scaleunlimited.com
custom big data solutions & training
Hadoop, Cascading, Cassandra & Solr







--------------------------
Ken Krugler
+1 530-210-6378
http://www.scaleunlimited.com
custom big data solutions & training
Hadoop, Cascading, Cassandra & Solr





Reply via email to