I found my problem, but don't know how to solve it.
When I moved my build folder from /eclipse-project/build to eclipse-
project/build/web-inf/classes, suddenly me debug console output
disappeared. I previously used to use an ant file to compile the code,
make a jar and dump it in the WEB-INF\lib folder.
The ant had a lovely debug = on compiler option with it. How do I get
this to work with the Eclipse auto compiler?
<target name="compile" depends="init" description="Compiles the
source files.">
<javac srcdir="${src.dir}" destdir="${build.classes.dir}"
debug="$
{debug}" optimize="${optimize}">
<classpath refid="compile.classpath"/>
</javac>
</target>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---