Re: Can't Add WO Frameworks

2016-05-05 Thread Paul Hoadley
On 6 May 2016, at 4:24 am, Calven Eggert  wrote:

> The point is that that dialog freezes up and so I can't add the libraries.  
> Is it safe to edit the .classpath directly?

Yes, definitely. I don’t know why the dialog would be broken as you describe, 
but that’s all it’s doing, editing the classpath.


-- 
Paul Hoadley
http://logicsquad.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/archive%40mail-archive.com

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

Re: Can't Add WO Frameworks

2016-05-05 Thread Markus Ruggiero

> On 05.05.2016, at 20:46, Calven Eggert  wrote:
> 
> Actually, I'm creating a new java project because this will be an app run 
> from a batch process in the terminal.  Is this not correct?

Two ideas, I have used both in projects:

- Have a plain Wonder app running. Implement your functionality as a direct 
action and trigger it using curl or wget 
- override public void run() in Application.java. Do not call super.run(). This 
will initialize everything Wonder-ish but will not start request-response 
processing. Simply do whatever you want to do in run(). After that the app 
terminates. You can start the app from a batch job/whatever.

Maybe this helps
---markus---

> 
> BTW, creating a new workspace didn't fix the problem.
> 
> Calven
> 
> 
>> On May 5, 2016, at 2:42 PM, Steve Peery > > wrote:
>> 
>> Also, I notice that you say you "created a new java project”. It should be a 
>> new Wonder Application project.
>> 
>> 
>>> On May 5, 2016, at 2:38 PM, Theodore Petrosky >> > wrote:
>>> 
>>> try creating a new workspace and a project. the current workspace may be 
>>> NFG.
>>> 
>>> 
 On May 5, 2016, at 2:34 PM, Calven Eggert >>> > wrote:
 
 I've created a new java project in Eclipse and when I go to add a library 
 using JavaBuildPath/Add Library, I select "WebObjects Frameworks" click on 
 the Next button and it nothing happens.  It won't display the next dialog 
 and therefore I can't add a library.  I can't even dismiss the dialog and 
 have to force-quit Eclipse. :-(
 
 Has anyone else encountered this problem, or know of a work around? (Using 
 Mars.1 Release (4.5.1), El Capitan)
 
 Calven
 
 ___
 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/speery%40me.com 
>>> 
>>> 
>>> This email sent to spe...@me.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/mailinglists%40kataputt.com
> 
> This email sent to mailingli...@kataputt.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: Can't Add WO Frameworks

2016-05-05 Thread Calven Eggert
I've copied the file paths from another project into my .classpath and it seems 
to work.  If anyone knows of a reason why this is not a good idea please let me 
know.

Thanks for your time guys/gals. (Are there actually any gals that do WO?)

Calven


> On May 5, 2016, at 2:55 PM, Steve Peery  wrote:
> 
> I would give it a try.
> 
>> On May 5, 2016, at 2:54 PM, Calven Eggert > > wrote:
>> 
>> I've done this many times before, just not in El Capitan.  For example, I 
>> have apps that run on a daily basis to poll records in a database via WO and 
>> do things like send emails.  The point is that that dialog freezes up and so 
>> I can't add the libraries.  Is it safe to edit the .classpath directly? (I 
>> noticed the libraries are in there of another project)
>> 
>> Calven
>> 
>> 
>>> On May 5, 2016, at 2:50 PM, Steve Peery >> > wrote:
>>> 
>>> That is definitely not how WebObject/Wonder applications are typically 
>>> used. What are you trying to create?
>>> 
>>> Steve
>>> 
 On May 5, 2016, at 2:46 PM, Calven Eggert >>> > wrote:
 
 Actually, I'm creating a new java project because this will be an app run 
 from a batch process in the terminal.  Is this not correct?
 
 BTW, creating a new workspace didn't fix the problem.
 
 Calven
 
 
