Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] how to stop doc files from ending up in binary JAR for plug-in

Here's an interesting problem:

There's a plug-in project.
The plug-in has java code.
The java code has package javadoc.
The java code has image resources (.gif files).
The package javadoc has a number of sections (.html filers) and some large
bitmaps (.gif files).

The image resource need to end up in the runtime JAR for the plug-in.
The generated javadoc and the referenced images need to end up in the
doc.zip inside the corresponding source plug-in.

Currently, the javadoc package .html and .gif files end up in the runtime
JAR as well.

How can this be prevented (short of writing a custom build script)?

---jeem



Back to the top