Mailing List
Home
Cocoon - MVC web framework based on XML/XSL
Maven - Project building tool
Ant - A Java building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database, Microsoft SQL server ...
MySQL - an open source database
Red Hat Linux Installation and Config discussions ...
Click here to subscribe to Jakatar mailing list
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Servlet File Download dialog problem (IE6,Adobe 6 0)
Proposal: Adding jar manifest classpath in jar and war plugins
Unsupported major minor version 48 0 problem while running the an
   telope task
java security AccessControlException: access denied (java io FilePermission
axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
jsp data into Excel
Classpath problem
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Running junit tests fails
XDoclet, Struts and Maven: Where to start? SOLUTION
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
AXIS: tomcat timeout ?
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
<depend > task

<depend > task

2004-06-22       - By Stefan Bodewig

 Back
Reply:     1     2  

On Mon, 21 Jun 2004, Neta Bar Tal <NETAB@(protected) > wrote:

> Hi Folks, I 'm using the <depend > task before I run <javac > task.
> does <depend > checks also the blabla$1.class (means inner classes)
> when it is scanning the classes.

In my experience it does, but I never really checked - it just works.

> and another one, how is it possible to tell <depend > to output the
> name of files that has been removed.

It will if you run Ant in verbose mode. You can use <record > to start
a verbose log just before you run <depend > and stop it afterwards.

> p.s - is it more recommended to use javamake then depend?

I have no first hand experience with <javamake >. In theory <javamake >
is "more correct " than <depend >+ <javac > since it will make its
decisions based on API changes instead of timestamps. IIUC it won 't
recompile dependent classes if the API remains stable and it will
recompile classes if you replace a source with an older one.

Just give it a try and post about your experience?

Stefan

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)