You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/11/12 11:34:51 UTC

[jira] Created: (TIKA-97) Tika GUI

Tika GUI
--------

                 Key: TIKA-97
                 URL: https://issues.apache.org/jira/browse/TIKA-97
             Project: Tika
          Issue Type: New Feature
            Reporter: Jukka Zitting
            Priority: Minor


It would be nice to have a Tika-based Swing GUI application that allows you to drag and drop files to it for parsing and displaying the extracted metadata and text content.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Resolved: (TIKA-97) Tika GUI

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Jan 22, 2008 4:44 PM, Chris Mattmann <ch...@jpl.nasa.gov> wrote:
> I think that you forgot to commit some additional GUI files, because Tika
> does not compile now (found out when trying to use your new GUI, which
> sounds GREAT!)

Ouch, sorry. Again I was caught using Java 6 classes. Perhaps we
should add some enforcer rule in the Tika POM that it should be
compiled/tested using only Java 5.

I removed the TransferSupport references in revision 614226.

BR,

Jukka Zitting

Re: [jira] Resolved: (TIKA-97) Tika GUI

Posted by Chris Mattmann <ch...@jpl.nasa.gov>.
Hi Jukka,

I think that you forgot to commit some additional GUI files, because Tika
does not compile now (found out when trying to use your new GUI, which
sounds GREAT!)

...
[XXX:~/src/tika/trunk] mattmann% mvn clean assembly:assembly
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache Tika
[INFO]    task-segment: [clean]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /Users/mattmann/src/tika/trunk/target
[INFO] Deleting directory /Users/mattmann/src/tika/trunk/target/classes
[INFO] Deleting directory /Users/mattmann/src/tika/trunk/target/test-classes
[INFO] Deleting directory /Users/mattmann/src/tika/trunk/target/site
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache Tika
[INFO]    task-segment: [assembly:assembly] (aggregator-style)
[INFO] 
----------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache Tika
[INFO] 
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: 
http://repo1.maven.org/maven2/xerces/xercesImpl/2.4.0/xercesImpl-2.4.0.jar
874K downloaded
[INFO] [compiler:compile]
[INFO] Compiling 76 source files to
/Users/mattmann/src/tika/trunk/target/classes
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Compilation failure

/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/gui/ParsingTran
sferHandler.java:[61,29] cannot find symbol
symbol  : class TransferSupport
location: class org.apache.tika.gui.ParsingTransferHandler

/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/gui/ParsingTran
sferHandler.java:[74,30] cannot find symbol
symbol  : class TransferSupport
location: class org.apache.tika.gui.ParsingTransferHandler

/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/gui/TikaGUI.jav
a:[51,13] cannot find symbol
symbol  : method setFillsViewportHeight(boolean)
location: class javax.swing.JTable


[INFO] 
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Tue Jan 22 06:42:23 PST 2008
[INFO] Final Memory: 7M/23M
[INFO] 
------------------------------------------------------------------------
[XXX:~/src/tika/trunk] mattmann%

Thanks,
  Chris


On 1/22/08 2:48 AM, "Jukka Zitting (JIRA)" <ji...@apache.org> wrote:

> 
>      [ 
> https://issues.apache.org/jira/browse/TIKA-97?page=com.atlassian.jira.plugin.s
> ystem.issuetabpanels:all-tabpanel ]
> 
> Jukka Zitting resolved TIKA-97.
> -------------------------------
> 
>        Resolution: Fixed
>     Fix Version/s: 0.2-incubating
>          Assignee: Jukka Zitting
> 
> Resolved in revision 614167.
> 
> There is now a simple Swing GUI for Apache Tika in
> org.apache.tika.gui.TikaGUI.
> 
> The GUI consists of a single window with tabs for "Text content" and
> "Metadata". The "Text content" tab uses a JEditorPane to display the extracted
> XHTML content. The "Metadata" tab contains a table that lists all the
> extracted document metadata. You can drag and drop files on top of the window
> to have them parsed and displayed.
> 
>> Tika GUI
>> --------
>> 
>>                 Key: TIKA-97
>>                 URL: https://issues.apache.org/jira/browse/TIKA-97
>>             Project: Tika
>>          Issue Type: New Feature
>>            Reporter: Jukka Zitting
>>            Assignee: Jukka Zitting
>>            Priority: Minor
>>             Fix For: 0.2-incubating
>> 
>> 
>> It would be nice to have a Tika-based Swing GUI application that allows you
>> to drag and drop files to it for parsing and displaying the extracted
>> metadata and text content.

______________________________________________
Chris Mattmann, Ph.D.
Chris.Mattmann@jpl.nasa.gov
Cognizant Development Engineer
Early Detection Research Network Project
_________________________________________________
Jet Propulsion Laboratory            Pasadena, CA
Office: 171-266B                     Mailstop:  171-246
_______________________________________________________

Disclaimer:  The opinions presented within are my own and do not reflect
those of either NASA, JPL, or the California Institute of Technology.



[jira] Resolved: (TIKA-97) Tika GUI

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved TIKA-97.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2-incubating
         Assignee: Jukka Zitting

Resolved in revision 614167.

There is now a simple Swing GUI for Apache Tika in org.apache.tika.gui.TikaGUI.

The GUI consists of a single window with tabs for "Text content" and "Metadata". The "Text content" tab uses a JEditorPane to display the extracted XHTML content. The "Metadata" tab contains a table that lists all the extracted document metadata. You can drag and drop files on top of the window to have them parsed and displayed.

> Tika GUI
> --------
>
>                 Key: TIKA-97
>                 URL: https://issues.apache.org/jira/browse/TIKA-97
>             Project: Tika
>          Issue Type: New Feature
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 0.2-incubating
>
>
> It would be nice to have a Tika-based Swing GUI application that allows you to drag and drop files to it for parsing and displaying the extracted metadata and text content.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.