Announcement

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

    #31
    This change was mentioned on the first page of this thread.

    12-01-2008
    =========
    http://www.smartclient.com/smartgwt/...8/smartgwt.jar

    - changed SmartClient path from public/js/sc to public/sc/
    - separated modules as follows :

    <inherits name='com.smartgwt.SmartGwt'/>
    Loads SmartClient compressed JS and SilverWave theme

    <inherits name='com.smartgwt.SmartGwtDebug'/>
    Loads SmartClient source JS and SilverWave theme

    <inherits name='com.smartgwt.SmartGwtNoScript'/>
    Only includes SmartGWT API's without JS and skins. User will need will need to separately inherit SmartClient and skin modules as desired, or add the JS and skin includes in their host html.

    Themes:
    <inherits name='com.smartclient.theme.silverwave.SilverWave' />
    <inherits name='com.smartclient.theme.blackops.BlackOps'/>
    <inherits name='com.smartclient.theme.treefrog.TreeFrog'/>

    Comment


      #32
      Originally posted by smartgwt.dev
      This change was mentioned on the first page of this thread.
      Hi smartgwt.dev,

      Yes, you are right ... I missed that point :-(
      Thanks to point it out.

      Regards,
      KC

      Comment


        #33
        May be (surely) i'm missing something....
        I'm trying to build from SVN and all is fine except showcase application. (rev 279)

        Showcase app once compiled works well except doesn't show source using "View Source" button.

        Seems like source files aren't generated at all. If I look into the WAr file I see that /smartgwt/source and /smartgwt/sourceGen are missing all the files I expect to have.

        Do I need to call specific ant tasks to build it? I've tried to see if there's any but I can't find any.

        thanks

        Comment


          #34
          I need to have the ant task do this. For now you can run GenerateSourceFiles passing the full path of the showcase "client" directory as the command line argument.

          Sanjiv

          Comment


            #35
            Originally posted by afasnarfi

            Showcase app once compiled works well except doesn't show source using "View Source" button.

            Seems like source files aren't generated at all. If I look into the WAr file I see that /smartgwt/source and /smartgwt/sourceGen are missing all the files I expect to have.
            The build now generates the source files.

            Comment


              #36
              I have updated the hourly SVN snapshots and my Maven repository:

              Hourly Snapshots : http://smartgwt.build.rorschach.de
              Code:
              -> revision.355              =>  1.0b2-SNAPSHOT
              -> revision.357              =>  1.0b2
              -> revision.358 (or newer)   =>  1.0b3-SNAPSHOT
              Maven Repository : http://smartgwtsnap.rorschach.de
              Code:
              -> 1.0b2-SNAPSHOT   =>  revision.355
              -> 1.0b2            =>  revision.357
              -> 1.0b3-SNAPSHOT   =>  revision.358 (or newer)

              Maven Note: I kept the artifact version 1.0b2-SNAPSHOT because I didn't want to break anyones build.
              Be aware that you are stuck with revision 355 if you keep developing against 1.0b2-SNAPSHOT.
              Only 1.0b3-SNAPSHOT will be updated with the hourly SVN-snapshot from now on.
              Last edited by nlotz; 2 Mar 2009, 12:51.

              Comment


                #37
                I have added an artifact for smartgwt-skins.jar :

                Code:
                 Repository: http://smartgwtsnap.rorschach.de
                
                   Group Id: com.smartgwt
                Artifact Id: smartgwt-skins
                    Version: 1.0b3-SNAPSHOT

                Comment


                  #38
                  Thanks Nikolas, I've updated the first post.

                  Comment


                    #39
                    SmartGWT 1.1 released - Congratulations !

                    I've updated the version of the hourly snapshot artifacts:
                    Code:
                     Repository: http://smartgwtsnap.rorschach.de
                    
                       Group Id: com.smartgwt
                    Artifact Id: smartgwt
                        Version: [b]1.2-SNAPSHOT[/b]
                    
                       Group Id: com.smartgwt
                    Artifact Id: smartgwt-skins
                        Version: [b]1.2-SNAPSHOT[/b]
                    Be aware that you are stuck with revision 544 if you keep developing against 1.0b3-SNAPSHOT
                    Last edited by nlotz; 20 May 2009, 12:19.

                    Comment


                      #40
                      I've added automated builds for smartgwt-extensions:
                      Code:
                       Repository: http://smartgwtsnap.rorschach.de
                      
                         Group Id: com.smartgwt
                      Artifact Id: smartgwt-extensions
                          Version: [b]1.0-SNAPSHOT[/b]
                      Last edited by nlotz; 26 May 2009, 09:21.

                      Comment


                        #41
                        Nikolas, this is truly great. Thanks for the effort!

                        Comment


                          #42
                          Information on new Maven Repository and SVN builds

                          Please update your repository definitions ...
                          Last edited by nlotz; 11 Aug 2009, 13:46.

                          Comment


                            #43
                            Version 2.5 is not in maven2 yet?

                            Comment

                            Working...
                            X