Re: Is there an option for auto-create output dirs when compiling with javac?
- From: Lew <lew@xxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 07:39:49 -0400
Sabine Dinis Blochberger wrote:
[1] <http://ant.apache.org/>Before someone says something, you could use make itself as well
But nobody in their right mind would. You could also use shell scripts to automate the construction of target directories and the like. I've seen that done at major Java EE installations.
Catherina Svensson wrote:
Is there really no auto-create-dir-when-necessary option for javac ?
Why should there be? javac is a cross-platform compiler, not a file-system manager. Is there really a requirement that Sun anticipate one's failure to set up one's own environment correctly?
Ant does everything. If you are trying to automate builds, there is no better choice.
--
Lew
.
- References:
- Re: Is there an option for auto-create output dirs when compiling with javac?
- From: Sabine Dinis Blochberger
- Re: Is there an option for auto-create output dirs when compiling with javac?
- From: Sabine Dinis Blochberger
- Re: Is there an option for auto-create output dirs when compiling with javac?
- Prev by Date: Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- Next by Date: KeyEvent consume() not working on JTextField, what am I doing wrong?
- Previous by thread: Re: Is there an option for auto-create output dirs when compiling with javac?
- Next by thread: Re: Is there an option for auto-create output dirs when compiling with javac?
- Index(es):
Relevant Pages
|
|