There's also a parameter in build.xml, which sets the JVM Option field in
{mac,unix}classpath.txt, which is added to the command line options. But i
cannot remember it ...
Am 05.12.2012 18:51 schrieb "Pascal Robert" <prob...@macti.ca>:

>
> Le 2012-12-05 à 12:23, programming...@mac.com a écrit :
>
> > Have you set the -server flag in deployment recently? If so, you'll need
> to specify your frameworks URL in properties.
> >
> > WOFrameworksBaseURL=/Webobjects/Application_v14.woa/Frameworks
>
> That should be set in the script that launch the application when you
> build with Ant:
>
>   echo ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath
> WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap ${COMMAND_LINE_ARGS}
> -WOFrameworksBaseURL /WebObjects/MyApplication.woa/Frameworks
>
>   eval exec ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath
> WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap ${COMMAND_LINE_ARGS}
> -WOFrameworksBaseURL /WebObjects/MyApplication.woa/Frameworks
>
> So you shouldn't need to add the property in JavaMonitor or anywhere else
> unless your build was done years ago. I think Maven builds don't have that
> by default.
>
> > David
> >
> >
> > On 2012-12-05, at 8:34 AM, Jesse Tayler <jtay...@oeinc.com> wrote:
> >
> >> I seem to have lost my links to deployment resources from WOnder
> frameworks, like so:
> >>
> >>
> /WebObjects/Frameworks/ERModernDefaultSkin.framework/WebServerResources/datepicker.css
> >>
> >> Is this because of apache rules or something, or do I actually need to
> install new frameworks and resources on my old AWS server?
> >>
> >> I'm uncertain when this error started and was looking through
> deployment docs
> >>
> >> http://wiki.wocommunity.org/display/documentation/Deployment
> >>
> >> but didn't really find anything that rang a bell.
> >>
> >> thoughts on that?
> >>
> >>
> >>
> >> _______________________________________________
> >> Do not post admin requests to the list. They will be ignored.
> >> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> >> Help/Unsubscribe/Update your Subscription:
> >>
> https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
> >>
> >> This email sent to programming...@mac.com
> >
> > _______________________________________________
> > Do not post admin requests to the list. They will be ignored.
> > Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> > Help/Unsubscribe/Update your Subscription:
> >
> https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
> >
> > This email sent to prob...@macti.ca
>
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
>
> https://lists.apple.com/mailman/options/webobjects-dev/bastian.triller%40gmail.com
>
> This email sent to bastian.tril...@gmail.com
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to