Hi Riccardo,
On 10/10/2012, at 6:00 PM, Riccardo De Menna wrote:
> The order I define in WOLips works fine in development but not in deployment
> where I get a totally different setup.
> Manually updating the classpath file every time I redeploy is not an option
> and is prone to a lot of error
Hi,
I think my problem is resolved.
All works fine.
Thanks a lot
Envoyé depuis iCloud
Le 9 oct. 2012 à 20:56, Theodore Petrosky a écrit :
> I use JasperReports also but I pass in my EO and let the framework do its
> magic.
>
> Ted
>
> --- On Tue, 10/9/12, Raymond NANEON wrote:
>
>> Fro
Hey all,
I'm working with an app that's setup to do two languages (English and
Japanese) and am working on some code to localize currencies (just
formatting). I've added a key to both the English and Japanese
Localizable.strings files and reference those keys in numberformat
declarations.
This m
When I switched over to git, I had problems with git on my 10.5 server.
According to my notes, installing via macports solved my problems.
On Tue, Oct 9, 2012 at 1:30 PM, Roger Perryman wrote:
> Can anyone confirm (or deny) that git 1.7.5.4 is the latest version that
> works on OSX 10.5? I inst
Hi,
in WOLips source code I found the definition file for the standard bindings of
components like WOForm that have shortcut forms. For most of the bindings there
is an attribute "passthrough" as in
I could neither find information on the web nor WO documentation nor WOLips
source code where
On 10/10/2012, at 13:59, programming...@mac.com wrote:
> The problem is that you are setting up conditionally displaying different
> sets of tabs, but then not providing the method in the session class to do
> so. Since you are only using one set of tabs, you really don't need that line.
>
> If
On 2012-10-10, at 7:48 AM, Flavio Donadio wrote:
> On 10/10/2012, at 10:17, Theodore Petrosky wrote:
>
>> so it was not a 'virgin' new D2W app.
>
> Well... Depends on what you mean by "virgin"... :) I made just a couple
> changes that shouldn't create serious problems, IMO.
>
>
>> i would tr
On 2012-10-10, at 7:48 AM, Flavio Donadio wrote:On 10/10/2012, at 10:17, Theodore Petrosky wrote:so it was not a 'virgin' new D2W app.Well... Depends on what you mean by "virgin"... :) I made just a couple changes that shouldn't create serious problems, IMO.i would try that. select new D2W wonder a
I thought, as Paul pointed out, when one goes in Eclipse to
[Project] > Build Path > Configure Build Path... > Order and Export
and changes the order of the frameworks, it changes the order of the
frameworks in the .classpath file for you. And when we do an ant build
and looking in the ClassPa
Pascal,
Maybe that's the problem. I'm gonna try it...
Cheers,
Flavio
On 10/10/2012, at 11:57, Pascal Robert wrote:
>
> Le 2012-10-10 à 10:54, Flavio Donadio a écrit :
>
>> Pascal,
>>
>>
>> Do you have something different on your configurations, maybe? My Eclipse
>> preferences are prett
Le 2012-10-10 à 10:54, Flavio Donadio a écrit :
> Pascal,
>
>
> Do you have something different on your configurations, maybe? My Eclipse
> preferences are pretty much the defaults, except for the settings recommended
> in the installation tutorial. I just enabled that "Automatically run
>
Pascal,
Do you have something different on your configurations, maybe? My Eclipse
preferences are pretty much the defaults, except for the settings recommended
in the installation tutorial. I just enabled that "Automatically run
EOGenerator" setting...
I noticed, in Eclipse preferences -> WOL
On 10/10/2012, at 10:17, Theodore Petrosky wrote:
> so it was not a 'virgin' new D2W app.
Well... Depends on what you mean by "virgin"... :) I made just a couple changes
that shouldn't create serious problems, IMO.
> i would try that. select new D2W wonder app. then run. do nothing else. do
>
David,
The exception says there's no method or member with that name... Strange...
I'll try Theodore's tip and create a new project.
Cheers,
Flavio
On 10/10/2012, at 10:24, David LeBer wrote:
> There definitely looks like there is something missing in that tutorial.
>
> The session needs t
Theodore,
This did the trick for EOModel class generation! Thanks!
Cheers,
Flavio
On 10/10/2012, at 10:59, Theodore Petrosky wrote:
> BTW,
>
> Eclipse => Preferences => WOLips => Build
>
> should have a check in Automatically run EOGenerator if you want automatic
> generation of your mod
BTW,
Eclipse => Preferences => WOLips => Build
should have a check in Automatically run EOGenerator if you want automatic
generation of your model.
Ted
--- On Wed, 10/10/12, Flavio Donadio wrote:
> From: Flavio Donadio
> Subject: Re: D2W - Problem with navigation
> To: "Theodore Petrosky"
Be aware that I wrote the tutorial, but I don't have D2W experience beside this
tutorial and some fixes in an app. Maybe a D2W god could fix the tutorial if
something is not working (but it did work for me).
> Theodore,
>
>
> Yes. I followed this tutorial:
> http://wiki.wocommunity.org/displa
There definitely looks like there is something missing in that tutorial.
The session needs to return a value for "navigationRootChoice" - missing method
maybe?
D
On 2012-10-10, at 8:39 AM, Flavio Donadio wrote:
> Theodore,
>
>
> Yes. I followed this tutorial:
> http://wiki.wocommunity.org/
also, did you view the d2w podcasts? those tutorials are great.
--- On Wed, 10/10/12, Flavio Donadio wrote:
> From: Flavio Donadio
> Subject: Re: D2W - Problem with navigation
> To: "Theodore Petrosky"
> Cc: Webobjects-dev@lists.apple.com
> Date: Wednesday, October 10, 2012, 8:39 AM
> Theodore
so it was not a 'virgin' new D2W app.
i would try that. select new D2W wonder app. then run. do nothing else. do not
add any other frameworks, nor models.
it should work.
--- On Wed, 10/10/12, Flavio Donadio wrote:
> From: Flavio Donadio
> Subject: Re: D2W - Problem with navigation
> To:
Theodore,
Yes. I followed this tutorial:
http://wiki.wocommunity.org/display/documentation/Your+First+D2W+Project
The only differences are:
1. I didn't use the EOModel from the framework created in the previous
tutorial. I created a new model and migration and went on from there. The
automat
do I understand you created a NEW wonder D2W app, did no editing and when you
ran the app you received these errors?
--- On Tue, 10/9/12, Flavio Donadio wrote:
> From: Flavio Donadio
> Subject: D2W - Problem with navigation
> To: Webobjects-dev@lists.apple.com
> Date: Tuesday, October 9, 2012,
Hi Paul,
The order I define in WOLips works fine in development but not in deployment
where I get a totally different setup.
Manually updating the classpath file every time I redeploy is not an option and
is prone to a lot of errors.
There must be a way to act on the deployed classpath file?!?
23 matches
Mail list logo