Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MAVEN-1425 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1425 Summary: Provide access to ant -inputhandler command line option Type: New Feature Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Components: jelly/ant integration cli Versions: 1.0 Assignee: Reporter: Laird Nelson Created: Thu, 12 Aug 2004 10:46 AM Updated: Thu, 12 Aug 2004 10:46 AM Description: I'm using the <ant:input> task in one of my plugins. Unfortunately, there is no way to specify the InputHandler implementation to use (this is more a design flaw in Ant than in Maven). There are several ways to accomplish this: 1. Do something more globalish to allow ant command line options in maven (a bit ugly but would solve this problem and maybe others as Ant adds more command line switches) 2. Provide some way to get the ant Project object so that the InputHandler may be set there using Project.setInputHandler(). 3. Define a maven jelly tag like <maven:input> or something that would allow a more flexible and correctly designed mechanism for capturing user input during the build. Thanks, L --------------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
