Tim Williams wrote: > Anyone else getting: > > > compile: > [javac] Compiling 1 source file to > /Users/twilliams/Development/forrest/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build/classes > [javac] > /Users/twilliams/Development/forrest/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java:399: > cannot access SourceResolver > [javac] class file for SourceResolver not found > [javac] resolverDispatcher = new CocoonResolver(m_resolver); > [javac] ^ > [javac] 1 error > > ... in dispatcher? I'll poke around locally but wanted to see if it > was just me since zones is apparently working fine.
It does the "compile" phase for me okay. (Mac 10.5.8 with Java 1.5). -David