Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » What's the cvs repository path?
What's the cvs repository path? [message #8862] Sat, 06 December 2003 01:41 Go to next message
Emerson Cargnin is currently offline Emerson CargninFriend
Messages: 125
Registered: July 2009
Senior Member
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
Re: What's the cvs repository path? [message #8885 is a reply to message #8862] Sun, 07 December 2003 03:27 Go to previous messageGo to next message
Emerson Cargnin is currently offline Emerson CargninFriend
Messages: 125
Registered: July 2009
Senior Member
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
Re: What's the cvs repository path? [message #8927 is a reply to message #8885] Mon, 08 December 2003 02:11 Go to previous messageGo to next message
Emerson Cargnin is currently offline Emerson CargninFriend
Messages: 125
Registered: July 2009
Senior Member
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
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.

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 #8948 is a reply to message #8927] Mon, 08 December 2003 14:47 Go to previous messageGo to next message
Eclipse UserFriend
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 #9775 is a reply to message #8948] Wed, 10 December 2003 08:14 Go to previous messageGo to next message
Emerson Cargnin is currently offline Emerson CargninFriend
Messages: 125
Registered: July 2009
Senior Member
> 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.

That's what I want, see the dinamic of the changes and undertanding
slowly:)

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

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
Re: What's the cvs repository path? [message #9798 is a reply to message #9775] Wed, 10 December 2003 08:23 Go to previous messageGo to next message
Emerson Cargnin is currently offline Emerson CargninFriend
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 Go to previous message
Eclipse UserFriend
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 #572674 is a reply to message #8862] Sun, 07 December 2003 03:27 Go to previous message
Emerson Cargnin is currently offline Emerson CargninFriend
Messages: 125
Registered: July 2009
Senior Member
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
Re: What's the cvs repository path? [message #572707 is a reply to message #8885] Mon, 08 December 2003 02:11 Go to previous message
Emerson Cargnin is currently offline Emerson CargninFriend
Messages: 125
Registered: July 2009
Senior Member
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
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.

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 #572766 is a reply to message #8927] Mon, 08 December 2003 14:47 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
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 #573385 is a reply to message #8948] Wed, 10 December 2003 08:14 Go to previous message
Emerson Cargnin is currently offline Emerson CargninFriend
Messages: 125
Registered: July 2009
Senior Member
> 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.

That's what I want, see the dinamic of the changes and undertanding
slowly:)

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

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
Re: What's the cvs repository path? [message #573404 is a reply to message #9775] Wed, 10 December 2003 08:23 Go to previous message
Emerson Cargnin is currently offline Emerson CargninFriend
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 #573566 is a reply to message #9798] Wed, 10 December 2003 16:19 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
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.
>>
Previous Topic:Branch "ve100m5"
Next Topic:Problems editing menus
Goto Forum:
  


Current Time: Sun Sep 01 02:07:05 GMT 2024

Powered by FUDForum. Page generated in 0.04122 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top