Re: Dependency analysis
- From: "Larry Barowski" <MElarrybar-AT-eng_DOT_auburnANOTHERDOTeduEND>
- Date: Fri, 2 Dec 2005 21:51:21 -0600
<groupknowledge@xxxxxxxxx> wrote in message
news:1133555241.469259.205030@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I needed some help in figuring out how to approach the following
> problem:
> I am trying to use only some parts of a huge application. I am
> basically using only one class in my simple application that belongs to
> the huge app. Currently, I am having to manually import this class and
> then import all its dependencies and check for their dependencies and
> so on until all references are resolved. This is painful and I was
> wondering if it there was a simple script (ANT or otherwise) that given
> a particular java class, analyzes all the packages that are required to
> compile it (recursively) successfully, jars them into a single file?
If you have the source code for the huge application, you
can let javac do the work. Just delete all the class files and
compile that one class you use.
.
- Follow-Ups:
- Re: Dependency analysis
- From: Mike Schilling
- Re: Dependency analysis
- References:
- Dependency analysis
- From: groupknowledge
- Dependency analysis
- Prev by Date: Re: Sorting maps by value
- Next by Date: Re: Tagging interfaces
- Previous by thread: Re: Dependency analysis
- Next by thread: Re: Dependency analysis
- Index(es):
Relevant Pages
|