1 2 Previous Next 21 Replies Latest reply on Aug 26, 2006 12:48 PM by maxandersen Go to original post
      • 15. Re: WAS: Hibernate Tools not forward compatible with WTP (@h
        maxandersen

        hmm - at the time we created the updatesite the full featureset would be 80 megs extra. That might have changed and they might have divided it up into more workable pieces....sounds good if they have.

        Marshall, is this something we can integrate ?

        • 16. Re: WAS: Hibernate Tools not forward compatible with WTP (@h
          dlmiles

           

          "max.andersen@jboss.com" wrote:
          hmm - at the time we created the updatesite the full featureset would be 80 megs extra. That might have changed and they might have divided it up into more workable pieces....sounds good if they have.


          Yes a "full featureset of WTP" would still be 80Mb I'm sure, but not what I'm pushing for.

          I want a "full featureset of hibernate tools pre-requisites" which just means:

          * fixing the features/org.hibernate.eclipse.feature_3.2.0.beta6a/feature.xml file and
          * including the relevant features/org.{eclipse,apache}.* files that are missing.
          * breaking apart the files on the update site into one feature per file, but the update site is more-or-less an unzipped HibernateTools-XYZ.zip file with an extra site.xml thrown in. So the only new work here is generation of the site.xml by an ANT task or something.

          AFAIK unless there were crossed dependancies within WTP (an error) it has always been built to work this way in theory.


          • 17. Re: WAS: Hibernate Tools not forward compatible with WTP (@h
            maxandersen

            darryl, the best thing you can/could do is submit a patch for the changes you suggest.

            (I don't recall if you did that already, so if you did then just kick me with the link to it ;)

            Thanks

            • 18. Re: WAS: Hibernate Tools not forward compatible with WTP (@h
              dlmiles

               

              "max.andersen@jboss.com" wrote:
              darryl, the best thing you can/could do is submit a patch for the changes you suggest.

              (I don't recall if you did that already, so if you did then just kick me with the link to it ;)


              I attached to HBX JIRA a sample features.xml for Hibernate Tools.

              I then asked where and how Hibernate tools were packaged up, and you pointed me to the JBoss IDE forum saying they did this repackaging there. So if someone here could post details of what I should download/checkout and which build.xml I should look at I can have a go at producing a real patch.


              • 19. Re: WAS: Hibernate Tools not forward compatible with WTP (@h
                maxandersen

                ah yes, now my lost memory gets back ;) sorry for that.

                Here are the docs for the releng system (I hope they are uptodate enough to let you get started)

                http://docs.jboss.com/jbosside/releng/user/build/en/html_single

                http://docs.jboss.com/jbosside/releng/dev/build/en/html_single/

                If you have any questions then just put them here and Marshall should hopefully see them.

                • 20. Re: WAS: Hibernate Tools not forward compatible with WTP (@h
                  dlmiles

                   

                  "max.andersen@jboss.com" wrote:
                  If you have any questions then just put them here and Marshall should hopefully see them.


                  Have managed to do this and got a full nightly build of linux+win32 of all jboss tooling, without any hastle.

                  However its not immediatly apparent to me what I should look at. It looks like the file: eclipse/package.org.hibernate.eclipse.feature.xml

                  Was generated, since it contains explicit paths that relate to my system in the ANT file, so where is the generator for it ?

                  There are also files like eclipse/pluginVersions.properties and eclipse/maps/* which make it seem like I built JBoss components from CVS, however I can't see any CVS files lying around. But I do have sources for the likes of eclipse/plugins/org.hibernate.eclipse/src.

                  • 21. Re: WAS: Hibernate Tools not forward compatible with WTP (@h
                    maxandersen

                    i'm not the build guru for this; but somehow look at how the plugin.xml is defined/generated and change it to what is you suggest to be the correct generation.

                    1 2 Previous Next