Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-28 Thread Hung Tran
Hi Keith Freeman,

I have not built javadocs, so I don't know where they are. I often use OrientDB 
document online  and OrientDB 
forum, that's up to dated and enough for me to discover OrientDB.

Hope it helps!

My Best,
Hung Tran

On Thursday, January 28, 2016 at 2:48:20 AM UTC+7, Keith Freeman wrote:
>
> Thanks, I found that.  Do you know how/where the javadocs are built?  They 
> don't seem to be anywhere in the target folder.
>
> On Wednesday, January 27, 2016 at 10:45:30 AM UTC-7, Hung Tran wrote:
>>
>> Hi Keith Freeman,
>>
>> You will see them under ${ORIENTDB_HOME}/distributed/target folder, or 
>> target folder in distribution folder, I don't remember which one.
>>
>> My Best,
>> Hung Tran 
>>
>> On Thursday, January 28, 2016 at 12:26:26 AM UTC+7, Keith Freeman wrote:
>>>
>>> After using "mvn clean install", where do I find the directory with 
>>> jars, etc. like ant used to make in releases/-SNAPSHOT?  Also does 
>>> maven build javadoc jar(s)?
>>>  
>>> On Tuesday, January 5, 2016 at 8:26:06 AM UTC-7, Roberto Franchini wrote:

 On Tue, Jan 5, 2016 at 4:11 PM, Hung Tran  wrote: 
 > Hi Luigi, 
 > 
 > After I pull the last version, I use "ant clean install" as I did 
 with 
 > earlier version, but I got an compilation error. 

 If you want to work on the last stable version you can download 
 binaries from orientdb site: 

 http://orientdb.com/download/ 

 We use maven as build tool. 

 If you want to build by your own, you can switch to develop branch 
 (git checkout develop) or the 2.1.x branch. 
 develop is the 2.2.x branch. 

 So, after selecting the branch, do a mvn clean install. To speed up 
 the build you can skip tests with -DskipTests option. 


 -- 
 Best regards, 

 Roberto Franchini 

 OrientDB LTD  -  http://orientdb.com 

>>>

-- 

--- 
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.


Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-28 Thread Keith Freeman
Thanks Hung.  Sure would be nice to know how to build the javadocs with the 
distribution so I can use them while developing e.g. in eclipse without 
having to go to a browser.

On Thursday, January 28, 2016 at 2:03:47 AM UTC-7, Hung Tran wrote:
>
> Hi Keith Freeman,
>
> I have not built javadocs, so I don't know where they are. I often use 
> OrientDB 
> document online  and OrientDB 
> forum, that's up to dated and enough for me to discover OrientDB.
>
> Hope it helps!
>
> My Best,
> Hung Tran
>
> On Thursday, January 28, 2016 at 2:48:20 AM UTC+7, Keith Freeman wrote:
>>
>> Thanks, I found that.  Do you know how/where the javadocs are built? 
>>  They don't seem to be anywhere in the target folder.
>>
>> On Wednesday, January 27, 2016 at 10:45:30 AM UTC-7, Hung Tran wrote:
>>>
>>> Hi Keith Freeman,
>>>
>>> You will see them under ${ORIENTDB_HOME}/distributed/target folder, or 
>>> target folder in distribution folder, I don't remember which one.
>>>
>>> My Best,
>>> Hung Tran 
>>>
>>> On Thursday, January 28, 2016 at 12:26:26 AM UTC+7, Keith Freeman wrote:

 After using "mvn clean install", where do I find the directory with 
 jars, etc. like ant used to make in releases/-SNAPSHOT?  Also does 
 maven build javadoc jar(s)?
  
 On Tuesday, January 5, 2016 at 8:26:06 AM UTC-7, Roberto Franchini 
 wrote:
>
> On Tue, Jan 5, 2016 at 4:11 PM, Hung Tran  wrote: 
> > Hi Luigi, 
> > 
> > After I pull the last version, I use "ant clean install" as I did 
> with 
> > earlier version, but I got an compilation error. 
>
> If you want to work on the last stable version you can download 
> binaries from orientdb site: 
>
> http://orientdb.com/download/ 
>
> We use maven as build tool. 
>
> If you want to build by your own, you can switch to develop branch 
> (git checkout develop) or the 2.1.x branch. 
> develop is the 2.2.x branch. 
>
> So, after selecting the branch, do a mvn clean install. To speed up 
> the build you can skip tests with -DskipTests option. 
>
>
> -- 
> Best regards, 
>
> Roberto Franchini 
>
> OrientDB LTD  -  http://orientdb.com 
>


-- 

--- 
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.


Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-27 Thread Hung Tran
Hi Keith Freeman,

You will see them under ${ORIENTDB_HOME}/distributed/target folder

My Best,
Hung Tran 

On Thursday, January 28, 2016 at 12:26:26 AM UTC+7, Keith Freeman wrote:
>
> After using "mvn clean install", where do I find the directory with jars, 
> etc. like ant used to make in releases/-SNAPSHOT?  Also does maven 
> build javadoc jar(s)?
>  
> On Tuesday, January 5, 2016 at 8:26:06 AM UTC-7, Roberto Franchini wrote:
>>
>> On Tue, Jan 5, 2016 at 4:11 PM, Hung Tran  wrote: 
>> > Hi Luigi, 
>> > 
>> > After I pull the last version, I use "ant clean install" as I did with 
>> > earlier version, but I got an compilation error. 
>>
>> If you want to work on the last stable version you can download 
>> binaries from orientdb site: 
>>
>> http://orientdb.com/download/ 
>>
>> We use maven as build tool. 
>>
>> If you want to build by your own, you can switch to develop branch 
>> (git checkout develop) or the 2.1.x branch. 
>> develop is the 2.2.x branch. 
>>
>> So, after selecting the branch, do a mvn clean install. To speed up 
>> the build you can skip tests with -DskipTests option. 
>>
>>
>> -- 
>> Best regards, 
>>
>> Roberto Franchini 
>>
>> OrientDB LTD  -  http://orientdb.com 
>>
>

