In addition to:
huntc wrote: > > To cope, what I've now done under the xmlbeans project properties is: > > 1. Moved the maven builder up before the java builder (as per > recommendation). I presume that this ensures my generated classes are > created before java gets to compile. > 2. Added target/generated-classes/xmlbeans as a class folder under Java > Build Path/Libraries. I presume that this then allows any dependent > sources in my project to resolve its imports. > 3. Exported this same class folder under "Order and Export". This should > then allow other projects in the workspace to resolve the generated > classes when things are being resolved via the workspace. > > 4. Add xmlbeans as a compile-time dependency. -- View this message in context: http://www.nabble.com/xmlbeans-again-tp18566725p19284013.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
