Hi,
I have a big problem with MyEclipse. It does not compile my source file to my WEB-INF/classes directory ( it does not compile anything in fact ).
I check everywhere that I could but I can’t find out why it is not working. I saw in the .metadata directory that there is a .log file. I would like to know how to have all the debug output of MyEclipse (instead of only error level loggin). This would allow me ( at least I hope ) to figure out what it does and why it does not work.
Thing I checked : In Project Properties -> Java Build Path -> Source
— The source folder is there (ie OnlineStore/src )
— The Default output folder is there ( /OnlineStore/WebRoot/WEB-INF/classes )
— Allow Output folder for source folder is UnChecked
When I do a Project -> Build all it does not do nothing, (i.e no pop up, nothing ) and no Exception is logged to the .log file.
I really need help.
thanks
– System Setup ——————————-
Operating System and version: Window XP SP1
Eclipse version: 3.0.0
Eclipse build id: 20040406251208
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.8.1
Eclipse JDK version: 1.4
Application Server JDK version: 1.4
Are there any exceptions in the Eclipse log file? nope
– Message Body ——————————-