Some things that where different for me than explained in the
readme's.

Building firebug:
The readme.txt in branches talks about 'update.xpi.path' and
'update.rdf.path'. Both are not used as property in build.xml.
Build.xml does use the property 'update.path' which is not defined in
local.properties. Doesn't seem to make any difference though when
using ant.exe dev-setup. I've used both update.xpi.path and
update.path but both work.


Building chromebug:
The readme.txt only talks about the 'install.dir' property. In the
file build.xml is an example which uses some more properties. I
suppose update.path is not necessary when build with ant dev-setup.
But without FIREBUG.VERSION setup correctly, some directories are not
found. So this must have a valid version number which identifies your
version on your disk. Line 146 setting the property firebug.dir
defaults to some strange path. I've used the same directory structure
as the repository and then I have to change this line to '<property
name="firebug.dir" value="../../../branches/firebug${FIREBUG.VERSION}"/
>'. This way it points to the firebug version I'm using and I assume
that is what is needed.

Not much to it to change this, but maybe it could help someone else
who want to install firebug and/or chromebug with ant.


Here is my directory structure. As you can see it is the same as the
svn tree.
  fbug         (this is the repository svn)
      branches
          firebug1.4
      chromebug
          branches
              chromebug0.4

And in local.properties for chromebug I have set FIREBUG.VERSION=1.4.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to