Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » This problem only exists with some projects
This problem only exists with some projects [message #556367] Wed, 01 September 2010 01:11
Greg Babcock is currently offline Greg BabcockFriend
Messages: 53
Registered: July 2009
Member
This issue has been resolved. The root cause of the issue is that the
project was previously a Maven project that had seperate directories trees
for class files and resources. The solution is to add the path for the
source files to the build.properties file.


source.. = src/main/java/ ,\

src/main/resources/

output.. = target/classes/

bin.includes = META-INF/,\

..,\

plugin.xml,\

icons/
Previous Topic:Including properties files on the class path in bundle
Next Topic:This problem only exists with some projects
Goto Forum:
  


Current Time: Fri Apr 26 01:41:08 GMT 2024

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

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

Back to the top