Re: Anomalous package-info.java

2013-04-27 Thread Antoine Levy Lambert
Hello Morten, I am not aware of this problem. How do you think that the behavior of ant's javac task should be changed ? Should it have an option to exclude the package-info.java files ? or exclude them by default ? Regards, Antoine On Apr 22, 2013, at 2:05 PM, Morten Sabroe Mortensen wrote

Re: Need your help

2013-04-27 Thread Antoine Levy Lambert
Hello Xiaomin, try this when starting shell scripts from Ant, consider the shell interpreter (sh, bash, ksh) as the executable. The path to the script file is an argument for the shell used to run the script. so this snippet tells you what to change. Depending on your environment you might ne

Re: Need your help

2013-04-27 Thread xiaomin
First,I express my sincere gratitude for your help,as you said,I remove the braces {},and decompress ant again,then it is OK.But I have another problem and remain powerless,I hope that you can help me again. I try to start Tomcat use ant in Linux OS,but I failed.Then I attempt to find solvent o

How to start tomcat with ant in linux OS

2013-04-27 Thread xiaomin
Hi,dear friends,I hve a problem now and need your warm help. I try to start Tomcat use ant in Linux OS,but I failed.Then I attempt to find solvent on the Internet,but got nothing. follow is two methods(build.xml files) that I have used,but none of them are successful. 1.