This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 109433 - I18N - xslt project encoding property is not present
Summary: I18N - xslt project encoding property is not present
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords: I18N
Depends on: 109429
Blocks: 100312
  Show dependency tree
 
Reported: 2007-07-11 22:02 UTC by Jun Qian
Modified: 2007-08-15 17:54 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2007-07-11 22:02:24 UTC
See umbrella ticket #100312
Comment 1 Jun Qian 2007-07-11 22:03:25 UTC
This ticket semi-depends on #109429
Comment 2 Vitaly Bychkov 2007-07-25 10:04:46 UTC
Fixed.
Comment 3 Jesse Glick 2007-07-26 20:31:19 UTC
For next time: you must include the output of the CVS commit when marking any bug as fixed. Something in
enterprise/xslt/project was uncompilable as of midnight on Jul 25 and I have a hard time finding out why when there is
no commit information to tie issues to CVS.
Comment 4 Ken Frank 2007-07-31 16:52:46 UTC
am using build 0727 - is this fix in that one ? I am not seeing the ok behavior for this or for the bpel
project - instead it is using the encoding of the locale the user is in as default; whether its the first
project created in the session or being created after some other non soa project has changed encoding
to something other than utf-8, which is the default.

ken.frank@sun.com
Comment 5 Ken Frank 2007-08-05 19:36:25 UTC
reopening - the global project encoding is not being used when create the project - the encoding of the
locale user is in is being used; and when changing the project encoding of this project, it does not
cause next created project like j2se project, to use that encoding.

ken.frank@sun.com
Comment 6 Vitaly Bychkov 2007-08-08 05:41:36 UTC
Fixed in trunk:

/cvs/enterprise/xslt/project/src/org/netbeans/modules/xslt/project/XsltproProjectGenerator.java,v  <-- 
XsltproProjectGenerator.java
new revision: 1.10; previous revision: 1.9
/cvs/enterprise/xslt/project/src/org/netbeans/modules/xslt/project/XsltproProject.java,v  <--  XsltproProject.java
new revision: 1.12; previous revision: 1.11
Comment 7 kaa 2007-08-15 17:54:29 UTC
verified: build 0812, Xslt Module has project encoding property in project properties.