JDK 9 support for WebObjects

2014-05-01 Thread Sankar R
Hi All, https://blogs.oracle.com/java-platform-group/entry/closing_the_closed_apis I am using WebObject 4.3 and when I execute Jdeps i am seeing few WebObjects modules uses Java closed APIs. Is there any plan to release new version to support JDK 9? Snapshot of the result : ERExtensions.j

Re: Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread David Avendasora
Sorry for the delay in getting back to you. Yep. See. In that build.properties file you do *not* have a wolips.properties entry. wolips.properties=/path/to/wolips.properties If you don’t have it in there, the only place Ant will look for it is in: ~/Library/Application Support/WOLips/wo

Re: Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread Fred Opims
HI Aaron! I've tried Wolips and Tools but i've still got the error same message. I've also set the permission on many folder containing the frameworks (Root, ...Library/Frameworks/,...Library/WebObjects/Applications) but still the same issue. On Thu, May 1, 2014 at 5:02 PM, Aaron Rosenzweig wrot

Re: Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread Aaron Rosenzweig
Hey Fred, I never picked the menu you did. Try instead: WOLips Ant Tools -> Install AARON ROSENZWEIG / Chat 'n Bike e: aa...@chatnbike.com t: (301) 956-2319 On May 1, 2014, at 10:23 AM, Fred Opims wrote: > hi! Here are my files: wolips.543.properties, wolips.properties

Re: Centos deployment

2014-05-01 Thread Pascal Robert
Or pass -L in the curl arguments: curl -L -o /etc/yum.repos.d/wocommunity.repo https://raw.github.com/wocommunity/wonder/master/Utilities/Linux/wocommunity.repo - Mail original - De: "Fabian Peters" À: "WebObjects Development" Cc: "Paul Yu" Envoyé: Jeudi 1 Mai 2014 13:52:04 Ob

Re: Centos deployment

2014-05-01 Thread Fabian Peters
Hi Paul, It looks like the github URL in the guide now redirects to "https://raw.githubusercontent.com/wocommunity/wonder/master/Utilities/Linux/wocommunity.repo";. Try that one on step 2. Fabian Am 01.05.2014 um 18:54 schrieb Paul Yu : > Greetings > > I'm trying to setup a new CentOS 6 serv

Centos deployment

2014-05-01 Thread Paul Yu
Greetings I'm trying to setup a new CentOS 6 server and am following the instructions here. http://wiki.wocommunity.org/pages/viewpage.action?pageId=8585219 when I try to execute step 3. sudo yum install wotaskd; sudo yum install womonitor; I'm getting the following [root@hawk893 ~]# yum ins

Re: Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread Fred Opims
Here you are. It was not hidden. Thank you very much!! On Thu, May 1, 2014 at 10:55 AM, David Avendasora wrote: > Can you include one last file, your build.properties file. It is in the > root of your project, but unless you tell Eclipse to show it, it is being > hidden. Either grab it from t

Re: Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread David Avendasora
Can you include one last file, your build.properties file. It is in the root of your project, but unless you tell Eclipse to show it, it is being hidden. Either grab it from the finder, or change the filter settings. Dave On May 1, 2014, at 10:23 AM, Fred Opims wrote: > hi! Here are my files:

Re: Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread David Avendasora
Can you paste the contents of your wolips.properties file here? That would really help the debugging. Also, how are you building the app? Inside Eclipse using the Run As… Ant Build…? Dave On May 1, 2014, at 10:10 AM, Fred Opims wrote: > Hi Dave > Thank you for your response. > My build.proper

Re: Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread Fred Opims
Hi Dave Thank you for your response. My build.properties file already point to the wolips.properies file. I tried to hardcode the path (to be sure that it really point to the file), but i'm always having the same message. I read many threads related to this error and i followed some steps, but no

Re: Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread David Avendasora
> … you want to use the settings in your wolips.properties file … I mean: … you want *Ant* to use the settings in your wolips.properties file … On May 1, 2014, at 9:47 AM, David Avendasora wrote: > Little known fact: If you want to use the settings in your wolips.properties > file, your

Re: Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread David Avendasora
Little known fact: If you want to use the settings in your wolips.properties file, your build.properties file needs a property that points to the wolips.properties file. Otherwise Ant doesn’t know anything about it. wolips.properties=/path/to/wolips.properties Dave On May 1, 2014, at 7:28 AM,

Ant built issue: The framework name 'ERJars' does not exist.

2014-05-01 Thread Fred Opims
Hi All! I’m trying to make an install of my webObject app, but i’ve a got the following error: ...build.xml:206: The framework name 'ERJars' does not exist. I’ve seen some thread talking about the same issue. The value of wo.local.frameworks in my wolips.properties didn’t have wonder frameworks in