You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ji...@apache.org on 2004/03/25 07:23:58 UTC

[jira] Created: (GUMP-39) gump-check ant task

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/BrowseList?listName=general@gump.apache.org&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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org