below..

On Sep 25, 7:44 am, woomla <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I cannot get the setup for development correct. I've followed the
> guidelines in branches/readme.txt but I've experience two problems.
> (Of which the first one I can work around).
>
> 1. Using install.dir in local.properties creates a space after the
> directory name. This is outputted from build.xml, near line 144: <echo
> message="Writing links from ${install.dir}/extensions..., where there
> is a space before '/extentions'. I can work around it by hard coding
> my install.dir in build.xml.

I guess the space is in your local.properties file, at the end of the
line
install.dir=...

>
> 2. Using ant dev-setup, creates all kind of files and one file (with
> extention .com!) in my firebug1.3/extensions directory. The content of
> this file (ASCII) is my WorkingCopy. This looks good, but when I start
> FireFox, it says that it found a new plugin, but it is unable to load/
> show this plugin. After the restart, the plugin is not visible.

ant dev-setup should create one directory (firebug1.3/extensions) and
one file
[EMAIL PROTECTED]

That file contains a single line. It should be the full OS-dependent
path to branches/firebug1.3.

>
> I can simply use Ant and install the xpi file, but that means several
> extra handlings when changing code, removing the charm of development ;

Yes, you'll not be happy.  All you really need is that one file, just
do it by hand.

Also be sure you run the profile that contains the link file.

> (
>
> Could this has to do with Ant? I'm new to that. I've just installed
> the latest release. I also just installed the latest JDK/JRE
> (1.6.0_07). p.s After copying tools.jar to jre.../bin, Ant is still
> complaining it cannot find it.

Sounds like ant is ok, but maybe extra space in the local.properties.

>
> (using: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.0.2) Gecko/
> 2008091620 Firefox/3.0.2)
>
> I hope anyone can help me with this.

Find your profile directory, the one you set as install.dir. After you
run Firefox once on this profile, take a look at extensions.cache.
firebug1.3 should be listed as app-profile, abs%<path>.  If not then
you did not succeed.
>
> One more question, 1.3 is the latest and greatest development branch
> not? I shouldn't use the trunk should I?

branches/firebug1.3 is the current development.  trunk is not used.

>
> Tx, W.
--~--~---------~--~----~------------~-------~--~----~
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