Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] PDE Build packaging

I am trying out feature based headless build. The build works fine
with all the artifacts generated as expected.  On running my
application, BundleException and ClassNotFoundExceptions are raised.
After spending some time understanding the problem,  I discovered
that, for some set of plugin's the packaging seems improper - By this
I
mean,the path for a class files in the packaged jar starts with
"bin\com\some\location..", which seems wrong. It should actually be -
"com\some\location". Unlike this, for other plugin's
the path starts with "com\some\location...".
Secondly for the set of plugin's with invalid path values, the
artifacts like - @dot folder and temp.folder and other artifacts are
not generated.

I have been trying to solve the problem but haven't succeeded yet. I
would like to know -
1. Are there any configuration parameters, that when set will solve
the above problem?
2. Do I need to make any changes in my plugin?
3. Currently I am using Eclipse3.2 :( . If I move to  Europa or
Ganymede, will it solve the above problem?
4. Artifacts(@dot, temp.folder...) for some plugins are not generated?
what could be the problem?

Thanks in advance.
Looking forward for suggestions, pointers..

Regards,
Neeraj Bhusare.


Back to the top