Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] (no subject)

Jerry,

The org.eclipse.tools newsgroup is the appropriate forum for questions 
like this regarding the use of Eclipse, and for technical discussions on 
implementing plug-ins.
The *-dev-* mailing lists are for component development discussions.

For your project, you should create a Java project.  You will also need to 
set up the classpath appropriately to have org as a source folder.
To do this, select the project, choose Properties, and go to the Java 
Build Path page.

Nick





"Jerry Jalenak" <Jerry.Jalenak@xxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx
05/17/02 10:35 AM
Please respond to eclipse-dev

 
        To:     "'eclipse-dev@xxxxxxxxxxx'" <eclipse-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [eclipse-dev] (no subject)


I am new to Eclipse, and wasn't sure where to post this e-mail to.  If 
this
is the wrong forum, please let me know the more appropriate location.

I am trying to use Eclipse as a web application development IDE
(Apache/Tomcat).  Using the web application directory structure as
recommended by the Jakarta Tomcat folks, I have created the following
directory structure within Eclipse:

                 WebProject
                   |- etc
                   |- lib
                   |- org
                   |- web

This was created as a 'Simple Project'.  The problem I have is that, as I
add my Java classes under the 'org' directory, the 'build' process that
should normally occur when I save the class doesn't.  I have added 
blatantly
obvious errors to the code; the save/build process never reports them as
errors.  Is this because I set this up as a 'Simple Project'?  Should I
change this all over to a 'Java Project'?  or should I define a build.xml
file and use Ant to do all of my compiles? 

Thanks in advance for your help.

Jerry Jalenak
Development Manager
Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS  66219
913.577.1496

Jerry.Jalenak@xxxxxxxxxx


This transmission (and any information attached to it) may be confidential 
and is intended solely for the use of the individual or entity to which it 
is addressed. If you are not the intended recipient or the person 
responsible for delivering the transmission to the intended recipient, be 
advised that you have received this transmission in error and that any 
use, dissemination, forwarding, printing, or copying of this information 
is strictly prohibited. If you have received this transmission in error, 
please immediately notify LabOne at (800)388-4675.


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev





Back to the top