-- 

--- 
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.


Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-27 Thread Keith Freeman
After using "mvn clean install", where do I find the directory with jars, 
etc. like ant used to make in releases/-SNAPSHOT?  Also does maven 
build javadoc jar(s)?
 
On Tuesday, January 5, 2016 at 8:26:06 AM UTC-7, Roberto Franchini wrote:
>
> On Tue, Jan 5, 2016 at 4:11 PM, Hung Tran  
> wrote: 
> > Hi Luigi, 
> > 
> > After I pull the last version, I use "ant clean install" as I did with 
> > earlier version, but I got an compilation error. 
>
> If you want to work on the last stable version you can download 
> binaries from orientdb site: 
>
> http://orientdb.com/download/ 
>
> We use maven as build tool. 
>
> If you want to build by your own, you can switch to develop branch 
> (git checkout develop) or the 2.1.x branch. 
> develop is the 2.2.x branch. 
>
> So, after selecting the branch, do a mvn clean install. To speed up 
> the build you can skip tests with -DskipTests option. 
>
>
> -- 
> Best regards, 
>
> Roberto Franchini 
>
> OrientDB LTD  -  http://orientdb.com 
>

-- 

--- 
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.


Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-27 Thread Keith Freeman
Thanks, I found that.  Do you know how/where the javadocs are built?  They 
don't seem to be anywhere in the target folder.

On Wednesday, January 27, 2016 at 10:45:30 AM UTC-7, Hung Tran wrote:
>
> Hi Keith Freeman,
>
> You will see them under ${ORIENTDB_HOME}/distributed/target folder, or 
> target folder in distribution folder, I don't remember which one.
>
> My Best,
> Hung Tran 
>
> On Thursday, January 28, 2016 at 12:26:26 AM UTC+7, Keith Freeman wrote:
>>
>> After using "mvn clean install", where do I find the directory with jars, 
>> etc. like ant used to make in releases/-SNAPSHOT?  Also does maven 
>> build javadoc jar(s)?
>>  
>> On Tuesday, January 5, 2016 at 8:26:06 AM UTC-7, Roberto Franchini wrote:
>>>
>>> On Tue, Jan 5, 2016 at 4:11 PM, Hung Tran  wrote: 
>>> > Hi Luigi, 
>>> > 
>>> > After I pull the last version, I use "ant clean install" as I did with 
>>> > earlier version, but I got an compilation error. 
>>>
>>> If you want to work on the last stable version you can download 
>>> binaries from orientdb site: 
>>>
>>> http://orientdb.com/download/ 
>>>
>>> We use maven as build tool. 
>>>
>>> If you want to build by your own, you can switch to develop branch 
>>> (git checkout develop) or the 2.1.x branch. 
>>> develop is the 2.2.x branch. 
>>>
>>> So, after selecting the branch, do a mvn clean install. To speed up 
>>> the build you can skip tests with -DskipTests option. 
>>>
>>>
>>> -- 
>>> Best regards, 
>>>
>>> Roberto Franchini 
>>>
>>> OrientDB LTD  -  http://orientdb.com 
>>>
>>

-- 

--- 
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.


Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-05 Thread Roberto Franchini
On Tue, Jan 5, 2016 at 4:11 PM, Hung Tran  wrote:
> Hi Luigi,
>
> After I pull the last version, I use "ant clean install" as I did with
> earlier version, but I got an compilation error.

If you want to work on the last stable version you can download
binaries from orientdb site:

http://orientdb.com/download/

We use maven as build tool.

If you want to build by your own, you can switch to develop branch
(git checkout develop) or the 2.1.x branch.
develop is the 2.2.x branch.

So, after selecting the branch, do a mvn clean install. To speed up
the build you can skip tests with -DskipTests option.


-- 
Best regards,

Roberto Franchini

OrientDB LTD  -  http://orientdb.com

-- 

--- 
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.


Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-05 Thread Hung Tran
Hi Luigi,

After I pull the last version, I use "ant clean install" as I did with 
earlier version, but I got an compilation error.

My Best,
Hung Tran

On Tuesday, January 5, 2016 at 6:22:30 PM UTC+7, Luigi Dell'Aquila wrote:
>
> Hi,
>
> how are you building it? I just tried it and it seems to work fine 
> locally...
>
> Thanks
>
> Luigi
>
>
> 2016-01-05 12:14 GMT+01:00 :
>
>> Hi,
>>  you can download the version 2.1.8 at this link 
>> http://orientdb.com/download/
>>
>> Best regards,
>> Alessandro
>>
>> -- 
>>
>> --- 
>> 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 .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 

--- 
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.


[orientdb] Re: Cannot build the version 2.1.8

2016-01-05 Thread alessandrorota04
Hi,
 you can download the version 2.1.8 at this 
link http://orientdb.com/download/

Best regards,
Alessandro

-- 

--- 
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.


Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-05 Thread Luigi Dell'Aquila
Hi,

how are you building it? I just tried it and it seems to work fine
locally...

Thanks

Luigi


2016-01-05 12:14 GMT+01:00 :

> Hi,
>  you can download the version 2.1.8 at this link
> http://orientdb.com/download/
>
> Best regards,
> Alessandro
>
> --
>
> ---
> 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.
>

-- 

--- 
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.