Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Re: Migration to Ant: Error "Could not retrieve..."

What are your build.properties settings?

Dave

On 05/19/2010 02:49 AM, Stefan Jurack wrote:
I'm still jumping from one error to the next. This whole bunch of
Hudson/Athena/PDE stuff is really not intuitive.

I do now refer to my sources in the workspace as recommended by Nick in
a bugreport (https://bugs.eclipse.org/bugs/show_bug.cgi?id=308705)
<property name="localSourceCheckoutDir" value="${WORKSPACE}" />
<property name="relengBuilderDir" value="${WORKSPACE}/releng" />
to circumvent that SVN problem.

This works so far. However, I do now have errors that standard java
classes are missing as "java.util.List" etc.. My build output shows,
that J2SE-1.4, J2SE-1.5 and JavaSE-1.6 are defined properly:
e.g."J2SE-1.5 = /opt/ibm/ibm-java-jdk-ppc-60/jre/lib/rt.jar:/opt 
....and so on". All my MANIFEST.MF files are equipped with appropriate
"Bundle-RequiredExecutionEnvironment" statements. So what's the problem?!

greetx, Stefan

PS: Still working on the Master node.


Am 19.05.2010 11:07, schrieb Stefan Jurack:
  
Oh, I suppose this is still related to the fact, that Ant builds cannot
use subversion repositories.

Am 19.05.2010 10:24, schrieb Stefan Jurack:
  
    
Hi all,

I'm willing to migrate from bash to ant and followed the HOWTO pointed to by Nick in the previous post.
Still building on the master node, I get an error that some files may not be able to be retrieved. Can you give me any hint on how to correct my settings?

My build.xml and build.properties files can be found here: https://build.eclipse.org/hudson/job/cbi_henshin_0.5_nightly/ws/org.eclipse.emft.henshin/releng/

Thanx in advance,
Stefan

---------------------
Find the error message below:



    [build] buildExtra.xml:
    [build] 
    [build] allElements:
    [build] 
    [build] allElementsDelegator:
    [build]      [echo] Note:
    [build]      [echo] If you get a SIGSEGV or Java Result: 134 when fetching from SVN, remove 
    [build]      [echo] subversion-javahl and svnkit to force PDE to use commandline svn client.
    [build] 
    [build] init:
    [build] 
    [build] fetchElement:
    [build] [eclipse.fetch] Could not retrieve feature.xml and/or build.properties: Cannot use javahl nor command line svn client.
    [build] 
    [build] BUILD FAILED
    [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/buildAll.xml:374: The following error occurred while executing this line:
    [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/buildAll.xml:415: The following error occurred while executing this line:
    [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml:807: The following error occurred while executing this line:
    [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml:1216: The following error occurred while executing this line:
    [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/build.xml:199: The following error occurred while executing this line:
    [build] /opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:34: The following error occurred while executing this line:
    [build] /opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:78: The following error occurred while executing this line:
    [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/builder/all/customTargets.xml:12: The following error occurred while executing this line:
    [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/builder/all/allElements.xml:29: The following error occurred while executing this line:
    [build] /opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:56: Could not retrieve feature.xml or build.properties for feature org.eclipse.emf.henshin.runtime.
    [build] 
    [build] Total time: 4 minutes 14 seconds

BUILD FAILED
/opt/users/hudsonbuild/.hudson/jobs/cbi_henshin_0.5_nightly/workspace/org.eclipse.emft.henshin/releng/build.xml:42: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.dash.common.releng/build.xml:40: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.dash.common.releng/buildAll.xml:326: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.dash.common.releng/buildAll.xml:347: Java returned: 13


  
    
      
  
    

  
_______________________________________________ dash-dev mailing list dash-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dash-dev


Back to the top