Re: Rename WebObjects woa
Andrus Adamchik <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
Not completely sure what are you trying to achieve, but you can use WOApplication Ant task from WOProject to build an application with an arbitrary name from a given source base: http://objectstyle.org/woproject/ant/woapplication.html Cheers, Andrus ------------------------------ Andrei (aka Andrus) Adamchik Cayenne Object-Relational Framework http://objectstyle.org/cayenne/ On Mar 19, 2004, at 6:04 PM, Baiss Magnusson wrote: > I'm running XCode and WO 5.2.3 on my development machine. I deploy > into MacOSX Server 10.2.3 and WO 5.1.2. > > How do I change a WO Project executable name? > > I have several WO apps deployed and I would like to build them as > <WOtest> and test them under real deployment, so I would have a > <WOtest> started by JavaMonitor and get to it via: > > <http://xxx.xxx.xxx.xxx/cgi-bin/WebObjects/WOtest.woa> > > Then I could make a quick test build in any of my WebObject XCode > projects. > > I would have thought that just changing the <Product name> field in > the <Edit Active Target> pane would do the trick, but it doesn't and > you get... > > Can't load Application class, exiting... > java.lang.ClassNotFoundException: Application > at java.net.URLClassLoader$1.run(URLClassLoader.java:199) > ... > nwSufis has exited with status 1.