You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Edward (JIRA)" <ji...@apache.org> on 2018/05/04 10:39:00 UTC

[jira] [Created] (JENA-1541) Jena Eyeball - ant test fails with TestCase Error

Edward created JENA-1541:
----------------------------

             Summary: Jena Eyeball - ant test fails with TestCase Error
                 Key: JENA-1541
                 URL: https://issues.apache.org/jira/browse/JENA-1541
             Project: Apache Jena
          Issue Type: Question
          Components: Eyeball, Jena
            Reporter: Edward


Hello,

I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on [here|[https://jena.apache.org/documentation/tools/eyeball-getting-started.html],] but it failed with following error:
{code:java}
    [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
    [junit] Class com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no public constructor TestCase(String name) or TestCase()
    [junit] junit.framework.AssertionFailedError: Class com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no public constructor TestCase(String name) or TestCase()
    [junit]
    [junit]

BUILD FAILED
/**/Downloads/eyeball-2.3/build.xml:146: Test com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector failed
{code}
The tutorial says if the ant test doesn't pass, I should file a Jira Issue. So that's what I am doing.
Help would be much appreciated!

 

Greetings,

Edward



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Re: Jena Eyeball [was: JENA-1541]

Posted by ajs6f <aj...@apache.org>.
I can see two options: retire it from the docs, or set up a special doc area with lots of warnings on it for "unmaintained/experimental/use-at-your-own-risk/no releases" stuff.

We've talked about what to do with non-core stuff before, but this seems a bit different...

ajs6f

> On May 11, 2018, at 8:11 AM, Andy Seaborne <an...@apache.org> wrote:
> 
> Edward found Eyeball via:
> 
> https://jena.apache.org/documentation/tools/eyeball-getting-started.html
> 
> Eyeball is mentioned:
> 
> documentation/tools/index.mdtext
> documentation/tools/eyeball-guide.mdtext
> documentation/tools/eyeball-getting-started.mdtext
> documentation/tools/eyeball-manual.mdtext
> 
> The tools page has schemagen and eyeball on it.
> 
> eyeball-getting-started says "file a JIRA".
> 
> What should we do?
> If it is not released, do we retire it from the documentation?
> 
>    Andy
> 
> 
> On 04/05/18 11:39, Edward (JIRA) wrote:
>> Edward created JENA-1541:
>> ----------------------------
>>              Summary: Jena Eyeball - ant test fails with TestCase Error
>>                  Key: JENA-1541
>>                  URL: https://issues.apache.org/jira/browse/JENA-1541
>>              Project: Apache Jena
>>           Issue Type: Question
>>           Components: Eyeball, Jena
>>             Reporter: Edward
>> Hello,
>> I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on [here|[https://jena.apache.org/documentation/tools/eyeball-getting-started.html],] but it failed with following error:
>> {code:java}
>>     [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
>>     [junit] Class com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no public constructor TestCase(String name) or TestCase()
>>     [junit] junit.framework.AssertionFailedError: Class com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no public constructor TestCase(String name) or TestCase()
>>     [junit]
>>     [junit]
>> BUILD FAILED
>> /**/Downloads/eyeball-2.3/build.xml:146: Test com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector failed
>> {code}
>> The tutorial says if the ant test doesn't pass, I should file a Jira Issue. So that's what I am doing.
>> Help would be much appreciated!
>>  Greetings,
>> Edward
>> --
>> This message was sent by Atlassian JIRA
>> (v7.6.3#76005)


Re: Old code.

Posted by ajs6f <aj...@apache.org>.
https://jena.apache.org/download/maven.html shows jena-maven-tools with description "Maven Plugins, including schemagen", and as far as I can see, schemagen is the _only_ tool being made available in -maven-tools.

So, eyeball and -maven-tools are candidates for a "holding pen"? (From which of course things could be moved back to the released space if they get some love and attention.)

ajs6f

> On May 12, 2018, at 5:32 AM, Andy Seaborne <an...@apache.org> wrote:
> 
> schemagen is in jena-cmds
> 
> jena-maven-tools is a maven plugin.
> 
> (all this is in the codebase : "find" is your friend!)
> 
>   Andy
> 
> On 12/05/18 09:38, Claude Warren wrote:
>> Jena maven tools.  that does not include the schema gen does it or is that
>> a different maven tool?
>> On Sat, May 12, 2018 at 12:29 AM, Andy Seaborne <an...@apache.org> wrote:
>>> 
>>> 
>>> On 11/05/18 20:07, ajs6f wrote:
>>> 
>>>> Not to hijack the thread,
>>>> 
>>> 
>>> (new thread? or at least change the subject?)
>>> 
>>> but I think a natural question is: do we have any other such examples
>>>> (well-defined portions of code that aren't under any real maintenance and
>>>> that we are not releasing)?
>>>> 
>>> 
>>> All the code is available for inspection as is the documentation so it
>>> would be useful to check that.
>>> 
>>> 
>>> One I know of:
>>> 
>>> jena-maven-tools/ isn't currently being built because it it breaks with
>>> the latest Apache parent (not the first time this has happened).
>>> 
>>>     Andy
>>> 


Re: Old code.

Posted by Andy Seaborne <an...@apache.org>.
schemagen is in jena-cmds

jena-maven-tools is a maven plugin.

(all this is in the codebase : "find" is your friend!)

    Andy

On 12/05/18 09:38, Claude Warren wrote:
> Jena maven tools.  that does not include the schema gen does it or is that
> a different maven tool?
> 
> On Sat, May 12, 2018 at 12:29 AM, Andy Seaborne <an...@apache.org> wrote:
> 
>>
>>
>> On 11/05/18 20:07, ajs6f wrote:
>>
>>> Not to hijack the thread,
>>>
>>
>> (new thread? or at least change the subject?)
>>
>> but I think a natural question is: do we have any other such examples
>>> (well-defined portions of code that aren't under any real maintenance and
>>> that we are not releasing)?
>>>
>>
>> All the code is available for inspection as is the documentation so it
>> would be useful to check that.
>>
>>
>> One I know of:
>>
>> jena-maven-tools/ isn't currently being built because it it breaks with
>> the latest Apache parent (not the first time this has happened).
>>
>>      Andy
>>
> 
> 
> 

Re: Old code.

Posted by Claude Warren <cl...@xenei.com>.
Jena maven tools.  that does not include the schema gen does it or is that
a different maven tool?

On Sat, May 12, 2018 at 12:29 AM, Andy Seaborne <an...@apache.org> wrote:

>
>
> On 11/05/18 20:07, ajs6f wrote:
>
>> Not to hijack the thread,
>>
>
> (new thread? or at least change the subject?)
>
> but I think a natural question is: do we have any other such examples
>> (well-defined portions of code that aren't under any real maintenance and
>> that we are not releasing)?
>>
>
> All the code is available for inspection as is the documentation so it
> would be useful to check that.
>
>
> One I know of:
>
> jena-maven-tools/ isn't currently being built because it it breaks with
> the latest Apache parent (not the first time this has happened).
>
>     Andy
>



-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Old code.

Posted by Andy Seaborne <an...@apache.org>.

On 11/05/18 20:07, ajs6f wrote:
> Not to hijack the thread, 

(new thread? or at least change the subject?)

> but I think a natural question is: do we have any other such examples (well-defined portions of code that aren't under any real maintenance and that we are not releasing)?

All the code is available for inspection as is the documentation so it 
would be useful to check that.


One I know of:

jena-maven-tools/ isn't currently being built because it it breaks with 
the latest Apache parent (not the first time this has happened).

     Andy

Re: Jena Eyeball [was: JENA-1541]

Posted by ajs6f <aj...@apache.org>.
Not to hijack the thread, but I think a natural question is: do we have any other such examples (well-defined portions of code that aren't under any real maintenance and that we are not releasing)?

ajs6f

> On May 11, 2018, at 9:10 AM, Chris Dollin <ch...@epimorphics.com> wrote:
> 
> (Sorry for previous empty reply, hit wrong button)
> 
> I'm the original developer of Eyeball. It is several years since any work
> has been done on it, and I suspect that it is now obsolete, that is,
> that there other tools with equivalent functionality (though I don't
> know what they are).
> 
> Putting it somewhere designated "Attic" with a red label saying
> "use at your own risk" seems reasonable.
> 
> Chris
> 
> On 11 May 2018 at 13:57, Chris Dollin <ch...@epimorphics.com> wrote:
> 
>> 
>> 
>> On 11 May 2018 at 13:11, Andy Seaborne <an...@apache.org> wrote:
>> 
>>> Edward found Eyeball via:
>>> 
>>> https://jena.apache.org/documentation/tools/eyeball-getting-started.html
>>> 
>>> Eyeball is mentioned:
>>> 
>>> documentation/tools/index.mdtext
>>> documentation/tools/eyeball-guide.mdtext
>>> documentation/tools/eyeball-getting-started.mdtext
>>> documentation/tools/eyeball-manual.mdtext
>>> 
>>> The tools page has schemagen and eyeball on it.
>>> 
>>> eyeball-getting-started says "file a JIRA".
>>> 
>>> What should we do?
>>> If it is not released, do we retire it from the documentation?
>>> 
>>>    Andy
>>> 
>>> 
>>> On 04/05/18 11:39, Edward (JIRA) wrote:
>>> 
>>>> Edward created JENA-1541:
>>>> ----------------------------
>>>> 
>>>>              Summary: Jena Eyeball - ant test fails with TestCase Error
>>>>                  Key: JENA-1541
>>>>                  URL: https://issues.apache.org/jira/browse/JENA-1541
>>>>              Project: Apache Jena
>>>>           Issue Type: Question
>>>>           Components: Eyeball, Jena
>>>>             Reporter: Edward
>>>> 
>>>> 
>>>> Hello,
>>>> 
>>>> I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on
>>>> [here|[https://jena.apache.org/documentation/tools/eyeball-g
>>>> etting-started.html],] but it failed with following error:
>>>> {code:java}
>>>>     [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
>>>>     [junit] Class com.hp.hpl.jena.eyeball.inspec
>>>> tors.test.TestMoreOwlSyntaxInspector has no public constructor
>>>> TestCase(String name) or TestCase()
>>>>     [junit] junit.framework.AssertionFailedError: Class
>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has
>>>> no public constructor TestCase(String name) or TestCase()
>>>>     [junit]
>>>>     [junit]
>>>> 
>>>> BUILD FAILED
>>>> /**/Downloads/eyeball-2.3/build.xml:146: Test
>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector
>>>> failed
>>>> {code}
>>>> The tutorial says if the ant test doesn't pass, I should file a Jira
>>>> Issue. So that's what I am doing.
>>>> Help would be much appreciated!
>>>> 
>>>> 
>>>> Greetings,
>>>> 
>>>> Edward
>>>> 
>>>> 
>>>> 
>>>> --
>>>> This message was sent by Atlassian JIRA
>>>> (v7.6.3#76005)
>>>> 
>>>> 
>> 
>> 
>> --
>> "What I don't understand is this ..."   Trevor Chaplin, /The Beiderbeck
>> Affair/
>> 
>> Epimorphics Ltd, http://www.epimorphics.com
>> Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20
>> 6PT
>> Epimorphics Ltd. is a limited company registered in England (number
>> 7016688)
>> 
> 
> 
> 
> -- 
> "What I don't understand is this ..."   Trevor Chaplin, /The Beiderbeck
> Affair/
> 
> Epimorphics Ltd, http://www.epimorphics.com
> Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20
> 6PT
> Epimorphics Ltd. is a limited company registered in England (number 7016688)


Re: Jena Eyeball [was: JENA-1541]

Posted by Andy Seaborne <an...@apache.org>.
Done and JIRA closed "Won't fix".


On 23/05/18 15:26, ajs6f wrote:
> +1.
> 
> ajs6f
> 
>> On May 21, 2018, at 1:44 PM, Bruno P. Kinoshita <ki...@apache.org> wrote:
>>
>> Sounds good to me
>> +1
>>
>> Sent from Yahoo Mail on Android
>>
>>   On Tue, 22 May 2018 at 5:08, Andy Seaborne<an...@apache.org> wrote:   To pull this into a plan ...
>>
>> The Eyeball code is already elsewhere (in Apache SVN - keep that link).
>>
>> Proposal:
>>
>> * Unlink from the tools page.
>> * Upgarde the notice on all Eyeball pages to "This page is historical
>> for information only - there is no Apache release of Eyeball".
>> * Remove links to JIRA, SF distribution (broken anyway) and mention of
>> help/support.
>>
>> PMC - OK?
>>
>>      Andy
>>
>> On 11/05/18 14:10, Chris Dollin wrote:
>>> (Sorry for previous empty reply, hit wrong button)
>>>
>>> I'm the original developer of Eyeball. It is several years since any work
>>> has been done on it, and I suspect that it is now obsolete, that is,
>>> that there other tools with equivalent functionality (though I don't
>>> know what they are).
>>>
>>> Putting it somewhere designated "Attic" with a red label saying
>>> "use at your own risk" seems reasonable.
>>>
>>> Chris
>>>
>>> On 11 May 2018 at 13:57, Chris Dollin <ch...@epimorphics.com> wrote:
>>>
>>>>
>>>>
>>>> On 11 May 2018 at 13:11, Andy Seaborne <an...@apache.org> wrote:
>>>>
>>>>> Edward found Eyeball via:
>>>>>
>>>>> https://jena.apache.org/documentation/tools/eyeball-getting-started.html
>>>>>
>>>>> Eyeball is mentioned:
>>>>>
>>>>> documentation/tools/index.mdtext
>>>>> documentation/tools/eyeball-guide.mdtext
>>>>> documentation/tools/eyeball-getting-started.mdtext
>>>>> documentation/tools/eyeball-manual.mdtext
>>>>>
>>>>> The tools page has schemagen and eyeball on it.
>>>>>
>>>>> eyeball-getting-started says "file a JIRA".
>>>>>
>>>>> What should we do?
>>>>> If it is not released, do we retire it from the documentation?
>>>>>
>>>>>        Andy
>>>>>
>>>>>
>>>>> On 04/05/18 11:39, Edward (JIRA) wrote:
>>>>>
>>>>>> Edward created JENA-1541:
>>>>>> ----------------------------
>>>>>>
>>>>>>                  Summary: Jena Eyeball - ant test fails with TestCase Error
>>>>>>                      Key: JENA-1541
>>>>>>                      URL: https://issues.apache.org/jira/browse/JENA-1541
>>>>>>                  Project: Apache Jena
>>>>>>              Issue Type: Question
>>>>>>              Components: Eyeball, Jena
>>>>>>                Reporter: Edward
>>>>>>
>>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on
>>>>>> [here|[https://jena.apache.org/documentation/tools/eyeball-g
>>>>>> etting-started.html],] but it failed with following error:
>>>>>> {code:java}
>>>>>>        [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
>>>>>>        [junit] Class com.hp.hpl.jena.eyeball.inspec
>>>>>> tors.test.TestMoreOwlSyntaxInspector has no public constructor
>>>>>> TestCase(String name) or TestCase()
>>>>>>        [junit] junit.framework.AssertionFailedError: Class
>>>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has
>>>>>> no public constructor TestCase(String name) or TestCase()
>>>>>>        [junit]
>>>>>>        [junit]
>>>>>>
>>>>>> BUILD FAILED
>>>>>> /**/Downloads/eyeball-2.3/build.xml:146: Test
>>>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector
>>>>>> failed
>>>>>> {code}
>>>>>> The tutorial says if the ant test doesn't pass, I should file a Jira
>>>>>> Issue. So that's what I am doing.
>>>>>> Help would be much appreciated!
>>>>>>
>>>>>>
>>>>>> Greetings,
>>>>>>
>>>>>> Edward
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> This message was sent by Atlassian JIRA
>>>>>> (v7.6.3#76005)
>>>>>>
>>>>>>
>>>>
>>>>
>>>> --
>>>> "What I don't understand is this ..."  Trevor Chaplin, /The Beiderbeck
>>>> Affair/
>>>>
>>>> Epimorphics Ltd, http://www.epimorphics.com
>>>> Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20
>>>> 6PT
>>>> Epimorphics Ltd. is a limited company registered in England (number
>>>> 7016688)
>>>>
>>>
>>>
>>>
>>
> 

Re: Jena Eyeball [was: JENA-1541]

Posted by ajs6f <aj...@apache.org>.
+1.

ajs6f

> On May 21, 2018, at 1:44 PM, Bruno P. Kinoshita <ki...@apache.org> wrote:
> 
> Sounds good to me
> +1
> 
> Sent from Yahoo Mail on Android 
> 
>  On Tue, 22 May 2018 at 5:08, Andy Seaborne<an...@apache.org> wrote:   To pull this into a plan ...
> 
> The Eyeball code is already elsewhere (in Apache SVN - keep that link).
> 
> Proposal:
> 
> * Unlink from the tools page.
> * Upgarde the notice on all Eyeball pages to "This page is historical 
> for information only - there is no Apache release of Eyeball".
> * Remove links to JIRA, SF distribution (broken anyway) and mention of 
> help/support.
> 
> PMC - OK?
> 
>     Andy
> 
> On 11/05/18 14:10, Chris Dollin wrote:
>> (Sorry for previous empty reply, hit wrong button)
>> 
>> I'm the original developer of Eyeball. It is several years since any work
>> has been done on it, and I suspect that it is now obsolete, that is,
>> that there other tools with equivalent functionality (though I don't
>> know what they are).
>> 
>> Putting it somewhere designated "Attic" with a red label saying
>> "use at your own risk" seems reasonable.
>> 
>> Chris
>> 
>> On 11 May 2018 at 13:57, Chris Dollin <ch...@epimorphics.com> wrote:
>> 
>>> 
>>> 
>>> On 11 May 2018 at 13:11, Andy Seaborne <an...@apache.org> wrote:
>>> 
>>>> Edward found Eyeball via:
>>>> 
>>>> https://jena.apache.org/documentation/tools/eyeball-getting-started.html
>>>> 
>>>> Eyeball is mentioned:
>>>> 
>>>> documentation/tools/index.mdtext
>>>> documentation/tools/eyeball-guide.mdtext
>>>> documentation/tools/eyeball-getting-started.mdtext
>>>> documentation/tools/eyeball-manual.mdtext
>>>> 
>>>> The tools page has schemagen and eyeball on it.
>>>> 
>>>> eyeball-getting-started says "file a JIRA".
>>>> 
>>>> What should we do?
>>>> If it is not released, do we retire it from the documentation?
>>>> 
>>>>       Andy
>>>> 
>>>> 
>>>> On 04/05/18 11:39, Edward (JIRA) wrote:
>>>> 
>>>>> Edward created JENA-1541:
>>>>> ----------------------------
>>>>> 
>>>>>                 Summary: Jena Eyeball - ant test fails with TestCase Error
>>>>>                     Key: JENA-1541
>>>>>                     URL: https://issues.apache.org/jira/browse/JENA-1541
>>>>>                 Project: Apache Jena
>>>>>             Issue Type: Question
>>>>>             Components: Eyeball, Jena
>>>>>               Reporter: Edward
>>>>> 
>>>>> 
>>>>> Hello,
>>>>> 
>>>>> I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on
>>>>> [here|[https://jena.apache.org/documentation/tools/eyeball-g
>>>>> etting-started.html],] but it failed with following error:
>>>>> {code:java}
>>>>>       [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
>>>>>       [junit] Class com.hp.hpl.jena.eyeball.inspec
>>>>> tors.test.TestMoreOwlSyntaxInspector has no public constructor
>>>>> TestCase(String name) or TestCase()
>>>>>       [junit] junit.framework.AssertionFailedError: Class
>>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has
>>>>> no public constructor TestCase(String name) or TestCase()
>>>>>       [junit]
>>>>>       [junit]
>>>>> 
>>>>> BUILD FAILED
>>>>> /**/Downloads/eyeball-2.3/build.xml:146: Test
>>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector
>>>>> failed
>>>>> {code}
>>>>> The tutorial says if the ant test doesn't pass, I should file a Jira
>>>>> Issue. So that's what I am doing.
>>>>> Help would be much appreciated!
>>>>> 
>>>>> 
>>>>> Greetings,
>>>>> 
>>>>> Edward
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> This message was sent by Atlassian JIRA
>>>>> (v7.6.3#76005)
>>>>> 
>>>>> 
>>> 
>>> 
>>> --
>>> "What I don't understand is this ..."  Trevor Chaplin, /The Beiderbeck
>>> Affair/
>>> 
>>> Epimorphics Ltd, http://www.epimorphics.com
>>> Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20
>>> 6PT
>>> Epimorphics Ltd. is a limited company registered in England (number
>>> 7016688)
>>> 
>> 
>> 
>> 
> 


Re: Jena Eyeball [was: JENA-1541]

Posted by "Bruno P. Kinoshita" <ki...@apache.org>.
Sounds good to me
+1

Sent from Yahoo Mail on Android 
 
  On Tue, 22 May 2018 at 5:08, Andy Seaborne<an...@apache.org> wrote:   To pull this into a plan ...

The Eyeball code is already elsewhere (in Apache SVN - keep that link).

Proposal:

* Unlink from the tools page.
* Upgarde the notice on all Eyeball pages to "This page is historical 
for information only - there is no Apache release of Eyeball".
* Remove links to JIRA, SF distribution (broken anyway) and mention of 
help/support.

PMC - OK?

    Andy

On 11/05/18 14:10, Chris Dollin wrote:
> (Sorry for previous empty reply, hit wrong button)
> 
> I'm the original developer of Eyeball. It is several years since any work
> has been done on it, and I suspect that it is now obsolete, that is,
> that there other tools with equivalent functionality (though I don't
> know what they are).
> 
> Putting it somewhere designated "Attic" with a red label saying
> "use at your own risk" seems reasonable.
> 
> Chris
> 
> On 11 May 2018 at 13:57, Chris Dollin <ch...@epimorphics.com> wrote:
> 
>>
>>
>> On 11 May 2018 at 13:11, Andy Seaborne <an...@apache.org> wrote:
>>
>>> Edward found Eyeball via:
>>>
>>> https://jena.apache.org/documentation/tools/eyeball-getting-started.html
>>>
>>> Eyeball is mentioned:
>>>
>>> documentation/tools/index.mdtext
>>> documentation/tools/eyeball-guide.mdtext
>>> documentation/tools/eyeball-getting-started.mdtext
>>> documentation/tools/eyeball-manual.mdtext
>>>
>>> The tools page has schemagen and eyeball on it.
>>>
>>> eyeball-getting-started says "file a JIRA".
>>>
>>> What should we do?
>>> If it is not released, do we retire it from the documentation?
>>>
>>>      Andy
>>>
>>>
>>> On 04/05/18 11:39, Edward (JIRA) wrote:
>>>
>>>> Edward created JENA-1541:
>>>> ----------------------------
>>>>
>>>>                Summary: Jena Eyeball - ant test fails with TestCase Error
>>>>                    Key: JENA-1541
>>>>                    URL: https://issues.apache.org/jira/browse/JENA-1541
>>>>                Project: Apache Jena
>>>>            Issue Type: Question
>>>>            Components: Eyeball, Jena
>>>>              Reporter: Edward
>>>>
>>>>
>>>> Hello,
>>>>
>>>> I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on
>>>> [here|[https://jena.apache.org/documentation/tools/eyeball-g
>>>> etting-started.html],] but it failed with following error:
>>>> {code:java}
>>>>      [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
>>>>      [junit] Class com.hp.hpl.jena.eyeball.inspec
>>>> tors.test.TestMoreOwlSyntaxInspector has no public constructor
>>>> TestCase(String name) or TestCase()
>>>>      [junit] junit.framework.AssertionFailedError: Class
>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has
>>>> no public constructor TestCase(String name) or TestCase()
>>>>      [junit]
>>>>      [junit]
>>>>
>>>> BUILD FAILED
>>>> /**/Downloads/eyeball-2.3/build.xml:146: Test
>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector
>>>> failed
>>>> {code}
>>>> The tutorial says if the ant test doesn't pass, I should file a Jira
>>>> Issue. So that's what I am doing.
>>>> Help would be much appreciated!
>>>>
>>>>
>>>> Greetings,
>>>>
>>>> Edward
>>>>
>>>>
>>>>
>>>> --
>>>> This message was sent by Atlassian JIRA
>>>> (v7.6.3#76005)
>>>>
>>>>
>>
>>
>> --
>> "What I don't understand is this ..."  Trevor Chaplin, /The Beiderbeck
>> Affair/
>>
>> Epimorphics Ltd, http://www.epimorphics.com
>> Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20
>> 6PT
>> Epimorphics Ltd. is a limited company registered in England (number
>> 7016688)
>>
> 
> 
> 
  

Re: Jena Eyeball [was: JENA-1541]

Posted by Andy Seaborne <an...@apache.org>.
To pull this into a plan ...

The Eyeball code is already elsewhere (in Apache SVN - keep that link).

Proposal:

* Unlink from the tools page.
* Upgarde the notice on all Eyeball pages to "This page is historical 
for information only - there is no Apache release of Eyeball".
* Remove links to JIRA, SF distribution (broken anyway) and mention of 
help/support.

PMC - OK?

     Andy

On 11/05/18 14:10, Chris Dollin wrote:
> (Sorry for previous empty reply, hit wrong button)
> 
> I'm the original developer of Eyeball. It is several years since any work
> has been done on it, and I suspect that it is now obsolete, that is,
> that there other tools with equivalent functionality (though I don't
> know what they are).
> 
> Putting it somewhere designated "Attic" with a red label saying
> "use at your own risk" seems reasonable.
> 
> Chris
> 
> On 11 May 2018 at 13:57, Chris Dollin <ch...@epimorphics.com> wrote:
> 
>>
>>
>> On 11 May 2018 at 13:11, Andy Seaborne <an...@apache.org> wrote:
>>
>>> Edward found Eyeball via:
>>>
>>> https://jena.apache.org/documentation/tools/eyeball-getting-started.html
>>>
>>> Eyeball is mentioned:
>>>
>>> documentation/tools/index.mdtext
>>> documentation/tools/eyeball-guide.mdtext
>>> documentation/tools/eyeball-getting-started.mdtext
>>> documentation/tools/eyeball-manual.mdtext
>>>
>>> The tools page has schemagen and eyeball on it.
>>>
>>> eyeball-getting-started says "file a JIRA".
>>>
>>> What should we do?
>>> If it is not released, do we retire it from the documentation?
>>>
>>>      Andy
>>>
>>>
>>> On 04/05/18 11:39, Edward (JIRA) wrote:
>>>
>>>> Edward created JENA-1541:
>>>> ----------------------------
>>>>
>>>>                Summary: Jena Eyeball - ant test fails with TestCase Error
>>>>                    Key: JENA-1541
>>>>                    URL: https://issues.apache.org/jira/browse/JENA-1541
>>>>                Project: Apache Jena
>>>>             Issue Type: Question
>>>>             Components: Eyeball, Jena
>>>>               Reporter: Edward
>>>>
>>>>
>>>> Hello,
>>>>
>>>> I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on
>>>> [here|[https://jena.apache.org/documentation/tools/eyeball-g
>>>> etting-started.html],] but it failed with following error:
>>>> {code:java}
>>>>       [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
>>>>       [junit] Class com.hp.hpl.jena.eyeball.inspec
>>>> tors.test.TestMoreOwlSyntaxInspector has no public constructor
>>>> TestCase(String name) or TestCase()
>>>>       [junit] junit.framework.AssertionFailedError: Class
>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has
>>>> no public constructor TestCase(String name) or TestCase()
>>>>       [junit]
>>>>       [junit]
>>>>
>>>> BUILD FAILED
>>>> /**/Downloads/eyeball-2.3/build.xml:146: Test
>>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector
>>>> failed
>>>> {code}
>>>> The tutorial says if the ant test doesn't pass, I should file a Jira
>>>> Issue. So that's what I am doing.
>>>> Help would be much appreciated!
>>>>
>>>>
>>>> Greetings,
>>>>
>>>> Edward
>>>>
>>>>
>>>>
>>>> --
>>>> This message was sent by Atlassian JIRA
>>>> (v7.6.3#76005)
>>>>
>>>>
>>
>>
>> --
>> "What I don't understand is this ..."   Trevor Chaplin, /The Beiderbeck
>> Affair/
>>
>> Epimorphics Ltd, http://www.epimorphics.com
>> Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20
>> 6PT
>> Epimorphics Ltd. is a limited company registered in England (number
>> 7016688)
>>
> 
> 
> 

Re: Jena Eyeball [was: JENA-1541]

Posted by Chris Dollin <ch...@epimorphics.com>.
(Sorry for previous empty reply, hit wrong button)

I'm the original developer of Eyeball. It is several years since any work
has been done on it, and I suspect that it is now obsolete, that is,
that there other tools with equivalent functionality (though I don't
know what they are).

Putting it somewhere designated "Attic" with a red label saying
"use at your own risk" seems reasonable.

Chris

On 11 May 2018 at 13:57, Chris Dollin <ch...@epimorphics.com> wrote:

>
>
> On 11 May 2018 at 13:11, Andy Seaborne <an...@apache.org> wrote:
>
>> Edward found Eyeball via:
>>
>> https://jena.apache.org/documentation/tools/eyeball-getting-started.html
>>
>> Eyeball is mentioned:
>>
>> documentation/tools/index.mdtext
>> documentation/tools/eyeball-guide.mdtext
>> documentation/tools/eyeball-getting-started.mdtext
>> documentation/tools/eyeball-manual.mdtext
>>
>> The tools page has schemagen and eyeball on it.
>>
>> eyeball-getting-started says "file a JIRA".
>>
>> What should we do?
>> If it is not released, do we retire it from the documentation?
>>
>>     Andy
>>
>>
>> On 04/05/18 11:39, Edward (JIRA) wrote:
>>
>>> Edward created JENA-1541:
>>> ----------------------------
>>>
>>>               Summary: Jena Eyeball - ant test fails with TestCase Error
>>>                   Key: JENA-1541
>>>                   URL: https://issues.apache.org/jira/browse/JENA-1541
>>>               Project: Apache Jena
>>>            Issue Type: Question
>>>            Components: Eyeball, Jena
>>>              Reporter: Edward
>>>
>>>
>>> Hello,
>>>
>>> I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on
>>> [here|[https://jena.apache.org/documentation/tools/eyeball-g
>>> etting-started.html],] but it failed with following error:
>>> {code:java}
>>>      [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
>>>      [junit] Class com.hp.hpl.jena.eyeball.inspec
>>> tors.test.TestMoreOwlSyntaxInspector has no public constructor
>>> TestCase(String name) or TestCase()
>>>      [junit] junit.framework.AssertionFailedError: Class
>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has
>>> no public constructor TestCase(String name) or TestCase()
>>>      [junit]
>>>      [junit]
>>>
>>> BUILD FAILED
>>> /**/Downloads/eyeball-2.3/build.xml:146: Test
>>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector
>>> failed
>>> {code}
>>> The tutorial says if the ant test doesn't pass, I should file a Jira
>>> Issue. So that's what I am doing.
>>> Help would be much appreciated!
>>>
>>>
>>> Greetings,
>>>
>>> Edward
>>>
>>>
>>>
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v7.6.3#76005)
>>>
>>>
>
>
> --
> "What I don't understand is this ..."   Trevor Chaplin, /The Beiderbeck
> Affair/
>
> Epimorphics Ltd, http://www.epimorphics.com
> Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20
> 6PT
> Epimorphics Ltd. is a limited company registered in England (number
> 7016688)
>



-- 
"What I don't understand is this ..."   Trevor Chaplin, /The Beiderbeck
Affair/

Epimorphics Ltd, http://www.epimorphics.com
Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20
6PT
Epimorphics Ltd. is a limited company registered in England (number 7016688)

Re: Jena Eyeball [was: JENA-1541]

Posted by Chris Dollin <ch...@epimorphics.com>.
On 11 May 2018 at 13:11, Andy Seaborne <an...@apache.org> wrote:

> Edward found Eyeball via:
>
> https://jena.apache.org/documentation/tools/eyeball-getting-started.html
>
> Eyeball is mentioned:
>
> documentation/tools/index.mdtext
> documentation/tools/eyeball-guide.mdtext
> documentation/tools/eyeball-getting-started.mdtext
> documentation/tools/eyeball-manual.mdtext
>
> The tools page has schemagen and eyeball on it.
>
> eyeball-getting-started says "file a JIRA".
>
> What should we do?
> If it is not released, do we retire it from the documentation?
>
>     Andy
>
>
> On 04/05/18 11:39, Edward (JIRA) wrote:
>
>> Edward created JENA-1541:
>> ----------------------------
>>
>>               Summary: Jena Eyeball - ant test fails with TestCase Error
>>                   Key: JENA-1541
>>                   URL: https://issues.apache.org/jira/browse/JENA-1541
>>               Project: Apache Jena
>>            Issue Type: Question
>>            Components: Eyeball, Jena
>>              Reporter: Edward
>>
>>
>> Hello,
>>
>> I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on
>> [here|[https://jena.apache.org/documentation/tools/eyeball-
>> getting-started.html],] but it failed with following error:
>> {code:java}
>>      [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
>>      [junit] Class com.hp.hpl.jena.eyeball.inspec
>> tors.test.TestMoreOwlSyntaxInspector has no public constructor
>> TestCase(String name) or TestCase()
>>      [junit] junit.framework.AssertionFailedError: Class
>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has
>> no public constructor TestCase(String name) or TestCase()
>>      [junit]
>>      [junit]
>>
>> BUILD FAILED
>> /**/Downloads/eyeball-2.3/build.xml:146: Test
>> com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector failed
>> {code}
>> The tutorial says if the ant test doesn't pass, I should file a Jira
>> Issue. So that's what I am doing.
>> Help would be much appreciated!
>>
>>
>> Greetings,
>>
>> Edward
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v7.6.3#76005)
>>
>>


-- 
"What I don't understand is this ..."   Trevor Chaplin, /The Beiderbeck
Affair/

Epimorphics Ltd, http://www.epimorphics.com
Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20
6PT
Epimorphics Ltd. is a limited company registered in England (number 7016688)

Jena Eyeball [was: JENA-1541]

Posted by Andy Seaborne <an...@apache.org>.
Edward found Eyeball via:

https://jena.apache.org/documentation/tools/eyeball-getting-started.html

Eyeball is mentioned:

documentation/tools/index.mdtext
documentation/tools/eyeball-guide.mdtext
documentation/tools/eyeball-getting-started.mdtext
documentation/tools/eyeball-manual.mdtext

The tools page has schemagen and eyeball on it.

eyeball-getting-started says "file a JIRA".

What should we do?
If it is not released, do we retire it from the documentation?

     Andy


On 04/05/18 11:39, Edward (JIRA) wrote:
> Edward created JENA-1541:
> ----------------------------
> 
>               Summary: Jena Eyeball - ant test fails with TestCase Error
>                   Key: JENA-1541
>                   URL: https://issues.apache.org/jira/browse/JENA-1541
>               Project: Apache Jena
>            Issue Type: Question
>            Components: Eyeball, Jena
>              Reporter: Edward
> 
> 
> Hello,
> 
> I'm trying to get Jena Eyeball running. I wanted to do the Tutorial on [here|[https://jena.apache.org/documentation/tools/eyeball-getting-started.html],] but it failed with following error:
> {code:java}
>      [junit] Testcase: warning(junit.framework.TestSuite$1):    FAILED
>      [junit] Class com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no public constructor TestCase(String name) or TestCase()
>      [junit] junit.framework.AssertionFailedError: Class com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no public constructor TestCase(String name) or TestCase()
>      [junit]
>      [junit]
> 
> BUILD FAILED
> /**/Downloads/eyeball-2.3/build.xml:146: Test com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector failed
> {code}
> The tutorial says if the ant test doesn't pass, I should file a Jira Issue. So that's what I am doing.
> Help would be much appreciated!
> 
>   
> 
> Greetings,
> 
> Edward
> 
> 
> 
> --
> This message was sent by Atlassian JIRA
> (v7.6.3#76005)
>