migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-11 Thread Paolo Sommaruga
finally I have successfully migrated some of our elaborate wo web applications from Xcode to eclipse/wolips. Also I can war deploy it, thanks to Chuck which has helped me with my class loader conflict problem with ant. Now I'm trying to figure me how to migrate one wo jc application, not

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-11 Thread Chuck Hill
On Sep 11, 2007, at 8:27 AM, Paolo Sommaruga wrote: finally I have successfully migrated some of our elaborate wo web applications from Xcode to eclipse/wolips. Also I can war deploy it, thanks to Chuck which has helped me with my class loader conflict problem with ant. Now I'm trying to

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-12 Thread Lachlan Deck
On 12/09/2007, at 3:23 AM, Chuck Hill wrote: On Sep 11, 2007, at 8:27 AM, Paolo Sommaruga wrote: finally I have successfully migrated some of our elaborate wo web applications from Xcode to eclipse/wolips. Also I can war deploy it, thanks to Chuck which has helped me with my class loader

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-13 Thread Pierre Bernard
I created 2 WOLips projects. One for the server side and one for the client side. This keeps things well separated and you can launch them independently. On deployment I combine both and thus enable JavaWebStart. Pierre On Sep 11, 2007, at 5:27 PM, Paolo Sommaruga wrote: finally I have suc

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-13 Thread Paolo Sommaruga
the one document refers to the old ProjectB in win and several thing are now changed . The only things I found useful in such article is the following ant target jarfile="${dest.dir}/${project.name}.woa/Contents/ WebServerResources/Java/${project.name}.jar"> which

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-13 Thread Chuck Hill
On Sep 13, 2007, at 4:11 AM, Paolo Sommaruga wrote: the one document refers to the old ProjectB in win and several thing are now changed . The only things I found useful in such article is the following ant target jarfile="${dest.dir}/${project.name}.woa/Contents/ WebServer

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-13 Thread Paolo Sommaruga
great Chuck, ant build it's very flexible. Now I can figure me how build a jc application with eclipse/wolips. Please a little question, may be ot, it's possible with eclipse/wolips, to edit a java class in a new window like open entity modeler in new window, or to split the editor window ?

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-13 Thread Chuck Hill
On Sep 13, 2007, at 9:53 AM, Paolo Sommaruga wrote: great Chuck, ant build it's very flexible. Yes it is! :-) Now I can figure me how build a jc application with eclipse/wolips. Please a little question, may be ot, it's possible with eclipse/wolips, to edit a java class in a new window

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-13 Thread Kieran Kelleher
Paolo, Another nice feature is to double-click a view's tab to expand it to the size of the window. Double-clicking again restores to perspective layout. Regards, Kieran On Sep 13, 2007, at 1:07 PM, Chuck Hill wrote: On Sep 13, 2007, at 9:53 AM, Paolo Sommaruga wrote: great Chuck, ant