Patch attached to [1]. [1] - https://issues.apache.org/jira/browse/AIRAVATA-151
On Wed, Oct 19, 2011 at 11:25 AM, Heshan Suriyaarachchi < [email protected]> wrote: > I'm getting the following compilation failure while building the Airavata > trunk. > > [INFO] > [INFO] Airavata .......................................... SUCCESS [0.491s] > [INFO] Airavata Commons .................................. SUCCESS [0.050s] > [INFO] Airavata GFac Schema Utilities .................... SUCCESS [7.365s] > [INFO] Airavata Registry API ............................. FAILURE [1.015s] > [INFO] Airavata-WS-Messenger ............................. SKIPPED > [INFO] Messenger Commons ................................. SKIPPED > [INFO] Messenger Client .................................. SKIPPED > [INFO] Airavata Workflow Tracking ........................ SKIPPED > [INFO] GFac-Core ......................................... SKIPPED > [INFO] GFac-Axis2-Interface .............................. SKIPPED > [INFO] MessageBox ........................................ SKIPPED > [INFO] Message Broker .................................... SKIPPED > [INFO] distribution ...................................... SKIPPED > [INFO] Airavata Common Utilities ......................... SKIPPED > [INFO] Airavata XBaya .................................... SKIPPED > [INFO] Simple Math Service ............................... SKIPPED > [INFO] distribution ...................................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 9.367s > [INFO] Finished at: Wed Oct 19 11:21:16 EDT 2011 > [INFO] Final Memory: 26M/309M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile > (default-compile) on project airavata-registry-api: Compilation failure: > Compilation failure: > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[55,49] > package org.apache.airavata.commons.gfac.type.util does not exist > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[168,49] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[190,42] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[214,60] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[251,35] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[262,48] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[284,48] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[308,51] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[374,48] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[434,70] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[462,94] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[491,62] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[639,52] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > [ERROR] > [ERROR] > /home/heshan/Dev/incubator/temp/airavata-trunk-temp/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java:[667,47] > cannot find symbol > [ERROR] symbol : variable SchemaUtil > [ERROR] location: class org.apache.airavata.registry.api.impl.JCRRegistry > > > -- > Regards, > Heshan Suriyaarachchi > > http://heshans.blogspot.com/ > -- Regards, Heshan Suriyaarachchi http://heshans.blogspot.com/
