Hi David,
On Jul 10, 2007, at 12:45 AM, David Ward wrote:
  Author: dward
 Date: 2007-07-10 00:45:44 +0200 (Tue, 10 Jul 2007)
 New Revision: 3927
 Modified:
    xwiki-products/curriki/trunk/gwt/pom.xml
 Log:
  - Add profile so that the GWT code can compile under Solaris (SunOS)
  - Add profile to make it easier to change GWT versions 
[snip]
     <profiles>
      <profile>
 +      <id>gwt-1.3.3</id>
 +      <activation>
 +         <activeByDefault>true</activeByDefault>
 +      <!-- It seems activeByDefault is currently broken
 +             
http://jira.codehaus.org/browse/MNG-1882
 +           TODO: Remove this hack when fixed in 2.1 (bug claims
 fixed in 2.0.x) -->
 +         <jdk>1</jdk>
 +      </activation> 
Strange, this working fine everywhere else in XWiki's build (we use
it in several other places). Are you sure this is the problem?
-Vincent