You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Jeffrey Gehrung <je...@yahoo.com> on 2002/09/12 21:34:46 UTC

Re: AW: Free IDE (Forte4)

Thomas, I had the same problem  (Forte4 on RH Linux7.3)...
Pertains to your point of origin when mounting classes...  In my case, I'm performing development directly within TOMCAT's "webapps" directory (having moved a TDK-built webapp ("simmapp") there.
I had success as follows, first mounting the filesystems:
/usr/local/tomcat/webapps/simmapp/WEB-INF/src/java
/usr/local/tomcat/webapps/simmapp/WEB-INF/src/sql

/usr/local/tomcat/webapps/simmapp/WEB-INF/src/classes

then, within my project, adding existing files by navigating to:

/usr/local/tomcat/webapps/simmapp/WEB-INF/src/java

and selecting the base package folder, "org" (in my case)

HTH

Jeff Gehrung, Holstein Assoc USA, Brattleboro VT USA

 "Fischer, Thomas" wrote:Thanks!

I also have a problem with turbine file.
I use Forte4 (Netbeans).
But I have a problem!
Mounting a Turbine-Filesystem is successful.
But I get an error message: "invalid package declaration", if I try to
create a new class

Can anybody help me?

Thomas

-----Urspr�ngliche Nachricht-----
Von: David Wynter [mailto:david.wynter@btclick.com]
Gesendet: Donnerstag, 12. September 2002 12:48
An: Turbine Users List
Betreff: RE: Free IDE 


Hi,

Choose an IDE that allows debugging of servlet stuff in Tomcat 4.0, Netbeans
3.4 now does this. If it is for non commercial development then JBuilder 5
personal edition (I assume 6 and 7 ) can be used. I've heard people have
been using the Eclipse IDE too.

If you are using Velocity templates, then I find UltraEdit32 on Windows
($30) has a template that does syntax highlighting for Velocity very useful.

David

-----Original Message-----
From: Fischer, Thomas [mailto:ThomasFischer@schmuecker.de]
Sent: 12 September 2002 11:42
To: 'turbine-user@jakarta.apache.org'
Subject: Free IDE


Hello!
Is there a free IDE for the development with turbine?

Thank Thomas


--
To unsubscribe, e-mail:

For additional commands, e-mail:




---------------------------------
Do you Yahoo!?
Yahoo! News - Today's headlines

Re: AW: Free IDE (Forte4)

Posted by Jeff Jones <jj...@trap9.com>.
As Jeffrey said, it's what filesystems you've mounted that matters.

What I do is mount the webapp directory directly (as a CVS filesystem), even
as it sits inside the tdk or tomcat.

This way, Netbeans (I think Forte will do this too) will recognize it as a
webapp, and automatically mount all the jars you need and the 'classes'
directory on the classpath.  It also automatically adds the documentRoot to
your project.  You can then run the site inside netbeans' tomcat.

The important part is to mount WEB-INF/src/java.  One way to do this while
maintaining your mounted webapp is to use the 'treefs' module (known as
"view over a filesystem", available on the netbeans auto-update beta site).
It is excellent.

This allows you to mount subdirectories of an already mounted filesystem,
making the code completion, execution, and javadoc all work correctly inside
your webapp.  I mount the WEB-INF/src/java inside the originally mounted
webapps/newapp so netbeans will see the org/ and com/ as if java/ was
mounted.  If you don't do this, netbeans won't see the package declarations
properly.

HIH!

Jeff

----- Original Message -----
From: "Jeffrey Gehrung" <je...@yahoo.com>
To: "Turbine Users List" <tu...@jakarta.apache.org>
Sent: Thursday, September 12, 2002 12:34 PM
Subject: Re: AW: Free IDE (Forte4)


>
> Thomas, I had the same problem  (Forte4 on RH Linux7.3)...
> Pertains to your point of origin when mounting classes...  In my case, I'm
performing development directly within TOMCAT's "webapps" directory (having
moved a TDK-built webapp ("simmapp") there.
> I had success as follows, first mounting the filesystems:
> /usr/local/tomcat/webapps/simmapp/WEB-INF/src/java
> /usr/local/tomcat/webapps/simmapp/WEB-INF/src/sql
>
> /usr/local/tomcat/webapps/simmapp/WEB-INF/src/classes
>
> then, within my project, adding existing files by navigating to:
>
> /usr/local/tomcat/webapps/simmapp/WEB-INF/src/java
>
> and selecting the base package folder, "org" (in my case)
>
> HTH
>
> Jeff Gehrung, Holstein Assoc USA, Brattleboro VT USA
>
>  "Fischer, Thomas" wrote:Thanks!
>
> I also have a problem with turbine file.
> I use Forte4 (Netbeans).
> But I have a problem!
> Mounting a Turbine-Filesystem is successful.
> But I get an error message: "invalid package declaration", if I try to
> create a new class
>
> Can anybody help me?
>
> Thomas
>
> -----Ursprüngliche Nachricht-----
> Von: David Wynter [mailto:david.wynter@btclick.com]
> Gesendet: Donnerstag, 12. September 2002 12:48
> An: Turbine Users List
> Betreff: RE: Free IDE
>
>
> Hi,
>
> Choose an IDE that allows debugging of servlet stuff in Tomcat 4.0,
Netbeans
> 3.4 now does this. If it is for non commercial development then JBuilder 5
> personal edition (I assume 6 and 7 ) can be used. I've heard people have
> been using the Eclipse IDE too.
>
> If you are using Velocity templates, then I find UltraEdit32 on Windows
> ($30) has a template that does syntax highlighting for Velocity very
useful.
>
> David
>
> -----Original Message-----
> From: Fischer, Thomas [mailto:ThomasFischer@schmuecker.de]
> Sent: 12 September 2002 11:42
> To: 'turbine-user@jakarta.apache.org'
> Subject: Free IDE
>
>
> Hello!
> Is there a free IDE for the development with turbine?
>
> Thank Thomas
>
>
> --
> To unsubscribe, e-mail:
>
> For additional commands, e-mail:
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! News - Today's headlines


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>