Исправление недочета с spf директивами. Пустые версии пакета отображаются серым. v++
This commit is contained in:
@@ -450,7 +450,7 @@ public abstract class Sapfor extends OSDComponent {
|
||||
FileUtils.write(file,
|
||||
Utils.DQuotes(sapfor_drv)
|
||||
+ (flags.isEmpty() ? "" : (" " + flags))
|
||||
+ " -noLogo -spf"
|
||||
+ " -noLogo"
|
||||
+ " " + command +
|
||||
" 1>" +
|
||||
Utils.DQuotes(outputFile.getAbsolutePath()) +
|
||||
@@ -500,7 +500,7 @@ public abstract class Sapfor extends OSDComponent {
|
||||
"parse",
|
||||
sapfor_drv,
|
||||
workspace,
|
||||
"-parse *.f *.for *.fdv *.f90 *.f77",
|
||||
"-parse -spf *.f *.for *.fdv *.f90 *.f77",
|
||||
flags,
|
||||
Constants.parse_out_file,
|
||||
Constants.parse_err_file)
|
||||
|
||||
@@ -62,7 +62,7 @@ public class Visualiser extends Component {
|
||||
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
|
||||
@Override
|
||||
public void GetVersionInfo() {
|
||||
version = 1040;
|
||||
version = 1041;
|
||||
String pattern = "MMM dd yyyy HH:mm:ss";
|
||||
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
|
||||
date_text = df.format(getClassBuildTime());
|
||||
|
||||
Reference in New Issue
Block a user