Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Problem PDE + CVS
Problem PDE + CVS [message #605876] Thu, 27 May 2010 16:52 Go to next message
Zakarov is currently offline ZakarovFriend
Messages: 24
Registered: January 2010
Junior Member
hi every body ,

i use the PDE to build a packaged version of eclipse with some specific plugins.

the plugins are in a cvs server ; so i define the path of each one in the map like this

mailto:plugin@com.myplugin=CVS,HEAD,:pserver:mailto:mylogin@cvsuri:path,mypasswd,pathofplugin

but i get this error for each entry in the map :
FetchFromCVS:
[CVS - pathofplugin] Empty password used - try 'cvs login' with a real password
[CVS - pathofplugin] cvs [export aborted]: authorization failed: server cvsuri rejected access to /path for user mylogin

Any ideas ?

P.S : i already tested login&passwd

Best Wishes
--
Zakarov


Zakarov
Re: Problem PDE + CVS [message #605885 is a reply to message #605876] Thu, 27 May 2010 20:47 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
Are you on windows?

PDE/Build will generate a <cvspass/> ant task for your password. You can
double check this by looking in the fetch_*.xml file that gets created.

The ant documentation (http://ant.apache.org/manual/Tasks/cvspass.html) says
that CVSNT prefers passwords stored in the registry. One of the
workarounds suggested in the linked bug
(https://issues.apache.org/bugzilla/show_bug.cgi?id=21657#c5) suggests
putting the password on the repository path:
plugin@com.myplugin=CVS,HEAD,:pserver:mylogin:mypassword@cvsuri:path,,pathofplugin

-Andrew
Zakarov wrote:

> hi every body ,
>
> i use the PDE to build a packaged version of eclipse with some specific
> plugins.
>
> the plugins are in a cvs server ; so i define the path of each one in the
> map like this
>
>
mailto:plugin@com.myplugin=CVS,HEAD,:pserver:mailto:mylogin@cvsuri:path,mypasswd,pathofplugin
>
> but i get this error for each entry in the map :
> FetchFromCVS:
> Empty password used - try 'cvs login' with a real
> cvs [export aborted]: authorization failed:
> [server cvsuri rejected access to /path for user mylogin
>
> Any ideas ?
>
> P.S : i already tested login&passwd
>
> Best Wishes
Re: Problem PDE + CVS [message #605886 is a reply to message #605876] Fri, 28 May 2010 13:06 Go to previous message
Zakarov is currently offline ZakarovFriend
Messages: 24
Registered: January 2010
Junior Member
hi Andrew ,

your suggestion (mailto:plugin@com.myplugin=CVS,HEAD,:pserver:mylogin:mailto:mypassword@cvsuri:path,,pathofplugin
) solves the problem.

But it's versy strange , since i have already tried this mailto:plugin@com.myplugin=CVS,HEAD,:pserver:mailto:mailto:mylogin@cvsuri:path,mypasswd,pathofplugin , in PDE packaging with hudson and it works.

any way , thank you for your help !
--
Zakarov


Zakarov
Previous Topic:Problem PDE + CVS
Next Topic:How to zip an update site?
Goto Forum:
  


Current Time: Fri Apr 19 20:10:57 GMT 2024

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

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

Back to the top