facebook

How to modify Run XDoclet

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #244162 Reply

    gioacchino
    Member

    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 ?

    Thanks

    #244178

    Riyad Kalla
    Member

    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.

    #244187

    Greg
    Member

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: How to modify Run XDoclet

You must be logged in to post in the forum log in