JChemPaint / jchempaint

Chemical 2D structure editor application/applet based on the Chemistry Development Kit
http://jchempaint.github.com
110 stars 34 forks source link

Building the app is not working #180

Closed laestis closed 8 years ago

laestis commented 9 years ago

Hi,

I strictly followed the application found here https://github.com/JChemPaint/jchempaint/wiki/Development-jcp. When I want to build the application and type "ant" to do so I ended with the following error:

"laetitia@pivoine:~/Project/JavaApplet/jchempaint$ ant Buildfile: /home/laetitia/Project/JavaApplet/jchempaint/build.xml [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found. [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.

check-languageclasses:

BUILD FAILED /home/laetitia/Project/JavaApplet/jchempaint/build.xml:196: /home/laetitia/Project/JavaApplet/jchempaint/po does not exist."

Indeed the po directory does not exist. It was not in the git repository. What should I do?

Thanks

johnmay commented 8 years ago

The PO files need to be built with a GNU gettext. JChemPaint is now build using Maven which makes this more explicit.