Using Eclipse 3.2.0, I have checked out a java project from a svnrepository. When trying to build the project I keep getting error:The project was not built due to "Could not write file: filename.".Fix the problem, then try refreshing this project and building itsince it may be inconsistentI have tried to check out project on many machines and only on onemachine, Eclipse gives this error. I have tried Project > Clean,closing and opening Eclipse, switching workspace and opening with thesame workspace - some suggested solutions for the problem given bygoogle search. Every time I try to build, error is for different file.Any help is appreciated.Thanks!
|
|
1
|
|
|
|
Reply
|
rachana.parmar (2)
|
9/11/2007 8:46:15 PM |
|
On Sep 11, 1:46 pm, rp <rachana.par...@gmail.com> wrote:> Using Eclipse 3.2.0, I have checked out a java project from a svn> repository. When trying to build the project I keep getting error:>> The project was not built due to "Could not write file: filename.".> Fix the problem, then try refreshing this project and building it> since it may be inconsistent>> I have tried to check out project on many machines and only on one> machine, Eclipse gives this error. I have tried Project > Clean,> closing and opening Eclipse, switching workspace and opening with the> same workspace - some suggested solutions for the problem given by> google search. Every time I try to build, error is for different file.>> Any help is appreciated.>> Thanks!Did it come with its own build.xml (ant) or pom.xml (maven) ? You cantry to build it outside of Eclipse and see if you get a different, ormore informative message.-cheers,Manish
|
|
0
|
|
|
|
Reply
|
Manish
|
9/11/2007 10:35:37 PM
|
|