Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    nightly SmartGWT Builds & building from SVN

    Nightly builds of the SmartGWT Pro/EE evaluation can be found here http://www.smartclient.com/builds/smartgwtee-eval/

    Automated builds of SmartGWT LGPL can be found here http://www.smartclient.com/builds/

    Maven repository that gets updated with the automated builds (LGPL only so far):

    Code:
     Repository: http://www.smartclient.com/maven2
    
       Group Id: com.smartgwt
    Artifact Id: smartgwt
        Version: 2.0-SNAPSHOT
    Artifact for smartgwt-skins

    Code:
     Repository: http://www.smartclient.com/maven2
    
       Group Id: com.smartgwt
    Artifact Id: smartgwt-skins
        Version: 2.0-SNAPSHOT
    Build instructions if you'd like to build from SVN : http://code.google.com/p/smartgwt/wiki/BuildingFromSVN
    Last edited by sjivan; 19 Sep 2010, 03:43.

    #2
    Problem with jar?

    Hello Sanjiv,

    Thanks a lot for your quick response om DSProtocol. Looking forward to give it a try but I get unexpected end of file errors on the nightly build jar?

    Comment


      #3
      Unexpected end of file

      Hi Sanjiv,

      I have same error in last nightly build.

      Regards.

      Comment


        #4
        sorry, seems like it was an incomplete upload. Please try now.

        Sanjiv

        Comment


          #5
          hello guys,

          One again great job done! I was looking for the source code in the google code project, but was unable to find it there. Is it located somewhere else where I can get it (readonly offcourse)?

          Comment


            #6
            re: unable to find source code

            the source code is contained in the nightly builds and in the smartgwt-1.0b release. just check out the JAR contents ...
            Last edited by nlotz; 27 Nov 2008, 02:40.

            Comment


              #7
              The source code should be in the google SVN and its my fault that its isn't there. I need to do some cleanup to the build as well as some cosmetic cleanup before adding it in. But rest assure it will be added to google SVN.

              Thanks,
              Sanjiv

              Comment


                #8
                sanjiv - you've got to switch to using maven. it will make your life much easier for maintaining smartgwt.

                keep up the good work though! i am really enjoying smartgwt and plan on visiting Isomorphic when i am in SF next week.

                jason

                Comment


                  #9
                  hello ,

                  how can i add paging in my grid using smart-gwt.



                  please help me

                  reply me ASAP

                  Thanks
                  sonu
                  Is this some kind of spam?? Asking the same question numerous times is a sure way to get yourself banned.

                  Edit: I see he has hijacked the skins thread too. MODS : Can you moderate this user and delete the duplicate posts

                  Comment


                    #10
                    Mac version of GWT

                    Hello,

                    It would be great if you include the mac version of gwt into the tools project of SmartGWT.

                    Thanks.

                    Comment


                      #11
                      I'm going to update the build system to read the users GWT_HOME environment variable and if not set then default to the current windows GWT path under tools.

                      Make sense?

                      Sanjiv

                      Comment


                        #12
                        Fine with me, I would update the wiki though

                        Comment


                          #13
                          Are the automatic nightly builds done with java 6?
                          I get errors in my project, something about bad class number.
                          I am using Java 1.5.16

                          If java 6 is used to compile, is it possible to change nightly builds to java 5?

                          Comment


                            #14
                            Attempting to Run Tests

                            Hi,

                            Part of my investigation of the library was to investigate the build. I agree with the previous post that it would be better if the nightly build used JDK 5.

                            I tried running the following to build and perform the junit tests
                            Code:
                            ant test
                            I received the following error:
                            trunk/common.ant.xml:226: GWT Ext must be built before performing any tests.

                            Is this right? I need GWT Ext to perform the tests?

                            As a confirmation my svn URL is:
                            http://smartgwt.googlecode.com/svn/trunk

                            The latest revision I have is 216

                            Oh, and I patched the common.ant.xml to make use of my GWT_HOME environment variable since I am building on Linux.

                            Any help would be appreciated.

                            Comment


                              #15
                              oops, my bad. GWT Ext is not required and I overlooked cleaning up the test target when setting up the SmartGWT build. I'll fix that.

                              Nikolas is generating the nightly builds so he might be able to help change the build JDK to 1.5.

                              Sanjiv
                              Last edited by sjivan; 14 Jan 2009, 08:23.

                              Comment

                              Working...
                              X