Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged ant

0 votes
819 views
1 answer
    I'm converting a DOS batch file to Ant. At the end of the batch file, I print out a list of files copied ... line, with size, date and time? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
646 views
1 answer
    How does the Class-path in the MANIFEST.MF file determine the relative location? 1) Say I have a JAR ... environment, on an application server. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
653 views
1 answer
    Given: <dependency org="foo" name="bar" /> and no configurations, following ant snippet: <echo>${ivy. ... all dependencies in ivy.xml ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    When an ANT build step fails in my build I'd like to archive the logs in order to determine the problem. ... be archived. Kludgy, but effective. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    i am trying to get a coverage report for my android junit test project and following this guide to do so android ... I am using windows xp. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
653 views
1 answer
    I have a Java project, with the standard Java Builder selected as it's sole builder. Also, the build is ... off? Am I missing something? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
662 views
1 answer
    We have a JUnit test suite that we usually run from Eclipse. We have recently started a process of trying to ... up Jenkins to run our tests? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
850 views
1 answer
    I've done numerous svn / ant set-ups and but this time cann't figure out what's wrong. Using Linux, ... into $ANT_HOME/lib should be enough? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    The exact message received from jenkins is: No test report files were found. Configuration error? Build step ' ... appreciate any help. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
934 views
1 answer
    I'm trying to write an Ant script to retrieve an URL via port tunnelling. It works great when I use a password ( ... and what can I do about it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    in ivy:publisher the default deliverivypattern is ${ivy.distrib.dir}/[type]s/[artifact]-[revision](-[classifier]) ... in the file name pattern. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
510 views
1 answer
    I would like to build a flex library project automatically instead of the current process, which involves one of our ... How do I do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
556 views
1 answer
    We are currently using Hibernate 3 and we use Hibernate Tools to generate SQL scripts for the DB schema. ... similar without Hibernate tools? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
733 views
1 answer
    I have a Java command-line application, and would like to create an Ant* build script that will create all the ... it can be done in Ant. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
557 views
1 answer
    I'm using the maven-antrun-plugin to do a bunch of work with Ant, which ultimately results in a zip file. I'd ... wrong or how I can fix this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    I'm using Ivy to manage the dependencies on my project. So far, I've specified a dependency on Hibernate and ... would Ivy look for them ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
496 views
1 answer
    Just about every Java project that I've seen either uses Maven or Ant. They are fine tools and I think just ... and Maven are written in Java? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
692 views
1 answer
    I have been using svnant 1.3.0 to create tags from branches in my SVN repository. Now I have upgraded ... idea that could solve this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
762 views
1 answer
    Is there a way to tell ant/ivy to not use a local $HOME/.ivy2 cache? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
648 views
1 answer
    Thanks in advance for any comments. I have just started to switch from Zend Framework 1 to ZF2 and after ... thank you for any comments. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
537 views
1 answer
    How would you execute ant tasks at different phases in a maven build cycle? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
612 views
1 answer
    I use a desktop with eight cores to build a Java application using Ant (through a javac target). Is there a ... compilation target, or does it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
609 views
1 answer
    How can I easily set ANT_HOME under Windows? I added "D:Installzapache-ant-1.8.2in;" to my system ... also created an ANT_HOME variable. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
629 views
1 answer
    In our project, we run both junits and cobertura using maven. The problem I am facing is that, junit test ... batch or parallel ? thank you! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
815 views
1 answer
    I have an ant script that creates runnable jar and I want it to run each time I make changes in my code and ... Eclipse. Is there such a thing? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
865 views
1 answer
    I have a java junit test that passes when run alone on a development machine. We also have a hudson job which ... I couldn't find any answer. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
634 views
1 answer
    I have an issue where in I have defined dependancies in ivy.xml on our internal corporate svn. I am able to ... my resolver goes to public url. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
503 views
1 answer
    I would like an Android build system procedure, command line or Eclipse, to generate several .apk files from a ... a separate project for each? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...