Menu

#76 Distribute Files confused by *-file-store

closed
Console (25)
5
2012-09-29
2006-03-10
Anonymous
No

I am running the console and worker in the same
directory (on the same machine). The console gets
confused by the *-file-store created when the files are
distributed; the console believes that there are
modifications to local files, which require distribution.

The
net.grinder.console.distribution.FileDistributionImplementation#scanDistributionFiles
does not use the file filter pattern used to determine
which files should be distributed (by the
ConsoleUI.DistributeFilesAction).

A patch to fix this issue is attached.

Discussion

  • Nobody/Anonymous

    Patch for FileDistributionImplementation.java

     
  • Philip Aston

    Philip Aston - 2006-03-12

    Logged In: YES
    user_id=2117

    Thank you.

    Patch accepted with modification to add the current filter
    pattern as a parameter to the scanDitirbutionFiles() method.

    Will be published in next beta.

     
  • Philip Aston

    Philip Aston - 2006-04-09

    Logged In: YES
    user_id=2117

    Fixed in 3.0-beta29.

     

Log in to post a comment.