Here's the current error:

OrientDB git develop branch
Ant 1.9.4, Java 8u25

compile:
    [javac] Compiling 13 source files to /2.0-SNAPSHOT/src/client/target/
classes
    [javac] warning: [options] bootstrap class path not set in conjunction 
with -source 1.6
    [javac] /2.0-SNAPSHOT/src/client/src/main/java/com/orientechnologies/
orient/client/remote/ORemoteConnectionManager.java:182: error: cannot find 
symbol
    [javac]     return pool.getCreatedInstances();
    [javac]                ^
    [javac]   symbol:   method getCreatedInstances()
    [javac]   location: variable pool of type OResourcePool<String,
OChannelBinaryAsynchClient>
    [javac] /2.0-SNAPSHOT/src/client/src/main/java/com/orientechnologies/
orient/client/remote/ORemoteConnectionManager.java:194: error: cannot find 
symbol
    [javac]     final List<OChannelBinaryAsynchClient> conns = new ArrayList
<OChannelBinaryAsynchClient>(pool.getAllResources());
    [javac]                                                                 
                                 ^
    [javac]   symbol:   method getAllResources()
    [javac]   location: variable pool of type OResourcePool<String,
OChannelBinaryAsynchClient>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors
    [javac] 1 warning





On Thursday, October 16, 2014 10:17:57 AM UTC-4, Andrey Lomakin wrote:
>
> Hi, 
> You always can check state of ant build here 
> http://helios.orientechnologies.com/ . may be error was pushed in branch 
> I will check and fix.
>
> On Thu, Oct 16, 2014 at 5:04 PM, odbuser <odbu...@gmail.com <javascript:>> 
> wrote:
>
>> ant clean installg has been failing on the develop branch while the maven 
>> build succeeds.  Has the ant build been deprecated?
>>
>> -- 
>>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "OrientDB" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to orient-databa...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Best regards,
> Andrey Lomakin.
>
> Orient Technologies
> the Company behind OrientDB
>
>  

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to