What jar file do you mean? If you mean the guice jar, and the fact it doesn't have the words "no_aop" in it, I'm pretty sure I just manually renamed it before posting it to google code last time.
sam On Tue, Feb 12, 2013 at 2:27 PM, Dat Nguyen <[email protected]> wrote: > Hi Sam, > > I've tried that option already: 'ant no_aop', then it will create a folder > named "no_aop" in build with new source files, then I build from that > folder with 'ant dist' or 'ant jar', but it still doesn't create the jar > file I need. > > Dat > > > On Monday, February 11, 2013 7:33:03 PM UTC-8, Sam Berlin wrote: > >> I think there's a noaop target in the ant script that will produce the >> scrubbed source (that you can then build). >> >> sam >> On Feb 11, 2013 10:29 PM, "Dat Nguyen" <[email protected]> wrote: >> >>> Currently in our Android project, we're linking against >>> guice-3.0-no_aop.jar for Guice. I need to do some timing measurement around >>> injection, so I've check out the source code of Guice (git clone >>> https://code.google.com/**p/google-guice/<https://code.google.com/p/google-guice/>), >>> but don't know how to make the needed file. I've tried ant build with >>> different options listed in build.xml (e.g. 'ant jar' or 'ant dist') but >>> none of these produce the file. >>> >>> So could anyone tell me how to build this jar from source? Thanks in >>> advanced. >>> >>> Dat >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "google-guice" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to google-guice...@**googlegroups.com. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at >>> http://groups.google.com/**group/google-guice?hl=en<http://groups.google.com/group/google-guice?hl=en> >>> . >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-guice?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
