Topic: 邪了门的jbuilder |
Print this page |
1.邪了门的jbuilder | Copy to clipboard |
Posted by: supertoy Posted on: 2002-12-11 00:34 8用了几天一直好好的,今天rework别人的工作,把一部分jsp内容提出来做一个公用的文件,原来的jsp文件就死活不能运行,老是说编译由非法字符。换回7倒是正常,可是又更邪门的一件事,原来放在src下的一个xml配置文件,builder以后本来应该被自动拷贝到web-inf/classes目录,可是运行老有问题,一检查那个内容根本不对,我用文件搜索功能把整台电脑找了一遍,都没发现那个包含那个内容的文件。 |
2.Re:邪了门的jbuilder [Re: supertoy] | Copy to clipboard |
Posted by: cckoan Posted on: 2002-12-11 08:55 这个问题我在用jbuilder7的时候也遇到过,工程中含有xml文件,整个工程rebuild的时候,xml文件会出问题。 |
3.Re:邪了门的jbuilder [Re: supertoy] | Copy to clipboard |
Posted by: scottding Posted on: 2002-12-11 09:24 估计测试版还是有点问题吧,等正式版出来了再说。 |
4.Re:邪了门的jbuilder [Re: supertoy] | Copy to clipboard |
Posted by: floater Posted on: 2002-12-11 10:56 Maybe this is the case. When you are running web server, do *not* modify the content of the xml file. Otherwise, it will be lost. The reason is when the web server is running, the jsp servlet has been added to the xml file; then when you stop the web server, that jsp servlet will be removed automatically along with anything else that was not in xml file when you started the web server. So be aware |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |