Hi Dave!
Thank you very much!
I've finally succeed to make the build.
I don't know why but Eclipse prefers using wolips.543.properties files
rather than wolips.properties. I could not change the Wolips Properies file
value (in Wolips pane) to wolips.properties. Eclipse didn't allow me to do
that. So as you wrote on the Wiki, i needed to make sure that the
build.properties knows where wolips.543.properties were.
After that, i've tried to to have the same configuration you've set in the
Wolips Pane.
I had to copy some frameworks in some specific location.
And now it works.
Thank you very much for your time!!



On Fri, May 2, 2014 at 11:06 AM, David Avendasora <webobje...@avendasora.com
> wrote:

> Okay, now looking over all the files together, I may have found the issue!
>
> I see in the wolips.properties file you have:
>
> wo.local.frameworks=/Library/Frameworks
>
> in wolips.543.properties file you have:
>
>
> wo.local.frameworks=/Library/WebObjects/Versions/WebObjects543/System/Library/Frameworks
>
> Which is the one you want to use? I’m guessing that the
> wolips.543.properties one is.
>
> You should set the WOLips preferences to point to the same file as you put
> in the build.properties file, just to make sure both Eclipse and Ant are
> using the same set of both WO and Wonder frameworks.
>
> I’ve updated the Wik page on building frameworks to be more clear about
> the role of the wolips.properties file. Most of what is there also applies
> to building Applications.
>
>
>
> http://wiki.wocommunity.org/display/documentation/Building+and+Installing+a+Framework+with+Ant
>
> Dave
>
>
>
>
> On May 2, 2014, at 6:59 AM, Fred Opims <ropims...@gmail.com> wrote:
>
> Hi Dave!
> Thank you!
> The wolips.properties file i sent you was coming from ~/Library/Application
> Support/WOLips/
> This was a only place where this file exists.
> So i put the entry wolips.properties=~/Library/Application Support/WOLips/  in
> my build.properties. But i got an new error message The properties
> 'wo.system.frameworks' and 'wo.local.frameworks' must be set. Check that
> your ~/Library/Application Support/WOLips/wolips.properties is correct
> So i change the wolips.properties value many time (even by hardcoding) but
> this new error message was still there.
> Then i copy the wolips.properties (from /Library/Application
> Support/WOLips/ ) and i past it in my project folder at the same level
> than my build.properties file. The previous message (The properties
> 'wo.system.frameworks' and 'wo.local.frameworks'....) disappear and the
> first one came back (The framework name 'ERJars' does not exist.)
> Should i have wolips.properties file somewhere else (in addition to the
> one located in  ~/Library/Application Support/WOLips/)?
> Thank you very much!
>
>
> On Thu, May 1, 2014 at 7:19 PM, David Avendasora <
> webobje...@avendasora.com> wrote:
>
>> 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/wolips.properties
>>
>> Where did you get the wolips.properties file from that you attached
>> earlier?
>>
>> Dave
>>
>> On May 1, 2014, at 11:01 AM, Fred Opims <ropims...@gmail.com> wrote:
>>
>> Here you are. It was not hidden.
>> Thank you very much!!
>>
>>
>>
>>
>> On Thu, May 1, 2014 at 10:55 AM, David Avendasora <
>> webobje...@avendasora.com> 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 the finder, or change the filter settings.
>>>
>>> Dave
>>>
>>> On May 1, 2014, at 10:23 AM, Fred Opims <ropims...@gmail.com> wrote:
>>>
>>> hi! Here are my files: wolips.543.properties, wolips.properties and
>>> build.xml.
>>> To build, i'm following the step written in this link:
>>> http://wiki.wocommunity.org/display/documentation/Building+and+Installing+a+Framework+with+Ant#
>>> build.xml ->Run As-> Ant Build...
>>>
>>> <Screen Shot 2014-05-01 at 10.21.04 AM.png>
>>>
>>>
>>> On Thu, May 1, 2014 at 10:14 AM, David Avendasora <
>>> webobje...@avendasora.com> wrote:
>>>
>>>> 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 <ropims...@gmail.com> wrote:
>>>>
>>>> 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 success.
>>>> Any idea ?
>>>> Best
>>>>
>>>>
>>>> On Thu, May 1, 2014 at 9:51 AM, David Avendasora <
>>>> webobje...@avendasora.com> wrote:
>>>>
>>>>>  … 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 <
>>>>> webobje...@avendasora.com> wrote:
>>>>>
>>>>> 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, Fred Opims <ropims...@gmail.com> wrote:
>>>>>
>>>>> 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 it. The only frameworks inside was
>>>>> JavaMonitorSupport.framework.
>>>>> So i’ve manually put ERJars-5.0.jar and ERJars.frameoworks but i’ve
>>>>> still have the same message error.
>>>>> Do you have any idea ?
>>>>>
>>>>> Regards
>>>>>
>>>>> Fred
>>>>> _______________________________________________
>>>>> 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/webobjects%40avendasora.com
>>>>>
>>>>> This email sent to webobje...@avendasora.com
>>>>>
>>>>>
>>>>>
>>>>> —————————————————————————————
>>>>> *WebObjects** - so easy that even Dave Avendasora can do it!™*
>>>>> —————————————————————————————
>>>>> *David Avendasora*
>>>>> Senior Software Abuser
>>>>> Nekesto, Inc.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> —————————————————————————————
>>>>> *WebObjects** - so easy that even Dave Avendasora can do it!™*
>>>>> —————————————————————————————
>>>>> *David Avendasora*
>>>>> Senior Software Abuser
>>>>> Nekesto, Inc.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> —————————————————————————————
>>>> *WebObjects** - so easy that even Dave Avendasora can do it!™*
>>>> —————————————————————————————
>>>> *David Avendasora*
>>>> Senior Software Abuser
>>>> Nekesto, Inc.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>> <wolips.543.properties><wolips.properties><build.xml>
>>>
>>>
>>>
>>> —————————————————————————————
>>> *WebObjects** - so easy that even Dave Avendasora can do it!™*
>>> —————————————————————————————
>>> *David Avendasora*
>>> Senior Software Abuser
>>> Nekesto, Inc.
>>>
>>>
>>>
>>>
>>>
>>>
>> <build.properties>
>>
>>
>>
>> —————————————————————————————
>> *WebObjects** - so easy that even Dave Avendasora can do it!™*
>> —————————————————————————————
>> *David Avendasora*
>> Senior Software Abuser
>> Nekesto, Inc.
>>
>>
>>
>>
>>
>>
>
>
> —————————————————————————————
> *WebObjects** - so easy that even Dave Avendasora can do it!™*
> —————————————————————————————
> *David Avendasora*
> Senior Software Abuser
> Nekesto, Inc.
>
>
>
>
>
>
 _______________________________________________
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

Reply via email to