When I run this command on my android project workspace: eclipsec.exe -noSplash -data "F:\Users\awalsh\workspace" -application org.eclipse.jdt.apt.core.aptBuild
I get this error:
An error has occured. See the logfile F:\Users\awalsh\workspace.metadata.log
There are a bunch of eclipse related errors in the log and then some android related errors like this (the log file is 78k so I didn't want to copy/paste it all):
An error occurred while automatically activating bundle com.android.ide.eclipse.ddms An error occurred while automatically activating bundle com.android.ide.eclipse.adt org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle com.android.ide.eclipse.ddms (193).
Does anyone know if it is possible to build an android project via eclipsec.exe command line? Would I have to do something special considering android projects are meant to be built with the android plugin in eclipse? Has anyone successfully built an android project via command line?