[prev in list] [next in list] [prev in thread] [next in thread] 

List:       groovy-scm
Subject:    [jira] Closed: (GROOVY-364) Class names can not have dot
From:       jira () codehaus ! org
Date:       2004-11-24 15:56:11
Message-ID: 9571807.1101311771178.JavaMail.orion () beaver ! codehaus ! org
[Download RAW message or body]

Message:

   The following issue has been closed.

   Resolver: Guillaume Laforge
       Date: Wed, 24 Nov 2004 10:54 AM

There may be some similar issues, but at least, I've fixed this one some time ago.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/GROOVY-364

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GROOVY-364
    Summary: Class names can not have dot
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: groovy
 Components: 
             parser
   Fix Fors:
             1.0-beta-8
   Versions:
             1.0-beta-4

   Assignee: Guillaume Laforge
   Reporter: Matthew Tan Creti

    Created: Sun, 4 Apr 2004 9:45 PM
    Updated: Wed, 24 Nov 2004 10:54 AM
Environment: Linux

Description:
Class names like HTMLEditorKit.ParserCallback and HTML.Tag don't work. For example \
this script gives an error.

#!/usr/bin/env groovy
test1 = new javax.swing.text.html.HTMLEditorKit.ParserCallback()
test2 = new javax.swing.text.html.HTML.Tag()

Caught: groovy.lang.MissingClassException: No such class: \
javax.swing.text.html.HTMLEditorKit.ParserCallback in constructor call. At [2:8] \
                MyParser.groovy
groovy.lang.MissingClassException: No such class: \
javax.swing.text.html.HTMLEditorKit.ParserCallback in constructor call. At [2:8]...

Just to test that the class paths are right this script does not give an error.

#!/usr/bin/env groovy
test = new javax.swing.text.html.HTML





---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic