What is netbeans doing now? -


this getting tedious. created test project, simple java hello, test problem have in project. having created project, run , build jar.

then added ivy stuff , tried build did not work. ivy stuff consisted of ivy.xml ivysettings.xml , 2 tasks added otherwise default netbeans build.xml.

so removed ivy files , ivy sections build.xml. did diff on , previous unedited build.xml file , identical.

so why after clean build error?

/home/tester/workspace/netbeans/foo/nbproject/build-impl.xml:63: source resource not exist: /home/tester/workspace/netbeans/foo/lib/nblibraries.properties 

correct file not exist , not exist in other project have access whether use ivy or not.

i have reset did yet netbeans cannot continue. have tried work out how hell nb builds project got lost. don't know say.

i guess nb , myself differ on clean means , on whether task should able produce exact same results everytime given same input, nb not seem able do. or cannot recover real world or documentation hides useful information how reset project.

i'm assuming there nb state needs cleaned manually have no idea start. ideas please?

@tim biegeleisen, comment got me thinking.

i shut down/restarted netbeans tried build again , worked. seems ivy still running inside netbeans , has form of state project not release. i'll have dig around see if there way reset ivy state without restarting nb whole process turning in tedious onerous task. seem spending more time on dev tools on solving coding tasks.

so solution/workaround problem seems to restart netbeans clear ivy state.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -