On Mon, Jan 3, 2011 at 3:50 AM, Jean-Sebastien Delfino
<[email protected]> wrote:
> On 01/02/2011 06:14 PM, Jean-Sebastien Delfino wrote:
>>
>> On 01/02/2011 02:37 PM, Luciano Resende wrote:
>>>
>>> On Sat, Jan 1, 2011 at 10:30 PM, Jean-Sebastien Delfino
>>> <[email protected]> wrote:
>>>>
>>>> On 01/01/2011 03:28 PM, Luciano Resende wrote:
>>>>>
>>>>> On Thu, Dec 30, 2010 at 12:54 AM, Jean-Sebastien Delfino
>>>>> <[email protected]> wrote:
>>>>>>
>>>>>> On 12/29/2010 08:20 AM, Luciano Resende wrote:
>>>>>> ...
>>>>>>>
>>>>>>> I'll take a look at this today, but unfortunately I'll be driving
>>>>>>> blind to certain extent as I don't have a IE environment to test.
>>>>>>> Could you help validating the fix once I apply the fix on the Java
>>>>>>> runtime ?
>>>>>>>
>>>>>>
>>>>>> Sure, just point me to updated JARs and I'll give them a try.
>>>>>>
>>>>>> --
>>>>>> Jean-Sebastien
>>>>>>
>>>>>
>>>>> I've fixed the refresh issue with TUSCANY-3812 and tested in IE8. I
>>>>> didn't change anything related to the content-type header containing
>>>>> type=xxx, so I'm assuming you are still going to have the IE6 issue.
>>>>> Could you please check and report back if things are working better
>>>>> for you.
>>>>>
>>>>> [1] https://issues.apache.org/jira/browse/TUSCANY-3812
>>>>>
>>>>>
>>>>
>>>> Could you point me to updated JARs that I could just use on top of a
>>>> the 2.0
>>>> Beta1 release to test this patch?
>>>>
>>>> I had not rebuilt Tuscany Java from source for some time. I've tried
>>>> today
>>>> for 2 hours and failed with test errors, Maven download timeouts,
>>>> 100% CPU
>>>> consumption making my laptop overheat, and now this:
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Building Apache Tuscany SCA iTest WS JAXWS External Service
>>>> [INFO] task-segment: [install]
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] FATAL ERROR
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
>>>>
>>>> I'm giving up for now as after 2 hours my time window for this has
>>>> expired,
>>>> but are others able to build the source tree? How long and how much
>>>> space
>>>> does it take for you?
>>>>
>>>> --
>>>> Jean-Sebastien
>>>>
>>>
>>> I guess you are getting a little spoiled with the Native runtime :)
>>
>> Yeah :)
>>
>>>
>>> I had a successful top-down build in a MAC -OS environment (and just
>>> tried modules in ubuntu ok as well and took around 15 mins)
>>
>> Are you building with a fresh empty Maven repository? How long does the
>> top-down build take?
>>
>>>
>>> I have the following set in my maven_opts :
>>> MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=384m'
>>>
>>> You should be able to build only the modules folder with :
>>> mvn -fae -Dmaven.test.skip=true clean install
>>>
>>> and then run the store sample.
>>>
>>
>> OK, I'll try to build modules/ only with these options.
>>
>
> I finally got a successful build of the modules/ sub-tree.
>
> I'm now trying to run the samples/applications/store app. The steps in the
> README only work with a binary distribution, which I don't have as I've only
> built modules/.
>
> How can I run the sample from a development tree build without a binary
> distribution?

There are a bunch of different approaches to doing that used by all
the samples, its something i think for 2.0 we need to improve and make
consistent across them all. For now with this one for you i've just
updated it to included the exec-maven-plugin so you can run it by
doing "mvn exec:java"

   ...ant


   ...ant

Reply via email to