Den 1. jun. 2010 kl. 04.34 skrev David Crossley: > 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).
Here's my output: jar: Building jar: /usr/local/forrest/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build/org.apache.forrest.plugin.internal.dispatcher.jar local-deploy: Locally deploying org.apache.forrest.plugin.internal.dispatcher Copying 354 files to /usr/local/forrest/build/plugins/org.apache.forrest.plugin.internal.dispatcher Copied 91 empty directories to 5 empty directories under /usr/local/forrest/build/plugins/org.apache.forrest.plugin.internal.dispatcher Copying 1 file to /usr/local/forrest/build/plugins/lib Copying 14 files to /usr/local/forrest/build/plugins/lib That is, no problems. This is against r950069. $ java -version java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode) MacOS X 10.6.3 Sjur