Re: I wonder if you have seen this before: exec: -X: invalid option

2008-04-17 Thread Mike Schrag
Please keep questions on the list ... I'm assuming ${jvm} is not set.   
This same question came up just a few weeks ago, but I don't recall  
what caused it.


ms

On Apr 17, 2008, at 5:07 PM, Klaus Berkling wrote:


Sorry, forgot to mention. This only happens with ant builds.

Thanks again.

On Apr 17, 2008, at 2:00 PM, Klaus Berkling wrote:

Hi Mike,

Sorry to bother you.  I wonder if you have seen this before:

I'm executing the launch script for my WOApp. This is the output:

${jvm} -XX:NewSize=2m -Xmx64m -Xms32m -DWORootDirectory=/System - 
DWOLocalRootDirectory= -DWOUserDirectory=/Users/kiberkli/ 
Documents/Development/rsWorkspace/RecordServerApp/dist/ 
RecordServerApp.woa -DWOEnvClassPath= - 
DWOApplicationClass=Application -DWOPlatform=MacOS - 
Dcom.webobjects.pid=8317 -classpath WOBootstrap.jar  
com.webobjects._bootstrap.WOBootstrap

./RecordServerApp: line 301: exec: -X: invalid option

I have another plain HelloWorld app and I don't see this error.

Where in Eclipse are the flags passed into java? It's not in the  
script, it's not in the WO tab of the run configuration.  Any  
thoughts?


Thanks, much obliged.

kib

Success is not final, failure is not fatal: it is the courage to  
continue that counts.”

- Winston Churchill

Klaus Berkling
Systems Administrator
DynEd International, Inc.
www.dyned.com | www.eskimo.com/~kiberkli






kib

Success is not final, failure is not fatal: it is the courage to  
continue that counts.”

- Winston Churchill

Klaus Berkling
Systems Administrator
DynEd International, Inc.
www.dyned.com | www.eskimo.com/~kiberkli






___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: I wonder if you have seen this before: exec: -X: invalid option

2008-04-17 Thread Chuck Hill
I don't recall either, but I do recall seeing this.  I think it was  
something simple, wrong version of the JVM marked as default, no  
default. something.


For a quick hack, you should be able to edit ~/Library/ 
wobuild.properties and add

jvm=java

Before you do that, try running the build with ant -verbose -debug and  
see if you see anything that looks like a problem.


Chuck


On Apr 17, 2008, at 2:35 PM, Mike Schrag wrote:

Please keep questions on the list ... I'm assuming ${jvm} is not  
set.  This same question came up just a few weeks ago, but I don't  
recall what caused it.


ms

On Apr 17, 2008, at 5:07 PM, Klaus Berkling wrote:


Sorry, forgot to mention. This only happens with ant builds.

Thanks again.

On Apr 17, 2008, at 2:00 PM, Klaus Berkling wrote:

Hi Mike,

Sorry to bother you.  I wonder if you have seen this before:

I'm executing the launch script for my WOApp. This is the output:

${jvm} -XX:NewSize=2m -Xmx64m -Xms32m -DWORootDirectory=/System - 
DWOLocalRootDirectory= -DWOUserDirectory=/Users/kiberkli/ 
Documents/Development/rsWorkspace/RecordServerApp/dist/ 
RecordServerApp.woa -DWOEnvClassPath= - 
DWOApplicationClass=Application -DWOPlatform=MacOS - 
Dcom.webobjects.pid=8317 -classpath WOBootstrap.jar  
com.webobjects._bootstrap.WOBootstrap

./RecordServerApp: line 301: exec: -X: invalid option

I have another plain HelloWorld app and I don't see this error.

Where in Eclipse are the flags passed into java? It's not in the  
script, it's not in the WO tab of the run configuration.  Any  
thoughts?


Thanks, much obliged.

kib

Success is not final, failure is not fatal: it is the courage to  
continue that counts.”

- Winston Churchill

Klaus Berkling
Systems Administrator
DynEd International, Inc.
www.dyned.com | www.eskimo.com/~kiberkli






kib

Success is not final, failure is not fatal: it is the courage to  
continue that counts.”

- Winston Churchill

Klaus Berkling
Systems Administrator
DynEd International, Inc.
www.dyned.com | www.eskimo.com/~kiberkli






___
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:
http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net

This email sent to [EMAIL PROTECTED]



--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: I wonder if you have seen this before: exec: -X: invalid option

