|
|
|
|
@ -82,8 +82,8 @@ public class Event {
|
|
|
|
|
*/
|
|
|
|
|
public Event(boolean singlePlayer, int mapIndex) throws EventConstructionException {
|
|
|
|
|
|
|
|
|
|
System.out.println(XMLUtilities.validateXML(this.getClass().getClassLoader().getResource("mock/mockXML/iMapLayout.xml").toString()
|
|
|
|
|
, this.getClass().getClassLoader().getResource("mock/mockXML/schema/raceSchema.xsd")));
|
|
|
|
|
// System.out.println(XMLUtilities.validateXML(this.getClass().getClassLoader().getResource("mock/mockXML/iMapLayout.xml").toString()
|
|
|
|
|
// , this.getClass().getClassLoader().getResource("mock/mockXML/schema/raceSchema.xsd")));
|
|
|
|
|
|
|
|
|
|
String raceXMLFile;
|
|
|
|
|
switch (mapIndex){
|
|
|
|
|
|