9 Replies Latest reply on Jun 5, 2008 12:34 PM by iamnew2jboss

    Is Portal 2.6.5 available to download from source?

    iamnew2jboss

      Hi there,

      I'm not sure whether this is possible to do yet. Below is the scenario:

      I tried to download the new JBoss Portal 2.6.5 (the one with JSR286 implementation) from the URL: http://www.jboss.org/jbossportal/download/index.html

      I downloaded: JBoss Portal Source Code, 2.6.5.SP1, Production, dated - 2008-05-21 LGPL.

      And I tried to build this portal source code the same way I did it for 2.6.4 few months ago. There were lots of errors while building the source code.

      My question is: Is JBoss Portal 2.6.5 available to download as a source? Or only bundled (Portal + App Server) 2.6.5 is available as of now?

      Thanks for your help.
      -ADD

        • 1. Re: Is Portal 2.6.5 available to download from source?
          prabhat.jha

          Let me look into building from src part. I usually verify that binaries do not get corrupted while uploading for bundled and normal zip but not for source bundle.

          As par as JSR 286 is concerned, I don't think it's supported yet.

          • 2. Re: Is Portal 2.6.5 available to download from source?
            iamnew2jboss

            Thanks Prabhat.

            However, I'm confused when you say, "I don't think it is supported yet".

            I'm refering to: http://www.jboss.org/files/portletcontainer/docs/2.0.0.CR2/pdf/User_Guide_(en-US).pdf

            If you look at the section: "1. Downloading and installing", the first para says:
            "Two bundled versions are provided to showcase JBoss Portlet Container
            in action with minimum effort. Theses bundles each include a servlet
            container configured with the Simple Portal demonstration portal along
            with some JSR-286 compliant portlets
            . You will need to have Java 5
            configured on your machine to run the demonstration portal. You can
            download Java 5 at http://java.sun.com/javase/downloads/index_jdk5.jsp
            [http://java.sun.com/javase/downloads/index_jdk5.jsp]. Once you
            have Java installed, you are ready to download one of JBoss Portlet
            Container bundles. The following link has the list of downloads for JBoss
            Portlet Container: http://labs.jboss.com/portal/portletcontainer/download
            [http://labs.jboss.com/portletcontainer/download]. Two bundles are currently
            provided: one with Tomcat 6.0.16 and one with JBoss Application Server 4.2.2.GA."

            Question # 1: Doesn't it mean that 2.6.5 supports JSR286? Or I'm totally misinterpreting it?

            Question # 2: The para also says - "Two bundled versions are provided...". Does that mean these are the only 2 options available to get the Portal 2.6.5 (JSR 286) downloadables?

            Thanks again for all the help.
            -Add

            • 3. Re: Is Portal 2.6.5 available to download from source?
              prabhat.jha

              I just downloaded 2.6.5.SP1 source from Sourceforge and I was able to build it. What's the error that you are getting?

              • 4. Re: Is Portal 2.6.5 available to download from source?
                prabhat.jha

                The portlet module that's shipped with 2.6.5.SP1 is version 1.0.3 which is JSR-168 implementation.

                • 5. Re: Is Portal 2.6.5 available to download from source?
                  iamnew2jboss

                  Thanks Prabhat.

                  Here is the error i'm getting while building the Portal from the source.
                  I'm using JBoss AS 4.2.2 GA. Where can I find the log file?

                  Thanks.


                   ==
                   == Finished 'most' in module 'format'.
                   ==
                   ==============================================================
                  
                  
                   ==============================================================
                   ==
                   == Executing 'most' in module 'portlet-server'...
                   ==
                   ==
                  
                  _default:compile-classes:
                   [javac] Compiling 12 source files to C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\portlet-server\output\classes
                  [execmodules] C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\portlet-server\src\main\org\jboss\portal\portlet\deployment\jboss\Po
                  rtletAppDeploymentFactory.java:265: cannot find symbol
                  [execmodules] symbol : class JBossApplicationMetaDataFactory
                  [execmodules] location: class org.jboss.portal.portlet.deployment.jboss.PortletAppDeploymentFactory
                  [execmodules] public JBossApplicationMetaDataFactory createJBossApplicationMetaDataFactory()
                  [execmodules] ^
                  [execmodules] C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\portlet-server\src\main\org\jboss\portal\portlet\deployment\jboss\Po
                  rtletAppDeployment.java:265: cannot find symbol
                  [execmodules] symbol : class PortletApplicationMetaDataFactory
                  [execmodules] location: class org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment
                  [execmodules] PortletApplicationMetaDataFactory factory = new PortletApplicationMetaDataFactory();
                  [execmodules] ^
                  [execmodules] C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\portlet-server\src\main\org\jboss\portal\portlet\deployment\jboss\Po
                  rtletAppDeployment.java:265: cannot find symbol
                  [execmodules] symbol : class PortletApplicationMetaDataFactory
                  [execmodules] location: class org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment
                  [execmodules] PortletApplicationMetaDataFactory factory = new PortletApplicationMetaDataFactory();
                  [execmodules] ^
                  [execmodules] C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\portlet-server\src\main\org\jboss\portal\portlet\deployment\jboss\Po
                  rtletAppDeployment.java:291: cannot find symbol
                  [execmodules] symbol : class JBossApplicationMetaDataFactory
                  [execmodules] location: class org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment
                  [execmodules] JBossApplicationMetaDataFactory factory = this.factory.createJBossApplicationMetaDataFactory();
                  [execmodules] ^
                  [execmodules] C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\portlet-server\src\main\org\jboss\portal\portlet\deployment\jboss\Po
                  rtletAppDeploymentFactory.java:230: cannot find symbol
                  [execmodules] symbol : class JBossApplicationMetaDataFactory
                  [execmodules] location: class org.jboss.portal.portlet.deployment.jboss.PortletAppDeploymentFactory
                  [execmodules] JBossApplicationMetaDataFactory factory = createJBossApplicationMetaDataFactory();
                  [execmodules] ^
                  [execmodules] C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\portlet-server\src\main\org\jboss\portal\portlet\deployment\jboss\Po
                  rtletAppDeploymentFactory.java:267: cannot find symbol
                  [execmodules] symbol : class JBossApplicationMetaDataFactory
                  [execmodules] location: class org.jboss.portal.portlet.deployment.jboss.PortletAppDeploymentFactory
                  [execmodules] return new JBossApplicationMetaDataFactory();
                  [execmodules] ^
                  [execmodules] Note: Some input files use unchecked or unsafe operations.
                  [execmodules] Note: Recompile with -Xlint:unchecked for details.
                  [execmodules] 6 errors
                  
                  BUILD FAILED
                  C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\tools\etc\buildfragments\buildmagic.ent:273: The following error occurred while ex
                  ecuting this line:
                  C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\tools\etc\buildfragments\buildmagic.ent:395: Compile failed; see the compiler erro
                  r output for details.
                  
                  Total time: 2 minutes 27 seconds
                  Press any key to continue . . .


                  • 6. Re: Is Portal 2.6.5 available to download from source?
                    prabhat.jha

                    From the log seems like there must have been some error before what you have posted. Look if build was able to download all the necessary dependencies from the repositories.

                    Another thing to try would be checkout code from http://anonsvn.jboss.org/repos/portal/tags/JBoss_Portal_2_6_5_SP1 and run build.sh from build directory. See how that goes.

                    • 7. Re: Is Portal 2.6.5 available to download from source?
                      iamnew2jboss

                      Yes, that's right Prabhat. There were some meesages that it couldn;t download some files from the repository. What could be the reason though?

                      I'll re-run the command and see what are the files it is not able to download. i did not see any log files to see all the error messages. Any idea?

                      Thank you.
                      -Add

                      • 8. Re: Is Portal 2.6.5 available to download from source?
                        prabhat.jha

                        Are you behind a proxy? I think there is a wiki somewhere that explains how to build from source when you are behind a network proxy. When you run build.sh, you can pipe the output to a file and see which file it is not able to download. Try doing a wget on that file manually and see if indeed is a network issue.

                        • 9. Re: Is Portal 2.6.5 available to download from source?
                          iamnew2jboss

                          Hi Prabhat,

                          No, I'm not behind the proxy. I was able to do the same thing for 2.6.4 a month ago.

                          The only error statements I could see are:

                          [get-apache version 2.0] Error opening connection java.io.FileNotFoundException: http://repository.jboss.com/licenses/apache version 2.0.txt
                          [get-apache version 2.0] Error opening connection java.io.FileNotFoundException: http://repository.jboss.com/licenses/apache version 2.0.txt
                          [get-apache version 2.0] Error opening connection java.io.FileNotFoundException: http://repository.jboss.com/licenses/apache version 2.0.txt
                          
                          [get-apache] Error opening connection java.io.FileNotFoundException: http://repository.jboss.com/licenses/apache.txt
                          [get-apache] Error opening connection java.io.FileNotFoundException: http://repository.jboss.com/licenses/apache.txt
                          [get-apache] Error opening connection java.io.FileNotFoundException: http://repository.jboss.com/licenses/apache.txt
                          
                          [get-LGPL 3.0] Error opening connection java.io.FileNotFoundException: http://repository.jboss.com/licenses/LGPL 3.0.txt
                          [get-LGPL 3.0] Error opening connection java.io.FileNotFoundException: http://repository.jboss.com/licenses/LGPL 3.0.txt
                          [get-LGPL 3.0] Error opening connection java.io.FileNotFoundException: http://repository.jboss.com/licenses/LGPL 3.0.txt
                          
                          


                          Here is the entire console output. Hope you get some clues.


                          Executing C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\build\..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
                          Buildfile: build.xml
                          
                          createthirdparty:
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\common
                           [get] Getting: http://repository.jboss.com/jboss-portal/modules/common/1.1.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\common\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon May 05 04:01:22 PDT 2008
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\web
                           [get] Getting: http://repository.jboss.com/jboss-portal/modules/web/1.1.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\web\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Thu Nov 29 03:58:17 PST 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\test
                           [get] Getting: http://repository.jboss.com/jboss-portal/modules/test/1.0.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\test\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Thu Mar 27 17:50:56 PDT 2008
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\portlet
                           [get] Getting: http://repository.jboss.com/jboss-portal/modules/portlet/1.0.3/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\portlet\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon May 05 04:11:21 PDT 2008
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\identity
                           [get] Getting: http://repository.jboss.com/jboss-portal/modules/identity/1.0.3/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\identity\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon May 05 04:25:20 PDT 2008
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\antlr
                           [get] Getting: http://repository.jboss.com/antlr/2.7.6.ga/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\antlr\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:18:33 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-ant
                           [get] Getting: http://repository.jboss.com/apache-ant/1.6.5/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-ant\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:18:44 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jackrabbit
                           [get] Getting: http://repository.jboss.com/jackrabbit/1.1.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jackrabbit\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:17:42 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-myfaces
                           [get] Getting: http://repository.jboss.com/apache-myfaces/1.1.5/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-myfaces\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Thu Aug 09 05:28:18 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-beanutils
                           [get] Getting: http://repository.jboss.com/apache-beanutils/1.7.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-beanutils\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:28 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-codec
                           [get] Getting: http://repository.jboss.com/apache-codec/1.3.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-codec\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:22:03 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-collections
                           [get] Getting: http://repository.jboss.com/apache-collections/3.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-collections\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:18:39 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-digester
                           [get] Getting: http://repository.jboss.com/apache-digester/1.6/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-digester\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:03 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-fileupload
                           [get] Getting: http://repository.jboss.com/apache-fileupload/1.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-fileupload\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Fri Sep 07 16:36:19 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-httpclient
                           [get] Getting: http://repository.jboss.com/apache-httpclient/3.0.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-httpclient\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:17:43 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-lang
                           [get] Getting: http://repository.jboss.com/apache-lang/2.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-lang\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:02:27 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-log4j
                           [get] Getting: http://repository.jboss.com/apache-log4j/1.2.8/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-log4j\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:22:06 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-logging
                           [get] Getting: http://repository.jboss.com/apache-logging/1.0.5.SP1-jboss/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-logging\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:00:04 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-lucene
                           [get] Getting: http://repository.jboss.com/apache-lucene/1.4.3/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-lucene\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:18:36 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-net
                           [get] Getting: http://repository.jboss.com/apache-net/1.4.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-net\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:21:59 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-xerces
                           [get] Getting: http://repository.jboss.com/apache-xerces/2.7.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-xerces\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:24:43 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\asm
                           [get] Getting: http://repository.jboss.com/asm/1.5.3/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\asm\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:38 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\beanshell
                           [get] Getting: http://repository.jboss.com/beanshell/1.3.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\beanshell\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:26 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\cglib
                           [get] Getting: http://repository.jboss.com/cglib/2.1.3/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\cglib\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:04:04 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\commons-el
                           [get] Getting: http://repository.jboss.com/commons-el/1.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\commons-el\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:28 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\dbunit
                           [get] Getting: http://repository.jboss.com/dbunit/2.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\dbunit\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:21:34 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\dom4j
                           [get] Getting: http://repository.jboss.com/dom4j/1.6.1jboss/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\dom4j\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:04:03 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\ehcache
                           [get] Getting: http://repository.jboss.com/ehcache/1.2.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\ehcache\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:00:40 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\el
                           [get] Getting: http://repository.jboss.com/el/1.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\el\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:18:43 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\facelets
                           [get] Getting: http://repository.jboss.com/facelets/1.1.1-patched-jboss4.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\facelets\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Wed Jun 13 11:46:34 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\hibernate
                           [get] Getting: http://repository.jboss.com/hibernate/3.2.0.CR2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\hibernate\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:02:30 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\httpunit
                           [get] Getting: http://repository.jboss.com/httpunit/1.6/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\httpunit\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:19:42 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\hsqldb
                           [get] Getting: http://repository.jboss.com/hsqldb/1.8.0.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\hsqldb\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:31 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\ibm-wsdl4j
                           [get] Getting: http://repository.jboss.com/ibm-wsdl4j/1.5.2jboss/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\ibm-wsdl4j\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:31 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus
                           [get] Getting: http://repository.jboss.com/jakarta-cactus/1.7.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:22:03 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-io
                           [get] Getting: http://repository.jboss.com/jakarta-io/1.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-io\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:19:43 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs
                           [get] Getting: http://repository.jboss.com/jbossas/core-libs/4.0.4.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:02:45 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\aop
                           [get] Getting: http://repository.jboss.com/jboss/aop/1.5.2.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\aop\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 08:59:20 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\backport-concurrent
                           [get] Getting: http://repository.jboss.com/jboss/backport-concurrent/2.1.0.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\backport-concurrent\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 08:59:35 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\cache
                           [get] Getting: http://repository.jboss.com/jboss/cache/1.4.1.SP3/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\cache\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Fri Sep 14 03:40:23 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossretro-rt
                           [get] Getting: http://repository.jboss.com/jboss/jbossretro-rt/1.0.3.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossretro-rt\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 08:59:13 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossws14
                           [get] Getting: http://repository.jboss.com/jboss/jbossws14/1.0.3.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossws14\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 08:58:54 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossxb
                           [get] Getting: http://repository.jboss.com/jboss/jbossxb/1.0.0.CR7/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossxb\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 08:58:14 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\microcontainer
                           [get] Getting: http://repository.jboss.com/jboss/microcontainer/1.0.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\microcontainer\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 08:58:22 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\remoting
                           [get] Getting: http://repository.jboss.com/jboss/remoting/1.4.3.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\remoting\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Fri Jul 13 03:44:14 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\serialization
                           [get] Getting: http://repository.jboss.com/jboss/serialization/1.0.1.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\serialization\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 08:58:23 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\test
                           [get] Getting: http://repository.jboss.com/jboss/test/1.0.0.CR1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\test\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 08:59:13 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jflex
                           [get] Getting: http://repository.jboss.com/jflex/1.4.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jflex\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:24:39 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jcaptcha
                           [get] Getting: http://repository.jboss.com/jcaptcha/1.0.6/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jcaptcha\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Tue Aug 21 09:04:11 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jwebunit
                           [get] Getting: http://repository.jboss.com/jwebunit/1.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jwebunit\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 08:59:53 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jcr
                           [get] Getting: http://repository.jboss.com/jcr/1.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jcr\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:00:40 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jetty
                           [get] Getting: http://repository.jboss.com/jetty/6.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jetty\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:21:59 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jgroups
                           [get] Getting: http://repository.jboss.com/jgroups/2.2.8/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jgroups\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:23 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jsunit
                           [get] Getting: http://repository.jboss.com/jsunit/2.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jsunit\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:31 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\junit
                           [get] Getting: http://repository.jboss.com/junit/3.8.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\junit\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:22:02 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\odmg
                           [get] Getting: http://repository.jboss.com/odmg/3.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\odmg\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:43 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\oswego-concurrent
                           [get] Getting: http://repository.jboss.com/oswego-concurrent/1.3.4/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\oswego-concurrent\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Tue May 01 19:54:14 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\qdox
                           [get] Getting: http://repository.jboss.com/qdox/1.4/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\qdox\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:24:44 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\trove
                           [get] Getting: http://repository.jboss.com/trove/1.0.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\trove\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:18:43 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sleepycat
                           [get] Getting: http://repository.jboss.com/sleepycat/3.0.12/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sleepycat\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:18:35 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\slf4j
                           [get] Getting: http://repository.jboss.com/slf4j/1.0.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\slf4j\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:39 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-jaf
                           [get] Getting: http://repository.jboss.com/sun-jaf/1.0.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-jaf\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:21:59 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-javacc
                           [get] Getting: http://repository.jboss.com/sun-javacc/3.2-portal/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-javacc\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:24:38 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-javamail
                           [get] Getting: http://repository.jboss.com/sun-javamail/1.3.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-javamail\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:43 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-jsf
                           [get] Getting: http://repository.jboss.com/sun-jsf/1.2.1_02/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-jsf\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:41 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-opends
                           [get] Getting: http://repository.jboss.com/sun-opends/snapshot/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-opends\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:22:02 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-servlet
                           [get] Getting: http://repository.jboss.com/sun-servlet/2.4/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-servlet\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:21:36 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\xdoclet
                           [get] Getting: http://repository.jboss.com/xdoclet/1.2.3/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\xdoclet\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:22:08 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbpm\jaronly
                           [get] Getting: http://repository.jboss.com/jbpm/jaronly/3.1.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbpm\jaronly\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:24:37 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\freemarker
                           [get] Getting: http://repository.jboss.com/freemarker/2.3.9/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\freemarker\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:23:01 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\wutka-dtdparser
                           [get] Getting: http://repository.jboss.com/wutka-dtdparser/1.2.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\wutka-dtdparser\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Apr 09 09:22:01 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\portals-bridges
                           [get] Getting: http://repository.jboss.com/portals-bridges/1.0.3/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\portals-bridges\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Wed Aug 15 05:40:11 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\tagsoup
                           [get] Getting: http://repository.jboss.com/tagsoup/1.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\tagsoup\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Tue Jan 22 11:42:38 PST 2008
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\gwt
                           [get] Getting: http://repository.jboss.com/gwt/1.4.60/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\gwt\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Tue Oct 02 12:36:18 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\mygwt
                           [get] Getting: http://repository.jboss.com/mygwt/0.3.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\mygwt\component-info.xml
                          [synchronizeinfo] .
                           [get] last modified = Mon Nov 12 09:16:14 PST 2007
                          [synchronizeinfo] [0]: jboss-portal/modules/common
                          [synchronizeinfo] [1]: jboss-portal/modules/web
                          [synchronizeinfo] [2]: jboss-portal/modules/test
                          [synchronizeinfo] [3]: jboss-portal/modules/portlet
                          [synchronizeinfo] [4]: jboss-portal/modules/identity
                          [synchronizeinfo] [5]: antlr
                          [synchronizeinfo] [6]: apache-ant
                          [synchronizeinfo] [7]: jackrabbit
                          [synchronizeinfo] [8]: apache-myfaces
                          [synchronizeinfo] [9]: apache-beanutils
                          [synchronizeinfo] [10]: apache-codec
                          [synchronizeinfo] [11]: apache-collections
                          [synchronizeinfo] [12]: apache-digester
                          [synchronizeinfo] [13]: apache-fileupload
                          [synchronizeinfo] [14]: apache-httpclient
                          [synchronizeinfo] [15]: apache-lang
                          [synchronizeinfo] [16]: apache-log4j
                          [synchronizeinfo] [17]: apache-logging
                          [synchronizeinfo] [18]: apache-lucene
                          [synchronizeinfo] [19]: apache-net
                          [synchronizeinfo] [20]: apache-xerces
                          [synchronizeinfo] [21]: asm
                          [synchronizeinfo] [22]: beanshell
                          [synchronizeinfo] [23]: cglib
                          [synchronizeinfo] [24]: commons-el
                          [synchronizeinfo] [25]: dbunit
                          [synchronizeinfo] [26]: dom4j
                          [synchronizeinfo] [27]: ehcache
                          [synchronizeinfo] [28]: el
                          [synchronizeinfo] [29]: facelets
                          [synchronizeinfo] [30]: hibernate
                          [synchronizeinfo] [31]: httpunit
                          [synchronizeinfo] [32]: hsqldb
                          [synchronizeinfo] [33]: ibm-wsdl4j
                          [synchronizeinfo] [34]: jakarta-cactus
                          [synchronizeinfo] [35]: jakarta-io
                          [synchronizeinfo] [36]: jbossas/core-libs
                          [synchronizeinfo] [37]: jboss/aop
                          [synchronizeinfo] [38]: jboss/backport-concurrent
                          [synchronizeinfo] [39]: jboss/cache
                          [synchronizeinfo] [40]: jboss/jbossretro-rt
                          [synchronizeinfo] [41]: jboss/jbossws14
                          [synchronizeinfo] [42]: jboss/jbossxb
                          [synchronizeinfo] [43]: jboss/microcontainer
                          [synchronizeinfo] [44]: jboss/remoting
                          [synchronizeinfo] [45]: jboss/serialization
                          [synchronizeinfo] [46]: jboss/test
                          [synchronizeinfo] [47]: jflex
                          [synchronizeinfo] [48]: jcaptcha
                          [synchronizeinfo] [49]: jwebunit
                          [synchronizeinfo] [50]: jcr
                          [synchronizeinfo] [51]: jetty
                          [synchronizeinfo] [52]: jgroups
                          [synchronizeinfo] [53]: jsunit
                          [synchronizeinfo] [54]: junit
                          [synchronizeinfo] [55]: odmg
                          [synchronizeinfo] [56]: oswego-concurrent
                          [synchronizeinfo] [57]: qdox
                          [synchronizeinfo] [58]: trove
                          [synchronizeinfo] [59]: sleepycat
                          [synchronizeinfo] [60]: slf4j
                          [synchronizeinfo] [61]: sun-jaf
                          [synchronizeinfo] [62]: sun-javacc
                          [synchronizeinfo] [63]: sun-javamail
                          [synchronizeinfo] [64]: sun-jsf
                          [synchronizeinfo] [65]: sun-opends
                          [synchronizeinfo] [66]: sun-servlet
                          [synchronizeinfo] [67]: xdoclet
                          [synchronizeinfo] [68]: jbpm/jaronly
                          [synchronizeinfo] [69]: freemarker
                          [synchronizeinfo] [70]: wutka-dtdparser
                          [synchronizeinfo] [71]: portals-bridges
                          [synchronizeinfo] [72]: tagsoup
                          [synchronizeinfo] [73]: gwt
                          [synchronizeinfo] [74]: mygwt
                           [get] Getting: http://repository.jboss.com/portals-bridges/1.0.3/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\portals-bridges\component-info.xml
                           [get] local file date : Wed Aug 15 05:40:11 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/apache-lang/2.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-lang\component-info.xml
                           [get] local file date : Mon Apr 09 09:02:27 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/apache-codec/1.3.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-codec\component-info.xml
                           [get] local file date : Mon Apr 09 09:22:03 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/antlr/2.7.6rc1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\antlr\component-info.xml
                           [get] local file date : Mon Apr 09 09:18:33 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/apache-logging/1.0.5.SP1-jboss/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-logging\component-info.xml
                           [get] local file date : Mon Apr 09 09:00:04 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/apache-httpclient/3.0.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-httpclient\component-info.xml
                           [get] local file date : Mon Apr 09 09:17:43 PDT 2007
                           [get] Not modified - so not downloaded
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\aspectj
                           [get] Getting: http://repository.jboss.com/aspectj/1.2.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\aspectj\component-info.xml
                          .
                           [get] last modified = Mon Apr 09 09:22:01 PDT 2007
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\nekohtml
                           [get] Getting: http://repository.jboss.com/nekohtml/0.9.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\nekohtml\component-info.xml
                          .
                           [get] last modified = Mon Apr 09 09:18:35 PDT 2007
                           [get] Getting: http://repository.jboss.com/sun-servlet/2.4/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-servlet\component-info.xml
                           [get] local file date : Mon Apr 09 09:21:36 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/dom4j/1.6.1jboss/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\dom4j\component-info.xml
                           [get] local file date : Mon Apr 09 09:04:03 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/oswego-concurrent/1.3.4/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\oswego-concurrent\component-info.xml
                           [get] local file date : Tue May 01 19:54:14 PDT 2007
                           [get] Not modified - so not downloaded
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\javassist
                           [get] Getting: http://repository.jboss.com/javassist/3.3.0.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\javassist\component-info.xml
                          .
                           [get] last modified = Mon Apr 09 09:00:38 PDT 2007
                           [get] Getting: http://repository.jboss.com/javassist/3.3.0.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\javassist\component-info.xml
                           [get] local file date : Mon Apr 09 09:00:38 PDT 2007
                           [get] Not modified - so not downloaded
                           [mkdir] Created dir: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-xmlsec
                           [get] Getting: http://repository.jboss.com/apache-xmlsec/1.3.0/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-xmlsec\component-info.xml
                          .
                           [get] last modified = Mon Apr 09 09:22:15 PDT 2007
                           [get] Getting: http://repository.jboss.com/javassist/3.3.0.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\javassist\component-info.xml
                           [get] local file date : Mon Apr 09 09:00:38 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/ibm-wsdl4j/1.5.2jboss/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\ibm-wsdl4j\component-info.xml
                           [get] local file date : Mon Apr 09 09:23:31 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/jboss/jbossxb/1.0.0.CR7/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossxb\component-info.xml
                           [get] local file date : Mon Apr 09 08:58:14 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/jboss/remoting/1.4.3.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\remoting\component-info.xml
                           [get] local file date : Fri Jul 13 03:44:14 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/jboss/jbossretro-rt/1.0.3.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossretro-rt\component-info.xml
                           [get] local file date : Mon Apr 09 08:59:13 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/apache-xerces/2.7.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-xerces\component-info.xml
                           [get] local file date : Mon Apr 09 09:24:43 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/oswego-concurrent/1.3.4/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\oswego-concurrent\component-info.xml
                           [get] local file date : Tue May 01 19:54:14 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/wutka-dtdparser/1.2.1/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\wutka-dtdparser\component-info.xml
                           [get] local file date : Mon Apr 09 09:22:01 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/jboss/serialization/1.0.3.GA/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\serialization\component-info.xml
                           [get] local file date : Mon Apr 09 08:58:23 PDT 2007
                           [get] Not modified - so not downloaded
                           [get] Getting: http://repository.jboss.com/trove/1.0.2/component-info.xml
                           [get] To: C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\trove\component-info.xml
                           [get] local file date : Mon Apr 09 09:18:43 PDT 2007
                           [get] Not modified - so not downloaded
                          [synchronizeinfo] [0]: portals-bridges
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=portals-bridges,name=portals-bridges,filename=component-info.xml,location=null,version=1.0.3,compatibles=[Compatible@88e2dd{id=null, version=1.0.3}],component=null,importingComponent=Component@18d9850{id=jboss-portal/modules/portlet atts={projecthome=http://labs.jboss.com/jbossportal, licensetype=lgpl} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\portlet version=1.0.3 isLocal=false artifacts=[Artifact@10ab323{id=portal-portlet-federation-lib.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\portlet\lib\portal-portlet-federation-lib.jar type=null}, Artifact@176e552{id=portal-portlet-jsr168api-lib.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\portlet\lib\portal-portlet-jsr168api-lib.jar type=null}, Artifact@c980c9{id=portal-portlet-lib.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\portlet\lib\portal-portlet-lib.jar type=null}, Artifact@12611a7{id=portal-portlet-management-lib.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\portlet\lib\portal-portlet-management-lib.jar type=null}, Artifact@51052d{id=portal-portlet-bridge-lib.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss-portal\modules\portlet\lib\portal-portlet-bridge-lib.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@9be79a{id=portals-bridges atts={projecthome=http://portals.apache.org/bridges/index.html, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\portals-bridges version=1.0.3 isLocal=false artifacts=[Artifact@18235ed{id=portals-bridges-common.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\portals-bridges\lib\portals-bridges-common.jar type=null}, Artifact@1a28362{id=portals-bridges-struts.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\portals-bridges\lib\portals-bridges-struts.jar type=null}] module=null location=null}
                          [synchronizeinfo] [1]: apache-lang
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=apache-lang,name=apache-lang,filename=component-info.xml,location=null,version=2.1,compatibles=[Compatible@e64686{id=null, version=2.1}],component=null,importingComponent=Component@193385d{id=apache-myfaces atts={projecthome=http://myfaces.apache.org, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-myfaces version=1.1.5 isLocal=false artifacts=[Artifact@5973ea{id=myfaces-api.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-myfaces\lib\myfaces-api.jar type=null}, Artifact@c9131c{id=myfaces-impl.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-myfaces\lib\myfaces-impl.jar type=null}, Artifact@105b99f{id=jstl.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-myfaces\lib\jstl.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@cdb06e{id=apache-lang atts={projecthome=http://jakarta.apache.org/commons/lang/, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-lang version=2.1 isLocal=false artifacts=[Artifact@1fa1bb6{id=commons-lang-2.1.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-lang\lib\commons-lang-2.1.jar type=null}, Artifact@1315d34{id=commons-lang.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-lang\lib\commons-lang.jar type=null}] module=null location=null}
                          [synchronizeinfo] [2]: apache-codec
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=apache-codec,name=apache-codec,filename=component-info.xml,location=null,version=1.3.0,compatibles=[Compatible@203c31{id=null, version=1.3.0}],component=null,importingComponent=Component@1c5f743{id=apache-httpclient atts={projecthome=http://jakarta.apache.org/commons/httpclient/, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-httpclient version=3.0.1 isLocal=false artifacts=[Artifact@1ec8909{id=commons-httpclient.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-httpclient\lib\commons-httpclient.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@9f5011{id=apache-codec atts={projecthome=http://jakarta.apache.org/commons/codec/, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-codec version=1.3.0 isLocal=false artifacts=[Artifact@141b571{id=commons-codec.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-codec\lib\commons-codec.jar type=null}] module=null location=null}
                          [synchronizeinfo] [3]: antlr
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=antlr,name=antlr,filename=component-info.xml,location=null,version=2.7.6rc1,compatibles=[Compatible@4fc156{id=null, version=2.7.5H3}, Compatible@1e2ca7{id=null, version=2.7.6.ga}, Compatible@105bd58{id=null, version=2.7.6rc1}],component=null,importingComponent=Component@79a2e7{id=hibernate atts={projecthome=http://hibernate.org/, licensetype=lgpl} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\hibernate version=3.2.0.CR2 isLocal=false artifacts=[Artifact@1b60280{id=hibernate3.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\hibernate\lib\hibernate3.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@7808b9{id=antlr atts={projecthome=http://www.antlr.org/, licensetype=antlr} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\antlr version=2.7.6.ga isLocal=false artifacts=[Artifact@84da23{id=antlr-2.7.6.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\antlr\lib\antlr-2.7.6.jar type=null}, Artifact@d3d6f{id=antlr.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\antlr\lib\antlr.jar type=null}] module=null location=null}
                          [synchronizeinfo] [4]: apache-logging
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=apache-logging,name=apache-logging,filename=component-info.xml,location=null,version=1.0.5.SP1-jboss,compatibles=[Compatible@1d1e730{id=null, version=1.0.3}, Compatible@1a116c9{id=null, version=1.0.4.1jboss}, Compatible@df1832{id=null, version=1.0.4jboss}, Compatible@ad8659{id=null, version=1.0.5.GA-jboss}, Compatible@4f459c{id=null, version=1.0.5.SP1-jboss}],component=null,importingComponent=Component@145c859{id=jakarta-cactus atts={projecthome=http://jakarta.apache.org/cactus/, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus version=1.7.2 isLocal=false artifacts=[Artifact@64883c{id=cactus.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus\lib\cactus.jar type=null}, Artifact@2c1e6b{id=cactus-ant.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus\lib\cactus-ant.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@19360e2{id=apache-logging atts={tag=Apache_Common_Logging_1_0_5_SP1-jboss, projecthome=http://jakarta.apache.org/commons/logging/, connection=cvs:pserver:anonymous@anoncvs.forge.jboss.com:/cvsroot/jboss:apache/commons-logging, url=http://fisheye.jboss.com/viewrep/JBoss/apache/commons-logging, licensetype=apache-2.0, developerconnection=cvs:ext:username@cvs.forge.jboss.com:/cvsroot/jboss:apache/commons-logging} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-logging version=1.0.5.SP1-jboss isLocal=false artifacts=[Artifact@bdb503{id=commons-logging.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-logging\lib\commons-logging.jar type=null}] module=null location=null}
                          [synchronizeinfo] [5]: apache-httpclient
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=apache-httpclient,name=apache-httpclient,filename=component-info.xml,location=null,version=3.0.1,compatibles=[Compatible@633e5e{id=null, version=2.0.2}, Compatible@193c0cf{id=null, version=3.0.1}],component=null,importingComponent=Component@145c859{id=jakarta-cactus atts={projecthome=http://jakarta.apache.org/cactus/, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus version=1.7.2 isLocal=false artifacts=[Artifact@64883c{id=cactus.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus\lib\cactus.jar type=null}, Artifact@2c1e6b{id=cactus-ant.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus\lib\cactus-ant.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@1c5f743{id=apache-httpclient atts={projecthome=http://jakarta.apache.org/commons/httpclient/, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-httpclient version=3.0.1 isLocal=false artifacts=[Artifact@1ec8909{id=commons-httpclient.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\apache-httpclient\lib\commons-httpclient.jar type=null}] module=null location=null}
                          [synchronizeinfo] [6]: aspectj
                          [synchronizeinfo] [7]: nekohtml
                          [synchronizeinfo] [8]: sun-servlet
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=sun-servlet,name=sun-servlet,filename=component-info.xml,location=null,version=2.4,compatibles=[Compatible@d3db51{id=null, version=2.3}, Compatible@e3c624{id=null, version=2.4}],component=null,importingComponent=Component@145c859{id=jakarta-cactus atts={projecthome=http://jakarta.apache.org/cactus/, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus version=1.7.2 isLocal=false artifacts=[Artifact@64883c{id=cactus.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus\lib\cactus.jar type=null}, Artifact@2c1e6b{id=cactus-ant.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jakarta-cactus\lib\cactus-ant.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@16921fd{id=sun-servlet atts={projecthome=http://jakarta.apache.org/tomcat/index.html, licensetype=apache-2.0} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-servlet version=2.4 isLocal=false artifacts=[Artifact@136a43c{id=servlet-api.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-servlet\lib\servlet-api.jar type=null}, Artifact@589e56{id=jsp-api.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\sun-servlet\lib\jsp-api.jar type=null}] module=null location=null}
                          [synchronizeinfo] [9]: dom4j
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=dom4j,name=dom4j,filename=component-info.xml,location=null,version=1.6.1jboss,compatibles=[Compatible@1e57e8f{id=null, version=1.6}, Compatible@1d7fbfb{id=null, version=1.6.1jboss}],component=null,importingComponent=Component@3bc257{id=jbossas/core-libs atts={projecthome=http://www.jboss.org, licensetype=lgpl} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs version=4.0.4.GA isLocal=false artifacts=[Artifact@153f67e{id=jboss-common.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-common.jar type=null}, Artifact@15bdc50{id=jboss-jmx.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-jmx.jar type=null}, Artifact@1dd3812{id=jboss-xml-binding.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-xml-binding.jar type=null}, Artifact@8c436b{id=jboss-system.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-system.jar type=null}, Artifact@9e5c73{id=jboss-aspect-library.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-aspect-library.jar type=null}, Artifact@c791b9{id=jboss-common-client.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-common-client.jar type=null}, Artifact@3020ad{id=namespace.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\namespace.jar type=null}, Artifact@1b15692{id=jmx-invoker-adaptor-client.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jmx-invoker-adaptor-client.jar type=null}, Artifact@1aa9f99{id=jboss-j2ee.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-j2ee.jar type=null}, Artifact@d42d08{id=jboss-jaxrpc.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-jaxrpc.jar type=null}, Artifact@1d86fd3{id=jboss-saaj.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-saaj.jar type=null}, Artifact@958bb8{id=jnp-client.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jnp-client.jar type=null}, Artifact@7f4ec{id=jnpserver.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jnpserver.jar type=null}, Artifact@60e128{id=jbossha.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jbossha.jar type=null}, Artifact@5e1077{id=jboss.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss.jar type=null}, Artifact@18b3364{id=jboss-common-jdbc-wrapper.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-common-jdbc-wrapper.jar type=null}, Artifact@1db05b2{id=jboss-hibernate.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-hibernate.jar type=null}, Artifact@530cf2{id=jboss-jca.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-jca.jar type=null}, Artifact@76fba0{id=jbosssx.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jbosssx.jar type=null}, Artifact@181ed9e{id=jboss-local-jdbc.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-local-jdbc.jar type=null}, Artifact@1175422{id=jboss-transaction.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-transaction.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@1f66cff{id=dom4j atts={projecthome=http://dom4j.org/, licensetype=dom4j} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\dom4j version=1.6.1jboss isLocal=false artifacts=[Artifact@16de49c{id=dom4j.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\dom4j\lib\dom4j.jar type=null}] module=null location=null}
                          [synchronizeinfo] [10]: oswego-concurrent
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=oswego-concurrent,name=oswego-concurrent,filename=component-info.xml,location=null,version=1.3.4,compatibles=[Compatible@e020c9{id=null, version=1.3.4}],component=null,importingComponent=Component@3bc257{id=jbossas/core-libs atts={projecthome=http://www.jboss.org, licensetype=lgpl} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs version=4.0.4.GA isLocal=false artifacts=[Artifact@153f67e{id=jboss-common.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-common.jar type=null}, Artifact@15bdc50{id=jboss-jmx.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-jmx.jar type=null}, Artifact@1dd3812{id=jboss-xml-binding.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-xml-binding.jar type=null}, Artifact@8c436b{id=jboss-system.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-system.jar type=null}, Artifact@9e5c73{id=jboss-aspect-library.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-aspect-library.jar type=null}, Artifact@c791b9{id=jboss-common-client.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-common-client.jar type=null}, Artifact@3020ad{id=namespace.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\namespace.jar type=null}, Artifact@1b15692{id=jmx-invoker-adaptor-client.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jmx-invoker-adaptor-client.jar type=null}, Artifact@1aa9f99{id=jboss-j2ee.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-j2ee.jar type=null}, Artifact@d42d08{id=jboss-jaxrpc.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-jaxrpc.jar type=null}, Artifact@1d86fd3{id=jboss-saaj.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-saaj.jar type=null}, Artifact@958bb8{id=jnp-client.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jnp-client.jar type=null}, Artifact@7f4ec{id=jnpserver.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jnpserver.jar type=null}, Artifact@60e128{id=jbossha.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jbossha.jar type=null}, Artifact@5e1077{id=jboss.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss.jar type=null}, Artifact@18b3364{id=jboss-common-jdbc-wrapper.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-common-jdbc-wrapper.jar type=null}, Artifact@1db05b2{id=jboss-hibernate.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-hibernate.jar type=null}, Artifact@530cf2{id=jboss-jca.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-jca.jar type=null}, Artifact@76fba0{id=jbosssx.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jbosssx.jar type=null}, Artifact@181ed9e{id=jboss-local-jdbc.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-local-jdbc.jar type=null}, Artifact@1175422{id=jboss-transaction.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jbossas\core-libs\lib\jboss-transaction.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@1fe1feb{id=oswego-concurrent atts={projecthome=http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html, licensetype=oswego} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\oswego-concurrent version=1.3.4 isLocal=false artifacts=[Artifact@e1899b{id=concurrent.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\oswego-concurrent\lib\concurrent.jar type=null}, Artifact@1113622{id=concurrent-src.zip output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\oswego-concurrent\lib\concurrent-src.zip type=null}] module=null location=null}
                          [synchronizeinfo] [11]: javassist
                          [synchronizeinfo] [12]: javassist
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=javassist,name=javassist,filename=component-info.xml,location=null,version=3.3.0.GA,compatibles=[Compatible@39e5b5{id=null, version=3.3.0.GA}],component=null,importingComponent=Component@145f0e3{id=jboss/jbossretro-rt atts={projecthome=http://www.jboss.org, licensetype=lgpl} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossretro-rt version=1.0.3.GA isLocal=false artifacts=[Artifact@c9d92c{id=jbossretro-rt.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossretro-rt\lib\jbossretro-rt.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@888e6c{id=javassist atts={projecthome=http://sourceforge.net/projects/jboss, licensetype=lgpl} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\javassist version=3.3.0.GA isLocal=false artifacts=[Artifact@13e58d4{id=javassist.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\javassist\lib\javassist.jar type=null}] module=null location=null}
                          [synchronizeinfo] [13]: apache-xmlsec
                          [synchronizeinfo] [14]: javassist
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=javassist,name=javassist,filename=component-info.xml,location=null,version=3.3.0.GA,compatibles=[Compatible@5f6303{id=null, version=3.2.0.CR2}, Compatible@5d9084{id=null, version=3.3.0.GA}],component=null,importingComponent=Component@1de17f4{id=jboss/jbossws14 atts={licensetype=lgpl} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossws14 version=1.0.3.GA isLocal=false artifacts=[Artifact@1f6ba0f{id=jbossws14.sar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossws14\lib\jbossws14.sar type=null}, Artifact@1313906{id=jbossws14-client.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossws14\lib\jbossws14-client.jar type=null}, Artifact@96cf11{id=jboss-jaxws14.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossws14\lib\jboss-jaxws14.jar type=null}, Artifact@f47bf5{id=jboss-jaxrpc.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossws14\lib\jboss-jaxrpc.jar type=null}, Artifact@1cd0888{id=jboss-saaj.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\jboss\jbossws14\lib\jboss-saaj.jar type=null}] module=null location=null},fileResolved=true}
                          [synchronizeinfo] against newComponent: Component@888e6c{id=javassist atts={projecthome=http://sourceforge.net/projects/jboss, licensetype=lgpl} output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\javassist version=3.3.0.GA isLocal=false artifacts=[Artifact@13e58d4{id=javassist.jar output=C:\jboss-portal-2.6.5-From-src\jboss-portal-2.6.5.SP1-src\thirdparty\javassist\lib\javassist.jar type=null}] module=null location=null}
                          [synchronizeinfo] [15]: ibm-wsdl4j
                          [synchronizeinfo] Checking currentComponentRef: ComponentRef{id=ibm-wsdl4j,name=ibm-wsdl4j,filename=component-info.xml,location=null,version=1.5.2jboss,compatibles=[Compatible@bad8a8{id=null, version=1.5.2jboss}],component=null,importingComponent=Component@1de17f4{