ODK aggregate-mysql

I've changed certain code within 'eclipse-aggregate-gae' project. The
output is visible on running the project as 'google web application' on my
localhost.
I need to export 'aggregate-mysql' project as a war file and test the
output of 'eclipse-aggregate-gae' project.
I've done all the steps defined in configure.txt and readme.txt.
But when I do 'mvn install' in terminal within 'aggregate-mysql'
directory, there is the following error:

Failed to execute goal on project aggregate-mysql: Could not resolve
dependencies for project org.opendatakit:aggregate-mysql:war:1.0: The
following artifacts could not be resolved:
org.opendatakit:aggregate-src:jar:latest,
org.opendatakit:odk-mysql-it-settings:jar:latest,
com.google.gdata:gdata-client-1.0:jar:1.47.1,
com.google.gdata:gdata-client-meta-1.0:jar:1.47.1,
com.google.gdata:gdata-core-1.0:jar:1.47.1,
com.google.gdata:gdata-docs-3.0:jar:1.47.1,
com.google.gdata:gdata-docs-meta-3.0:jar:1.47.1,
com.google.gdata:gdata-maps-2.0:jar:1.47.1,
com.google.gdata:gdata-maps-meta-2.0:jar:1.47.1,
com.google.gdata:gdata-media-1.0:jar:1.47.1,
com.google.gdata:gdata-spreadsheet-3.0:jar:1.47.1,
com.google.gdata:gdata-spreadsheet-meta-3.0:jar:1.47.1,
com.googlecode.gwt-google-maps-v3:gwt-google-maps-v3:jar:snapshot,
com.google.gwt.google-apis:gwt-visualization:jar:1.1.1,
org.javarosa:javarosa-libraries:jar:latest,
org.opendatakit:odk-httpclient-gae:jar:1.1,
org.opendatakit:odk-tomcatutil:jar:1.0,
org.openid4java:openid4java-nodeps:jar:0.9.6.662.odk-SNAPSHOT,
org.springframework.security:spring-security-config:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-core:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-crypto:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-openid:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-web:jar:3.1.3.odk-SNAPSHOT:
Could not find artifact org.opendatakit:aggregate-src:jar:latest in central
(http://repo1.maven.org/maven2) -> [Help 1]

I've also changed all concerned directories to writable option. But still
this error persists.
I need to export 'aggregate-mysql' project and test it with the local
'mysql server', to view the output of changes I've made in
'eclipse-aggregate-gae' project.
I've tried it for weeks, but haven't found any result yet.
I would be obliged for any suggestions.

I think the jars are not in classpath.
Try checking your classpath settings.

Thanks
Deepak

··· On Fri, Jul 26, 2013 at 11:50 AM, subash basnet wrote:

I've changed certain code within 'eclipse-aggregate-gae' project. The
output is visible on running the project as 'google web application' on my
localhost.
I need to export 'aggregate-mysql' project as a war file and test the
output of 'eclipse-aggregate-gae' project.
I've done all the steps defined in configure.txt and readme.txt.
But when I do 'mvn install' in terminal within 'aggregate-mysql'
directory, there is the following error:

Failed to execute goal on project aggregate-mysql: Could not resolve
dependencies for project org.opendatakit:aggregate-mysql:war:1.0: The
following artifacts could not be resolved:
org.opendatakit:aggregate-src:jar:latest,
org.opendatakit:odk-mysql-it-settings:jar:latest,
com.google.gdata:gdata-client-1.0:jar:1.47.1,
com.google.gdata:gdata-client-meta-1.0:jar:1.47.1,
com.google.gdata:gdata-core-1.0:jar:1.47.1,
com.google.gdata:gdata-docs-3.0:jar:1.47.1,
com.google.gdata:gdata-docs-meta-3.0:jar:1.47.1,
com.google.gdata:gdata-maps-2.0:jar:1.47.1,
com.google.gdata:gdata-maps-meta-2.0:jar:1.47.1,
com.google.gdata:gdata-media-1.0:jar:1.47.1,
com.google.gdata:gdata-spreadsheet-3.0:jar:1.47.1,
com.google.gdata:gdata-spreadsheet-meta-3.0:jar:1.47.1,
com.googlecode.gwt-google-maps-v3:gwt-google-maps-v3:jar:snapshot,
com.google.gwt.google-apis:gwt-visualization:jar:1.1.1,
org.javarosa:javarosa-libraries:jar:latest,
org.opendatakit:odk-httpclient-gae:jar:1.1,
org.opendatakit:odk-tomcatutil:jar:1.0,
org.openid4java:openid4java-nodeps:jar:0.9.6.662.odk-SNAPSHOT,
org.springframework.security:spring-security-config:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-core:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-crypto:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-openid:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-web:jar:3.1.3.odk-SNAPSHOT:
Could not find artifact org.opendatakit:aggregate-src:jar:latest in central
(http://repo1.maven.org/maven2) -> [Help 1]

I've also changed all concerned directories to writable option. But still
this error persists.
I need to export 'aggregate-mysql' project and test it with the local
'mysql server', to view the output of changes I've made in
'eclipse-aggregate-gae' project.
I've tried it for weeks, but haven't found any result yet.
I would be obliged for any suggestions.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Deepak Sharma
http://www.linkedin.com/in/rikindia

You somehow skipped this step:

(7) Register libraries in Maven: (this is also required for Eclipse builds)

The libraries to be registered in maven are in the src/main/libs directory.
See the readme there for the maven commands to upload those files into your
local repository. In some cases, these are cutting edge Google libraries
that
may no longer need to be manually installed (once they get published to
maven).

··· On Thu, Jul 25, 2013 at 11:56 PM, Deepak Sharma wrote:

I think the jars are not in classpath.
Try checking your classpath settings.

Thanks
Deepak

On Fri, Jul 26, 2013 at 11:50 AM, subash basnet yasubash@gmail.comwrote:

I've changed certain code within 'eclipse-aggregate-gae' project. The
output is visible on running the project as 'google web application' on my
localhost.
I need to export 'aggregate-mysql' project as a war file and test the
output of 'eclipse-aggregate-gae' project.
I've done all the steps defined in configure.txt and readme.txt.
But when I do 'mvn install' in terminal within 'aggregate-mysql'
directory, there is the following error:

Failed to execute goal on project aggregate-mysql: Could not resolve
dependencies for project org.opendatakit:aggregate-mysql:war:1.0: The
following artifacts could not be resolved:
org.opendatakit:aggregate-src:jar:latest,
org.opendatakit:odk-mysql-it-settings:jar:latest,
com.google.gdata:gdata-client-1.0:jar:1.47.1,
com.google.gdata:gdata-client-meta-1.0:jar:1.47.1,
com.google.gdata:gdata-core-1.0:jar:1.47.1,
com.google.gdata:gdata-docs-3.0:jar:1.47.1,
com.google.gdata:gdata-docs-meta-3.0:jar:1.47.1,
com.google.gdata:gdata-maps-2.0:jar:1.47.1,
com.google.gdata:gdata-maps-meta-2.0:jar:1.47.1,
com.google.gdata:gdata-media-1.0:jar:1.47.1,
com.google.gdata:gdata-spreadsheet-3.0:jar:1.47.1,
com.google.gdata:gdata-spreadsheet-meta-3.0:jar:1.47.1,
com.googlecode.gwt-google-maps-v3:gwt-google-maps-v3:jar:snapshot,
com.google.gwt.google-apis:gwt-visualization:jar:1.1.1,
org.javarosa:javarosa-libraries:jar:latest,
org.opendatakit:odk-httpclient-gae:jar:1.1,
org.opendatakit:odk-tomcatutil:jar:1.0,
org.openid4java:openid4java-nodeps:jar:0.9.6.662.odk-SNAPSHOT,
org.springframework.security:spring-security-config:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-core:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-crypto:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-openid:jar:3.1.3.odk-SNAPSHOT,
org.springframework.security:spring-security-web:jar:3.1.3.odk-SNAPSHOT:
Could not find artifact org.opendatakit:aggregate-src:jar:latest in central
(http://repo1.maven.org/maven2) -> [Help 1]

I've also changed all concerned directories to writable option. But still
this error persists.
I need to export 'aggregate-mysql' project and test it with the local
'mysql server', to view the output of changes I've made in
'eclipse-aggregate-gae' project.
I've tried it for weeks, but haven't found any result yet.
I would be obliged for any suggestions.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Deepak Sharma
http://www.linkedin.com/in/rikindia

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com