1 2 Previous Next 15 Replies Latest reply on Sep 6, 2006 11:57 AM by rali.genova

    CVS

      How to access the CVS :

      if you are a developer you should use :




      • 
        :ext:$USERNAME@cvs.forge.jboss.com:/cvsroot/jboss for developers
        


        if you are not a developer you need to use the anonymous access to the cvs

        
        :pserver:anonymous@anoncvs.forge.jboss.com:/cvsroot/jboss for anonymous that want to checkout the project
        



      • To obtain JBoss Portal 2.0.x source code :

        cvs co -r JBoss_Portal_Branch_2_0 jboss-portal-2.0
        


        To obtain head development source code :

        cvs co jboss-portal-2.2
        






        • 1. Re: CVS
          andrejusc

          Could you tell or point to some document, which defines what should be set before running Ant over build.xml file for checked out code? I'm getting so far an error similar to this:

          [execmodules] D:\eclipse\jboss\jboss-portal\common\src\main\org\jboss\portal\common\MediaType.java:18: package javax.activation does not exist
          [execmodules] import javax.activation.MimeType;
          [execmodules] ^

          • 2. Re: CVS
            andrejusc

            Interesting, doing CVS checkout via Eclipse 3.1 GUI doesn't catch thirdparty module inside project tree. Command line works normally.

            • 3. Re: CVS
              theute

              You picked the wrong module with Eclipse. It works the same using Eclipse or the command line.

              • 4. Re: CVS
                andrejusc

                I have picked in Eclipse UI from listed branches under branch called JBoss_Portal_Branch_2_0 module called jboss-portal. What is wrong here?

                • 5. Re: CVS
                  ptournet

                  Hi, you should have picked module called jboss-portal-2.0
                  You can find the way I managed to do it here : http://www.jboss.org/index.html?module=bb&op=viewtopic&t=67347
                  Hope this helps

                  • 6. Re: CVS
                    patrickdalla

                    Can I download nightly builds and sources via http or ftp?

                    My network is blocking CVS access.

                    • 7. Re: CVS

                      I have just made a demand to the forge admin team.

                      • 8. Re: CVS
                        patrickdalla

                        please, keep me and this forum informed

                        • 9. Re: CVS
                          joyjava

                          u can put all jar files from $jboss/client to $jdk/jre/lib/ext

                          • 10. Re: CVS
                            noicangi

                            a week ago i download the portal 2.4 branches and build it, it build perfectly, now i download the same things and it doesn't builds, anyone with the same problem building the branches?

                            • 11. Re: CVS
                              bdaw

                              2.4 is currently under development so this can change quite rapidly ;)

                              • 12. Re: CVS
                                noicangi

                                ok , i know your developing 2.4 but y download the 2.2 branches and the 2.4 and there are misssing files needed to make build.


                                i'm just a user trying to get involved with all the funcionalities of the portal ;)

                                • 13. Re: CVS
                                  bdaw

                                  if there are new modules added into repo simple 'cvs update' isn't enough. So time to time after greater changes fresh checkout is needed.

                                  • 14. Re: CVS

                                    Portal codebase has been migrated from the CVS to Subversion. See http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo for details.

                                    1 2 Previous Next