rusdewey / quickdic-dictionary

Automatically exported from code.google.com/p/quickdic-dictionary
0 stars 0 forks source link

Build problem: javax.management #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, I get one error building 4.0 . It says package javax.management not 
existing in Utils. There is no source code for 4.0.1. Seeing as there are no 
apks here either it would be helpful if releases could be tagged so that one 
could tell whether v4.0 is should actually be published.

Anyway I would like to show you the recipe that f-droid uses for 4.0: 

Build Version:4.0,22,c896ab82ce49,rm=Dictionary_signed.apk,\
init=git clone https://code.google.com/p/quickdic-dictionary.util/ 
Util,prebuild=mkdir libs && \
sed -i '29d' Util/src/com/hughes/util/StringUtil.java && \
sed -i 's@\(android.library.reference.1=\).*@\1Util@' project.properties && \
cd jars/icu4j-4_8_1_1/ && sed -i '108d' build.xml && ant clean collator 
transliterator moduleJar && \
mv icu4j.jar ../../libs/

Original issue reported on code.google.com by david8bl...@gmail.com on 16 Feb 2013 at 11:36

GoogleCodeExporter commented 9 years ago
Sorry, my fault, that import was bogus, and I hadn't yet pushed 4.0.1.  Should 
be OK now?

Original comment by thad.hug...@gmail.com on 17 Feb 2013 at 7:27

GoogleCodeExporter commented 9 years ago
Yes, it's good now thanks.

Original comment by david8bl...@gmail.com on 17 Feb 2013 at 7:54