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 7890757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:26:20+00:00 2026-06-03T06:26:20+00:00

I am creating some custom tasks in my SBT project and need to call

  • 0

I am creating some custom tasks in my SBT project and need to call other tasks for that.

How can i call inputTasks from inside my tasks and support them some input?

  • 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-06-03T06:26:22+00:00Added an answer on June 3, 2026 at 6:26 am

    Since you can factor your own tasks around this I’m assuming you’re trying to use the run task. It took a bit of digging, but I’ve finally made it work; in a nutshell, this is what you do (assuming your task is named deployTask, tweak to match your needs):

    deployTask <<= ( fullClasspath in Compile, runner ) map { ( classpath, runner ) =>
            val logger = ConsoleLogger()    // Not sure this is optimal
            Run.executeTrapExit( {
                Run.run( "com.sample.MainClass", 
                         classpath map { _.data }, 
                         Seq( "option1", "option2", "..." ),  // <-- Options go here
                         logger )( runner )
            }, logger )
        }
    

    This doesn’t invoke the InputTask directly (I haven’t found a way to do that yet), but it at least lets you run arbitrary Java code.

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

Sidebar

Related Questions

I am looking creating some custom controls that need to be compiled as a
I'm creating some custom components and backing code. I've created a Flex library project
I am creating some custom controls in WPF and need to therefore create the
I'm creating some custom views for the Django admin interface that use the standard
I'm creating some custom modules on PyroCMS, and the problem is, that the default
I am creating some custom performance counters. I will be creating tasks on a
I'm creating some custom FireMonkey GUI controls. The components need to update in response
I'm creating some custom checkboxes and what I mean by that is I'm just
I am creating some UITableViewCells with several custom items inside, my question is what
I am creating some custom selectboxes with jQuery so I can style them exactly

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.