Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 535999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:46:33+00:00 2026-05-13T09:46:33+00:00

I want to let users supply a groovy class with a property that is

  • 0

I want to let users supply a groovy class with a property that is a file-selector closure which I pass on to AntBuilder’s ‘copy’ task:

  class Foo {
    def ANT = { fileset(dir:'/tmp/tmp1') }
  }

in my code, I pick up the ANT property as ‘fAnt’ and pass to Ant:

  ant.copy(todir:'/tmp/tmp2', fAnt)

This works – but, if the user passes in an empty closure (def ANT={}) or with a selector that doesn’t select anything (maybe the fileset dir doesn’t exist) then it blows up. I tried surrounding the ant copy with a try-catch to catch the InvokerInvocationException, but somehow the exception comes through anyway … while I’m tracking that down, is there a way to read back a groovy Closure’s contents as a string, or to test if it’s empty?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T09:46:34+00:00Added an answer on May 13, 2026 at 9:46 am

    In short: No. You can’t decompile a closure in a meanngful way at runtime. If it’s user supplied, the Closure could even be a Java class.

    Long answer: If you want to do a lot of work, you might be able to, but it’s probably not worth it. The Groovy parser is part of the API, so if you have access to the source, you can theoretically examine the AST and determine if the closure is empty. Look into the SourceUnit class.

    It’s almost certainly not worth the effort though. You’re better off catching the exception and adding a helpful message like “You may have passed an empty closure or invalid fileset”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to let users test out a PHP class of mine, that among
I want to let users upload Images. The file gets re-named (by adding the
I want to implement functionality which let user share posts by other users similar
I want to let my users specify which hours / days they want to
I want to let users specify a date that may or may not include
I want to let the users of my app, which is in turn an
We want to let users click a thumbs up or thumbs down button from
In my open source app, I want to let users insert a picture/video/sound/etc .
I'm using CodeIgniter + Zend libraries. I want to let users upload videos to
Let's say I have thousands of users and I want to make the passwords

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.