maven "freezes" sometimes when building using the external

View: New views
6 Messages — Rating Filter:   Alert me  

maven "freezes" sometimes when building using the external

by coding1 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

We've got a few different users of Mevenide. We have a NB 6.1 3.1.4
(Windows) user, and two NB 6.5 4.0.2 (one Ubuntu and one Windows).

We often use the external Maven (2.1.0 RC 16) now because of some
incompatibilities with the deployment module. Lately we've actually
had some freeze ups when using the external one. It happens seemingly
randomly, but pretty often. I think it might have something to do with
invoking the build on a project that is already building... like
mis-clicking on build now twice.

We've tried Maven 2.1.0 RC 16 on both NB 6.1 and NB 6.5 and get the
freezing a lot. We can't use the release Maven at the moment because
of fixes we had to make to accommodate a similar problem on Hudson.

Is anyone else getting this build freezing behavior?
WARNING: You are running Maven builds externally, some UI
functionality will not be available.
Executing:/home/ravi/java/apache-maven-2.1.0-M1-RC16/bin/mvn install

Normally very quickly there's a "Scanning for projects..." following
the last line above.

Anyone else got a frozen mevenide?

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: maven "freezes" sometimes when building using the external

by Bugzilla from mkleint@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think I've fixed this one on post 6.5 beta builds (in current dev).
The problem was in handling input/output. In some situations it wa`s
not released properly and the thread queue designated for the
processing got stuck. The symptom was that every new build resulted in
empty output window.

Milos

On Wed, Sep 10, 2008 at 1:16 AM, Ravi Luthra <coding@...> wrote:

> Hi,
>
> We've got a few different users of Mevenide. We have a NB 6.1 3.1.4
> (Windows) user, and two NB 6.5 4.0.2 (one Ubuntu and one Windows).
>
> We often use the external Maven (2.1.0 RC 16) now because of some
> incompatibilities with the deployment module. Lately we've actually
> had some freeze ups when using the external one. It happens seemingly
> randomly, but pretty often. I think it might have something to do with
> invoking the build on a project that is already building... like
> mis-clicking on build now twice.
>
> We've tried Maven 2.1.0 RC 16 on both NB 6.1 and NB 6.5 and get the
> freezing a lot. We can't use the release Maven at the moment because
> of fixes we had to make to accommodate a similar problem on Hudson.
>
> Is anyone else getting this build freezing behavior?
> WARNING: You are running Maven builds externally, some UI
> functionality will not be available.
> Executing:/home/ravi/java/apache-maven-2.1.0-M1-RC16/bin/mvn install
>
> Normally very quickly there's a "Scanning for projects..." following
> the last line above.
>
> Anyone else got a frozen mevenide?
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: maven "freezes" sometimes when building using the external

by Cyrill Rüttimann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Milos,

Where can i download the latest version of the plugin (nbm)?

Regards Cyrill

On 10.09.2008, at 08:32, Milos Kleint <mkleint@...> wrote:

> I think I've fixed this one on post 6.5 beta builds (in current dev).
> The problem was in handling input/output. In some situations it wa`s
> not released properly and the thread queue designated for the
> processing got stuck. The symptom was that every new build resulted in
> empty output window.
>
> Milos
>
> On Wed, Sep 10, 2008 at 1:16 AM, Ravi Luthra <coding@...> wrote:
>> Hi,
>>
>> We've got a few different users of Mevenide. We have a NB 6.1 3.1.4
>> (Windows) user, and two NB 6.5 4.0.2 (one Ubuntu and one Windows).
>>
>> We often use the external Maven (2.1.0 RC 16) now because of some
>> incompatibilities with the deployment module. Lately we've actually
>> had some freeze ups when using the external one. It happens seemingly
>> randomly, but pretty often. I think it might have something to do  
>> with
>> invoking the build on a project that is already building... like
>> mis-clicking on build now twice.
>>
>> We've tried Maven 2.1.0 RC 16 on both NB 6.1 and NB 6.5 and get the
>> freezing a lot. We can't use the release Maven at the moment because
>> of fixes we had to make to accommodate a similar problem on Hudson.
>>
>> Is anyone else getting this build freezing behavior?
>> WARNING: You are running Maven builds externally, some UI
>> functionality will not be available.
>> Executing:/home/ravi/java/apache-maven-2.1.0-M1-RC16/bin/mvn install
>>
>> Normally very quickly there's a "Scanning for projects..." following
>> the last line above.
>>
>> Anyone else got a frozen mevenide?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>   http://xircles.codehaus.org/manage_email
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: maven "freezes" sometimes when building using the external

