-proc WOKStep_JavaCompile::AdmFileType {} {
+proc WOKStep_JavaCompile:AdmFileType {} {
return dbadmfile;
}
-proc WOKStep_JavaCompile::OutputDirTypeName {} {
+proc WOKStep_JavaCompile:OutputDirTypeName {} {
return dbtmpdir;
}
-proc WOKStep_JavaCompile::HandleInputFile { ID } {
+proc WOKStep_JavaCompile:HandleInputFile { ID } {
scan $ID "%\[^:\]:%\[^:\]:%\[^:\]" unit type name
return 0;
}
-proc WOKStep_JavaCompile::ComputeIncludeDir { unit } {
+proc WOKStep_JavaCompile:ComputeIncludeDir { unit } {
set allwb [w_info -A $unit]
set unitname [wokinfo -n $unit]
return $result
}
-proc WOKStep_JavaCompile::Execute { theunit args } {
+proc WOKStep_JavaCompile:Execute { theunit args } {
msgprint -i -c "WOKStep_JavaCompile::Execute" "Processing unit : $theunit"
msgprint -i -c "WOKStep_JavaCompile::Execute"
set unitname [wokinfo -n $theunit]
set failed 0
- set incdir [WOKStep_JavaCompile::ComputeIncludeDir $theunit]
+ set incdir [WOKStep_JavaCompile:ComputeIncludeDir $theunit]
wokparam -s%IncludeDir=$incdir
set outdir [wokinfo -p derivated:.. $theunit]
wokparam -s%OutDir=$outdir
-proc WOKStep_JavaHeader::AdmFileType {} {
+proc WOKStep_JavaHeader:AdmFileType {} {
return dbadmfile;
}
-proc WOKStep_JavaHeader::OutputDirTypeName {} {
+proc WOKStep_JavaHeader:OutputDirTypeName {} {
return dbtmpdir;
}
-proc WOKStep_JavaHeader::HandleInputFile { ID } {
+proc WOKStep_JavaHeader:HandleInputFile { ID } {
scan $ID "%\[^:\]:%\[^:\]:%\[^:\]" unit type name
return 0;
}
-proc WOKStep_JavaHeader::ComputeIncludeDir { unit } {
+proc WOKStep_JavaHeader:ComputeIncludeDir { unit } {
set allwb [w_info -A $unit]
set unitname [wokinfo -n $unit]
return $result
}
-proc WOKStep_JavaHeader::Execute { theunit args } {
+proc WOKStep_JavaHeader:Execute { theunit args } {
msgprint -i -c "WOKStep_JavaHeader::Execute" "Processing unit : $theunit"
msgprint -i -c "WOKStep_JavaHeader::Execute"
set unitname [wokinfo -n $theunit]
set failed 0
- set incdir [WOKStep_JavaHeader::ComputeIncludeDir $theunit]
+ set incdir [WOKStep_JavaHeader:ComputeIncludeDir $theunit]
wokparam -s%IncludeDir=$incdir
foreach ID $args {