Changeset 1484

Show
Ignore:
Timestamp:
11/24/08 17:05:10 (6 weeks ago)
Author:
csims
Message:

Fixed a language mistake, and added the hooks for including Mesh4X code. (didn't make it the default just yet, since the java5 post wrapper causes a lot more classes to get created)

Location:
branches/dev
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/dev/j2merosa/org.javarosa.demo/build.xml

    r1465 r1484  
    6060                                        <source dir="${basedir}/../org.javarosa.formmanager/src/"/> 
    6161                                        <source dir="${basedir}/../org.javarosa.j2me/src/"/> 
     62                                        <!--source dir="${basedir}/../org.javarosa.mesh4j.sync.extensions/src/"/--> 
    6263                    <source dir="${basedir}/../org.javarosa.polish.activity/src/"/> 
    6364                                        <source dir="${basedir}/../org.javarosa.polish.chatterbox/src/"/> 
     
    7172                                        <source dir="${basedir}/../org.javarosa.xform/src/"/> 
    7273                                        <source dir="${basedir}/../org.javarosa.xform/test/"/> 
     74                                        <!--source dir="${basedir}/../org.mesh4j.sync/src/"/--> 
     75                                        <!--source dir="${basedir}/../org.mesh4j.sync.message/src/"/--> 
     76                                        <!-- Add back in Mesh4X code once we're satisfied with using Java5's in Polish --> 
    7377                                         
    7478                                        <!-- defunct 
     
    120124                                </debug> 
    121125                                <!-- Properties of the actual javac compiler --> 
    122                                 <compiler debug="on" classpath="${polish.home}/import/enough-j2mepolish-client.jar:${polish.home}/import/fileconnection.jar:${polish.home}/import/j2me-lib_1.1.jar:${wtk.home}/lib/jsr082.jar:${polish.home}/import/nokia-ui.jar:${polish.home}/import/m3g.jar"/> 
     126                                <compiler debug="on" classpath="${polish.home}/import/enough-j2mepolish-client.jar:${polish.home}/import/fileconnection.jar:${polish.home}/import/j2me-lib_1.1.jar:${wtk.home}/lib/jsr082.jar:${polish.home}/import/nokia-ui.jar:${polish.home}/import/m3g.jar${polish.home}/import/wmapi.jar"/> 
     127                                 
     128                                <!--postcompiler name="java5" /--> 
     129                                <!-- Add back when we're satisfied with everyone using it --> 
    123130 
    124131                        </build> 
  • branches/dev/javarosa/org.javarosa.core/test/org/javarosa/core/util/test/PrefixTreeTest.java

    r1339 r1484  
    4444         
    4545        public void doTests() { 
    46                 System.out.println("here i am motherfucker"); 
    4746                 
    4847                PrefixTree t = new PrefixTree();