by Bugzilla from mkleint@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's being built by netbeans infrastructure and put on update center
somehow. After migration, I've sort of lost control of the  build
process.

I can try setting up a hudson job at deadlock.netbeans.org but there
might be some way to download the nbm files, not sure..

Milos

On Wed, Sep 10, 2008 at 11:40 AM, Cyrill Ruettimann <ruettimac@...> wrote:

> Hi Milos,
>
> Where can i download the latest version of the plugin (nbm)?
>
> Regards Cyrill
>
> On 10.09.2008, at 08:32, Milos Kleint <mkleint@...> wrote:
>
>> I think I've fixed this one on post 6.5 beta builds (in current dev).
>> The problem was in handling input/output. In some situations it wa`s
>> not released properly and the thread queue designated for the
>> processing got stuck. The symptom was that every new build resulted in
>> empty output window.
>>
>> Milos
>>
>> On Wed, Sep 10, 2008 at 1:16 AM, Ravi Luthra <coding@...> wrote:
>>>
>>> Hi,
>>>
>>> We've got a few different users of Mevenide. We have a NB 6.1 3.1.4
>>> (Windows) user, and two NB 6.5 4.0.2 (one Ubuntu and one Windows).
>>>
>>> We often use the external Maven (2.1.0 RC 16) now because of some
>>> incompatibilities with the deployment module. Lately we've actually
>>> had some freeze ups when using the external one. It happens seemingly
>>> randomly, but pretty often. I think it might have something to do with
>>> invoking the build on a project that is already building... like
>>> mis-clicking on build now twice.
>>>
>>> We've tried Maven 2.1.0 RC 16 on both NB 6.1 and NB 6.5 and get the
>>> freezing a lot. We can't use the release Maven at the moment because
>>> of fixes we had to make to accommodate a similar problem on Hudson.
>>>
>>> Is anyone else getting this build freezing behavior?
>>> WARNING: You are running Maven builds externally, some UI
>>> functionality will not be available.
>>> Executing:/home/ravi/java/apache-maven-2.1.0-M1-RC16/bin/mvn install
>>>
>>> Normally very quickly there's a "Scanning for projects..." following
>>> the last line above.
>>>
>>> Anyone else got a frozen mevenide?
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list, please visit:
>>>
>>>  http://xircles.codehaus.org/manage_email
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>   http://xircles.codehaus.org/manage_email
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: maven "freezes" sometimes when building using the external

by Marcelo Morales-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I might be wrong, but I think the latest ones are at
http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/maven1/
The version there reads 4.0.4

Marcelo

On Wed, Sep 10, 2008 at 5:43 AM, Milos Kleint <mkleint@...> wrote:

> It's being built by netbeans infrastructure and put on update center
> somehow. After migration, I've sort of lost control of the  build
> process.
>
> I can try setting up a hudson job at deadlock.netbeans.org but there
> might be some way to download the nbm files, not sure..
>
> Milos
>
> On Wed, Sep 10, 2008 at 11:40 AM, Cyrill Ruettimann <ruettimac@...> wrote:
>> Hi Milos,
>>
>> Where can i download the latest version of the plugin (nbm)?
>>
>> Regards Cyrill
>>
>> On 10.09.2008, at 08:32, Milos Kleint <mkleint@...> wrote:
>>
>>> I think I've fixed this one on post 6.5 beta builds (in current dev).
>>> The problem was in handling input/output. In some situations it wa`s
>>> not released properly and the thread queue designated for the
>>> processing got stuck. The symptom was that every new build resulted in
>>> empty output window.
>>>
>>> Milos
>>>
>>> On Wed, Sep 10, 2008 at 1:16 AM, Ravi Luthra <coding@...> wrote:
>>>>
>>>> Hi,
>>>>
>>>> We've got a few different users of Mevenide. We have a NB 6.1 3.1.4
>>>> (Windows) user, and two NB 6.5 4.0.2 (one Ubuntu and one Windows).
>>>>
>>>> We often use the external Maven (2.1.0 RC 16) now because of some
>>>> incompatibilities with the deployment module. Lately we've actually
>>>> had some freeze ups when using the external one. It happens seemingly
>>>> randomly, but pretty often. I think it might have something to do with
>>>> invoking the build on a project that is already building... like
>>>> mis-clicking on build now twice.
>>>>
>>>> We've tried Maven 2.1.0 RC 16 on both NB 6.1 and NB 6.5 and get the
>>>> freezing a lot. We can't use the release Maven at the moment because
>>>> of fixes we had to make to accommodate a similar problem on Hudson.
>>>>
>>>> Is anyone else getting this build freezing behavior?
>>>> WARNING: You are running Maven builds externally, some UI
>>>> functionality will not be available.
>>>> Executing:/home/ravi/java/apache-maven-2.1.0-M1-RC16/bin/mvn install
>>>>
>>>> Normally very quickly there's a "Scanning for projects..." following
>>>> the last line above.
>>>>
>>>> Anyone else got a frozen mevenide?
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe from this list, please visit:
>>>>
>>>>  http://xircles.codehaus.org/manage_email
>>>>
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list, please visit:
>>>
>>>   http://xircles.codehaus.org/manage_email
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>   http://xircles.codehaus.org/manage_email
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: maven "freezes" sometimes when building using the external

