Hello Sisinda
I tried to proceed today with some merge of Android work, starting with
the "sis-utility" module. I noticed the following file. Is it an
accidental commit?
core/sis-utility/src/main/libs/xerces-impl-1.jar
At build time, Maven produces the following warning. But "mvn
dependency:tree" shows that the only "opengl-api" dependency (for
example) come from "com.google.android" artifact itself. Do you have an
idea what is happening?
[WARNING] The following dependencies may conflict with the internal
versions provided by the Android platform:
[org.khronos:opengl-api:jar:gl1.1-android-2.1_r1:provided,
org.json:json:jar:20080701:provided,
commons-logging:commons-logging:jar:1.1.1:provided,
xerces:xmlParserAPIs:jar:2.6.2:provided, xpp3:xpp3:jar:1.1.4c:provided,
org.apache.httpcomponents:httpclient:jar:4.0.1:provided]
After above warning, the build fails with the following error. Is some
"source.properties" file missing?
[ERROR] Failed to execute goal
com.simpligility.maven.plugins:android-maven-plugin:4.5.0:generate-sources
(default-generate-sources) on project sis-utility:
Execution default-generate-sources of goal
com.simpligility.maven.plugins:android-maven-plugin:4.5.0:generate-sources
failed:
Error reading
/Users/desruisseaux/Library/android-sdk-macosx/tools/source.properties
Martin