Hi all,

     when importing wso2 app server examples to developer studio, it has
problem to identify the project nature. To solve i'm trying to set the
project nature as a wso2 project when importing the wso2 app server example
projects to developer studio. To achieve that i add below code segment to
sample's pom.xml file.

 <plugin>
        <artifactId>maven-eclipse-plugin</artifactId>
        <version>2.9</version>
        <configuration>
          <buildcommands>
            <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
          </buildcommands>
          <projectnatures>
            <projectnature>*peroject nature*  ( for eg : in a jax-ws
project it : org.wso2.developerstudio.eclipse.jaxws.project.nature)
 </projectnature>
            <projectnature>org.eclipse.jdt.core.javanature</projectnature>
          </projectnatures>
        </configuration>
</plugin>

what are you think?
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to