|
|
|
Re: What's the cvs repository path? [message #8948 is a reply to message #8927] |
Mon, 08 December 2003 14:47 |
Eclipse User |
|
|
|
Originally posted by: mendelgili.netscape.net
Emerson Cargnin wrote:
> Ok, I've done this :) thank you very much to kenn from UML2 list.
> I checkout ve-all module, what brought to my local repositories 22 new
ve-all will bring down all project required to dev. build. test. etc. If
you are only interested to browse/dev. code use ve-dev-base and
optionally ve-dev-others (for the junit tests examples etc.)
Also, note that the Head stream is going to be used for the v1.0.0
release and may get unstable in the near future. The release 0.5.0
release is in the ve050 CVS stream.
> projects :)
> What do I need to have all the necessary code and dependents libraries ready
> to compile and install it?
> If there's already any kind of how-to available, please just point me to.
>
The simplest way to get this working is to create a "target" sandbox
with the current Eclipse/GEF/EMF/JVE 0.5.0 SDK. Import needed the
plugins (File-import->Plugi-ins and Fragments) :
1. select all plugins associated with ve-dev-base
2. click the Add Required Plugins button.
3. un select all the ve-dev-base plugins
4. Click on finish
.... disabling the auto build before and enabling it after will speed
things up a bit.
> Emerson
> "Emerson Cargnin" <echofloripa@bol.com.br> escreveu na mensagem
> news:bqu2oh$6hr$1@eclipse.org...
>
>>Hello, I can't find the repository...
>>
>>"Emerson Cargnin" <echofloripa@bol.com.br> escreveu na mensagem
>>news:bqr860$kui$1@eclipse.org...
>>
>>>I couldn't find VE at /home/cvspublic repository path that is fiven at
>
> VE
>
>>>cvs page. It looks that I should use Tools_Project as the repository
>
> path
>
>>,
>>
>>>but that doesn't work
>>>
>>>
>>>---
>>>Outgoing mail is certified Virus Free.
>>>Checked by AVG anti-virus system (http://www.grisoft.com).
>>>Version: 6.0.547 / Virus Database: 340 - Release Date: 2/12/2003
>>>
>>>
>>
>>
>>---
>>Outgoing mail is certified Virus Free.
>>Checked by AVG anti-virus system (http://www.grisoft.com).
>>Version: 6.0.548 / Virus Database: 341 - Release Date: 6/12/2003
>>
>>
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.548 / Virus Database: 341 - Release Date: 5/12/2003
>
>
|
|
|
|
Re: What's the cvs repository path? [message #9798 is a reply to message #9775] |
Wed, 10 December 2003 08:23 |
Emerson Cargnin Messages: 125 Registered: July 2009 |
Senior Member |
|
|
It worked, But I tried checking into first (since I tough I'd need the
older project created) but it created the project again inside the project.
Not what i wanted. So I asked checkout just, confirmed the deletion of the
older project (let's say or.eclipse.ve.jfc), and after a F5 (rebuild
project) there were the packages with no error. So I conclude I don't need
the projects created by the operation below, and it just prepares the
environment, is it right?
> > The simplest way to get this working is to create a "target" sandbox
> > with the current Eclipse/GEF/EMF/JVE 0.5.0 SDK. Import needed the
> > plugins (File-import->Plugi-ins and Fragments) :
> > 1. select all plugins associated with ve-dev-base
> > 2. click the Add Required Plugins button.
> > 3. un select all the ve-dev-base plugins
> > 4. Click on finish
> >
> > ... disabling the auto build before and enabling it after will speed
> > things up a bit.
>
> ok, I got to there. I creates And after it I use check-into and choose the
> projects just created?
>
> There's no src configuration already set at the .classpath from
repository??
> Do I have to do this by hand?
>
> Gonna make a how-to about this, I think it'd be useful. :)
>
> >
> >
> >
> > > Emerson
> > > "Emerson Cargnin" <echofloripa@bol.com.br> escreveu na mensagem
> > > news:bqu2oh$6hr$1@eclipse.org...
> > >
> > >>Hello, I can't find the repository...
> > >>
> > >>"Emerson Cargnin" <echofloripa@bol.com.br> escreveu na mensagem
> > >>news:bqr860$kui$1@eclipse.org...
> > >>
> > >>>I couldn't find VE at /home/cvspublic repository path that is fiven
at
> > >
> > > VE
> > >
> > >>>cvs page. It looks that I should use Tools_Project as the repository
> > >
> > > path
> > >
> > >>,
> > >>
> > >>>but that doesn't work
> > >>>
> > >>>
> > >>>---
> > >>>Outgoing mail is certified Virus Free.
> > >>>Checked by AVG anti-virus system (http://www.grisoft.com).
> > >>>Version: 6.0.547 / Virus Database: 340 - Release Date: 2/12/2003
> > >>>
> > >>>
> > >>
> > >>
> > >>---
> > >>Outgoing mail is certified Virus Free.
> > >>Checked by AVG anti-virus system (http://www.grisoft.com).
> > >>Version: 6.0.548 / Virus Database: 341 - Release Date: 6/12/2003
> > >>
> > >>
> > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.548 / Virus Database: 341 - Release Date: 5/12/2003
> > >
> > >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.548 / Virus Database: 341 - Release Date: 6/12/2003
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.548 / Virus Database: 341 - Release Date: 6/12/2003
|
|
|
Re: What's the cvs repository path? [message #9913 is a reply to message #9798] |
Wed, 10 December 2003 16:19 |
Eclipse User |
|
|
|
Originally posted by: mendelgili.netscape.net
Emerson Cargnin wrote:
> It worked, But I tried checking into first (since I tough I'd need the
> older project created) but it created the project again inside the project.
> Not what i wanted. So I asked checkout just, confirmed the deletion of the
> older project (let's say or.eclipse.ve.jfc), and after a F5 (rebuild
> project) there were the packages with no error. So I conclude I don't need
> the projects created by the operation below, and it just prepares the
> environment, is it right?
>
The ve-dev-base selection (1.) below is to allow you to bring in (as
binary) the pre-req. plugins VE requires into your workspace (2.). The
reason you unselect in step 3 is so that you do not bring VE plugins as
binary - you are going to bring (or already did) the src. from the CVS
repository.
>
>>>The simplest way to get this working is to create a "target" sandbox
>>>with the current Eclipse/GEF/EMF/JVE 0.5.0 SDK. Import needed the
>>>plugins (File-import->Plugi-ins and Fragments) :
>>>1. select all plugins associated with ve-dev-base
>>>2. click the Add Required Plugins button.
>>>3. un select all the ve-dev-base plugins
>>>4. Click on finish
>>>
>>>... disabling the auto build before and enabling it after will speed
>>>things up a bit.
>>
|
|
|
|
|
|
|
Re: What's the cvs repository path? [message #573404 is a reply to message #9775] |
Wed, 10 December 2003 08:23 |
Emerson Cargnin Messages: 125 Registered: July 2009 |
Senior Member |
|
|
It worked, But I tried checking into first (since I tough I'd need the
older project created) but it created the project again inside the project.
Not what i wanted. So I asked checkout just, confirmed the deletion of the
older project (let's say or.eclipse.ve.jfc), and after a F5 (rebuild
project) there were the packages with no error. So I conclude I don't need
the projects created by the operation below, and it just prepares the
environment, is it right?
> > The simplest way to get this working is to create a "target" sandbox
> > with the current Eclipse/GEF/EMF/JVE 0.5.0 SDK. Import needed the
> > plugins (File-import->Plugi-ins and Fragments) :
> > 1. select all plugins associated with ve-dev-base
> > 2. click the Add Required Plugins button.
> > 3. un select all the ve-dev-base plugins
> > 4. Click on finish
> >
> > ... disabling the auto build before and enabling it after will speed
> > things up a bit.
>
> ok, I got to there. I creates And after it I use check-into and choose the
> projects just created?
>
> There's no src configuration already set at the .classpath from
repository??
> Do I have to do this by hand?
>
> Gonna make a how-to about this, I think it'd be useful. :)
>
> >
> >
> >
> > > Emerson
> > > "Emerson Cargnin" <echofloripa@bol.com.br> escreveu na mensagem
> > > news:bqu2oh$6hr$1@eclipse.org...
> > >
> > >>Hello, I can't find the repository...
> > >>
> > >>"Emerson Cargnin" <echofloripa@bol.com.br> escreveu na mensagem
> > >>news:bqr860$kui$1@eclipse.org...
> > >>
> > >>>I couldn't find VE at /home/cvspublic repository path that is fiven
at
> > >
> > > VE
> > >
> > >>>cvs page. It looks that I should use Tools_Project as the repository
> > >
> > > path
> > >
> > >>,
> > >>
> > >>>but that doesn't work
> > >>>
> > >>>
> > >>>---
> > >>>Outgoing mail is certified Virus Free.
> > >>>Checked by AVG anti-virus system (http://www.grisoft.com).
> > >>>Version: 6.0.547 / Virus Database: 340 - Release Date: 2/12/2003
> > >>>
> > >>>
> > >>
> > >>
> > >>---
> > >>Outgoing mail is certified Virus Free.
> > >>Checked by AVG anti-virus system (http://www.grisoft.com).
> > >>Version: 6.0.548 / Virus Database: 341 - Release Date: 6/12/2003
> > >>
> > >>
> > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.548 / Virus Database: 341 - Release Date: 5/12/2003
> > >
> > >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.548 / Virus Database: 341 - Release Date: 6/12/2003
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.548 / Virus Database: 341 - Release Date: 6/12/2003
|
|
|
|
Powered by
FUDForum. Page generated in 0.03158 seconds