Can't Repro
Status Update
Comments
jb...@google.com <jb...@google.com> #2
I have forwarded your request to our engineering team. I cannot provide an E.T.A. or guarantee that this feature will be deployed. Rest assured that your feedback is always seriously taken. Any future updates will be posted on this thread.
pa...@gmail.com <pa...@gmail.com> #3
Is there any progress with that feature request?
sd...@gmail.com <sd...@gmail.com> #4
I'm also very interested in having this extension in cloudsql for postgres since it's blocking the emigration of one of ours databases
zs...@gmail.com <zs...@gmail.com> #5
+1 to voting for the ip4r extension. Currently not supported in Cloud SQL and we make use of it.
[Deleted User] <[Deleted User]> #6
Any updates on this? It's blocking a migration from RDS to google cloud.
ks...@gtempaccount.com <ks...@gtempaccount.com> #8
[Comment deleted]
we...@gmail.com <we...@gmail.com> #9
how can i do it in build.xml file, please?
[Deleted User] <[Deleted User]> #10
Thanks this thread helped me to deal with this.
[Deleted User] <[Deleted User]> #11
[Comment deleted]
as...@gmail.com <as...@gmail.com> #12
I'm having this same issue with the Gingerbread source running 'make pdk pdk_docs'.
I'm using java 1.6.0_20 with -XDignore.symbol.file in the javadoc arguments in build/core/droiddoc.mk
I'm using java 1.6.0_20 with -XDignore.symbol.file in the javadoc arguments in build/core/
sr...@gmail.com <sr...@gmail.com> #13
Hi All,
I am facing following error while building ICS
javadoc: error - In doclet class com.google.doclava.Doclava, method start has thrown an exception java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodError: java.lang.String.isEmpty()
I have tried using -XDignore.symbol.file in the javadoc arguments but its not resolved.
can anyone tell me exactly at what place i have to make this change?
I am facing following error while building ICS
javadoc: error - In doclet class com.google.doclava.Doclava, method start has thrown an exception java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodError: java.lang.String.isEmpty()
I have tried using -XDignore.symbol.file in the javadoc arguments but its not resolved.
can anyone tell me exactly at what place i have to make this change?
ka...@gmail.com <ka...@gmail.com> #14
@srikanth:
I had the same error. The problem was in javadoc version. It was not correct (was jdk1.5).
Please check:
sudo update-alternatives --config javadoc
and switch to jdk1.6. Also, check others: java, javac, javaws, javap for sure. Everything should be switch to jdk1.6.
I had the same error. The problem was in javadoc version. It was not correct (was jdk1.5).
Please check:
sudo update-alternatives --config javadoc
and switch to jdk1.6. Also, check others: java, javac, javaws, javap for sure. Everything should be switch to jdk1.6.
sb...@google.com <sb...@google.com> #15
I'm closing this bug as obsolete.
ch...@gmail.com <ch...@gmail.com> #16
[Comment deleted]
zh...@gmail.com <zh...@gmail.com> #17
on ubuntu 14.04 default openjdk-8 is u45, so there is a problem as below:
-----------------------------
javadoc: error - In doclet class com.google.doclava.Doclava, method start has thrown an exception java.lang.reflect.InvocationTargetException
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.android.okhttp.ConnectionPool not found
-----------------------------
Installing openjdk-8 update from this Launchpad PPA is safe.
To install OpenJDK 8 execute the following commands :
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt update
sudo apt install openjdk-8-jdk
-----------------------------
javadoc: error - In doclet class com.google.doclava.Doclava, method start has thrown an exception java.lang.reflect.InvocationTargetException
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.android.okhttp.ConnectionPool not found
-----------------------------
Installing openjdk-8 update from this Launchpad PPA is safe.
To install OpenJDK 8 execute the following commands :
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt update
sudo apt install openjdk-8-jdk
Description
Using javadoc from both openjdk-6 and sun-6 get following failure for
running 'make sdk':
javadoc: error - In doclet class DroidDoc, method start has thrown an
exception java.lang.reflect.InvocationTargetException
Fixed by reverting to javadoc from sun-1.5.0.