Page 1 of 1

Docx4J.Jar order dependency

PostPosted: Thu Jun 25, 2009 7:42 pm
by btjandra
Hi Jason,

I am getting a compile error when referencing all of the inner class. Such as Sectpr.PgMar .... this is happen when we do build from the command line. When I build from my eclipse there will be no problem, and I experiment with it, seems like if I put the docx4j.jar ahead of the diffx-0.61.jar I will have the same compile error that I had with command line. Do you know why this is happening ? Could you please help?

Thanks in advance.

Betty

Re: Docx4J.Jar order dependency

PostPosted: Fri Jun 26, 2009 1:12 am
by jason
If you are using current svn (since last weekend), you should remove the diffx jar, because that code is now in the docx4j source tree.

I can't see why that would affect finding things like Sectpr.PgMar though.

Could you be experiencing similar problems to viewtopic.php?f=6&t=91

If you use Eclipse's export to export a jar, does that jar work properly for you?