Hi,
> Hi Michaël, thanks for support
> I deleted the local svn download and rebuild and now from eclipse I
> can compile with errors the trunk but I got the below errors could you
> help to understand what's wrong
>   
Yes, this one is not a big problem

It comes from Aggregation plugin. I think you have an old version.
You can drop it from ext directory or update it from 
http://geo.michaelm.free.fr/OpenJUMP/resources/
Current version is 0.2.3 and hopefully, all the keys are now present in 
the language files

Hope that helps

Michaël
> thanks
> luca
>
>
> ----------------------------------------------------------------------------------------------------
> Loading org.reso.openJump.raster.RasterExtension
>
> java.util.MissingResourceException: Can't find resource for bundle
> java.util.PropertyResourceBundle, key aggregation-options
>       at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
>       at java.util.ResourceBundle.getString(ResourceBundle.java:344)
>       at 
> fr.michaelm.jump.plugin.aggregation.I18NPlug.getI18N(I18NPlug.java:43)
>       at 
> fr.michaelm.jump.plugin.aggregation.AggregatePlugIn.<clinit>(AggregatePlugIn.java:123)
>       at 
> fr.michaelm.jump.plugin.aggregation.AggregationExtension.configure(AggregationExtension.java:72)
>       at 
> com.vividsolutions.jump.workbench.plugin.PlugInManager.loadConfigurations(PlugInManager.java:92)
>       at 
> com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:86)
>       at 
> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:296)
>       at 
> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
> java.util.MissingResourceException: Can't find resource for bundle
> java.util.PropertyResourceBundle, key
> aggregation.function.ConcatenateAll
>       at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
>       at java.util.ResourceBundle.getString(ResourceBundle.java:344)
>       at 
> fr.michaelm.jump.plugin.aggregation.I18NPlug.getI18N(I18NPlug.java:43)
>       at 
> fr.michaelm.jump.plugin.aggregation.function.ConcatenateAll.<init>(ConcatenateAll.java:57)
>       at 
> fr.michaelm.jump.plugin.aggregation.AggregationFunction.<clinit>(AggregationFunction.java:58)
>       at 
> fr.michaelm.jump.plugin.aggregation.AggregatePlugIn.<init>(AggregatePlugIn.java:149)
>       at 
> fr.michaelm.jump.plugin.aggregation.AggregationExtension.configure(AggregationExtension.java:72)
>       at 
> com.vividsolutions.jump.workbench.plugin.PlugInManager.loadConfigurations(PlugInManager.java:92)
>       at 
> com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:86)
>       at 
> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:296)
>       at 
> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
> java.util.MissingResourceException: Can't find resource for bundle
> java.util.PropertyResourceBundle, key
> aggregation.function.ConcatenateDistinct
>       at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
>       at java.util.ResourceBundle.getString(ResourceBundle.java:344)
>       at 
> fr.michaelm.jump.plugin.aggregation.I18NPlug.getI18N(I18NPlug.java:43)
>       at 
> fr.michaelm.jump.plugin.aggregation.function.ConcatenateDistinct.<init>(ConcatenateDistinct.java:58)
>       at 
> fr.michaelm.jump.plugin.aggregation.AggregationFunction.<clinit>(AggregationFunction.java:58)
>       at 
> fr.michaelm.jump.plugin.aggregation.AggregatePlugIn.<init>(AggregatePlugIn.java:149)
>       at 
> fr.michaelm.jump.plugin.aggregation.AggregationExtension.configure(AggregationExtension.java:72)
>       at 
> com.vividsolutions.jump.workbench.plugin.PlugInManager.loadConfigurations(PlugInManager.java:92)
>       at 
> com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:86)
>       at 
> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:296)
>       at 
> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
>
> ----------------------------------------------------------------------------------------------------
>
> luca marletta
> www.beopen.it
>
>
>
> 2010/5/14 Michaël Michaud <michael.mich...@free.fr>:
>   
>> Hi luca,
>>
>> Strange error message. Is it the complete stacktrace ?
>> Does it appear at compilation time or execution time ?
>>
>> Most surprising is that AbstractZoomTool.java:39 is just an import statement
>> and ZoomTool.java:57 is an empty line !
>> Can you make sure that your classpath is OK for both compilation and
>> execution
>>
>> Michaël
>>
>> I'm not sure if the problem comes from you code
>>
>> luca marletta a écrit :
>>     
>>> Hi list,
>>> I'm back to work on OJ but Igot immediately a problem
>>> I update the svn oj source at
>>> svn revision 1923
>>>
>>> but in eclispse appears an error (or more than one)
>>> ......
>>> Loading org.reso.openJump.raster.RasterExtension
>>> java.lang.Error: Unresolved compilation problems:
>>>       Syntax error on tokens, delete these tokens
>>>       Syntax error on tokens, delete these tokens
>>>       Syntax error on tokens, delete these tokens
>>>       Syntax error on tokens, delete these tokens
>>>       Timer cannot be resolved to a type
>>>       Timer cannot be resolved to a type
>>>       Timer cannot be resolved to a type
>>>       Timer cannot be resolved to a type
>>>       ActionListener cannot be resolved to a type
>>>       Timer cannot be resolved to a type
>>>       Timer cannot be resolved to a type
>>>       Timer cannot be resolved to a type
>>>       AlphaComposite cannot be resolved
>>>       Color cannot be resolved
>>>
>>>       at 
>>> com.vividsolutions.jump.workbench.ui.zoom.AbstractZoomTool.<init>(AbstractZoomTool.java:39)
>>>       at 
>>> com.vividsolutions.jump.workbench.ui.zoom.ZoomTool.<init>(ZoomTool.java:57)
>>>       at 
>>> com.vividsolutions.jump.workbench.JUMPConfiguration.configureToolBar(JUMPConfiguration.java:1250)
>>>       at 
>>> com.vividsolutions.jump.workbench.JUMPConfiguration.setup(JUMPConfiguration.java:340)
>>>       at 
>>> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:297)
>>>       at 
>>> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:262)
>>>
>>> and compilation stops
>>>
>>> May be I've some old lib in the project path but my OJ nightly build
>>> works with these libs
>>>
>>> could some one help to understand the problem
>>>
>>>
>>> thanks
>>>
>>> luca
>>>
>>> luca marletta
>>> www.beopen.it
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>>
>>>
>>>       
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>     
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>   


------------------------------------------------------------------------------

_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to