Results 1 to 3 of 3

Thread: Feature Request: Recognize packages imported by @Grab

  1. #1
    Join Date
    Nov 2010
    Posts
    9

    Default Feature Request: Recognize packages imported by @Grab

    At the moment, STS places a red underline under the import statement in the following Groovy script:

    Code:
    @Grab(group = "net.sf.delicious-java", module = "delicious", version = "1.14")
    import del.icio.us.Delicious
    
    // rest of the script
    Ideally STS should inspect the contents of the net.sf.delicious-java:delicious:1.14 module and then recognize and resolve del.icio.us.Delicious as a valid class name.

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    This seems like a valid request.

    Could you please raise a JIRA for this at https://issuetracker.springsource.com/browse/STS

    Regards, Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  3. #3
    Join Date
    Nov 2010
    Posts
    9

    Default

    OK, done.

    Cheers,
    Behrang

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •