dev@glassfish.java.net

Re: javax.annotation.jar

From: Jane Young <jane.young_at_oracle.com>
Date: Thu, 23 Sep 2010 13:11:10 -0700

  Please update your workspace to include svn revision 41076.

On 9/23/10 1:06 PM, Snjezana Sevo-Zenzerovic wrote:
> Hong,
>
> regression has been introduced earlier this week due to dependency
> change which moved transitive dependency to this jar to
> glassfish-nucleus package. However, I think Jane fixed this issue
> earlier this morning so if you update the workspace and run end-to-end
> build, you should get this library back in modules/endorsed directory.
>
> Thanks,
>
> Snjezana
>
>
> Hong Zhang wrote:
>> Does anyone know why javax.annotation.jar is no longer in the
>> $GF_HOME/modules/endorsed directory? This jar needs to be placed
>> there so the Resource annotation class in the glassfish could
>> override the one from JDK. The deployment dev tests are failing due
>> to this change.
>>
>> I looked at the packager/glassfish-common-tmp/build.xml (is this the
>> right file that I am looking at?):
>> <move
>> file="target/stage/${install.dir.name}/glassfish/modules/javax.annotation.jar"
>> todir="target/stage/${install.dir.name}/glassfish/modules/endorsed"
>> failonerror="false"/>
>>
>> it seems it is still trying to move the javax.annotation.jar to the
>> endorsed dir as part of the packaging process, not sure why the jar
>> would be missing.
>>
>> Thanks,
>>
>> - Hong
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>