nihad640 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Missing setDisplayFormat method from DateDisplayFormat class on jar from maven download site for 2.5 #617

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Before your post : If you are not 100% sure that you've found an issue,
please post on the SmartGWT forums first. Upon confirmation you'll be
advised to create an issue.

All issues require a minimal standalone test case with
an onModuleLoad() to be attached. You can modify an existing showcase
example if desired. Issues created without a standalone test case are
subject to being rejected after 7 days if no test case is present.

Please test any issue against the latest available code (from
smartclient.com/builds) before filing, and indicate any release versions
that you know are also affected.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

What browser(s) does this happen in?  Are there any browsers where the
issue does not occur?

Please provide any additional information below.

Hi guys, I'm afraid you are missing a method on the DateDisplayFormat on the 
jar for your maven2 repos, located here:

http://www.smartclient.com/maven2/com/smartgwt/smartgwt/2.5/

as compared to your downloaded version of smartgwt 2.5 here:
http://code.google.com/p/smartgwt/downloads/detail?name=smartgwt-2.5.zip&can=2&q
=

Error shown when trying to do a maven build on the command line:

symbol  : method setDisplayFormat(com.smartgwt.client.types.DateDisplayFormat)
location: class com.smartgwt.client.data.fields.DataSourceDateField

I can work around this by downloading the zip manually and deploying the jar, 
but thought you show know about this issue!

Original issue reported on code.google.com by petros.c...@gmail.com on 5 Aug 2011 at 11:49