by Bugzilla from mkleint@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Great!
Yes, it's the latest bits. Please note that the binaries will change
(as they are built daily) while the version (4.0.4) stays the same (as
that is raised only ocassionally)

Milos



On Wed, Sep 10, 2008 at 1:12 PM, Marcelo Morales
<marcelomorales.name@...> wrote:

> I might be wrong, but I think the latest ones are at
> http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/maven1/
> The version there reads 4.0.4
>
> Marcelo
>
> On Wed, Sep 10, 2008 at 5:43 AM, Milos Kleint <mkleint@...> wrote:
>> It's being built by netbeans infrastructure and put on update center
>> somehow. After migration, I've sort of lost control of the  build
>> process.
>>
>> I can try setting up a hudson job at deadlock.netbeans.org but there
>> might be some way to download the nbm files, not sure..
>>
>> Milos
>>
>> On Wed, Sep 10, 2008 at 11:40 AM, Cyrill Ruettimann <ruettimac@...> wrote:
>>> Hi Milos,
>>>
>>> Where can i download the latest version of the plugin (nbm)?
>>>
>>> Regards Cyrill
>>>
>>> On 10.09.2008, at 08:32, Milos Kleint <mkleint@...> wrote:
>>>
>>>> I think I've fixed this one on post 6.5 beta builds (in current dev).
>>>> The problem was in handling input/output. In some situations it wa`s
>>>> not released properly and the thread queue designated for the
>>>> processing got stuck. The symptom was that every new build resulted in
>>>> empty output window.
>>>>
>>>> Milos
>>>>
>>>> On Wed, Sep 10, 2008 at 1:16 AM, Ravi Luthra <coding@...> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> We've got a few different users of Mevenide. We have a NB 6.1 3.1.4
>>>>> (Windows) user, and two NB 6.5 4.0.2 (one Ubuntu and one Windows).
>>>>>
>>>>> We often use the external Maven (2.1.0 RC 16) now because of some
>>>>> incompatibilities with the deployment module. Lately we've actually
>>>>> had some freeze ups when using the external one. It happens seemingly
>>>>> randomly, but pretty often. I think it might have something to do with
>>>>> invoking the build on a project that is already building... like
>>>>> mis-clicking on build now twice.
>>>>>
>>>>> We've tried Maven 2.1.0 RC 16 on both NB 6.1 and NB 6.5 and get the
>>>>> freezing a lot. We can't use the release Maven at the moment because
>>>>> of fixes we had to make to accommodate a similar problem on Hudson.
>>>>>
>>>>> Is anyone else getting this build freezing behavior?
>>>>> WARNING: You are running Maven builds externally, some UI
>>>>> functionality will not be available.
>>>>> Executing:/home/ravi/java/apache-maven-2.1.0-M1-RC16/bin/mvn install
>>>>>
>>>>> Normally very quickly there's a "Scanning for projects..." following
>>>>> the last line above.
>>>>>
>>>>> Anyone else got a frozen mevenide?
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe from this list, please visit:
>>>>>
>>>>>  http://xircles.codehaus.org/manage_email
>>>>>
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe from this list, please visit:
>>>>
>>>>   http://xircles.codehaus.org/manage_email
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list, please visit:
>>>
>>>   http://xircles.codehaus.org/manage_email
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email