> On May 5, 2016, at 2:42 PM, Steve Peery  > wrote:
> 
> Also, I notice that you say you "created a new java project”. It should 
> be a new Wonder Application project.
> 
> 
>> On May 5, 2016, at 2:38 PM, Theodore Petrosky > > wrote:
>> 
>> try creating a new workspace and a project. the current workspace may be 
>> NFG.
>> 
>> 
>>> On May 5, 2016, at 2:34 PM, Calven Eggert >> > wrote:
>>> 
>>> I've created a new java project in Eclipse and when I go to add a 
>>> library using JavaBuildPath/Add Library, I select "WebObjects 
>>> Frameworks" click on the Next button and it nothing happens.  It won't 
>>> display the next dialog and therefore I can't add a library.  I can't 
>>> even dismiss the dialog and have to force-quit Eclipse. :-(
>>> 
>>> Has anyone else encountered this problem, or know of a work around? 
>>> (Using Mars.1 Release (4.5.1), El Capitan)
>>> 
>>> Calven
>>> 
>>> ___
>>> 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/speery%40me.com 
>> 
>> 
>> This email sent to spe...@me.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: Can't Add WO Frameworks

2016-05-05 Thread Steve Peery
I would give it a try.

> On May 5, 2016, at 2:54 PM, Calven Eggert  wrote:
> 
> I've done this many times before, just not in El Capitan.  For example, I 
> have apps that run on a daily basis to poll records in a database via WO and 
> do things like send emails.  The point is that that dialog freezes up and so 
> I can't add the libraries.  Is it safe to edit the .classpath directly? (I 
> noticed the libraries are in there of another project)
> 
> Calven
> 
> 
>> On May 5, 2016, at 2:50 PM, Steve Peery > > wrote:
>> 
>> That is definitely not how WebObject/Wonder applications are typically used. 
>> What are you trying to create?
>> 
>> Steve
>> 
>>> On May 5, 2016, at 2:46 PM, Calven Eggert >> > wrote:
>>> 
>>> Actually, I'm creating a new java project because this will be an app run 
>>> from a batch process in the terminal.  Is this not correct?
>>> 
>>> BTW, creating a new workspace didn't fix the problem.
>>> 
>>> Calven
>>> 
>>> 
 On May 5, 2016, at 2:42 PM, Steve Peery >>> > wrote:
 
 Also, I notice that you say you "created a new java project”. It should be 
 a new Wonder Application project.
 
 
> On May 5, 2016, at 2:38 PM, Theodore Petrosky  > wrote:
> 
> try creating a new workspace and a project. the current workspace may be 
> NFG.
> 
> 
>> On May 5, 2016, at 2:34 PM, Calven Eggert > > wrote:
>> 
>> I've created a new java project in Eclipse and when I go to add a 
>> library using JavaBuildPath/Add Library, I select "WebObjects 
>> Frameworks" click on the Next button and it nothing happens.  It won't 
>> display the next dialog and therefore I can't add a library.  I can't 
>> even dismiss the dialog and have to force-quit Eclipse. :-(
>> 
>> Has anyone else encountered this problem, or know of a work around? 
>> (Using Mars.1 Release (4.5.1), El Capitan)
>> 
>> Calven
>> 
>> ___
>> 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/speery%40me.com 
> 
> 
> This email sent to spe...@me.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: Can't Add WO Frameworks

2016-05-05 Thread Calven Eggert
I've done this many times before, just not in El Capitan.  For example, I have 
apps that run on a daily basis to poll records in a database via WO and do 
things like send emails.  The point is that that dialog freezes up and so I 
can't add the libraries.  Is it safe to edit the .classpath directly? (I 
noticed the libraries are in there of another project)

Calven


> On May 5, 2016, at 2:50 PM, Steve Peery  wrote:
> 
> That is definitely not how WebObject/Wonder applications are typically used. 
> What are you trying to create?
> 
> Steve
> 
>> On May 5, 2016, at 2:46 PM, Calven Eggert > > wrote:
>> 
>> Actually, I'm creating a new java project because this will be an app run 
>> from a batch process in the terminal.  Is this not correct?
>> 
>> BTW, creating a new workspace didn't fix the problem.
>> 
>> Calven
>> 
>> 
>>> On May 5, 2016, at 2:42 PM, Steve Peery >> > wrote:
>>> 
>>> Also, I notice that you say you "created a new java project”. It should be 
>>> a new Wonder Application project.
>>> 
>>> 
 On May 5, 2016, at 2:38 PM, Theodore Petrosky >>> > wrote:
 
 try creating a new workspace and a project. the current workspace may be 
 NFG.
 
 
