I did all necessary JARS mounted over WEB-INF/lib.
I also mounted
WEB-INF/src/java
WEB-INF/src/sql
WEB-INF/classes.


The packages

org.apache.turbine.om.*
org.apache.turbine.om.peer.BasePeer;
org.apache.turbine.util.db.Criteria;
org.apache.turbine.util.ObjectUtils;
org.apache.turbine.util.StringUtils;
org.apache.turbine.util.ParameterParser;
org.apache.turbine.util.Log;
org.apache.turbine.util.db.pool.DBConnection
and so on
...

cannot be found!

                Thomas




-----Urspr�ngliche Nachricht-----
Von: Colin Chalmers [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 17. September 2002 11:12
An: Turbine Users List
Betreff: RE: AW: Free IDE (Forte4)


Which *package* cannot be found?
Have you also mounted all necessary JARS?

/colin

-----Original Message-----
From: Fischer, Thomas [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 17, 2002 11:11 AM
To: 'Turbine Users List'
Subject: AW: AW: Free IDE (Forte4)


Hallo!
Thanks for your help!!!
But i have still problems.
I have mount the  filesystems with forte4:

webapps/testapp/WEB-INF/src/java
webapps/testapp/WEB-INF/src/sql
webapps/testapp/WEB-INF/src/classes

under Forte "Filesystems"

After this, i had no entry under Forte "Projekt testapp".
Is this all right?
When i compile a java-class, then i became many errors:
"package does not exist"
Maybe i am stupid?
Can you help me again?

                Thomas






-----Urspr�ngliche Nachricht-----
Von: Jeff Jones [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 13. September 2002 05:10
An: Turbine Users List
Betreff: Re: AW: Free IDE (Forte4)


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" <[EMAIL PROTECTED]>
To: "Turbine Users List" <[EMAIL PROTECTED]>
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:[EMAIL PROTECTED]]
> 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:[EMAIL PROTECTED]]
> Sent: 12 September 2002 11:42
> To: '[EMAIL PROTECTED]'
> 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:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

Reply via email to