Bug 198142

Summary: Package Structure Bug
Product: [Eclipse Project] JDT Reporter: Scott <scottp009>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: emoffatt, martinae, Olivier_Thomann
Version: 3.3Keywords: needinfo
Target Milestone: 3.5 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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