Re: which xmlbeans lib for the xmlbeans plugin?

2007-07-18 Thread Severin Ecker

Hi,

first of all

   
 xmlbeans
 xmlbeans
 2.3.0
   

the groupId here _should_ be changed to 'org.apache.xmlbeans' (this was 
changed somewhere around version 2.2.0, check the pom file of the 
xmlbeans lib). it was just located in the wrong repository location


here i'm using
org.codehaus.mojo
xmlbeans-maven-plugin
2.2.0

along with version 2.2.0 of the xmlbeans lib (but version 2.3.0 of the 
plugin should work with 2.3.0 of the lib too)
when in doubt just check the pom file of your plugin and see which 
version it depends on.


cheers,
severin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



which xmlbeans lib for the xmlbeans plugin?

2007-07-18 Thread Jan Torben Heuer
Hi,

I am compiling my schema files with the current xmlbeans plugin - but which
xmlbeans lib do I have to include as dependency in my code?

I get this error on startup, so I think i am using the wrong version
> Incompatible minor version - expecting up to 23, got 24 
> (schemaorg_apache_xmlbeans.system

I am using:

>
>  xmlbeans
>  xmlbeans
>  2.3.0
>


Jan




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]