4 Replies Latest reply on Jan 31, 2006 1:19 PM by pedrobl

    Jboss portal with Jboss eclipse IDE

    glodo

      Hi everyone! i new with jboss eclipse IDE, i dont know if i am in the right place.. but i need your help and i hope that someone can help me.
      I work with the jboss portal 2.0 on oracle with jboss as 4.0.3SP1..
      i have to work with jboss eclipse ide and dont know how i can deploy the portal 2.0 like a project..
      If someone knows how to do.. please let me know and help me..
      so thanks
      regards
      glodo

        • 1. Re: Jboss portal with Jboss eclipse IDE
          sxchapma
          • 2. Re: Jboss portal with Jboss eclipse IDE

            I have added the link to the portal wiki. thanx.

            • 3. Re: Jboss portal with Jboss eclipse IDE
              pedrobl


              I still can't get Eclipse to work with jboss portal. I've followed the instructions at the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingEclipse, but after importing all the projects I get errors about missing libraries: /thirdparty/jakarta-slide. There's no trace of such libraries in the source files.

              Almost there...

              Pedro.

              • 4. Re: Jboss portal with Jboss eclipse IDE
                pedrobl


                OK, I got it. After doing the following changes in the buildpaths of the projects 'cms' and 'core':
                1. cms: Right-click-> Properties, Libraries tab, click on "Add jars..." and add the following:
                - thirdparty/jboss-cluster/lib/jbossha.jar
                - thirdparty/apache-jackrabbit/lib/jackrabbit-core.jar
                - thirdparty/day-jcr/lib/jcr.jar
                - thirdparty/jboss-hibernate/lib/hibernate.jar
                - thirdparty/jboss-hibernate/lib/commons-collections.jar
                - thirdparty/jboss-hibernate/lib/commons-logging.jar
                - thirdparty/jakarta-io/lib/commons-io.jar
                2. core: Right-click-> Properties, Libraries tab
                2.1. Add jars:
                - tools/lib/xalan.jar
                - thirdparty/apache-myfaces/lib/myfaces-api.jar
                - thirdparty/apache-myfaces/lib/tomahawk.jar
                2.2. Add External jars. These should be created after building the sources.
                - security/output/lib/portal-security-lib.jar
                - faces/output/lib/portal-faces-lib.jar

                Eclipse stops complaining after that. Hope it helps someone,

                Pedro.