|
|
@@ -361,10 +361,8 @@ public class RuntimeConfigurable implements Serializable { |
|
|
throw be; |
|
|
throw be; |
|
|
} else { |
|
|
} else { |
|
|
throw new BuildException( |
|
|
throw new BuildException( |
|
|
getElementTag() |
|
|
|
|
|
+ " doesn't support the \"" |
|
|
|
|
|
+ be.getAttribute() |
|
|
|
|
|
+ "\" attribute", be); |
|
|
|
|
|
|
|
|
getElementTag() + " doesn't support the \"" |
|
|
|
|
|
+ be.getAttribute() + "\" attribute", be); |
|
|
} |
|
|
} |
|
|
} catch (BuildException be) { |
|
|
} catch (BuildException be) { |
|
|
if (name.equals("id")) { |
|
|
if (name.equals("id")) { |
|
|
|