Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » [Papyrus Eclipse] Problems with checkout
[Papyrus Eclipse] Problems with checkout [message #556540] Wed, 01 September 2010 17:03 Go to next message
thalles  is currently offline thalles Friend
Messages: 4
Registered: September 2010
Junior Member
Hello
I'm new in this plugin development, so i followed the developers guide here http://wiki.eclipse.org/Papyrus_Developer_Guide#Retrieve_cod e and i'm getting an error with the source checkout using the psf file.

These are the errors :

Checkout operation for ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/developer/org.eclipse.papyrus.java.reverse .ui' failed.
Checkout operation for ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/uml/org.eclipse.papyrus.uml.feature' failed.
Checkout operation for ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/others/org.eclipse.papyrus.example.sashwin dows.simpleeditor' failed.
Checkout operation for ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/developer/org.eclipse.papyrus.java.reverse' failed.
Checkout operation for ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/uml/org.eclipse.papyrus.tabbedproperties.u ml' failed.
Checkout operation for ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/others/org.eclipse.papyrus.example.sashwin dows.fulleditor' failed.
svn: URL ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/developer/org.eclipse.papyrus.java.reverse .ui' doesn't exist

svn: URL ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/uml/org.eclipse.papyrus.uml.feature' doesn't exist

svn: URL ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/others/org.eclipse.papyrus.example.sashwin dows.simpleeditor' doesn't exist

svn: URL ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/developer/org.eclipse.papyrus.java.reverse' doesn't exist

svn: URL ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/uml/org.eclipse.papyrus.tabbedproperties.u ml' doesn't exist

svn: URL ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/others/org.eclipse.papyrus.example.sashwin dows.fulleditor' doesn't exist


Could someone help me please?

Thank you


Thalles Rodrigues
Re: [Papyrus Eclipse] Problems with checkout [message #557007 is a reply to message #556540] Fri, 03 September 2010 15:24 Go to previous messageGo to next message
Yann Tanguy is currently offline Yann TanguyFriend
Messages: 80
Registered: July 2009
Member
Hi,

The psf file is probably not maintained. The source code you need is
located here:
http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/branches/0.7.X/plugins
Checkout all plugins located in "core" "uml" and "others" folders. Not
that errors may be reported in
org.eclipse.papyrus.tabbedproperties.comments if EPF is not installed,
but you can ignore or close this project.

regards

YT


thalles a écrit :
> Hello
> I'm new in this plugin development, so i followed the developers
> guide here http://wiki.eclipse.org/Papyrus_Developer_Guide#Retrieve_cod e
> and i'm getting an error with the source checkout using the psf file.
>
> These are the errors :
>
> Checkout operation for
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/developer/org.eclipse.papyrus.java.reverse .ui'
> failed.
> Checkout operation for
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/uml/org.eclipse.papyrus.uml.feature'
> failed.
> Checkout operation for
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/others/org.eclipse.papyrus.example.sashwin dows.simpleeditor'
> failed.
> Checkout operation for
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/developer/org.eclipse.papyrus.java.reverse'
> failed.
> Checkout operation for
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/uml/org.eclipse.papyrus.tabbedproperties.u ml'
> failed.
> Checkout operation for
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/others/org.eclipse.papyrus.example.sashwin dows.fulleditor'
> failed.
> svn: URL
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/developer/org.eclipse.papyrus.java.reverse .ui'
> doesn't exist
>
> svn: URL
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/uml/org.eclipse.papyrus.uml.feature'
> doesn't exist
>
> svn: URL
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/others/org.eclipse.papyrus.example.sashwin dows.simpleeditor'
> doesn't exist
>
> svn: URL
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/developer/org.eclipse.papyrus.java.reverse'
> doesn't exist
>
> svn: URL
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/uml/org.eclipse.papyrus.tabbedproperties.u ml'
> doesn't exist
>
> svn: URL
> ' http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papy rus/trunk/plugins/others/org.eclipse.papyrus.example.sashwin dows.fulleditor'
> doesn't exist
>
> Could someone help me please?
>
> Thank you
>
>
> Thalles Rodrigues
icon14.gif  Re: [Papyrus Eclipse] Problems with checkout [message #557318 is a reply to message #557007] Mon, 06 September 2010 16:27 Go to previous messageGo to next message
thalles  is currently offline thalles Friend
Messages: 4
Registered: September 2010
Junior Member
Thank you , now i can continue.

Thanks
Re: [Papyrus Eclipse] Problems with checkout [message #607425 is a reply to message #557007] Mon, 06 September 2010 16:27 Go to previous message
thalles  is currently offline thalles Friend
Messages: 4
Registered: September 2010
Junior Member
Thank you , now i can continue.

Thanks
Previous Topic:Confused about MDT Papyrus, Topcased and UML2
Next Topic:Model explorer and others
Goto Forum:
  


Current Time: Thu Apr 18 11:28:50 GMT 2024

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

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

Back to the top