Hi Jody,
I managed to run the export wizard with success, explanation below.
On Tuesday 01 July 2008 08:51:29 pm Jody Garnett wrote:
> Gabriel Roldán wrote:
> > Hi Jesse,
> >
> > I'm trying to make a custom udig build by following
> > http://udig.refractions.net/confluence/display/ADMIN/uDig+Export+Procedur
> >e but without success.
>
> Gabriel trunk has not been released as a product in a *long* time. Can
> you share your errors? If you are having trouble please compare to the
> custom app tutorial; and the 1.1.x branch.
there's practically no difference with the custom app tutorial since in the
end it just says run the product export wizard.
>
> > Jody mentioned you have a new set of build scripts for that matter. Could
> > you briefly explain what the procedure to make a udig build is on trunk?
>
> I can make a 1.1.x release just by selecting the udig.product and asking
> to to export. For trunk we are going to be in for a fun bit of QA. My
> understanding is Jesse has a series of scripts that very carefully set
> up a call to the very same ant task invoked by the product export
> wizard. And then he has a bunch of post processing steps; dumping JRE
> files into the different releases and bundling the result up for download.
>
So in order to run the export wizard the errors I've been getting ended up
being trivial. First it was complaining the plugin
net.refractions.udig.jai.macosx couldn't be found, and indeed it seems to
have been removed from svn.
Then it laid down to a single file not found for the udig icon. Removing the
include for the macosx plugin and fixing the icon path just made it. The
patch is attached.
I've also spent some time going through the scripts/dist.xml ant file but its
way more work to get it working since I'd need to download a lot of stuff
like jre's and eclipse rcp's for the different platforms.
Cheers,
Gabriel
> Cheeers,
> Jody
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>
> !DSPAM:4045,486a7d3278921015089218!
Index: plugins/net.refractions.udig/udig.product
===================================================================
--- plugins/net.refractions.udig/udig.product (revision 30409)
+++ plugins/net.refractions.udig/udig.product (working copy)
@@ -25,7 +25,7 @@
startupMessageRect="7,180,445,16"
startupForegroundColor="FFFFFF" />
<launcher name="udig">
- <linux icon="/net.refractions.udig.ui/icons/udig.xpm"/>
+ <linux icon="/net.refractions.udig/icons/udig.xpm"/>
<macosx icon="/net.refractions.udig/icons/icon128.icns"/>
<solaris/>
<win useIco="true">
Index: features/net.refractions.udig_platform-feature/feature.xml
===================================================================
--- features/net.refractions.udig_platform-feature/feature.xml (revision 30409)
+++ features/net.refractions.udig_platform-feature/feature.xml (working copy)
@@ -179,12 +179,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="net.refractions.udig.jai.macosx"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
</feature>
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel