Use Eclipse's CVS module configuration item

xiaoxiao2021-03-06  68

ZDIGITAL project configuration

Monkito original (http://www.zmaze.org monkito@gmail.com)

1. Follow the foregoing "Eclipse, Tomcat, Lomboz to build a JSP development environment";

2. Some articles describing that in the Lomboz settings, Server Defintions, after the Tomcat server is selected, you need to manually add a class in Project ClassPath, ie% tomcat_home% / common / lib / jsper-runtime.jar, Can guarantee that JSP debugging is normal. I didn't verify this, but I didn't expect anything;

3. Newly established a Lomboz J2EE Project project, the path follows the default, that is, my work directory D: / project / eclipsews / zdigital /, the project name is ZDIGITAL, click Next, the Java settings will not be modified first, etc. We will change after the project is completed. Continue to click Next, create a web module, name ZDIGITAL, add an application server, select the correct version of the Tomcat you want to use, click Add, then click "Finish";

4. At this time, I will establish a ZDIGITAL directory in my project catalog. The application is to put it in this directory, in my computer is D: / project / Eclipsews / zdigital / zdigital;

5. The next job is to detect the latest files from the CVS server. Click "Tracted the project button from the CVS" in Eclipse, and fill in the new CVS repository information in the pop-ups. Remember the connection type to select Extssh, the module name is ZDIGITAL. If you have established a CVS repository before, you can directly select an existing repository, fill in the specified module name "zdigital", click Next, check out the method to select "Check out to existing project", Click Next, the target folder name holds the default zdigital, the parent of the target folder selects the top-level ZDigital directory, hook the following "Check out subfolder" option, click Next, select Mark Head, click Finish. At this time, Eclipse will automatically connect to the CVS server, when prompted "zdigital" already exists, whether it is overwritten, cover it. If an error occurs in the detection process (may find the zdigital directory to be deleted), do not tension, re-detect it.

6. After the detection is complete, the default CVS tree is there is no Classes directory, because we have no need to control the version of the compiled class, as long as the source file version is OK, just download this classes.rar package. Unzip to the web-inflicity, I decompressed on my computer to the D: / Project / Eclipsews / ZDigital / ZDigital / Web-INF directory;

转载请注明原文地址:https://www.9cbs.com/read-87765.html

New Post(0)