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 #606518] 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:This problem only exists with some projects
Next Topic:how can i set debug level for the commons logging?
Goto Forum:
  


Current Time: Fri Apr 26 19:20:21 GMT 2024

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

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

Back to the top