> On May 5, 2016, at 2:34 PM, Calven Eggert  > wrote:
> 
> I've created a new java project in Eclipse and when I go to add a library 
> using JavaBuildPath/Add Library, I select "WebObjects Frameworks" click 
> on the Next button and it nothing happens.  It won't display the next 
> dialog and therefore I can't add a library.  I can't even dismiss the 
> dialog and have to force-quit Eclipse. :-(
> 
> Has anyone else encountered this problem, or know of a work around? 
> (Using Mars.1 Release (4.5.1), El Capitan)
> 
> Calven
> 
> ___
> 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/speery%40me.com 
 
 
 This email sent to spe...@me.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: Can't Add WO Frameworks

2016-05-05 Thread Steve Peery
That is definitely not how WebObject/Wonder applications are typically used. 
What are you trying to create?

Steve

> On May 5, 2016, at 2:46 PM, Calven Eggert  wrote:
> 
> Actually, I'm creating a new java project because this will be an app run 
> from a batch process in the terminal.  Is this not correct?
> 
> BTW, creating a new workspace didn't fix the problem.
> 
> Calven
> 
> 
>> On May 5, 2016, at 2:42 PM, Steve Peery > > wrote:
>> 
>> Also, I notice that you say you "created a new java project”. It should be a 
>> new Wonder Application project.
>> 
>> 
>>> On May 5, 2016, at 2:38 PM, Theodore Petrosky >> > wrote:
>>> 
>>> try creating a new workspace and a project. the current workspace may be 
>>> NFG.
>>> 
>>> 
 On May 5, 2016, at 2:34 PM, Calven Eggert >>> > wrote:
 
 I've created a new java project in Eclipse and when I go to add a library 
 using JavaBuildPath/Add Library, I select "WebObjects Frameworks" click on 
 the Next button and it nothing happens.  It won't display the next dialog 
 and therefore I can't add a library.  I can't even dismiss the dialog and 
 have to force-quit Eclipse. :-(
 
 Has anyone else encountered this problem, or know of a work around? (Using 
 Mars.1 Release (4.5.1), El Capitan)
 
 Calven
 
 ___
 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/speery%40me.com 
>>> 
>>> 
>>> This email sent to spe...@me.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: Can't Add WO Frameworks

2016-05-05 Thread Calven Eggert
Actually, I'm creating a new java project because this will be an app run from 
a batch process in the terminal.  Is this not correct?

BTW, creating a new workspace didn't fix the problem.

Calven


> On May 5, 2016, at 2:42 PM, Steve Peery  wrote:
> 
> Also, I notice that you say you "created a new java project”. It should be a 
> new Wonder Application project.
> 
> 
>> On May 5, 2016, at 2:38 PM, Theodore Petrosky > > wrote:
>> 
>> try creating a new workspace and a project. the current workspace may be NFG.
>> 
>> 
>>> On May 5, 2016, at 2:34 PM, Calven Eggert >> > wrote:
>>> 
>>> I've created a new java project in Eclipse and when I go to add a library 
>>> using JavaBuildPath/Add Library, I select "WebObjects Frameworks" click on 
>>> the Next button and it nothing happens.  It won't display the next dialog 
>>> and therefore I can't add a library.  I can't even dismiss the dialog and 
>>> have to force-quit Eclipse. :-(
>>> 
>>> Has anyone else encountered this problem, or know of a work around? (Using 
>>> Mars.1 Release (4.5.1), El Capitan)
>>> 
>>> Calven
>>> 
>>> ___
>>> 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/speery%40me.com 
>> 
>> 
>> This email sent to spe...@me.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: Can't Add WO Frameworks

2016-05-05 Thread Steve Peery
Also, I notice that you say you "created a new java project”. It should be a 
new Wonder Application project.


> On May 5, 2016, at 2:38 PM, Theodore Petrosky  wrote:
> 
> try creating a new workspace and a project. the current workspace may be NFG.
> 
> 
>> On May 5, 2016, at 2:34 PM, Calven Eggert > > wrote:
>> 
>> I've created a new java project in Eclipse and when I go to add a library 
>> using JavaBuildPath/Add Library, I select "WebObjects Frameworks" click on 
>> the Next button and it nothing happens.  It won't display the next dialog 
>> and therefore I can't add a library.  I can't even dismiss the dialog and 
>> have to force-quit Eclipse. :-(
>> 
>> Has anyone else encountered this problem, or know of a work around? (Using 
>> Mars.1 Release (4.5.1), El Capitan)
>> 
>> Calven
>> 
>> ___
>> 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/speery%40me.com
> 
> This email sent to spe...@me.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

Can't Add WO Frameworks

2016-05-05 Thread Calven Eggert
I've created a new java project in Eclipse and when I go to add a library using 
JavaBuildPath/Add Library, I select "WebObjects Frameworks" click on the Next 
button and it nothing happens.  It won't display the next dialog and therefore 
I can't add a library.  I can't even dismiss the dialog and have to force-quit 
Eclipse. :-(

Has anyone else encountered this problem, or know of a work around? (Using 
Mars.1 Release (4.5.1), El Capitan)

Calven

 ___
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