[root@kilchis ofbiz]# ./ant load-demo start Buildfile: /data/ofbiz/build.xml dir-init: copy-derby-props: ofbiz-init: build: [echo] [build] ========== Start Building (Compile) ========== build-framework: init: prepare: classes: jar: init: prepare: gen-src: classes: jar: init: prepare: gen-src: classes: jar: init: prepare: classes: [javac17] Compiling 148 source files to /data/ofbiz/framework/entity/build/classes [javac17] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac17] /data/ofbiz/framework/entity/src/org/ofbiz/entity/GenericDelegator.java:1349: warning: [deprecation] storeAll(List,boolean,boolean) in Delegator has been deprecated [javac17] public int storeAll(List values, boolean doCacheClear, boolean createDummyFks) throws GenericEntityException { [javac17] ^ [javac17] /data/ofbiz/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java:1331: error: variable operator might not have been initialized [javac17] throw new IllegalArgumentException("[" + this.viewEntityCondition.modelViewEntity.getEntityName() + "]: Could not find an entity operator for the name: " + this.operator); [javac17] ^ [javac17] /data/ofbiz/framework/entity/src/org/ofbiz/entity/connection/DBCPConnectionFactory.java:133: warning: [deprecation] setFactory(PoolableObjectFactory) in GenericObjectPool has been deprecated [javac17] pool.setFactory(factory); [javac17] ^ [javac17] /data/ofbiz/framework/entity/src/org/ofbiz/entity/util/EntitySaxReader.java:329: warning: [deprecation] storeAll(List,boolean,boolean) in Delegator has been deprecated [javac17] delegator.storeAll(valuesToWrite, doCacheClear, createDummyFks); [javac17] ^ [javac17] /data/ofbiz/framework/entity/src/org/ofbiz/entity/util/EntitySaxReader.java:379: warning: [deprecation] Configuration() in Configuration has been deprecated [javac17] Configuration config = new Configuration(); [javac17] ^ [javac17] /data/ofbiz/framework/entity/src/org/ofbiz/entity/util/EntitySaxReader.java:498: warning: [deprecation] removeAll(List,boolean) in Delegator has been deprecated [javac17] delegator.removeAll(valuesToDelete, doCacheClear); [javac17] ^ [javac17] Note: Some input files use unchecked or unsafe operations. [javac17] Note: Recompile with -Xlint:unchecked for details. [javac17] 1 error [javac17] 5 warnings BUILD FAILED /data/ofbiz/build.xml:228: The following error occurred while executing this line: /data/ofbiz/build.xml:244: The following error occurred while executing this line: /data/ofbiz/macros.xml:39: The following error occurred while executing this line: /data/ofbiz/common.xml:91: Compile failed; see the compiler error output for details. Total time: 10 seconds