-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b51
-
generic
-
generic
Name :- vj102386 Date :- 2004-05-06
---------------------------------------------------------------------------
As part of the bug fix 5028485 and 5040858, we have introduced the common resource file to our j2se workspace. Deploy workspace is including j2se's Library.gmk and few other common makefiles during their build. They include these makefiles only in some places. Also some of the .dll they generate have their own resource files but not all of them. Due to the current complex way with the deploy workspace we might have some other issues here. Since we have included our own .res target into our makefiles, during their build some time their own resource file is being used, sometime our resource is being used. Now we have the following linker warning during our deploy build.
Log File :- /net/mizu.sfbay/usr/re/jdk6/jdk1.5.0/logs/build-windows-i586.log
axbridge_g.res : warning LNK4059: axbridge.res already specified; additional resource file ignored
beanreg_g.res : warning LNK4059: BeanReg.res already specified; additional resource file ignored
jpiexp32.res : warning LNK4059: jpiexpl.res already specified; additional resource file ignored
jpiexp32_g.res : warning LNK4059: jpiexpl.res already specified; additional resource file ignored
jpicom32.res : warning LNK4059: JPICom.res already specified; additional resource file ignored
jpicom32_g.res : warning LNK4059: JPICom.res already specified; additional resource file ignored
jpishare.res : warning LNK4059: resource.res already specified; additional resource file ignored
jpishare_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
RegUtils.res : warning LNK4059: resource.res already specified; additional resource file ignored
RegUtils_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
jpicpl32.res : warning LNK4059: javacpl.res already specified; additional resource file ignored
jpicpl32_g.res : warning LNK4059: javacpl.res already specified; additional resource file ignored
NPJPI150.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJPI150_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava11.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava11_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava12.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava12_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava32.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava32_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava13.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava13_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava14.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava14_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPOJI610.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPOJI610_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
eula_g.res : warning LNK4059: EULA.res already specified; additional resource file ignored
---------------------------------------------------------------------------
As part of the bug fix 5028485 and 5040858, we have introduced the common resource file to our j2se workspace. Deploy workspace is including j2se's Library.gmk and few other common makefiles during their build. They include these makefiles only in some places. Also some of the .dll they generate have their own resource files but not all of them. Due to the current complex way with the deploy workspace we might have some other issues here. Since we have included our own .res target into our makefiles, during their build some time their own resource file is being used, sometime our resource is being used. Now we have the following linker warning during our deploy build.
Log File :- /net/mizu.sfbay/usr/re/jdk6/jdk1.5.0/logs/build-windows-i586.log
axbridge_g.res : warning LNK4059: axbridge.res already specified; additional resource file ignored
beanreg_g.res : warning LNK4059: BeanReg.res already specified; additional resource file ignored
jpiexp32.res : warning LNK4059: jpiexpl.res already specified; additional resource file ignored
jpiexp32_g.res : warning LNK4059: jpiexpl.res already specified; additional resource file ignored
jpicom32.res : warning LNK4059: JPICom.res already specified; additional resource file ignored
jpicom32_g.res : warning LNK4059: JPICom.res already specified; additional resource file ignored
jpishare.res : warning LNK4059: resource.res already specified; additional resource file ignored
jpishare_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
RegUtils.res : warning LNK4059: resource.res already specified; additional resource file ignored
RegUtils_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
jpicpl32.res : warning LNK4059: javacpl.res already specified; additional resource file ignored
jpicpl32_g.res : warning LNK4059: javacpl.res already specified; additional resource file ignored
NPJPI150.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJPI150_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava11.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava11_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava12.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava12_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava32.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava32_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava13.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava13_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava14.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPJava14_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPOJI610.res : warning LNK4059: resource.res already specified; additional resource file ignored
NPOJI610_g.res : warning LNK4059: resource.res already specified; additional resource file ignored
eula_g.res : warning LNK4059: EULA.res already specified; additional resource file ignored
- relates to
-
JDK-5040858 REGRESSION:Frame is missing coffee-cup icon
- Closed