3 Replies Latest reply on Mar 11, 2008 10:42 AM by alesj

    EARStructure not recognizing .ear archives

    alesj

      Is there a reason why EARStructure doesn't recognize top level archive as an ear?

      We have this as the top check:

       if (file.isLeaf() == true || file.getName().endsWith(".ear") == false)
       return false;
      


      At least .ear archives should be checked.