XML Feeds

.

[java-dev] Re: Re: Tutorial: Setting up Eclipse for Max/MSP development

topher lafata topher at topher.com
Wed Apr 30 13:20:10 MDT 2008


> Yes, be careful! You are asking for trouble if you set things up this way.
>
> If Eclipse is aware of files under the build directory, and you run the "Clean..." it will delete everything in that directory. Now if you just happen to point it at the Max java classes directory, it will not immediately be aware that there are files there. But if you happen to run the "Refresh" command at some point, it will notice the files and delete them the next time you clean. Then mxj is hosed and you have to reinstall Max.
>
> I set up my environment the way I did specifically because of this issue. I highly recommend keeping you Eclipse build directory completely separate from your Max java classes folder. That way nothing can go wrong.
>
>   
agreed. i rescind my previous naive eclipse advice!

use ant to move classes to the proper place or modify max.java.config.txt

t




More information about the java-dev mailing list