I find my files under build/MyApp.woa/Contents/WebServerResources
(built using eclipse -> Run) was flattened,
but dist/MyApp.woa/Contents/WebServerResources (built using build.xml
-> Run As Ant Build) are not.
Why are these results different? How do I make them consistent?
Regards,
yllan
On Thu,
On 19/07/2008, at 4:59 PM, Shelley Eitzen wrote:
you are correct, one value was an Integer and the other a String, so
technically our app is at fault.
So is it a bug to report because it works under 5.3 but not under 5.4?
I believe in the past WO would auto-convert the string to an integer
Hi All,
We have just migrated the application from XCode to Eclipse/WOLips.
The development environment is on Leopard running 5.3. (as per
http://lists.apple.com/archives/Webobjects-dev/2007/Oct/msg00357.html)
The application is running in development successfully.
A deploy is created in the
I've had strange WO behavior if I would disable my ethernet network
interface. Never exactly what you are getting, but I would stop being
able to access my server apps from my client apps. I don't think the
behavior is 100% reproducible. So, perhaps the behavior you are
getting is not per s
I have the same app running on two other deployment servers. And I
can't seem to figure out what is different.
Any hints greatly appreciated.
Thanks
James Cicenia
JDBC connection successful!
[2008-07-19 07:59:24 CDT] A fatal exception occurred: null
[2008-07-19 07:59:24 CDT] java.lang.NullPo
Start the application from the Terminal. Start it is as the appserver
user. It might just be a permissions issue. Btw: when I build my apps
from Eclipse with ant, they end up in /Library/WebObjects/Applications
on the dev machine. So, if you changed something there, are you sure,
that is al
Thanks!
it was a permissions issue.
Cheers
Shelley
Guido Neitzer wrote:
Start the application from the Terminal. Start it is as the appserver
user. It might just be a permissions issue. Btw: when I build my apps
from Eclipse with ant, they end up in /Library/WebObjects/Applications
on the de
Hi Rams,
I'm quite confused about this code. I copied this to my DirectAction
class but it didn't work.
In my project, I have English.lproj, zh_TW.lproj, zh_CN.lproj.
I have my Properies file setup with:
er.extensions.ERXLocalizer.defaultLanguage=English
er.extensions.ERXLocalizer.fileNamesToWatc