I would like to see this committed but don't run Eclipse (IDEA is soooo good) - so does any other committer use eclipse? If not I will try to have a play sometime this week.
On Thu, 15 Aug 2002 09:19, Igor Fedorenko wrote: > Hi, > > Attached is a patch that allows installation of applications from file > structures other then packaged sar-file. Plus I've included _prototype_ > of an installer that installs applications directly from Eclipse > workspace. How to apply, install and test > > 1. Apply attached patch and rebuild phoenix > 2. I assume that you are using eclipse 2.0 and your workspace is > location is c:\temp\eclipse.workspace > 3. Start eclipse, goto Window->Preferences->Java->Classpath_variables > and add new variable PHONIX_HOME and point to your phoenix directory. It > is used to locate phoenix libraries. > 4. In eclipse, create two java projects phoenix-demo-app and > phoenix-demo-blocks. Expand attached phoenix-demo.zip somewhere and > inport projects from corresponding directories (i.e. phoenix-demo-app > from zip:phoenix-demo-app and phoenix-demo-blocks from > zip:phoenix-demo-blocks). It is important that both project were located > inside eclipse workspace. > 5. Copy attached eclipse-deployer.jar into $PHOENIX_HOME/bin/lib > 6. Edit $PHOENIX_HOME/conf/kernel.xml, replace Installer with > > <component role="org.apache.avalon.phoenix.interfaces.Installer" > class="com.thinkdynamics.phoenix.components.installer.EclipseInstaller" > logger="installer"> > <eclipse-workspace>file:///c:/temp/eclipse.workspace/</eclipse-workspace> > </component> > 7. Start phoenix with > run --application=c:\temp\eclipse.workspace\phoenix-demo-app > > A word of disclaimer: eclipse-deployer.jar is a prototype so do not take > it too seriously. It is neither robust, feature complete implementation > nor an example of qaulity java code. -- Cheers, Peter Donald *------------------------------------------------* | The student who is never required to do what | | he cannot do never does what he can do. | | - John Stuart Mill | *------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