2008-04-17 Thread James Cicenia

I think I had raised this issue on one of my failed deployment attempts.
my MacOSXClassPath.txt had
jvm=${jvm}

I just fixed it there now just rsync around the working file. I could  
never get that file correct in my deployment straight from eclipse.  
Granted I haven't tried in a few years.


-j-




On Apr 17, 2008, at 4:45 PM, Chuck Hill wrote:

I don't recall either, but I do recall seeing this.  I think it was  
something simple, wrong version of the JVM marked as default, no  
default. something.


For a quick hack, you should be able to edit ~/Library/ 
wobuild.properties and add

jvm=java

Before you do that, try running the build with ant -verbose -debug  
and see if you see anything that looks like a problem.


Chuck


On Apr 17, 2008, at 2:35 PM, Mike Schrag wrote:

Please keep questions on the list ... I'm assuming ${jvm} is not  
set.  This same question came up just a few weeks ago, but I don't  
recall what caused it.


ms

On Apr 17, 2008, at 5:07 PM, Klaus Berkling wrote:


Sorry, forgot to mention. This only happens with ant builds.

Thanks again.

On Apr 17, 2008, at 2:00 PM, Klaus Berkling wrote:

Hi Mike,

Sorry to bother you.  I wonder if you have seen this before:

I'm executing the launch script for my WOApp. This is the output:

${jvm} -XX:NewSize=2m -Xmx64m -Xms32m -DWORootDirectory=/System  
-DWOLocalRootDirectory= -DWOUserDirectory=/Users/kiberkli/ 
Documents/Development/rsWorkspace/RecordServerApp/dist/ 
RecordServerApp.woa -DWOEnvClassPath= - 
DWOApplicationClass=Application -DWOPlatform=MacOS - 
Dcom.webobjects.pid=8317 -classpath WOBootstrap.jar  
com.webobjects._bootstrap.WOBootstrap

./RecordServerApp: line 301: exec: -X: invalid option

I have another plain HelloWorld app and I don't see this error.

Where in Eclipse are the flags passed into java? It's not in the  
script, it's not in the WO tab of the run configuration.  Any  
thoughts?


Thanks, much obliged.

kib

Success is not final, failure is not fatal: it is the courage to  
continue that counts.”

- Winston Churchill

Klaus Berkling
Systems Administrator
DynEd International, Inc.
www.dyned.com | www.eskimo.com/~kiberkli






kib

Success is not final, failure is not fatal: it is the courage to  
continue that counts.”

- Winston Churchill

Klaus Berkling
Systems Administrator
DynEd International, Inc.
www.dyned.com | www.eskimo.com/~kiberkli






___
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:
http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net

This email sent to [EMAIL PROTECTED]



--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
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:
http://lists.apple.com/mailman/options/webobjects-dev/james%40jimijon.com

This email sent to [EMAIL PROTECTED]


___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


I Wonder...

2006-08-02 Thread Jeremy Matthews
Whomever speaks for the project Wonder code...we'd like to  
incorporate it into out Tomcat distribution (free software), so as to  
make it easier for Tomcat Developers.

Can someone say yea or nay?

Thanks,
jeremy
___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: I Wonder...

2006-08-02 Thread Chuck Hill
It means the same thing.  Take it and do with it what you will other  
than removing the license.  The reason that license was chosen was so  
that our code would fit in with pre-existing code released under the  
ECL.


Chuck


On Aug 2, 2006, at 7:51 PM, Andrus Adamchik wrote:

I am NOT speaking for the Wonder project, but consider that Wonder  
is released under BSD license. The fact that its developers have  
made such licensing decision means that they gave the permission to  
redistribute to everybody in the world already. So you can include  
it in your own product in any way you like.


Chuck's project on the other hand is under Educational Community  
License - I have no idea what that means :-)


Andrus


On Aug 2, 2006, at 10:43 PM, Jeremy Matthews wrote:

Whomever speaks for the project Wonder code...we'd like to  
incorporate it into out Tomcat distribution (free software), so as  
to make it easier for Tomcat Developers.

Can someone say yea or nay?

Thanks,
jeremy


___
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:
http://lists.apple.com/mailman/options/webobjects-dev/chill% 
40global-village.net


This email sent to [EMAIL PROTECTED]


--
Coming sometime... - an introduction to web applications using  
WebObjects and Xcode http://www.global-village.net/wointro


Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.http://www.global-village.net/products/practical_webobjects





___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com