Re: [OT] JD-Eclipse plug-in available for Mac OS X

2010-05-21 Thread Lachlan Deck
On 22/05/2010, at 1:07 AM, David Avendasora wrote: > Hi all, > > Just to update this topic, > > I've been able to get JD-eclipse to work with Eclipse/WOLips 3.6 by following > the instructions on the installation site: > http://java.decompiler.free.fr/?q=jdeclipse and then making "Class File

Re: builds failing in Eclipse 3.6

2010-05-21 Thread Tim Worman
Hi David! Thanks for the email - I've been in 3.5 since I had some deadlines. Here's some things I've tried to work around this: - renamed my wolips.properties and allowed it to be re-created - made a new Wonder app and tried to build it. Neither worked - all apps fail to build in 3.6. Maybe I n

Re: Get rid of warning in binding value e.g. @sum.totalCost

2010-05-21 Thread Ramsey Gurley
Hi Cheong! There are at least two things you could do without using //VALID 1. Use totalco...@sum instead. They are functionally the same thing for the value produced, and I think that form will validate since nothing follows the @sum key. 2. Create a binding validation rule in your eclips

Re: Get rid of warning in binding value e.g. @sum.totalCost

2010-05-21 Thread Cheong Hee
It is a good to have a way to let user has the control over the validation. In my case, the binding is "usually" correct since it was system generated code using WOBuilder to transverse through object relationships. The Component Builder can't pass through anything after e.g @sum, @avg. Is it