]> source.dussan.org Git - vaadin-framework.git/commitdiff
More comments (TODO) for Jani
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sun, 28 Oct 2007 08:47:55 +0000 (08:47 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sun, 28 Oct 2007 08:47:55 +0000 (08:47 +0000)
svn changeset:2605/svn branch:trunk

build/build.xml

index 528a3b2cf1ac4b95ebf2a3b556d7c6cbc7048371..c100928b40c08f2550e43924dd92a938b38825ff 100644 (file)
@@ -44,6 +44,9 @@
 
        <!-- Initialization - - - - - - - - - - - - - - - - - - - - - - - - -->
        <target name="init">
+               
+               <!-- TODO The following selects mac platform even when we are building (on mac) for windows ??? -->
+               
                <!-- Find out which platform we are in -->
                <if>
                        <equals arg1="${os.name}" arg2="Windows 2000, Windows XP" />
                <mkdir dir="${output-dir}/WebContent/WEB-INF" />
                <mkdir dir="${output-dir}/WebContent/WEB-INF/classes" />
 
+               <!-- TODO Selection of classpath conflicts with bin/compile-gwt-components. build.xml expects gwt/mac/...
+               and bin/compile-gwt-components expects gwt/gwt/... We should use constistent naming everywhere. I propose
+               that we use gwt/mac/... everywhere. Still this init target should use the platform we are targeting, not the
+               platform we are building on. -->
+               
                <!-- Construct classpath used by java and javadoc compilation -->
                <path id="compile.classpath">
                        <pathelement path="build/gwt/${platform}/gwt-user.jar" />