|
|
|
Re: Creating a Ghost project? [message #1444283 is a reply to message #1443753] |
Mon, 13 October 2014 18:43  |
Eclipse User |
|
|
|
On 10/13/2014 01:06 AM, Harry Greijer wrote:
> I have tought about this jar fil solution. But I want to be able to
> change the source code and do hotdeploy.
>
> The structure of the project A is what it is and its politicaly
> imposible for me to change it.
> You know corporate decisions! :)
> I just have to find a easy way around the problem and use eclipse
> features to improve my work.
This is really nothing more than a Java question, but Eclipse can help
you work around it.
Assuming the application is distributed as a JAR or, if a package such
as Debian or RPM, you can nevertheless pull the JAR out from it, you
create your new project (B) and just use project A's JAR as a JAR
library to consume all the classes you want from it. Project B gets
built as a new deliverable, and happens to have the old deliverable
inside (it just doesn't use the main()).
Does this help?
|
|
|
Powered by
FUDForum. Page generated in 0.08148 seconds