Works perfectly ! Merci Thomas !

Solo solution is to add : "-extra folder" to the gwtc section in
build.xml

  <target name="gwtc" depends="javac" description="GWT compile to
JavaScript">
    <java failonerror="true" fork="true"
classname="com.google.gwt.dev.Compiler">
      <classpath>
        <pathelement location="src"/>
        <path refid="project.class.path"/>
      </classpath>
      <!-- add jvmarg -Xss16M or similar if you see a
StackOverflowError -->
      <jvmarg value="-Xmx256M"/>
      <!-- Additional arguments like -style PRETTY or -logLevel DEBUG
-->
      <arg value="-extra"/>
      <arg value="extra"/>
      <arg value="com.rheanet.Profiles"/>
    </java>
  </target>

When doing a build the file will be generated under folder specified.
The files don't get generated in developer mode, only if building
completly.

Arnaud


On 24 oct, 15:52, Thomas Broyer <[email protected]> wrote:
> On 24 oct, 14:10, Arnaud <[email protected]> wrote:
>
> > Hi all,
>
> > I can't get the default properties file generated !
>
> > I don't have -gen in my gwtc so I added it like this in build.xml :
>
> IIRC, properties files are generated in the -extra dir, while the -gen
> dir is only for the Java code of generated classes.
--~--~---------~--~----~------------~-------~--~----~
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