> On 05.05.2016, at 20:46, Calven Eggert <[email protected]> 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 <[email protected] 
>> <mailto:[email protected]>> 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 <[email protected] 
>>> <mailto:[email protected]>> 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 <[email protected] 
>>>> <mailto:[email protected]>> 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      ([email protected] 
>>>> <mailto:[email protected]>)
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com 
>>>> <https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com>
>>>> 
>>>> This email sent to [email protected] <mailto:[email protected]>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list      ([email protected] 
>>> <mailto:[email protected]>)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/speery%40me.com 
>>> <https://lists.apple.com/mailman/options/webobjects-dev/speery%40me.com>
>>> 
>>> This email sent to [email protected] <mailto:[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/mailinglists%40kataputt.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]

Reply via email to