Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Help > Re: Is there an...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 6 of 6 Topic 16032 of 16590
Post > Topic >>

Re: Is there an option for auto-create output dirs when compiling with javac?

by "Arved Sandstrom" <asandstrom@[EMAIL PROTECTED] > Apr 29, 2008 at 03:32 PM

"Catherina Svensson" <gremlin@[EMAIL PROTECTED]
> wrote in message 
news:4816bba0$0$6769$9b4e6d93@[EMAIL PROTECTED]
> When I perform a compiling operation like:
>
> javac -d build\WEB-INF\cl***** my.java
>
> and the directory build\WEB-INF\cl***** does NOT exist then the javac 
> command fails.
>
> Is there really no auto-create-dir-when-necessary option for javac ?
>
> Cat

Not in the sense that you mean. The location pointed to by the -d option 
must exist. Bear in mind that javac will certainly create directories as 
required *in* the location you specify...for example:

javac -d targetdir dirA\dirB\*.java

will create

dirA\dirB\*.class

inside "targetDir".

Note that the explanation of the -d option in the javac do***entation does

say that the destination directory will *not* be created.

AHS
 




 6 Posts in Topic:
Is there an option for auto-create output dirs when compiling wi
gremlin@[EMAIL PROTECTED]  2008-04-29 06:09:36 
Re: Is there an option for auto-create output dirs when compilin
Sabine Dinis Blochberger   2008-04-29 09:33:26 
Re: Is there an option for auto-create output dirs when compilin
Sabine Dinis Blochberger   2008-04-29 09:40:13 
Re: Is there an option for auto-create output dirs when compilin
Lew <lew@[EMAIL PROTEC  2008-04-29 07:39:49 
Re: Is there an option for auto-create output dirs when compilin
Lew <lew@[EMAIL PROTEC  2008-04-29 08:03:03 
Re: Is there an option for auto-create output dirs when compilin
"Arved Sandstrom&quo  2008-04-29 15:32:19 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 14:11:26 CST 2008.