Changeset 732
- Timestamp:
- Jul 25, 2008, 10:56:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/src/net/sf/basedb/illumina/install/Install.java
r686 r732 775 775 if (!jarPath.equals(dft.getValidatorJarPath()) || !jarPath.equals(dft.getMetadataReaderJarPath())) 776 776 { 777 message += dft.getName() + " has invalid jar path.\n";777 message += "Validator/meta-data reader has not the expected jar-path: " + jarPath + ".\n"; 778 778 } 779 779 } 780 if (message != null) throw new ItemAlreadyExistsException(message + " Th is datafiletypecan not be used.");780 if (message != null) throw new ItemAlreadyExistsException(message + " The existing datafiletype, '" + dft.getName() + "' can not be used."); 781 781 } 782 782 catch (ItemNotFoundException infe)
Note: See TracChangeset
for help on using the changeset viewer.