I’m using XDoclet for my EJB deployment descriptors and other useful nitty-gritty stuff.
I create the xdoclet-build.xml file through the tooling (properties->MyEclipse-XDoclet) and then run the created script through “Run Ant..” directly on the file. I’ve set the “Refresh” property to “The project containing the selected resource” when the scripts completes in the Ant launch properties.
After the script completes the project is refreshed, but I have to manually go and redeploy the project to get it on the server.
The project I’m running the script in is an EJB project, but this project is part of an EAR (it’s the EAR I’m manually redeploying again).
It would be nice if the deployer automatically picked up the changes. I haven’t tried this on a standalone EJB where the EJB itself is deployed.
I’m using the JBoss3 connector, the EAR is exploded.
My specs are:
OS: Linux, Fedora Core 1, kernel 2.4.22-1.2174.nptl
JDK: Sun J2SDK build 1.4.2_02-b03
JBoss: CVSTag=JBoss_3_2_3 date=200311301445
Eclipse: M6, buildid 200312182000
MyEclipse: buildid 200401011200-3.7RC2
Best regards
Erik