Re: Maven builds and Generate Bundles

2019-03-06 Thread Michael Sharp
Thanks Hugi. I can live with workspace wide "generate bundles".

Sharpy.

> On 6 Mar 2019, at 6:55 pm, Hugi Thordarson  wrote:
> 
> I'm not aware of a way to have Maven builds function without generating 
> bundles :-/.
> 
> I thought this would be a drag on performance (since I remembered bundle-less 
> being a huge performance boost) but it hasn't been, really (although my 
> projects are all Maven, not sure if the Ant ones suffer). Perhaps the advent 
> of SSDs has made bundle generation less of a drag?
> 
> - hugi
> 
> 
>> On 6 Mar 2019, at 04:59, Michael Sharp > > wrote:
>> 
>> Hi All,
>> 
>> As I continue my Maven journey I now find myself with a workspace consisting 
>> of both Maven and Ant WO projects. All my legacy builds are bundle-less 
>> while my Maven projects require the Generate Bundles WOLips preference 
>> checked. I see the same behaviour in both new and migrated Maven projects.
>> 
>> Is it possible to run Maven WO apps without Generate Bundles checked? 
>> Ideally I’d like to leave my debug/run launch configs for my legacy 
>> applications unchanged.
>> 
>> Thanks
>> 
>> Sharpy.
>> ___
>> 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/hugi%40karlmenn.is 
>> 
>> 
>> This email sent to h...@karlmenn.is
> 

 ___
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


Re: Apache for Dev and breakpoints

2019-03-06 Thread Jeffrey Schmitz
Finally figured out a fix for this, although I’m still a little cloudy as to 
what’s going on.

Note that the URL generated when I run in eclipse is:

> http://localhost/cgi-bin/WebObjects/netbrackets.woa/- 
> 
netbrackets in all lower case.  However, this doesn’t match the project.name 
value defined in the build.properties file which was in camelcase:

project.name=netBrackets

I changed the project.name to be all lowercase like the generated URL, and it 
works!

What I don’t understand is why the URL is being generated all lowercase in the 
first place when the project.name is specified camelcase.  Also, everything 
deploys fine as it was, I’m a little worried keeping the project.name property 
lowercase may mess up my deployment.  

My build file as well specifies the project name in camel case.

http://localhost/cgi-bin/WebObjects/netbrackets.woa/- 
> 
> 
> I’m wondering, do I need to add the application that is built by Eclipse 
> under the “dist” folder to the wotaskd config using Javamonitor?  
> 
> Jeff
> 
> 
> 
>> On Jan 11, 2019, at 10:08 PM, Aaron Rosenzweig > > wrote:
>> 
>> Jeffrey,
>> 
>> What is the url you are trying to use in Safari to connect?
>> 
>> You need to know the port and you need to type it with a negative.
>> 
>> With direct connect it is a colon but with the apache adaptor it is a slash 
>> and then a negative sign and then the port number. 
>> AARON ROSENZWEIG / Chat 'n Bike 
>> e:  aa...@chatnbike.com   t:  (301) 956-2319 
>> 
>>  
>> 
>>> On Jan 11, 2019, at 6:09 PM, Jeffrey Schmitz >> > wrote:
>>> 
>>> 
>>> Yes I think you must be right.  After shutting down and deleting the 
>>> launched version however, it now says The requested application was not 
>>> found on this server.
>>> 
>>> What is the magic property that makes apache use the Eclipse version that 
>>> is launched when I try to debug?
>>> 
>>> Thanks
>>> Jeff
>>> 
 On Jan 11, 2019, at 2:10 PM, Aaron Rosenzweig >>> > wrote:
 
 Hi Jeff - I suppose you actually have the .woa launched and running on 
 your system and Apache is connecting to that instead of Eclipse. 
 AARON ROSENZWEIG / Chat 'n Bike 
 e:  aa...@chatnbike.com   t:  (301) 956-2319   
 

 
> On Jan 10, 2019, at 9:13 PM, Jeffrey Schmitz 
> mailto:jeff.schm...@netbrackets.com>> 
> wrote:
> 
> Hello List,
>I’m trying to use apache for development per 
> https://wiki.wocommunity.org/display/documentation/Development+Tools-Running+Through+Apache
>  
> 
>  so I can test SSL related code.
> 
>When I launch my app from Eclipse however, it’s not getting my latest 
> changes nor is it stopping on my breakpoints in the debugger.  Using 
> direct connect it all works as expected.  Any ideas what’s going on?
> 
> Jeff
> 
> ___
> 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/aaron%40chatnbike.com
>  
> 
> 
> This email sent to aa...@chatnbike.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/jeffschmitz%40icloud.com
> 
> This email sent to jeffschm...@icloud.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


Re: Mojave, Eclipse and WebObjects

2019-03-06 Thread Greg Smith
Super, thanks that worked though I could not get it to work with Java11, worked 
for me.

On Feb 22, 2019, at 8:43 AM, Theodore Petrosky wrote:

> I have the book, but I have always found it better to use the wiki:
> 
> https://wiki.wocommunity.org/display/WEB/Project+Wonder+Installation
> 
> it just so happens this has been updated today!!!
> 
> Ted
> 
>> On Feb 22, 2019, at 11:36 AM, Greg Smith  wrote:
>> 
>> Has anyone done the install with http://learningthewonders.com with Java 11?
>> 
>> On Oct 2, 2018, at 10:03 AM, Lon Varscsak wrote:
>> 
>>> The only problem I've had is 4.9 of eclipse and WOLips (4.7 works fine).
>>> 
>>> On Mon, Oct 1, 2018 at 11:37 PM Josef Vanek  
>>> wrote:
>>> Nope, all works fine for me.
>>> 
>>> Josef
>>> Le 2 octobre 2018 à 08:36:32, fre...@timeoff.se (fre...@timeoff.se) a écrit:
>>> 
 Just looking for confirmation that it all works with Mojave before 
 upgrading! 
 
 Has anyone had any problems with Mojave, Eclipse and WebObjects? 
 
 /Fredrik 
 ___ 
 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/josef.vanek%40intellicore.net
  
 
 This email sent to josef.va...@intellicore.net 
>>>  ___
>>> 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/lon.varscsak%40gmail.com
>>> 
>>> This email sent to lon.varsc...@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/gsmith%40westmont.edu
>>> 
>>> This email sent to gsm...@westmont.edu
>> 
>> ___
>> 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/tedpet5%40yahoo.com
>> 
>> This email sent to tedp...@yahoo.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


Re: Maven builds and Generate Bundles

2019-03-06 Thread Hugi Thordarson
I'm not aware of a way to have Maven builds function without generating bundles 
:-/.

I thought this would be a drag on performance (since I remembered bundle-less 
being a huge performance boost) but it hasn't been, really (although my 
projects are all Maven, not sure if the Ant ones suffer). Perhaps the advent of 
SSDs has made bundle generation less of a drag?

- hugi


> On 6 Mar 2019, at 04:59, Michael Sharp  wrote:
> 
> Hi All,
> 
> As I continue my Maven journey I now find myself with a workspace consisting 
> of both Maven and Ant WO projects. All my legacy builds are bundle-less while 
> my Maven projects require the Generate Bundles WOLips preference checked. I 
> see the same behaviour in both new and migrated Maven projects.
> 
> Is it possible to run Maven WO apps without Generate Bundles checked? Ideally 
> I’d like to leave my debug/run launch configs for my legacy applications 
> unchanged.
> 
> Thanks
> 
> Sharpy.
> ___
> 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/hugi%40karlmenn.is
> 
> This email sent to h...@karlmenn.is

 ___
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