Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/secure/ViewIssue.jspa?key=GUMP-39 Here is an overview of the issue: --------------------------------------------------------------------- Key: GUMP-39 Summary: gump-check ant task Type: New Feature Status: Unassigned Priority: Major Project: Gump Components: Python Fix Fors: unspecified Versions: unspecified Assignee: Reporter: Leo Simons Created: Wed, 24 Mar 2004 10:22 PM Updated: Wed, 24 Mar 2004 10:22 PM Description: You want the ability to verify a project state is consistent with what gump expects it to be after a build, but only gump can verify that. Maybe we could have an ant task that talks to the gump repository to keep (nay, improve on) that functionality. <project default="test"> <target name="verify-gump" depends="build"> <gump-check project="cocoon"/> </target> <target name="test" depends="build,verify-gump"> </target> </project> the gump-check task would get a list of requirements from the gump server (ie, what jars should exist, what directories, licenses, ...) and compare that info to the filesystem. It would warn the user of any errors. Mailing list thread @ http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&by=thread&from=682505 --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/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]
