[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Maven can't find jdk now zip files dissappearing

On 9/3/09 4:25 PM, Dan Grindstaff wrote:
Hi, thanks for the advice.  I edited the .ini file with success.  Now I
have another problem where the build file requires a zip file in a
directory to compile the program. I successfully import the file but
when I compile somehow the zip file is being deleted out of the
directory and the compiler gives the error that the file cannot be
found. Any ideas? TIA.

Are you perhaps importing the zip file into the same directory structure that your project is set to build into? If so, you should know that the Eclipse Java builder will delete the contents of the build output directory under some circumstances (such as during a Clean build).
If you need the zip file to be included in your build output, just include it in the source directory; Eclipse will automatically copy any non-.java files it finds in source directories into the build output location.


Hope this helps,
Eric