RE: RESOLVED: R question (with context)

2015-09-14 Thread Martin Gainty







> Date: Mon, 14 Sep 2015 11:30:20 +0930
> Subject: Re: RESOLVED: R question (with context)
> From: baerr...@gmail.com
> To: users@maven.apache.org
> 
> On 14 September 2015 at 11:17, Martin Gainty <mgai...@hotmail.com> wrote:
> 
> > got it working and the apk deployable is ready to be tested
> >
> > Many Thanks to Stuart McCullough for his kind assistance on a rainy Sunday
> > Martin
> 
> 
> You dont provide any summary of the actual problem, once identified, and
> then the correct resolution.

MG>Maven-plugin/phonegap-android/src/main/java/com/phonegap/DroidGap.java:
> [910,44] package android.R does not exist
> but when I look for the generated file I am able to see R.java at 
> /target/generated-sources/r/com/phonegap/R.j
MG>solution is to refactor hardcoded android.R as com.phonegap.R;
MG>there was a fair amount of refactoring of plexus to sisu-guice in the 
pom.xml which was suggested by Stuart
MG>if you are interested I would suggest announce your interest in the solution
MG>If you are interested in my implementations of android-maven-plugin i would 
be more than happy to cc you from now on 
MG>Best Regards
> 
> Make the internet a better place and leave these notes for others to find
> when they face the same problem.
MG>assumed nobody cared so I begged off providing any details which would 
probably never be read
MG>thanks and regards

  

RESOLVED: R question (with context)

2015-09-13 Thread Martin Gainty
got it working and the apk deployable is ready to be tested

Many Thanks to Stuart McCullough for his kind assistance on a rainy Sunday
Martin 
__ 

   


> From: mgai...@hotmail.com
> To: manf...@simpligility.com; users@maven.apache.org
> Subject: RE: R question (with context)
> Date: Sun, 13 Sep 2015 08:28:13 -0400
> 
> context:
> when i attempt to compile PhoneGap app from
>  https://github.com/phonegap/phonegap i see:
> 
> Maven-plugin/phonegap-android/src/main/java/com/phonegap/DroidGap.java:
> [910,44] package android.R does not exist
> but when I look for the generated file I am able to see R.java at 
> /target/generated-sources/r/com/phonegap/R.java
> 
> find . -name "R.*"
> ./target/generated-sources/r/com/phonegap/R.java
> 
> is hard coded package of android in PhoneGap incorrect?
> or should I just mv R.java /android ?
> 
> Nota Bene: here are contents of R.java:
> 
> package com.phonegap;
> 
> public final class R {
> 
> }
> ?
> Martin 
> __ 
>   
>   
> 
> 
> > From: mgai...@hotmail.com
> > To: manf...@simpligility.com; users@maven.apache.org
> > Subject: R question
> > Date: Fri, 11 Sep 2015 19:24:11 -0400
> > 
> > Manfred (and anyone else)
> > where is R.java located when using maven-android-plugin?
> > 
> > Thanks,
> > Martin 
> > _ 
> > 
> >  
> >   
> 
  

Re: RESOLVED: R question (with context)

2015-09-13 Thread Barrie Treloar
On 14 September 2015 at 11:17, Martin Gainty  wrote:

> got it working and the apk deployable is ready to be tested
>
> Many Thanks to Stuart McCullough for his kind assistance on a rainy Sunday
> Martin


You dont provide any summary of the actual problem, once identified, and
then the correct resolution.

Make the internet a better place and leave these notes for others to find
when they face the same problem.