Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I’m not sure if this message is posted in the correct section, sorry for any incovenience.
When i have to build the .hbm.xml mappings, i use “Run XDoclet” from project menu. I presume that the “Run XDoclet” uses an ant build: can i modify the build.xml ? If so, where is this file ?
If you right click on your project, go to MyEclipse-XDoclet, you can tell MyEclipse to generate a Build file for you instead fo doing it dynamically every time. Then you can modify it.
Riyad is correct. On the “Build” tab you can switch from “dynamic” to “manual”. Then I file will be generated in your project called “xdoclet-build.xml”. You can still invoke XDoclet the same way using “Run XDoclet”. If you modify the file, just make sure that you keep the file name the same.