Hello,

I have created a new project using the following command with
gwt-windows-1.5.2

*projectCreator.cmd     -ant build -out Test
applicationCreator.cmd -out myproject com.myproject.client.Test*

I have noted that build.ant.xml file has a target like this:

  <target name="compile" description="Compile src to bin">
    <mkdir dir="bin"/>
    <javac srcdir="src:test" destdir="bin" includes="**" debug="on"
debuglevel="lines,vars,source" source="1.4">
      <classpath refid="project.class.path"/>
    </javac>
  </target>

Please note the option source="1.4" , should be "1.5" , anyone reported
this?

Thanks
Alejandro

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to