Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] tools jar not added to export

Hi Jody, all,
that has now bee solved with a commit a couple of minutes ago.

Thanks to Jody, who pointed me to the proper maven geotools pom
snippet, we now have the tools jar downloaded if it doesn't exist also
when running from commandline.

That should make us all get some good sleep.

Thanks,
Andrea


On Fri, Apr 20, 2012 at 2:57 PM, andrea antonello
<andrea.antonello@xxxxxxxxx> wrote:
>> Thus we have a problem; we need to sort out how the tools.jar can be
>> downloaded during the command line build.
>>
>> Note this is only my idea of why it would of been removed from
>> build.properties - we should probably check the commit log.
>
> I would like to know if it has ever been in the pom engine?
>
> It is present in the refresh.xml:
>
>        <target
>                name="tools"
>                description="load the tools jar if needed"
>                depends="check-tools" unless="tools.present">
>                <!-- compiler needed for omsbox, needs to be in the plugins folder,
> but *NOT* on the classpath  -->
>                <get src="http://udig.refractions.net/files/downloads/jre/tools_1.6.0_25.jar";
> dest="${basedir}${file.separator}tools_1.6.0_25.jar"/>
>        </target>
>
> But I am not sure how this can be brought to the maven pom part.
>
> Am I just dreaming or was it in the pom at some point?
>
> Andrea
>
>
>
>>
>>
>> --
>> Jody Garnett
>>
>> On Friday, 20 April 2012 at 5:16 PM, andrea antonello wrote:
>>
>> Andrea this may be getting removed if it conflicts with the command line
>> maven build.
>>
>> Severin has a build box that yells at him every time we break the build; and
>> if build.properties cannot find a file it needs the command line build
>> should fail?
>>
>>
>> Yes, it should fail, since we assume that the Spatial Toolbox is part
>> of core uDig. So if the tools jar is not there, it is not going to
>> work and the build has to fail.
>>
>> Andrea
>>
>>
>> --
>> Jody Garnett
>>
>> On Thursday, 19 April 2012 at 5:50 PM, andrea antonello wrote:
>>
>> For now I added the tools jar to the build export panel. Not sure if
>> that is enough for now.
>>
>> Severin, did you add the tools jar to the pom in the past? Any idea
>> where it is gone?
>> Or is this just possible when calling the refresh.xml from eclipse?
>>
>> Ciao,
>> Andrea
>>
>> On Mon, Apr 16, 2012 at 3:04 PM, andrea antonello
>> <andrea.antonello@xxxxxxxxx> wrote:
>>
>> Thinking. I am not sure if pom-libs grabs it can you check?
>>
>>
>> I wasn't able to find it.
>> There is one commented out, but I think it is an old one.
>> Someone had this working somewhere else, I can't imagine that someone
>> commented it out without asking.
>>
>> Maybe I will try adding it to the deploy script or something.
>>
>>
>> Nope, we need this to be in eclipse for everyone. Otherwise we won't
>> be able to run uDig with Spatial Toolbox from eclipse.
>>
>> I can't understand why this happens regularly. Hmmm...
>> Andrea
>>
>>
>>
>> --
>> Jody Garnett
>>
>> On 16/04/2012, at 5:55 PM, andrea antonello <andrea.antonello@xxxxxxxxx>
>> wrote:
>>
>> Hi Jody,
>> it looks as if the uDig export is missing the tools jar again.
>> Shouldn't that be downloaded automatically?
>> The Spatial Toolbox will not work without that.
>>
>> Ciao,
>> Andrea
>> _______________________________________________
>> 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
>>
>>
>>
>> _______________________________________________
>> 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
>>


Back to the top