Bug 198142 - Package Structure Bug
Summary: Package Structure Bug
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2007-07-27 14:02 EDT by Scott CLA
Modified: 2008-09-15 09:04 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott CLA 2007-07-27 14:02:41 EDT
Project does not build if a package name exceeds 10 segments. (e.g. package.test.user has three segments)
Comment 1 Eric Moffatt CLA 2007-07-30 10:37:39 EDT
Pasing to JDT for comment...I have no idea whether this is specific to JDT but you folks would likely know better than I would...;-). 
Comment 2 Olivier Thomann CLA 2007-07-31 07:46:57 EDT
Are you sure that the full path of compilation units doesn't exceed the 256 character limit on Windows?
More details would be welcome.
Comment 3 Scott CLA 2007-08-03 22:25:47 EDT
I really can't give you any additional details.  This was submitted to me by a customer. I'm sorry :)
Comment 4 Frederic Fusier CLA 2007-08-06 13:30:10 EDT
(In reply to comment #3)
> I really can't give you any additional details.  This was submitted to me by a
> customer. I'm sorry :)
> 
It works with a (really) simple example:

Test.java:
    package p1.p2.p3.p4.p5.p6.p7.p8.p9.p10.p11;

    public class Test {
	public static void main(String[] args) {
		System.out.println("OK");
	}
    }

I can build and run this sample...

So, I'm afraid you need to ask your customer some questions if you expect us to figure out what happens there... Please get an answer for the question about the path size and if possible the content of .log file after having launched a build which did not work, thanks
Comment 5 Jerome Lanneluc CLA 2008-08-26 07:21:57 EDT
Not enough information. Closing as INVALID
Comment 6 Olivier Thomann CLA 2008-09-15 09:04:15 EDT
Verified for 3.5M2 using I20080914-2000