[jira] [Commented] (TIKA-1287) Update NetCDF .jar file on Maven Central

2014-05-01 Thread Nick Burch (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13987086#comment-13987086
 ] 

Nick Burch commented on TIKA-1287:
--

Tika Parsers seems to currently depend on netcdf {{4.2-min}}, which seems to be 
the latest one in maven central. (I believe the -min version is the one without 
the dependencies)

Best option would be to approach the people who produce netcdf, and ask them if 
they'd mind pushing their latest release to maven central

Failing that, it is possible for 3rd parties to get open source jars pushed 
into maven central when the source project has no interest, but it isn't ideal. 
We have helped drive that a few times though. Details are at 
https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository

Getting the netcdf team to push themselves is by far the best option though! No 
need for them to use maven themselves, just push the resulting jars they 
already generate along with a small pom which describes it

> Update NetCDF .jar file on Maven Central
> 
>
> Key: TIKA-1287
> URL: https://issues.apache.org/jira/browse/TIKA-1287
> Project: Tika
>  Issue Type: Bug
>Affects Versions: 1.5
>Reporter: Ann Burgess
>  Labels: jar, maven, netcdf, tika, unit-test, update
>
> I am working to update the NetCDFParser file.  When using the most-recent 
> .jar file available from http://www.unidata.ucar.edu/ at the command line I 
> receive a note about a depreciated API: 
> javac -classpath 
> ../../../../tika-core/target/tika-core-1.6-SNAPSHOT.jar:../../../../toolsUI-4.3.jar
>  org/apache/tika/parser/netcdf/NetCDFParser.java
> Note: org/apache/tika/parser/netcdf/NetCDFParser.java uses or overrides a 
> deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> After updating the NetCDFParser file with non-deprecated methods (e.x. 
> changing "dimension.getName()" to "dimension.getFullName()") however, I get 
> failed unit tests in maven, which I assume is because the Maven Central Repo 
> has the lapsed version of the .jar file needed for NetCDF files (
> http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22edu.ucar%22%20AND%20a%3A%22netcdf%22)
>  .
> Can anyone provide insight into how I get the updated .jar file into the 
> Maven Central Repository? Is there an alternative method to update Tika so I 
> can run my unit tests in Maven?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


Fwd: [jira] [Created] (TIKA-1287) Update NetCDF .jar file on Maven Central

2014-05-01 Thread Annie Burgess
Ann Burgess created TIKA-1287:
-

 Summary: Update NetCDF .jar file on Maven Central
 Key: TIKA-1287
 URL: https://issues.apache.org/jira/browse/TIKA-1287
 Project: Tika
  Issue Type: Bug
Affects Versions: 1.5
Reporter: Ann Burgess


I am working to update the NetCDFParser file.  When using the most-recent
.jar file available from http://www.unidata.ucar.edu/ at the command line I
receive a note about a depreciated API:

javac -classpath
../../../../tika-core/target/tika-core-1.6-SNAPSHOT.jar:../../../../toolsUI-4.3.jar
org/apache/tika/parser/netcdf/NetCDFParser.java

Note: org/apache/tika/parser/netcdf/NetCDFParser.java uses or overrides a
deprecated API.
Note: Recompile with -Xlint:deprecation for details.

After updating the NetCDFParser file with non-deprecated methods (e.x.
changing "dimension.getName()" to "dimension.getFullName()") however, I get
failed unit tests in maven, which I assume is because the Maven Central
Repo has the lapsed version of the .jar file needed for NetCDF files (
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22edu.ucar%22%20AND%20a%3A%22netcdf%22)
.

Can anyone provide insight into how I get the updated .jar file into the
Maven Central Repository? Is there an alternative method to update Tika so
I can run my unit tests in Maven?





