You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this Maven 1 or Maven 2?
I have not use Maven or ant. I just import the jar into my project. And
when I build project, the unexpection occurs.
What steps will reproduce the problem?
1. I import all the dependency jars,flute-1.3.jar gwt-user.jar
junit-3.8.1.jar sac-1.3.jar javaswf.jar
gwt-dev.jar,gwt-incubator-20091216-r1739.jar
2. build the build.xml
What is the expected output? What do you see instead?
output you can see the attach.
What version of the product are you using? On what operating system?
gwt2.0 on windows xp
Please provide any additional information below.
build content:
<target name="gwt-compile" depends="gwt-compile.check, init"
unless="gwtBuild.notRequired" description="Perform GWT Compile">
<java classname="com.google.gwt.dev.Compiler" fork="true"
failonerror="true" maxmemory="${gwt-compile.maxmemory}">
<classpath refid="classpath" />
<jvmarg value="-Xss${gwt-compile.maxstack}" />
<arg value="-war" />
<arg value="${gwt.output.dir}" />
<arg value="${gwt-module.path}" />
<arg value="-localWorkers" />
<arg value="${gwt-compile.localWorkers}" />
<arg value="-logLevel" />
<arg value="${gwt-log-level}" />
<arg value="-style" />
<arg value="${gwt-style}" />
</java>
<touch file="${bin.dir}/.gwtBuild-${gwt-module.path}" />
</target>
Original issue reported on code.google.com by [email protected] on 22 Jan 2010 at 3:45
Original issue reported on code.google.com by
[email protected]
on 22 Jan 2010 at 3:45Attachments:
The text was updated successfully, but these errors were encountered: