facebook

Using Ant with MyEclipse

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #199556 Reply

    susangheath
    Member

    MyEclipse – 2.6.2
    JBoss – 3.2.2RC4
    JDK (Eclipse & JBoss) – 1.4.2
    OS – Window XP
    Ant – 1.5.4

    We use Ant to build and deploy our application to JBoss. Is it possible to debug JSPs using MyEclipse when the JSPs are deployed through Ant? If so, is there anything in MyEclipse that I need to configure to make that work?

    #199559 Reply

    Scott Anderson
    Participant

    Susan,

    Using your own Ant scripts to deploy is fine. As long as you start JBoss using our server connectors you’ll have full Java debugging available for your application.

    Is it possible to debug JSPs using MyEclipse when the JSPs are deployed through Ant?

    Yes it is, but not with JBoss 3.2.2. The source-level debugging we provide is dependent on the server implementing its side of the JSR-045 specification. Without that, there’s not much we can do. JBoss 3.2.2 uses either Tomcat 4 or Jetty 4 as its web container and these containers don’t support JSR-045. Tomcat 5 and Jetty 5 both do support the spec so source-level debugging works fine there. So, if you had a JBoss bundle that used one of these servers, source-level JSP debugging should work fine, but to my knowledge such a bundle is not yet available from the JBoss group.

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Using Ant with MyEclipse

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