I am tring to build my project using maven2.This project 开发者_如何学Cwas succesfully build using ANT in netbeans IDE.
I tried to generate two xmlbeans in one project. Each one, for example, gets participant object, so I can\'t put them in one configuration. The way I did was using two excution, here is my pom file:
I am working on a project and I can\'t compile that generates XMLBeans from a WSDL. The files are generated ok, but when I want to compile the project, I have problems with a few classes.
I have to draw a small finite state machine that has some reflexive transitions 开发者_如何学JAVA(meaning the start and the end state of the transition are equal.