Menu

#1 Patch for bug 1120660

open
nobody
None
8
2005-02-11
2005-02-11
No

This bug occurs becouse
new File("").exists()==null

And "" is used as default path for the copy plugin -
here is a snippet for plugin.xml (attribute "value"):

<!-- path may be relative or absolute -->
<dir required="true" value="" type="dir"
description="plugin.opendbcopy.copy.conf.outputDirErrorLogs"
/>

But this construction:
new File("").getAbsolutePath().exist()==true

So i modified slightly file CopyMappingPlugin.java.

Discussion

  • Grzegorz Lukasik

    Patch for copy plugin.

     
  • Grzegorz Lukasik

    • priority: 5 --> 8
     

Log in to post a comment.