MyEclipse: how to add ant script for bytecode instrumentation rohitlad - Jun 20, 2012 - 12:30 PM Post subject: how to add ant script for bytecode instrumentation
Hi,
I am using Hibernate 3.3 in my web application. Hibernate3 supports the lazy fetching of individual properties. To enable this feature I need to do bytecode instrumentation by adding following ant script.
Can anyone let me know how can I add this any script to myeclipse web app?
I went to project properties->Builder-add new ant script. but I dont have Idea how to add following script and configure in my project.
Thank,
Rohitsupport-swapna - Jun 20, 2012 - 12:49 PM Post subject:
Rohit,
I am afraid this is not MyEclipse issue.Ant integration is provided by the base Eclipse toolset, MyEclipse doesn't instrument this at all so I can't offer you any "myeclipse-specific" tips for integrating that work.
I suggest you cross post to Eclipse/ANT forums for better support.
Hope it helps.rohitlad - Jun 21, 2012 - 05:35 AM Post subject:
Hi Swapna,