Wow thanks Frank.

I also noticed that even when exporting by hand the source code was not 
included (sad).

I have one more GeoTools fix before I can look at this (and I need to get ready 
for what I hope is the last udig training session this evening).  
--  
Jody Garnett


On Thursday, 24 May 2012 at 7:26 PM, Frank Gasdorf wrote:

> Checked!
>  
> executed the following shell script to find all build.properties and
> grep the count of "schema" occurrences for all plugins that have a
> schema folder, properly we could use this for other checks as well
> (icons, plugin.properties, etc):
>  
> for i in $(find . -name "schema" -xtype d); do echo
> ${i/schema/build.properties}; grep -c "schema"
> ${i/schema/build.properties}; done
>  
> @Jody : could you upload a new SNAPSHOT SDK?
>  
> Cheers, Frank
>  
> 2012/5/24 Frank Gasdorf <[email protected] 
> (mailto:[email protected])>:
> > Its because of the missing entry for bin.includes in the
> > build.properties file in the catalog bundle :
> > https://github.com/uDig/udig-platform/blob/master/plugins/net.refractions.udig.catalog/build.properties
> >  
> > Just committed it
> > https://github.com/uDig/udig-platform/commit/8e5566ee6c548f6c3a9a90580da2b6c377fbc4cc
> >  
> > I will check the other build.properties files as well ...
> >  
> > Cheers
> > Frank
> >  
> > 2012/5/24 Marco Foi <[email protected] (mailto:[email protected])>:
> > > I am still facing the "No schema found for the'...' extension point", like
> > > in the previous SDK.
> > > I did run over the CSV Service tutorial from scratches using the last SDK 
> > > as
> > > a targer platform but no luck!
> > >  
> > > See attachment.
> > >  
> > > Marco
> > >  
> > > 2012/5/23 Jody Garnett <[email protected] 
> > > (mailto:[email protected])>
> > > >  
> > > > Is available; should include source code etc… hopefully this will allow
> > > > the SoC students to finish up this week.
> > > >  
> > > > --
> > > > Jody Garnett
> > > >  
> > > >  
> > > > _______________________________________________
> > > > User-friendly Desktop Internet GIS (uDig)
> > > > http://udig.refractions.net
> > > > http://lists.refractions.net/mailman/listinfo/udig-devel
> > > >  
> > >  
> > >  
> > >  
> > > _______________________________________________
> > > User-friendly Desktop Internet GIS (uDig)
> > > http://udig.refractions.net
> > > http://lists.refractions.net/mailman/listinfo/udig-devel
> > >  
> >  
> >  
>  
>  
>  


_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to