Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] Status of VSF Concept Demo (on 2.1)

Hey Jim (and all),

I'm wondering about the status for the VSF Demo on 2.1.  I'm getting the
following error from org.eclipse.stellation.scm.vsf when I try and create
a VSFspec from a .java file:

	parseFragmentName: not enough segments in name 


The .java looks like this:

	public class Hello {
		public String toString() {
			return "hello";
		}
	}


Thanks!


-phil




Back to the top