On Wed, 2003-01-22 at 16:46, Sam Ruby wrote: > Martin van den Bemt wrote: > > Any objections to changing the main build.xml with 2 targets added : > > run-localcheck and compile-localcheck ? > > I have no objections to this. Nor would I have objections if it were > integrated into Jenny (or Jenny into it). > > Assuming it runs relatively quickly and produces little or no output > when all is well, and most importantly, does not fail the build if a > dependency is not present (perhaps as an option), then I would actually > like to see this run as part of the dependencies of the script target.
Example output from my installation below (just does that to system.out btw) (yeah don't run automated gump builds..) The dependency is completely on Jenny (even some copy&paste from jenny as you might have noticed) and on things Jenny depend (the xml parser). So if jenny fails to build, LocalCheck will too, not the other way around ;) If integrated with the jenny, it probably should be run after the script target, so the script still builds completely and give you an overview on the end of the build. Don't know however if this is a solution that can safely be used in cronjobs (have to check what is needed for that..). If you have an example job, can you point it to me or send me one, so I can test it... Mvgr, Martin Exmample output : Found 37 installed packages Using /opt/java/ directory to check installed packages Problems encountered in project jaxm You can get updates at http://java.sun.com/xml/downloads/javaxmlpack.html cannot find /opt/java/java_xml_pack-summer-02_01/jaxm-1.1_01/lib/jaxm-api.jar Problems encountered in project jaxp You can get updates at http://java.sun.com/xml/downloads/javaxmlpack.html cannot find /opt/java/java_xml_pack-summer-02_01/jaxp-1.2_01/jaxp-api.jar cannot find /opt/java/java_xml_pack-summer-02_01/jaxp-1.2_01/dom.jar cannot find /opt/java/java_xml_pack-summer-02_01/jaxp-1.2_01/sax.jar cannot find /opt/java/java_xml_pack-summer-02_01/jaxp-1.2_01/xercesImpl.jar cannot find /opt/java/java_xml_pack-summer-02_01/jaxp-1.2_01/xalan.jar Problems encountered in project jaxr You can get updates at http://java.sun.com/xml/downloads/javaxmlpack.html cannot find /opt/java/java_xml_pack-summer-02_01/jaxr-1.0_02/lib/jaxr-api.jar cannot find /opt/java/java_xml_pack-summer-02_01/jaxr-1.0_02/lib/jaxr-ri.jar Problems encountered in project jaxrpc You can get updates at http://java.sun.com/xml/downloads/javaxmlpack.html cannot find /opt/java/java_xml_pack-summer-02_01/jaxrpc-1.0_01/lib/jaxrpc-api.jar cannot find /opt/java/java_xml_pack-summer-02_01/jaxrpc-1.0_01/lib/jaxrpc-ri.jar Problems encountered in project jcifs You can get updates at http://jcifs.samba.org cannot find /opt/java/jcifs_0.7.0/jcifs-0.7.0.jar Problems encountered in project jdepend You can get updates at http://www.clarkware.com/software/JDepend.html cannot find /opt/java/jdepend/lib/jdepend.jar Problems encountered in project jsch You can get updates at http://www.jcraft.com/jsch/ cannot find /opt/java/jsch-0.0.11/lib/jsch-gump.jar Problems encountered in project nekohtml You can get updates at http://www.apache.org/~andyc/neko/doc/html/index.html cannot find /opt/java/nekohtml-0.7.2/nekohtml.jar cannot find /opt/java/nekohtml-0.7.2/nekohtmlXni.jar Problems encountered in project multipartrequest You can get updates at http://www.geocities.com/jasonpell/programs.html#multipartrequest cannot find /opt/java/MultipartRequest120/multipartrequest.jar 9 packages need updating -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
