I encounter another question. Would you mind check it?
steps are following:
1. Add some "import" at the top of
"packages/apps/Calculator/src/com/android/calculator2/Logic.java"
----------------------------------------------------
import java.awt.Component;
----------------------------------------------------
2. run "mmm packages/apps/Calculator showcommands". Error happen with
following info:
------------------------------------------------------------------------------------------------------
javac -J-Xmx256m -target 1.5 -Xmaxerrs 9999999 -encoding ascii
-bootclasspath
out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar
-classpath
out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/libarity_intermediates/javalib.jar
-g -extdirs "" -d
out/target/common/obj/APPS/Calculator_intermediates/classes
[EMAIL
PROTECTED]/target/common/obj/APPS/Calculator_intermediates/classes/java-source-list-uniq
|| ( rm -rf out/target/common/obj/APPS/Calculator_intermediates/classes ;
exit 41 )
packages/apps/Calculator/src/com/android/calculator2/Logic.java:35: *package
java.awt does not exist*
import java.awt.Component;
^
------------------------------------------------------------------------------------------------------
Do you know what happen?
Thanks.
2008/12/3 Dave Sparks <[EMAIL PROTECTED]>
>
> I believe you want:
>
> mmm showcommands
>
> On Dec 2, 10:03 pm, [EMAIL PROTECTED] wrote:
> > When build one component of Android source codes, such as
> > packages/apps/Calculator, I want to know what the command line is.
> > So, How to show detailed build information when run "mmm" to build one
> > component.
> >
> > Thanks.
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---