Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6484686
Votes 0
Synopsis The next directory looks like it is no longer part of the build (deploy makefiles)
Category java:build
Reported Against
Release Fixed 7(b26)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 20-OCT-2006
Description
> I build control/deploy/j2se only, using MKS.  If I do a gnumake clobber on that type of workspace (empty directory or not), I get the following error:
>
> gnumake[1]: Entering directory `C:/otto/jdk7/nightlies/ws/deploy/make'
>  >>>Recursively making javaws clobber @ Fri Oct 20 09:15:44 PDT 2006 ...
> gnumake[2]: Entering directory `C:/otto/jdk7/nightlies/ws/deploy/make/javaws'
> gnumake -f Makefile.deploy.jar clobber
> gnumake[3]: Entering directory `C:/otto/jdk7/nightlies/ws/deploy/make/javaws'
> # The next group of directories should really have their own target so
> # that the common Deployment files can be cleaded up separately.
> rm -f -r C:/otto/jdk7/NIGHTL~1/ws/control/build/WINDOW~1/tmp/deploy/deployClasse
> s \
>
> C:/otto/jdk7/NIGHTL~1/ws/control/build/WINDOW~1/tmp/deploy/common/lib/d
> eploy.jar  \
>
> C:/otto/jdk7/NIGHTL~1/ws/control/build/WINDOW~1/tmp/deploy/deployObj
>     \
>
> C:/otto/jdk7/NIGHTL~1/ws/control/build/WINDOW~1/tmp/deploy/common/bin/d
> eploy.dll
> # The next directory looks like it is no longer part of the build
> rm -f -r
> Usage: rm [-firRv] [-d|-s] file ...
> gnumake[3]: *** [clean] Error 2
> gnumake[3]: Leaving directory `C:/otto/jdk7/nightlies/ws/deploy/make/javaws'
> gnumake[2]: *** [clobber] Error 2
> gnumake[2]: Leaving directory `C:/otto/jdk7/nightlies/ws/deploy/make/javaws'
> gnumake[1]: *** [clobber] Error 1
> gnumake[1]: Leaving directory `C:/otto/jdk7/nightlies/ws/deploy/make'
> gnumake: *** [deploy-clobber] Error 2
>
> Strange,

Workaround is to rm -rf build/windows-i586.
Posted Date : 2006-10-20 23:20:46.0
Work Around
N/A
Evaluation
Problem in the deploy makefiles.
Posted Date : 2007-03-22 22:42:55.0

http://closedjdk.sfbay.sun.com/jdk7/build/deploy/rev/baeb99478cfb
http://hg.openjdk.java.net/jdk7/build/jdk/rev/68b85ce111f2
Posted Date : 2008-04-17 01:00:41.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang