Hi Ramsey, Theoretically, defining the wo.bootstrapjar variable in the build.properties should work. Defining the full path as you did is another option too. However, as soon as the Maven plugin uses an old version of woproject-ant-tasks, it may not work as we expect it to work (considering the current source code for this library).
I’ll try to debug the plugin execution to understand what’s going on. Cheers, Henrique > On 17 de nov de 2015, at 22:25, Ramsey Gurley <[email protected]> wrote: > > Also, I’ve tried creating > > /System/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar > > directly on the build server, as that appears to be the default location > where WOVariables looks. Still getting the old and busted appstart.cmd file. > > On Nov 17, 2015, at 3:19 PM, Ramsey Gurley <[email protected]> wrote: > >> Hi maven people, >> >> I’m building a maven project with woapplication packaging. The >> Application.CMD file for windows is coming from the woapp instead of the >> woapp_52 directory in the woproject.jar. The woapp script is broken because >> it does not gracefully handle directory paths like \ProgramFiles (x86)\ on >> Windows the way woapp_52 script does. I’m getting it because WOBootstrap.jar >> does not exist, and therefore, it assumes I’m using old n busted WO 5 or >> 5.1. I tried adding wo.bootstrapjar=/path/to/wotaskd/WOBootstrap.jar to >> build.properties, but that did not work. I tried adding that as a property >> in the pom, but that did not work either. >> >> Can anyone tell me how to build a maven project with woapplication packaging >> such that one gets the launch scripts from woapp_52 instead of woapp? >> >> Thanks, >> >> Ramsey > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
