History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-12870
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Dave Yost
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

After doing an ant compile that changes a .java file, IDEA keeps showing the old version

Created: 23 May 07 12:15   Updated: 24 May 07 22:13
Component/s: Ant Integration

File Attachments: 1. File unmarshal-read.iml (1 kb)
2. File unmarshal-read.ipr (38 kb)
3. File unmarshal-read.iws (24 kb)


Build: 6,963
Severity: High


 Description  « Hide
Download jaxb 2.1.3 (the version is not critical).

The file you get will be a jar file with a Main in it which will extract it.

  • Go to samples/unmarshal-read/
  • Put the attached IDEA files there.
  • Compile and run with ant.
  • Modify po.xsd by changing 100 to 101.
  • Compile with ant, which changes the Items.java file.
  • Notice that the Items.java file doesn't appear to change unless you close the project and reopen it.


 All   Comments   Work Log   Change History      Sort Order:
Dave Yost - 23 May 07 12:44
Also I notice that my IDEA .ixx files have a lot of problems when I move them to a different path, even though I've checked Relative in the project and in the module.

Vladislav Kaznacheev - 24 May 07 11:25
Isn't it a separate problem?

Can you provide more specific details? If possible, please upload/send samples of .iml/.ipr


Dave Yost - 24 May 07 22:13
.iml and .ipr samples are uploaded. After you download the sun release and move the IDEA files into the di there, when you open the project in IDEA I expect you will have a lot of problems with things not found. This is because the path to the ipr file on your system will certainly be different from the path on my system.