dev@glassfish.java.net

Re: Hudson failing, not picking up HK2

From: Harsha Godugu <Harsha.Godugu_at_Sun.COM>
Date: Fri, 08 Aug 2008 21:00:11 -0700

Kedar Mhaswade wrote:

> I give up!
>
we can always revert Loyds changes.

> I tried everything possible, but some hudson jobs continue to fail.
> Some hudson jobs do succeed.
>
> If someone (Lloyd?) can try building locally by following these
> instructions,
> it will help:
>
> - rm ~/.m2/repository/com/sun/enterprise/hk2/0.3.12-SNAPSHOT

Can you please tell me what's the name of the file that needs to be
published?
I know it's group id com.sun.enterprise.
whats the artifactid (where is config-0.3.12-SNAPSHOT.jar ) is going
to finally?
We can publish manually, using something like the following:
mvn deploy:deploy-file -Durl=https://maven2-repository.dev.java.net \
                       -DrepositoryId= This is in doubt org.jvnet.hk2 \
                       -Dfile=/home2/path/to/the missing file/say
config-0.3.12-SNAPSHOT.jar \
                       -DgroupId=com.sun.enterprise \
                       -DartifactId=config \
                       -Dversion=0.3.12-SNAPSHOT \
                       -Dpackaging=jar \
                       -DgeneratePom=true

Is this artifact not yet uploaded yet or is that got uploaded but not
picked up by downstreams like v3? Which is correct?

I tried to locate the destination site. But in vein.

-hg
 

> - svn co v3 workspace
> - cd v3 workspace
> - mvn -U install
>
> This should fail if you end up downloading from wrong repo
> (download.java.net).
> It would succeed if you download from the right repo.
>
> -Kedar
>
> Eliot Morrison wrote:
>
>>
>>
>> An update --- yes, there is a current theory that this may be a
>> SNAPSHOT issue. Kedar is investigating. We want to identify the
>> most critical remaining build problems Tuesday morning and
>> immediately start correcting them. Everything will be on the table.
>>
>> thanks,
>> Eliot
>>
>>
>> Bhakti Mehta wrote:
>>
>>> The hk2 job has passed and published the artifacts. The v3 job does
>>> mvn -U install. It is really strange what more is needed to get the
>>> build to work.
>>> IMHO this just shows we should not depend on hk2 SNAPSHOTs. It is
>>> causing more harm than good.
>>>
>>> Regards,
>>> Bhakti
>>> Lloyd Chambers wrote:
>>>
>>>> Well, Kedar and I talked this over beforehand but some things are
>>>> inscutable...
>>>>
>>>> Hudson is not picking up the latest HK2 and so the V3 build is
>>>> failing.
>>>>
>>>> I don't know if this will resolve itself, or if something explicit
>>>> needs to be done.
>>>>
>>>> Lloyd
>>>> ..............................................
>>>> Lloyd Chambers
>>>> lloyd.chambers_at_sun.com
>>>> GlassFish team, admin
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>