Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » VJet build path error(Need help correcting build path error message)
VJet build path error [message #1385378] Fri, 06 June 2014 01:43 Go to next message
Nhi Vanye is currently offline Nhi VanyeFriend
Messages: 6
Registered: June 2014
Junior Member
The message is:

Cannot nest '.org.eclipse.dltk.mod.core.external.folders/JavaPrimitive' inside
'.org.eclipse.dltk.mod.core.external.folders'.
To enable the nesting exclude 'JavaPrimitive/' from '.org.eclipse.dltk.mod.core.external.folders'

I have no idea how to correct this. I tried uninstalling and reinstalling the VJet plugin, with no change.

I was forced to move a substantial project to another computer in a hurry, and am trying to cope with changes from Eclipse Indigo to Kepler and VJet org.ebay to org.eclipse. The project is primarily Java, but supports user written scripts to modify program interaction with the user. It was working fine before the move and now the sample scripts do not work.

I expect the error message is not the only problem, but one thing at a time...


Vanye
Re: VJet build path error [message #1386018 is a reply to message #1385378] Fri, 13 June 2014 01:21 Go to previous messageGo to next message
Nhi Vanye is currently offline Nhi VanyeFriend
Messages: 6
Registered: June 2014
Junior Member
The problem seems to be a .project file under .plugins, in the folder org.eclipse.dltk.mod.core\JavaPrimitive. Here is the complete content:

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>.org.eclipse.dltk.mod.core.external.folders</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.vjet.eclipse.core.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.vjet.core.nature</nature>
</natures>
<linkedResources>
<link>
<name>JavaPrimitive</name>
<type>2</type>
<locationURI>typespace://JavaPrimitive/?group=JavaPrimitive</locationURI>
</link>
<link>
<name>JsBrowserLib</name>
<type>2</type>
<locationURI>typespace://JsBrowserLib/?group=JsBrowserLib</locationURI>
</link>
<link>
<name>JsNativeLib</name>
<type>2</type>
<locationURI>typespace://JsNativeLib/?group=JsNativeLib</locationURI>
</link>
<link>
<name>VjoSelfDescribed</name>
<type>2</type>
<locationURI>typespace://VjoSelfDescribed/?group=VjoSelfDescribed</locationURI>
</link>
</linkedResources>
</projectDescription>

I am comfortable with XML, but with no reference I have no idea if there is anything wrong here, how to correct it or whether it is a bug. I have searched for a reference, but so far all I have found are tutorials on how to specify things in Eclipse wizards. The containing folder path does not appear anywhere in Eclipse that I can find, so those tutorials are no help. I guess the error prevents this from being loaded into Eclipse.

The platform is Windows 7 (Professional).


Vanye
Re: VJet build path error [message #1387381 is a reply to message #1386018] Wed, 25 June 2014 02:36 Go to previous message
Nhi Vanye is currently offline Nhi VanyeFriend
Messages: 6
Registered: June 2014
Junior Member
I have reported this as a bug to the org.eclipse.VJet project and uninstalled VJet. However, the removal was not clean. I will report particulars as a new topic in hopes that someone can suggest how to complete the removal.

In the meantime, my project remains stalled after over a month.


Vanye
Previous Topic:Project files open uncontrollably and continue to reopen when closed
Next Topic:Can not find my topic
Goto Forum:
  


Current Time: Wed Apr 24 20:36:49 GMT 2024

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

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

Back to the top