Community
Participate
Working Groups
Build Identifier: Commit 4844e67c950a142c3debcffc0d6e9a2714c40890 (2011-09-27 10:55:09 (EDT) StandaloneSetup.scanClassPath checks in line 127 if the entry is a bin folder of an Eclipse project. If the output folder path contains multiple segments (e.g. "target/classes" instead of the standard "bin", this check fails and thus the project is ignored. I'd suggest to do a loop to check if there's a .project file in any parent folder. Reproducible: Always
this is fixed for a while now