--
This message was sent by Atlassian JIRA
(v6.2#6252)



-- 
--
Ann Bryant Burgess, PhD

Postdoctoral Fellow
Computer Science Department
University of Southern California
Viterbi School of Engineering
Los Angeles, CA

Alaska Science Center/USGS
Anchorage, AK

Cell:  (585) 738-7549
Office:  (907) 786-7059
Fax:  (907) 786-7150
E-mail: anniebryant.burg...@gmail.com
Office Address: 4210 University Dr., Anchorage, AK 99508-4626
---


[jira] [Created] (TIKA-1287) Update NetCDF .jar file on Maven Central

2014-05-01 Thread Ann Burgess (JIRA)
Ann Burgess created TIKA-1287:
-

 Summary: Update NetCDF .jar file on Maven Central
 Key: TIKA-1287
 URL: https://issues.apache.org/jira/browse/TIKA-1287
 Project: Tika
  Issue Type: Bug
Affects Versions: 1.5
Reporter: Ann Burgess


I am working to update the NetCDFParser file.  When using the most-recent .jar 
file available from http://www.unidata.ucar.edu/ at the command line I receive 
a note about a depreciated API: 

javac -classpath 
../../../../tika-core/target/tika-core-1.6-SNAPSHOT.jar:../../../../toolsUI-4.3.jar
 org/apache/tika/parser/netcdf/NetCDFParser.java

Note: org/apache/tika/parser/netcdf/NetCDFParser.java uses or overrides a 
deprecated API.
Note: Recompile with -Xlint:deprecation for details.

After updating the NetCDFParser file with non-deprecated methods (e.x. changing 
"dimension.getName()" to "dimension.getFullName()") however, I get failed unit 
tests in maven, which I assume is because the Maven Central Repo has the lapsed 
version of the .jar file needed for NetCDF files (
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22edu.ucar%22%20AND%20a%3A%22netcdf%22)
 .

Can anyone provide insight into how I get the updated .jar file into the Maven 
Central Repository? Is there an alternative method to update Tika so I can run 
my unit tests in Maven?





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TIKA-894) Add webapp mode for Tika Server, simplifies deployment

2014-05-01 Thread Frederik Bosch (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13986435#comment-13986435
 ] 

Frederik Bosch commented on TIKA-894:
-

Dear Ian,

Well, we are using TIKA to give meta data of found PDF documents on the 
web. I do not know what it causing the memory problems. I guess (wild 
guess) that the used memory increases a little bit after every PDF and 
then one time it reaches its maximum level and I have to restart the 
service.

Regards,
Frederik




-- 
*Frederik Bosch*
Partner - Genkgo

telefoon: +31 (0)20 - 894 39 31 
email: f.bo...@genkgo.nl 
skype: genkgo.support 
web: www.genkgo.nl 

*Postadres*:
Postbus 15956
1001 NL Amsterdam

*Bezoekadres*:
Keizersgracht 253
Amsterdam


Genkgo logo 

Genkgo B.V. staat geregistreerd bij de Kamer van Koophandel onder nummer 
56501153


> Add webapp mode for Tika Server, simplifies deployment
> --
>
> Key: TIKA-894
> URL: https://issues.apache.org/jira/browse/TIKA-894
> Project: Tika
>  Issue Type: Improvement
>  Components: packaging
>Affects Versions: 1.1, 1.2
>Reporter: Chris Wilson
>  Labels: maven, newbie, patch
> Attachments: tika-server-webapp.patch
>
>
> For use in production services, Tika Server should really be deployed as a 
> WAR file, under a reliable servlet container that knows how to run as a 
> system service, for example Tomcat or JBoss.
> This is especially important on Windows, where I wasted an entire day trying 
> to make TikaServerCli run as some kind of a service. 
> Maven makes building a webapp pretty trivial. With the attached patch 
> applied, "mvn war:war" should work. It seems to run fine in Tomcat, which 
> makes Windows deployment much simpler. Just install Tomcat and drop the WAR 
> file into tomcat's webapps directory and you're away.



--
This message was sent by Atlassian JIRA
(v6.2#6252)