Re: help with forrest installation on freebsd with Java pre-installed

2005-08-06 Thread Hugo Osorio
I'm sorry, i dont understand much...

what do you need to contact the manteiner for ?

I have successfully installed the port, unsetting the variable JAVA_HOME, and afterwards I have set it back...

now I deal with Forrest in order to set it as a webapp and make it runnable on Tomcat

i guess i will be asking for help soon
2005/8/4, David Crossley [EMAIL PROTECTED]:
Hugo Osorio wrote: hello, thank you very much... it remains a doubt in my mind, if Forrest does not use make and friends, why
 freebsd has a port for this application? here is what i did.., i have found a port for FreeBSD, i guess it fits better to the system...Oh dear, that is what i was worried about. How do we find the
maintainer of that port?David


Re: help with forrest installation on freebsd with Java pre-installed

2005-08-06 Thread David Crossley
Hugo Osorio wrote:
 I'm sorry, i dont understand much...
  what do you need to contact the manteiner for ?
  I have successfully installed the port, unsetting the variable JAVA_HOME, 
 and afterwards I have set it back...

Oh, sorry. I thought you were saying that the
port was not installing properly. Okay now,
so no need to talk to them.

David

  now I deal with Forrest in order to set it as a webapp and make it runnable 
 on Tomcat
  i guess i will be asking for help soon
 
  2005/8/4, David Crossley [EMAIL PROTECTED]: 
  
  Hugo Osorio wrote:
   hello, thank you very much...
  
   it remains a doubt in my mind, if Forrest does not use make and friends, 
  why
   freebsd has a port for this application?
  
   here is what i did.., i have found a port for FreeBSD, i guess it fits
   better to the system...
  
  Oh dear, that is what i was worried about. How do we find the
  maintainer of that port?
  
  David
 


Re: help with forrest installation on freebsd with Java pre-installed

2005-08-04 Thread Hugo Osorio
hello, thank you very much... 

it remains a doubt in my mind, if Forrest does not use make and friends, why freebsd has a port for this application?

here is what i did.., i have found a port for FreeBSD, i guess it fits better to the system...

I deactivated the enviroment variable JAVA_HOME by
#unsetenv JAVA_HOME

I guess the only thing i have to do is to set back the variable.. by #setenv JAVA_HOME /path/to/java


BUILD SUCCESSFUL
Total time: 4 seconds

*

 Set the environment variable:

 FORREST_HOME=/usr/local/share/apache-forrest

 and add ${FORREST_HOME}/bin to your PATH.

 To build a site:

 1) $ mkdir mysite; cd mysite
 2) $ forrest seed
 3) $ forrest
 4) see results in ./build/site/index.html with your web browser

 To avoid any issue with old classes being loaded, run a 'forrest clean'
 in your project directory, after you upgraded to this version (0.7)

*
=== Registering installation for apache-forrest-0.7
2005/8/3, David Crossley [EMAIL PROTECTED]:
Diwaker Gupta wrote: Hugo Osorio wrote:  /usr/ports/www/apache-forrest Is there a particular reason for this choice of directory? Just curious...  #make This will *not* work. Please go through the 
README.txt file in the base directory first. Here's an excerpt: Installation Instructions and Documentation --- Read the index.html file in this directory for the installation instructions.
 The documentation relevant for your version is included with Forrest. The Forrest website has documentation for the current development version. Forrest doesn't use make and friends. It uses Ant as its build system. The
 distribution is self contained -- you only need Java installed. In most cases, you should be able to: $ cd $FORREST_HOME/main $ ./build.shThe distribution of forrest-0.7 is pre-built, so the user
does not even need to do that.David


Re: help with forrest installation on freebsd with Java pre-installed

2005-08-04 Thread David Crossley
Hugo Osorio wrote:
 hello, thank you very much... 
 
 it remains a doubt in my mind, if Forrest does not use make and friends, why 
 freebsd has a port for this application?
 
 here is what i did.., i have found a port for FreeBSD, i guess it fits 
 better to the system...

Oh dear, that is what i was worried about. How do we find the
maintainer of that port?

David


Re: help with forrest installation on freebsd with Java pre-installed

2005-08-03 Thread Diwaker Gupta
On Wednesday 03 August 2005 7:09 am, Hugo Osorio wrote:
 /usr/ports/www/apache-forrest

Is there a particular reason for this choice of directory? Just curious...

 #make

This will *not* work. Please go through the README.txt file in the base 
directory first. Here's an excerpt:

Installation Instructions and Documentation
---
Read the index.html file in this directory for the installation instructions.
The documentation relevant for your version is included with Forrest.
The Forrest website has documentation for the current development version.

Forrest doesn't use make and friends. It uses Ant as its build system. The 
distribution is self contained -- you only need Java installed. In most 
cases, you should be able to:

$ cd $FORREST_HOME/main
$ ./build.sh


HTH,
Diwaker
-- 
Web/Blog/Gallery: http://floatingsun.net


pgpyIgozakTU6.pgp
Description: PGP signature


Re: help with forrest installation on freebsd with Java pre-installed

2005-08-03 Thread David Crossley
Diwaker Gupta wrote:
 Hugo Osorio wrote:
  /usr/ports/www/apache-forrest
 
 Is there a particular reason for this choice of directory? Just curious...
 
  #make
 
 This will *not* work. Please go through the README.txt file in the base 
 directory first. Here's an excerpt:
 
 Installation Instructions and Documentation
 ---
 Read the index.html file in this directory for the installation instructions.
 The documentation relevant for your version is included with Forrest.
 The Forrest website has documentation for the current development version.
 
 Forrest doesn't use make and friends. It uses Ant as its build system. The 
 distribution is self contained -- you only need Java installed. In most 
 cases, you should be able to:
 
 $ cd $FORREST_HOME/main
 $ ./build.sh

The distribution of forrest-0.7 is pre-built, so the user
does not even need to do that.

David