On Thu, 2 Aug 2001 14:39, fanyun wrote: > First, I build the conner stone, and phonix. Then copy the gennerated sar > file to phonix/dist/apps directory.
Another way of doing it is to create a property file in your home directory named .ant.properties. In it place the line phoenix.home=/some/directory/to/install/to and then build phoenix and cornerstone using ./build.sh install This will auotmatically copy across the files to installation directory and I have found it easier to work that way. > Here comes another question, can we debug those Sar files > independently(for example in jbuilder). If jbuilder allows you to connect/attach to a remote jvm to debug using the java remote profiling and debuging API (jdk1.3+) you should be able to do it .. don't know how to do it though ;) Personally I use extensive logging as I often test on a different machine from which I develope on. > I noticed there is another sub > module called "testlet" with very little documentation, is it for testing, > and how? ignore it .. it is going to go away in the future ;) Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
