Reputation: 1
I would like to know how RAD, Rational Application Developer, generates the code for an EJB project when I run the "Prepare for deployment" function on it.
I know it uses RMIC and the ejbdeploy plugin, but I would like to know the exact command or commands that are executed, along with their parameters. In fact, I would like to replicate this function in IntelliJ.
I tried launching the "eclipse.exe" executable with the parameters -verbose
, -debug
, and -consoleLog
, but when I run the "Prepare for deployment" function, nothing is written in the RAD/Eclipse log located in the /.metadata/.log
folder.
I also tried starting RAD in the console by modifying the -vm
parameter in the eclipse.ini
file from javaw.exe
to java.exe
: when I run the function, I do see all the loaded Java classes, but there is no trace of the parameters.
Upvotes: -3
Views: 64