﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
303	make invocation of clang parser portable	Stephen Siegel		"This code in Runner.java is not portable.   Cannot assume user has the source tree.   Perhaps use instead build.properties to specify paths.     The xml directory can be moved to another place if needed.
{{{

			Runtime runtime = Runtime.getRuntime();
				ModelBuilderIF modelBuilder = new ModelBuilder();
				File xmlFile;
				File schemaFile = new File(
						verifyConfiguration.workingDirectory()
								.getAbsolutePath()
								+ ""/../src/edu/udel/cis/vsl/tass/ast/xml/version2/tass_ast.xsd"");
				ASTParserIF parser;
				// TODO: Check whether we are on Darwin or Linux and use the
				// correct library extension
				String command = ""clang -cc1 -load clang/printTassAST/Debug+Asserts/lib/libPrintTassAST.dylib -iwithsysroot "";
}}}
"	defect	closed	minor	1.1	User Interface	1.1	fixed		
