You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log.p("Failed to retrieve the access token from the google auth server. Login succeeded, but access token is null, so you won't be able to use it to retrieve additional information.");
NOTE: The `-Plocal-dev-javase` profile is necessary for building the javase port. Without it, you'll get build errors.
192
+
191
193
This will build and install Codename One in your local Maven repository. This process can take a while since it automatically downloads dependencies with a size of ~1GB.
192
194
193
195
@@ -196,15 +198,15 @@ To build the archetype projects from source, you should check out the [cn1-maven
Now that Codename One is installed in your local Maven repository, you can use that version in a project instead of the release version.
204
206
A new testing project can be quickly generated with the [Codename One initializr](https://start.codenameone.com).
205
207
206
208
After downloading and extracting the project, open its pom.xml file and and look for the `<cn1.version>` and `<cn1.plugin.version>` properties.
207
-
Then change these to point to the version that got installed into your *local* maven repository by `mvn install`. The locally built version will usually be a SNAPSHOT version (e.g. 7.0.21-SNAPSHOT).
209
+
Then change these to point to the version that got installed into your *local* maven repository by `mvn install -Plocal-dev-javase`. The locally built version will usually be a SNAPSHOT version (e.g. 7.0.21-SNAPSHOT).
0 commit comments