Closed GoogleCodeExporter closed 8 years ago
And what about people that don't use an IDE or Maven?
Original comment by samuel.a...@gmail.com
on 21 Jun 2012 at 2:59
Those who don't use ide don't need ide-files. Those who use can create
project-files from maven pom.xml files and forget about maven if they don't
need it.
I think 99% use IDE for java development. Maven usage is not an obligation..
Original comment by Jkolo...@gmail.com
on 21 Jun 2012 at 3:05
The build.xml file requires the files in nbproject. Can we somehow create a
self-contained build.xml file from the pom.xml file or something?
Original comment by samuel.a...@gmail.com
on 21 Jun 2012 at 3:31
Once we have maven integrated and working you wont need build.xml.
Original comment by Jkolo...@gmail.com
on 21 Jun 2012 at 3:37
I am sure users who don't use Maven would disagree.
Original comment by samuel.a...@gmail.com
on 21 Jun 2012 at 3:38
User who don't use netbeans don't need netbeans project files in repo too. what
about users who don't use ant?d
Also this build require javacpp SOURCE. instead of only jar file
Original comment by Jkolo...@gmail.com
on 21 Jun 2012 at 3:45
basically you cannot modify the build without netbeans and it sucks. on the
other side maven is ide-independent
Original comment by Jkolo...@gmail.com
on 21 Jun 2012 at 3:47
The pom.xml file depends in no way on build.xml or nbproject. We don't need
NetBeans to modify the build. I am not sure what your gripe is about... ?
Original comment by samuel.a...@gmail.com
on 22 Jun 2012 at 10:04
why do you want to support 2 build systems (maven and ant(netbeans's build xml
is not easy to modify unlike pom.xml)) if maven covers everything?
Original comment by Jkolo...@gmail.com
on 23 Jun 2012 at 11:55
I wasn't sure that Maven could do everything I wanted from it, but I am now
pretty convinced that I can, so it's probably not worth maintaining the
Ant-related files. They still work for now, but when they break, it's probably
better to remove them. I will wait for that moment...
Original comment by samuel.a...@gmail.com
on 16 Jul 2012 at 8:49
keep files.
Original comment by kuznetsov.alexey
on 15 Nov 2012 at 3:47
Done! NetBeans project files have been scrubbed away starting with the latest
release of JavaCV 0.8.
Incidentally, the project is now hosted on GitHub:
https://github.com/bytedeco/javacv
Original comment by samuel.a...@gmail.com
on 29 Apr 2014 at 12:09
Original issue reported on code.google.com by
Jkolo...@gmail.com
on 20 Jun 2012 at 9:44