Hi Ajith,

Ajith Ranabahu:
Yes, a good suggestion. We will definitely look into the possibility
of generating the .project file. For now we just copy the necessary
files to a directory to allow any interested party to easily create
the project.

all you have to do is to include the following content as ".project":

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
        <name>org.apache.ws.axis2.tool.code-gen</name>
        <comment></comment>
        <projects>
        </projects>
        <buildSpec>
                <buildCommand>
                        <name>org.eclipse.jdt.core.javabuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
                <buildCommand>
                        <name>org.eclipse.pde.ManifestBuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
                <buildCommand>
                        <name>org.eclipse.pde.SchemaBuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
        </buildSpec>
        <natures>
                <nature>org.eclipse.pde.PluginNature</nature>
                <nature>org.eclipse.jdt.core.javanature</nature>
        </natures>
</projectDescription>

I am not sure what this problem is. I was thinking perhaps it is an
Eclipse version prob (which is highly unlikely since you seem to have
gone upto the finish :)). Did you point to a valid WSDL ? please send
in the eclipse error log (just the portion relevant to this one is
enough)

Hmm, i'm using stable Eclipse 3.0.1 for running the plugin, with jdk 1.4.2_06. I don't think it's a versioning problem. And I hope my wsdl is valid! It's self-written, not from a public web service.

BTW just prefix with [Axis2].

see http://wiki.apache.org/ws/FrontPage/Axis2:

Email:
    *
      Use convention in subject: "\[Axis2[/<module>]\] subject"

:-)


regards
Mike

Reply via email to