- This topic has 3 replies, 2 voices, and was last updated 17 years, 2 months ago by jgroulx.
-
AuthorPosts
-
jgroulxMemberOn April 26, 2007 I see a post for similar problem that I am having. The person posting solved their problem, but after reading the post I am not able to resolve my issue.
I have just downloaded MyEclipse6.0 and applied the hotfix.
JBoss 4.2.1_GA
I have an ANT project that builds and works fine outside of Eclipse, but I am trying to import it into Eclipse. Everything builds fine in Eclipse excepts that I can’t get the HAR file to be generated.
I am trying to use the workaround to generate a HAR file that was mentioned in the previous post, but I must be missing something.
Also, up until now, I have been using the Europa 3.3 version of Eclipse from the Eclipse website. I have switched to MyEclipse 6.0 because of the posting on April 26, 2007 to see if it will solve my problem.
Thanks in advance for your help.
Loyal WaterMemberCan you paste the link to that post here for me.
jgroulxMemberThanks again. I am new to Eclipse and there aren’t many posts anywhere pertaining to this issue.
I am wondering if I am trying to solve the problem the wrong way or the hard way and there is a simpler solution. Such as just importing my project into Eclipse and building using external builder and use my existing ANT scripts.
The link I found is as follows:
http://www.myeclipseide.com/PNphpBB2-viewtopic-t-8261-view-previous.html
jgroulxMemberI have been successful in getting my existing ANT project imported into Eclipse and by going to Project->Properties->Builders->New->Ant Build and configuring it to use my build.xml file(s) for the entire tree build including the generation of the Hibernate HAR file which needed to be created inside the EAR.
FYI, I am back to using Europa Eclipse instead of MyEclipse because I am more familar with it. However, my guess is that MyEclipse probably can do the same thing. I was also able to put the JBoss AS into debug mode and attached using Eclipse to my EJB’s and set break points with no problems. The debugging features of Eclipse was the driving reason for my attempt to import my project into Eclipse.
Yet, if you do have another solution please let me know. Until then, I will continue to use my method.
Thanks,
-
AuthorPosts