Hi, I get the following error while trying to build 5.3 branch. The build is successful if I revert the last commit.
---- excerpt --- :plastic:compileJava [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:87: cannot find symbol [ant:javac] symbol : class FieldInstrumentations [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassPool [ant:javac] private final Map<String, FieldInstrumentations> instrumentations = PlasticInternalUtils.newMap(); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:89: cannot find symbol [ant:javac] symbol : class FieldInstrumentations [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassPool [ant:javac] private final FieldInstrumentations placeholder = new FieldInstrumentations(); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:580: cannot find symbol [ant:javac] symbol : class FieldInstrumentation [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassPool [ant:javac] void setFieldReadInstrumentation(String classInternalName, String fieldName, FieldInstrumentation fi) [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:585: cannot find symbol [ant:javac] symbol : class FieldInstrumentations [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassPool [ant:javac] FieldInstrumentations getFieldInstrumentations(String classInternalName) [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:623: cannot find symbol [ant:javac] symbol : class FieldInstrumentation [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassPool [ant:javac] void setFieldWriteInstrumentation(String classInternalName, String fieldName, FieldInstrumentation fi) [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassImpl.java:141: cannot find symbol [ant:javac] symbol : class FieldInstrumentations [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassImpl [ant:javac] private final FieldInstrumentations fieldInstrumentations = new FieldInstrumentations(); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassImpl.java:924: cannot find symbol [ant:javac] symbol : class FieldInstrumentations [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassImpl [ant:javac] private FieldInstrumentations findInstrumentations(FieldInsnNode node) [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:89: cannot find symbol [ant:javac] symbol : class FieldInstrumentations [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassPool [ant:javac] private final FieldInstrumentations placeholder = new FieldInstrumentations(); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:401: cannot find symbol [ant:javac] symbol : class FieldInstrumentation [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassPool [ant:javac] FieldInstrumentation instrumentation = getFieldInstrumentations(ownerInternalName).get(fnode.name, opcode == GETFIELD); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:429: cannot find symbol [ant:javac] symbol : class FieldInstrumentations [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassPool [ant:javac] instrumentations.put(classNode.name, new FieldInstrumentations()); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:587: cannot find symbol [ant:javac] symbol : class FieldInstrumentations [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassPool [ant:javac] FieldInstrumentations result = instrumentations.get(classInternalName); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassImpl.java:141: cannot find symbol [ant:javac] symbol : class FieldInstrumentations [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassImpl [ant:javac] private final FieldInstrumentations fieldInstrumentations = new FieldInstrumentations(); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassImpl.java:912: cannot find symbol [ant:javac] symbol : class FieldInstrumentation [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassImpl [ant:javac] FieldInstrumentation instrumentation = findInstrumentations(fnode).get(fnode.name, opcode == GETFIELD); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassImpl.java:1122: cannot find symbol [ant:javac] symbol : class FieldInstrumentation [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassImpl [ant:javac] FieldInstrumentation fi = new FieldInstrumentation(method.name, method.desc); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassImpl.java:1122: cannot find symbol [ant:javac] symbol : class FieldInstrumentation [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassImpl [ant:javac] FieldInstrumentation fi = new FieldInstrumentation(method.name, method.desc); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassImpl.java:1134: cannot find symbol [ant:javac] symbol : class FieldInstrumentation [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassImpl [ant:javac] FieldInstrumentation fi = new FieldInstrumentation(method.name, method.desc); [ant:javac] ^ [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassImpl.java:1134: cannot find symbol [ant:javac] symbol : class FieldInstrumentation [ant:javac] location: class org.apache.tapestry5.internal.plastic.PlasticClassImpl [ant:javac] FieldInstrumentation fi = new FieldInstrumentation(method.name, method.desc); [ant:javac] ^ [ant:javac] Note: Some input files use unchecked or unsafe operations. [ant:javac] Note: Recompile with -Xlint:unchecked for details. [ant:javac] 17 errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':plastic:compileJava'. Cause: Compile failed; see the compiler error output for details. ----- /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/5-3-x-Failure-when-building-5-3-branch-tp7158623p7158623.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org