OT: Refactor files into packages (Eclipse)

2009-12-18 Thread Cheong Hee (Gmail)
Hi I have java files that just moved into a new Eclipse project. All files already have its own package defined. Currently, I have to do the move one file at a time by going to each file, click red cross button and choose to move it to its designated package manually. I realized this is a

Re: OT: Refactor files into packages (Eclipse)

2009-12-18 Thread David Avendasora
Hi Cheong Hee, First, please do _not_ create a new message to the list by replying to another message and deleting it's body. Always just create a new message. Otherwise the new message will still be tied to the message your replied to and makes it very hard to group messages by thread. On

Re: You backtrack too far problem. Analyzing ERXRequests...

2009-12-18 Thread Ramsey Lee Gurley
On Dec 18, 2009, at 3:18 AM, Gustavo Pizano wrote: Then I click an AjaxSubmitButton which will update a dummy AUC, this one will onRefreshComplete update a AUC inside the Second AjaxSelectionList with a unique ID generated in the server side, Hmmm... I'm not sure this is your problem

WO/iPhone Developers available

2009-12-18 Thread Juergen Lorenz Simon
Hi all, we're two professional level programmers with a lot of experience in WebObjects and now 1 year of iPhone development as well. We're well versed in connecting iPhone apps to WebObjects backends, preferrably through project wonder's REST framework. If you need some work in this

Re: You backtrack too far problem. Analyzing ERXRequests...

2009-12-18 Thread Gustavo Pizano
Ramsey thanks for the reply... Im gonna keep checking... Eventually 2 weeks ago Amedeo made me realize I had some repeated id for one of my AUC, then he suggested me to put the method that generates the id..'s I will keep searching.. and Im sure the problem its mine.. not blaming anybody but

Re: WO/iPhone Developers available

2009-12-18 Thread David Avendasora
Can you come to WOWODC and give a presentation on how you do it? I don't have any need for it right now, but it would be great to see how it's done! Dave On Dec 18, 2009, at 8:36 AM, Juergen Lorenz Simon wrote: Hi all, we're two professional level programmers with a lot of experience in

Entity Modeler Generating SQL Error

2009-12-18 Thread Calven Eggert
Hi, All I'm getting an error while trying to generate SQL for my model: java.lang.NoClassDefFoundError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:164) at

Snow Leopard - developer installer

2009-12-18 Thread Elizabeth Lynch
Is there a recommended Installer out there for a virgin SL Client system yet? Or alternatively an up-to-date 'step by step' guide? This is for a designer acquaintance who until now has been using a Tiger system to work with WO html components; now he has a brand new SL laptop and needs to get

Re: OT: Refactor files into packages (Eclipse)

2009-12-18 Thread Chuck Hill
On Dec 18, 2009, at 4:45 AM, David Avendasora wrote: Hi Cheong Hee, First, please do _not_ create a new message to the list by replying to another message and deleting it's body. Always just create a new message. Otherwise the new message will still be tied to the message your replied

Re: Snow Leopard - developer installer

2009-12-18 Thread Timo Hoepfner
Hi, some notes on what I did to get an iMac running SL ready for development: - Download install WO 5.4.3 for 10.5 from ADC - cd /Developer/Examples/JavaWebObjects/Deployment/ - sudo sh configure.sh - Test: http://127.0.0.1:1085 - wotaskd works - Test: http://127.0.0.1:56789 - WOMonitor

Re: OT: Refactor files into packages (Eclipse)

2009-12-18 Thread Cheong Hee Ng
This will work?! Great thanks. I was discouraged to continue with Refactor-Rename after seeing pop up message and could not relate to moving them into own package. IICRC. Will explore later of the week as it is quite late night now at here. Cheers On Fri, Dec 18, 2009 at 11:25 PM, Chuck

HOME environment variable is not set! Terminating.

2009-12-18 Thread Klaus Berkling
Way back, many moons ago James Cicenia wrote: For the record --- I removed that bit of code from the script file and it launched! So.. Mike what puts that in there and why? if [ ${HOME} = ] then echo ${SCRIPT_NAME}: HOME environment variable is not set! Terminating. exit 1 fi James I

Re: Building for deployment

2009-12-18 Thread Mark Wardle
Dear all, Thank you to all who replied to this - both on and off list. The problem was that I was (in development) building in eclipse and setting the java build path with the required projects (including my own frameworks and Wonder's), and *not* have anything listed in the Libraries tab

Re: HOME environment variable is not set! Terminating.

2009-12-18 Thread Chuck Hill
Is this being built on a different machine than normal? If the WO installation is borked, WOLips can think it is WO 5.2 and include an old launch script for it. Is that possibly what you are seeing? Chuck On Dec 18, 2009, at 11:57 AM, Klaus Berkling wrote: Way back, many moons ago

Re: Building for deployment

2009-12-18 Thread Chuck Hill
Hi Mark, On Dec 18, 2009, at 12:02 PM, Mark Wardle wrote: Dear all, Thank you to all who replied to this - both on and off list. The problem was that I was (in development) building in eclipse and setting the java build path with the required projects (including my own frameworks and

Re: HOME environment variable is not set! Terminating.

2009-12-18 Thread Klaus Berkling
On 12/18/09 1:00 PM, Chuck Hill wrote: Is this being built on a different machine than normal? If the WO installation is borked, WOLips can think it is WO 5.2 and include an old launch script for it. Is that possibly what you are seeing? There is a hudson build server which makes our build

Re: HOME environment variable is not set! Terminating.

2009-12-18 Thread Chuck Hill
On Dec 18, 2009, at 4:05 PM, Klaus Berkling wrote: On 12/18/09 1:00 PM, Chuck Hill wrote: Is this being built on a different machine than normal? If the WO installation is borked, WOLips can think it is WO 5.2 and include an old launch script for it. Is that possibly what you are