Re: Ant 1.8.0rc1 + Eclipse

2010-04-13 Thread garyh6
I ran into a similar problem and just posted a workaround. See thread entitled "Ant 1.8 problems with Eclipse" started on April 12, 2010. -- View this message in context: http://old.nabble.com/Ant-1.8.0rc1-%2B-Eclipse-tp27444917p28235569.html Sent from the Ant - Users mailing list archive at

Re: Ant 1.8 problems with Eclipse

2010-04-13 Thread garyh6
I found a workaround. The specific problem we had seemed to be because we were importing common build.xml files into our project-specific build files, but the import was having problems when it is the first line in our project-specific build file. However, if I put a property task before the i