Frank Rocco
|
| Posted: 11/18/2002, 11:43 AM |
|
Hello,
I want to compile and run the example Bugtrack using JSP.
I downloaded and installed sun's SDK, ANT and still get errors.
Can someone explain what settings I need to get this working?
I'm new to JSP, so please explain in detail. Here are my current settings.
ANT_HOME = C:\jakarta-ant-1.5.1
CATALINA_HOME = C:\Program Files\Apache Group\Tomcat 4.1
CLASSPATH = C:\j2sdk1.4.1_01;C:\jakarta-ant-1.5.1;C:\Program Files\Apache
Group\Tomcat
4.1\common\lib\servlet.jar;C:\j2sdk1.4.1_01\lib\tools.jar;C:\crimson-1.1.3
JAVA_HOME = C:\j2sdk1.4.1_01
CCS error:
BUILD FAILED
Use a fileset to copy directories.
|
|
|
 |
Michael Rachow
|
| Posted: 11/19/2002, 5:12 AM |
|
Hi Frank,
having a not too complicated CodeCharge JSP application running,
I was not able to get it compiled with Studio until now.
So I'm still using CodeCharge.
If I remember right you could use JSP's directly or let them
be compiled by Studio to servlets.
But both option don't work.
I mailed my whole application too Yessoftware but ...
So actually I think it make no sense to use JSP with studio.
It seems to me that their main focus is on ASP and PHP.
Trailing piece is JSP.
In the hope of better days for Studio/JSP developers
greetings
Michael
"Frank Rocco" <farocco@hotmail.com> schrieb im Newsbeitrag
news:arbfs4$ar4$1@news.codecharge.com...
> Hello,
>
> I want to compile and run the example Bugtrack using JSP.
> I downloaded and installed sun's SDK, ANT and still get errors.
>
> Can someone explain what settings I need to get this working?
> I'm new to JSP, so please explain in detail. Here are my current settings.
>
> ANT_HOME = C:\jakarta-ant-1.5.1
>
> CATALINA_HOME = C:\Program Files\Apache Group\Tomcat 4.1
>
> CLASSPATH = C:\j2sdk1.4.1_01;C:\jakarta-ant-1.5.1;C:\Program Files\Apache
> Group\Tomcat
> 4.1\common\lib\servlet.jar;C:\j2sdk1.4.1_01\lib\tools.jar;C:\crimson-1.1.3
>
> JAVA_HOME = C:\j2sdk1.4.1_01
>
> CCS error:
> BUILD FAILED
>
> Use a fileset to copy directories.
>
>
|
|
|
 |
Frank Rocco
|
| Posted: 11/19/2002, 6:04 AM |
|
Hi Michael,
YesSoftware confirmed to me yesterday, that there is a problem and they are
working on it.
I am trying Sun's Studio One free version and am having good results, all
through not as fast as a code generator. This has/is a learning experience
for me also.
Regards,
Frank
|
|
|
 |
|