Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Anonymous CVS access from Eclipse
Anonymous CVS access from Eclipse [message #600] Wed, 29 December 2004 20:36 Go to next message
Eclipse UserFriend
Originally posted by: kevin.struckhoff.newroads.com

I'm interested in using BIRT for my company's BI strategy. However, I'm
having trouble getting Eclipse to get the CVS source. It always wants a
password for the anonymous user. I'm using the Checkout from CVS window in
Eclipse.

I am using these settings:

Host: dev.eclipse.org
Repository path: :pserver:anonymous@dev.eclipse.org:/home/eclipse/birt
User: anonymous (it won't let me proceed w/o a user)
Connection type: pserver
Use Default port is selected

I'm getting an error sayinng no such repository path. I have also tried
/home/birt.

Please advise.

Thanks.

Kevin Struckhoff
Customer Analytics Mgr
NewRoads West Inc.
Re: Anonymous CVS access from Eclipse [message #612 is a reply to message #600] Thu, 30 December 2004 12:28 Go to previous messageGo to next message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
The correct location is /home/birt. Can you access any other repository
locations anonymously, such as /home/eclipse? What version of
Eclipse/cvs are you using?

With Eclipse release 3.0.1, I was able to access the repository location
anonymously through pserver.

Thanks,

Denis


Kevin Struckhoff wrote:
> I'm interested in using BIRT for my company's BI strategy. However, I'm
> having trouble getting Eclipse to get the CVS source. It always wants a
> password for the anonymous user. I'm using the Checkout from CVS window
> in Eclipse.
>
> I am using these settings:
>
> Host: dev.eclipse.org
> Repository path: :pserver:anonymous@dev.eclipse.org:/home/eclipse/birt
> User: anonymous (it won't let me proceed w/o a user)
> Connection type: pserver
> Use Default port is selected
>
> I'm getting an error sayinng no such repository path. I have also tried
> /home/birt.
>
> Please advise.
> Thanks.
>
> Kevin Struckhoff
> Customer Analytics Mgr
> NewRoads West Inc.
>


--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the FAQ at http://www.eclipse.org/webmaster/faq.html
View my status at http://www.eclipse.org/webmaster/main.html
Re: Anonymous CVS access from Eclipse [message #624 is a reply to message #600] Thu, 30 December 2004 19:19 Go to previous messageGo to next message
Paul Rogers is currently offline Paul RogersFriend
Messages: 152
Registered: July 2009
Senior Member
Kevin,

Seems to be working today. I tried it last evening when I first saw your
message, and I also could not get it to work. I verified with the Eclipse
webmaster that the settings were right.

In any event, it works now, so give it another try.

Thanks,
- Paul

Paul Rogers
Actuate
Eclipse BIRT PMC


"Kevin Struckhoff" <kevin.struckhoff@newroads.com> wrote in message
news:cqv4gu$ko2$1@www.eclipse.org...
> I'm interested in using BIRT for my company's BI strategy. However, I'm
> having trouble getting Eclipse to get the CVS source. It always wants a
> password for the anonymous user. I'm using the Checkout from CVS window in
> Eclipse.
>
> I am using these settings:
>
> Host: dev.eclipse.org
> Repository path: :pserver:anonymous@dev.eclipse.org:/home/eclipse/birt
> User: anonymous (it won't let me proceed w/o a user)
> Connection type: pserver
> Use Default port is selected
>
> I'm getting an error sayinng no such repository path. I have also tried
> /home/birt.
>
> Please advise.
> Thanks.
>
> Kevin Struckhoff
> Customer Analytics Mgr
> NewRoads West Inc.
>
Re: Anonymous CVS access from Eclipse [message #1522 is a reply to message #624] Sun, 02 January 2005 11:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: red1.red1.org

The repository path is definitely /home/birt. It does work, as i got it all
down into my Eclipse IDE.
However it complained of not finding a commons-codec-1.3.jar, so i searched
online for one and path to it, that's ok.
But now its having lots of assert stmt errors.
Any1?

regards
red1
Re: Anonymous CVS access from Eclipse [message #1549 is a reply to message #1522] Mon, 03 January 2005 16:32 Go to previous messageGo to next message
Sven Boden is currently offline Sven BodenFriend
Messages: 15
Registered: July 2009
Junior Member
.... SNIP...
> But now its having lots of assert stmt errors.
> Any1?
>

assert is a java feature as of java 1.4. Look e.g. at
http://java.sun.com/developer/JDCTechTips/2002/tt0409.html

Regards,
Sven Boden
Re: Anonymous CVS access from Eclipse [message #2807 is a reply to message #1522] Tue, 11 January 2005 17:07 Go to previous message
Scott Rosenbaum is currently offline Scott RosenbaumFriend
Messages: 425
Registered: July 2009
Senior Member
Sven is right this is a Java 1.4 feature. If you have Eclipse set up to
work with 1.3 Java, you need to change a few things.

Windows >> Preferences >> Java >> Installed JREs make sure you are using
a 1.4 JRE

Windows >> Preferences >> Java >> Compiler >> select tab Compliance and
Classfiles
Set Compiler compliance level to 1.4
Turn off Use default compliance settings
Set Generated .class files compatibility to 1.4
Set Source compatibility to 1.4

Probably makes sense to leave the Disallow identifiers called 'assert' set
to error.

The issue is that by default Eclipse is set up to treat assert as an
identifer (1.3 behavior). The BIRT developers have used assert as a keyword
(1.4 JDK).

Scott Rosenbaum



"red1" <red1@red1.org> wrote in message news:cr8l77$a32$1@www.eclipse.org...
> The repository path is definitely /home/birt. It does work, as i got it
all
> down into my Eclipse IDE.
> However it complained of not finding a commons-codec-1.3.jar, so i
searched
> online for one and path to it, that's ok.
> But now its having lots of assert stmt errors.
> Any1?
>
> regards
> red1
>
>
Previous Topic:ERE Report Consumption
Next Topic:when will chart engine's source code be released?
Goto Forum:
  


Current Time: Wed Jul 17 14:47:08 GMT 2024

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

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

Back to the top