• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to run hibernatedoclet in eclipse directory

 
Ranch Hand
Posts: 428
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded the source code from the book Pro Hibernate 3. The ant file
below worked: it generated a little message for each hbm file it created. I
then check the hbm2 directory and confirm the hbm files are there..
However, when I create a new empty eclipse project (v3.1) and run ant from
the cygwin command prompt, it does NOT generate the hbm files. Same java files, almost the same build.xml file, no error
messages, no hbm files, no messages saying it generated the files.

Can someone tell me what is going on ?

Thanks,


[edited to add code tags and fix xml]
[ July 19, 2005: Message edited by: Jeanne Boyarsky ]
 
To do a great right, do a little wrong - shakepeare. twisted little ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic