Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Error while exporting Feature(I am getting a recursive error from my build configuration. Any suggestions?)
Error while exporting Feature [message #1774511] Mon, 16 October 2017 15:18
Thijs Franck is currently offline Thijs FranckFriend
Messages: 2
Registered: May 2017
Junior Member
Hi all,

I have spent some effort developing an additional feature for an editor I'm using called Archi. Archi is an RCP application, so I defined a feature containing my plugins. Everything is fine while running the application + extension from Eclipse, however I'm now running into issues when attempting to export the build.

Below is my error message. It is recursive, and keeps going like this until it eventually reaches a stack overflow.

index.php/fa/31013/0/

The first part of the message points to row 4 in my feature.xml:

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="archicolorviews.feature"
      label="Color View Extension"
      version="1.0.0.qualifier"
      provider-name="Aurelius Enterprise">


Line 4 concerns the version field. I am at a loss why this line would be causing any issues.

Further, the remaining error messages point to lines 33 and 14 in my build.xml. This is strange to me, since I cannot find a build.xml at the specified path. There is a build.properties, which contains the following:

bin.includes = feature.xml,\
               build.properties,\
               META-INF/,\
               OSGI-INF/,\
               plugin.xml
output.. = lib/


As you can see, build.properties does not even reach down to lines 33 and 14.

Do any of you have some suggestions on what I could try? Any help is much appreciated!

Best regards,
Thijs

[Updated on: Mon, 16 October 2017 15:20]

Report message to a moderator

Previous Topic:Hello and I Read the Bullet Points/Getting Eclipse to Work on Debian Stretch!
Next Topic:Installing Eclipse without changing the PATH env variable
Goto Forum:
  


Current Time: Tue Apr 16 13:54:31 GMT 2024

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

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

Back to the top