You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tyler Palsulich (JIRA)" <ji...@apache.org> on 2014/06/02 22:21:02 UTC

[jira] [Created] (TIKA-1316) Old Site Code in Trunk

Tyler Palsulich created TIKA-1316:
-------------------------------------

             Summary: Old Site Code in Trunk
                 Key: TIKA-1316
                 URL: https://issues.apache.org/jira/browse/TIKA-1316
             Project: Tika
          Issue Type: Improvement
    Affects Versions: 1.6
            Reporter: Tyler Palsulich
            Priority: Trivial


The \{tika trunk\}/src/ directory seems to old and unused. It does not correspond to the site currently on apache.tika.org (http://svn.apache.org/repos/asf/tika/site/).



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

Re: [jira] [Created] (TIKA-1316) Old Site Code in Trunk

Posted by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov>.
Ahh yes, I was thinking of the wrong path. Nick is right - not sure
why src/site is in there.

I'll wait around for a day or so and see if anyone knows why it's there
and has objections to me removing it. If they don't, svn rmdir here I
come! :)




-----Original Message-----
From: Nick Burch <ap...@gagravarr.org>
Reply-To: "dev@tika.apache.org" <de...@tika.apache.org>
Date: Monday, June 2, 2014 1:41 PM
To: "dev@tika.apache.org" <de...@tika.apache.org>
Subject: Re: [jira] [Created] (TIKA-1316) Old Site Code in Trunk

>On Mon, 2 Jun 2014, Mattmann, Chris A (3980) wrote:
>> We generate the site directory from src/site - if src/site is old, and
>> not what's at /site, then I think whoever updated the site last forgot
>> to check in their changes. Guys?
>
>The site is generated from https://svn.apache.org/repos/asf/tika/site
>
>However, for some reason we also have
>https://svn.apache.org/repos/asf/tika/trunk/src/site (which this ticket
>is 
>about), last updated in 2012, which seems to only have Tika 1.3 docs in it
>
>Nick


Re: [jira] [Created] (TIKA-1316) Old Site Code in Trunk

Posted by Tyler Palsulich <tp...@gmail.com>.
> However, for some reason we also have https://svn.apache.org/repos/
asf/tika/trunk/src/site (which this ticket is about),
> last updated in 2012, which seems to only have Tika 1.3 docs in it

You got it.

Maybe the site/pom.xml scm entry has something to do with it? I'm no Maven
expert. I spoke to Lewis briefly about this -- shouldn't it be tika/site,
instead of tika/trunk? New issue for this?

  <scm>
    <connection>
      scm:svn:http://svn.apache.org/repos/asf/tika/*trunk*
    </connection>
    <developerConnection>
      scm:svn:https://svn.apache.org/repos/asf/tika/*trunk*
    </developerConnection>
    <url>http://svn.apache.org/repos/asf/tika/*trunk*</url>
  </scm>

Tyler

Re: [jira] [Created] (TIKA-1316) Old Site Code in Trunk

Posted by Nick Burch <ap...@gagravarr.org>.
On Mon, 2 Jun 2014, Mattmann, Chris A (3980) wrote:
> We generate the site directory from src/site - if src/site is old, and
> not what's at /site, then I think whoever updated the site last forgot
> to check in their changes. Guys?

The site is generated from https://svn.apache.org/repos/asf/tika/site

However, for some reason we also have 
https://svn.apache.org/repos/asf/tika/trunk/src/site (which this ticket is 
about), last updated in 2012, which seems to only have Tika 1.3 docs in it

Nick

Re: [jira] [Created] (TIKA-1316) Old Site Code in Trunk

Posted by Tyler Palsulich <tp...@gmail.com>.
What is the purpose of the src/site directory? Is it more than just a copy?

Tyler


On Mon, Jun 2, 2014 at 1:32 PM, Mattmann, Chris A (3980) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Hi Tyler,
>
> We generate the site directory from src/site - if src/site is old, and
> not what's at /site, then I think whoever updated the site last forgot
> to check in their changes. Guys?
>
> 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-5th floor
> Email: chris.a.mattmann@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: "Tyler Palsulich   (JIRA)" <ji...@apache.org>
> Reply-To: "dev@tika.apache.org" <de...@tika.apache.org>
> Date: Monday, June 2, 2014 1:21 PM
> To: "dev@tika.apache.org" <de...@tika.apache.org>
> Subject: [jira] [Created] (TIKA-1316) Old Site Code in Trunk
>
> >Tyler Palsulich created TIKA-1316:
> >-------------------------------------
> >
> >             Summary: Old Site Code in Trunk
> >                 Key: TIKA-1316
> >                 URL: https://issues.apache.org/jira/browse/TIKA-1316
> >             Project: Tika
> >          Issue Type: Improvement
> >    Affects Versions: 1.6
> >            Reporter: Tyler Palsulich
> >            Priority: Trivial
> >
> >
> >The \{tika trunk\}/src/ directory seems to old and unused. It does not
> >correspond to the site currently on apache.tika.org
> >(http://svn.apache.org/repos/asf/tika/site/).
> >
> >
> >
> >--
> >This message was sent by Atlassian JIRA
> >(v6.2#6252)
>
>

Re: [jira] [Created] (TIKA-1316) Old Site Code in Trunk

Posted by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov>.
Hi Tyler,

We generate the site directory from src/site - if src/site is old, and
not what's at /site, then I think whoever updated the site last forgot
to check in their changes. Guys?

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-5th floor
Email: chris.a.mattmann@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: "Tyler Palsulich   (JIRA)" <ji...@apache.org>
Reply-To: "dev@tika.apache.org" <de...@tika.apache.org>
Date: Monday, June 2, 2014 1:21 PM
To: "dev@tika.apache.org" <de...@tika.apache.org>
Subject: [jira] [Created] (TIKA-1316) Old Site Code in Trunk

>Tyler Palsulich created TIKA-1316:
>-------------------------------------
>
>             Summary: Old Site Code in Trunk
>                 Key: TIKA-1316
>                 URL: https://issues.apache.org/jira/browse/TIKA-1316
>             Project: Tika
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Tyler Palsulich
>            Priority: Trivial
>
>
>The \{tika trunk\}/src/ directory seems to old and unused. It does not
>correspond to the site currently on apache.tika.org
>(http://svn.apache.org/repos/asf/tika/site/).
>
>
>
>--
>This message was sent by Atlassian JIRA
>(v6.2#6252)