Update Manager returns Java Result: 13 [message #327004] |
Fri, 04 April 2008 12:55 |
Eclipse User |
|
|
|
Originally posted by: tim.johnson.barclaysglobal.com
Hi,
I'd really appreciate some help with a problem we are experiencing with
our build, specifically the cmd line update manager.
We have the following target in our build script:
<target name="deployMdaToolsSdk">
<delete dir="${mdaToolsSDKPluginDir}"/>
<mkdir dir="${mdaToolsSDKPluginDir}"/>
<unzip dest="${mdaToolsSDKPluginDir}"
src="${buildDirectory}/${buildLabel}/mdatools-SDK-${buildId}.zip " />
<touch file="${mdaToolsSDKPluginDir}/eclipse/.eclipseextension"/>
<java
fork="true"
classname="org.eclipse.core.launcher.Main"
dir="${testEnv}/eclipse">
<classpath>
<pathelement location="${testEnv}/eclipse/startup.jar"/>
</classpath>
<arg line="-application org.eclipse.update.core.standaloneUpdate"/>
<arg line="-command addSite"/>
<arg line="-from ${mdaToolsSDKPluginDir}"/>
</java>
</target>
The first execution of this target returns Java Result: 13 a subsequent
call to the target succeeds. I have tried using -consolelog and -debug
with an .options file taken from the org.eclipse.update.core plugin. This
hasn't enabled me to resolve the 13 error.
Any help would be appreciated.
Best regards,
Tim
|
|
|
Powered by
FUDForum. Page generated in 0.02653 seconds