Page 1 of 1

Building docx4j project in Eclipse

PostPosted: Wed Aug 15, 2012 2:48 am
by anil_ah
Hi Jason,
As suggested by you ,I am trying to build the docx4j in eclipse .
i foolowed the steps metioned in http://www.docx4java.org/forums/announces/docx4j-source-code-github-howto-t1089.html.

At last i come up with these compilation issues,screen shot is attached for same.

Please help to get resolve these.

Regards
Anil

Re: Building docx4j project in Eclipse

PostPosted: Wed Aug 15, 2012 7:11 pm
by jason
Hello Anil

Remove src/docx4j-extras from your classpath to get rid of LoadFromJCR

Beyond that, this screen shot doesn't tell me what else may be wrong. You have to hover over the red squares on the right hand side, or list the contents of the problems window (cut off at the bottom).

For your purposes as I understand them, it is not absolutely essential that you make eclipse happy, because you can compile a jar from the command line, using either "ant dist" (with ant installed) or "mvn install" (with maven installed).

cheers .. Jason

Re: Building docx4j project in Eclipse

PostPosted: Thu Aug 16, 2012 12:25 am
by anil_ah
Hi Jason,
Thanks a lot.
two more error also left,Please advise on those also.
PFA screen shot



Regards
Anil