Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected element 'define-configuration-property' #219

Open
GoogleCodeExporter opened this issue Apr 26, 2015 · 5 comments
Open

Unexpected element 'define-configuration-property' #219

GoogleCodeExporter opened this issue Apr 26, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant