You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/10/26 19:22:36 UTC

svn commit: r328688 - /forrest/trunk/tools/forrestbar/README

Author: thorsten
Date: Wed Oct 26 10:22:30 2005
New Revision: 328688

URL: http://svn.apache.org/viewcvs?rev=328688&view=rev
Log:
Added basic instructions to install the forrestbar

Added:
    forrest/trunk/tools/forrestbar/README

Added: forrest/trunk/tools/forrestbar/README
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbar/README?rev=328688&view=auto
==============================================================================
--- forrest/trunk/tools/forrestbar/README (added)
+++ forrest/trunk/tools/forrestbar/README Wed Oct 26 10:22:30 2005
@@ -0,0 +1,23 @@
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+Steps for installation:
+1) build
+cd $FORREST_HOME/tools/forrestbar
+$FORREST_HOME/tools/ant/bin/ant
+2) install
+Point your browser to:
+$FORREST_HOME/tools/forrestbar/build/forrestbar.xpi
+Follow instructions and restart the browser.



Re: svn commit: r328688 - /forrest/trunk/tools/forrestbar/README

Posted by Thorsten Scherler <th...@apache.org>.
El mié, 26-10-2005 a las 13:27 -0400, Tim Williams escribió:
...
> 
> Is this preferred over the "forrest -f build.xml" referenced here:
> http://forrest.apache.org/tools/forrestbar.html
> ?
> In any case they should either reference each other or give the same
> instructions.
> --tim

I was not aware of this instructions. I just wrote down what I did and
is working. Feel free to enhance or link it. Being dev I expected
something like the README in the dir.

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


Re: svn commit: r328688 - /forrest/trunk/tools/forrestbar/README

Posted by Tim Williams <wi...@gmail.com>.
On 10/26/05, thorsten@apache.org <th...@apache.org> wrote:
> Author: thorsten
> Date: Wed Oct 26 10:22:30 2005
> New Revision: 328688
>
> URL: http://svn.apache.org/viewcvs?rev=328688&view=rev
> Log:
> Added basic instructions to install the forrestbar
>
> Added:
>     forrest/trunk/tools/forrestbar/README
>
> Added: forrest/trunk/tools/forrestbar/README
> URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbar/README?rev=328688&view=auto
> ==============================================================================
> --- forrest/trunk/tools/forrestbar/README (added)
> +++ forrest/trunk/tools/forrestbar/README Wed Oct 26 10:22:30 2005
> @@ -0,0 +1,23 @@
> +# Copyright 2002-2005 The Apache Software Foundation or its licensors,
> +# as applicable.
> +#
> +# Licensed under the Apache License, Version 2.0 (the "License");
> +# you may not use this file except in compliance with the License.
> +# You may obtain a copy of the License at
> +#
> +#     http://www.apache.org/licenses/LICENSE-2.0
> +#
> +# Unless required by applicable law or agreed to in writing, software
> +# distributed under the License is distributed on an "AS IS" BASIS,
> +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +# See the License for the specific language governing permissions and
> +# limitations under the License.
> +
> +Steps for installation:
> +1) build
> +cd $FORREST_HOME/tools/forrestbar
> +$FORREST_HOME/tools/ant/bin/ant
> +2) install
> +Point your browser to:
> +$FORREST_HOME/tools/forrestbar/build/forrestbar.xpi
> +Follow instructions and restart the browser.

Is this preferred over the "forrest -f build.xml" referenced here:
http://forrest.apache.org/tools/forrestbar.html
?
In any case they should either reference each other or give the same
instructions.
--tim