Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Update Manager returns Java Result: 13
Update Manager returns Java Result: 13 [message #327004] Fri, 04 April 2008 12:55
Eclipse UserFriend
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
Previous Topic:Determine resource renaming
Next Topic:With -Xmx951M Eclipse fails to start
Goto Forum:
  


Current Time: Tue Jul 16 13:39:59 GMT 2024

Powered by FUDForum. Page generated in 0.07204 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top