On Thursday 01 August 2002 12:37 am, Peter Donald wrote: > Could you give me a simple walkthrough on how to set this up. I tried to > build a distribution but got a > > BUILD FAILED > file:/opt/projects/jakarta-avalon-apps/build.xml:204: Config descriptor: > /opt/projects/jakarta-avalon-apps/phyre/src/conf/phyre-config.xml does not > exist. > > I want to see all the swanky stuff that is a happening with this ;)
Don't do a dist just yet, I still need to add javadocs. Doing a simple 'ant' will now generate a SAR that you can throw into phoenix though. You do need to setup the bits for signing all the jars that Web Start will deliver, and I included a URL to a simple tutorial on doing so in the ant.properties.sample. I needed to sign the jars vs running in the samdbox because the Excalibur Source Resolver tries to read the user.dir property on startup, the thread pools set context class loaders, and other fun things i didn't feel like hacking around. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
