I am opening my axis2-1.2 project with NetBeans 6.5 from a svn exported tree from C:\asf\axis\axis2\java\core\tags\v1.2
The netbeans scan for imports and libs and vice versa starts. After all I am ready to go allong but some sub-projects i.e. Apache Axis 2.0 Jaxws(jar) Test Packages have errors the following packages are missing import org.test.mtom.ImageDepot; import org.test.mtom.ObjectFactory; import org.test.mtom.SendImage; >From where do they come? Note, I have previously built axis2-1.2 with maven-2.2.1 fault free; So the missing stuff migth there but where is it for NetBeans-6.5? Any hint appreciated. Josef