Lyn-Tech / gstreamer-java

Automatically exported from code.google.com/p/gstreamer-java
0 stars 0 forks source link

Please move "nbproject" to another directory #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You cannot place "nbproject" and a Maven project in the same directory. See 
http://netbeans.org/bugzilla/show_bug.cgi?id=214826

Proposed solution: create a new subdirectory "netbeans" and move "nbroject" 
into it.

Original issue reported on code.google.com by cow...@bbs.darktech.org on 27 Jun 2012 at 1:39

GoogleCodeExporter commented 8 years ago
why would be better if i rename nbroject to netbeans??? it won't help any. 
afais there is no maven pom file in nbroject. than what is the problem?

anyway patches are welcome:-)

Original comment by lfar...@lfarkas.org on 3 Aug 2012 at 8:49

GoogleCodeExporter commented 8 years ago
Here is a solution: for the next release of gstreamer-java I will remove all 
IDE project files before performing the maven release staging. 

Original comment by tsha...@gmail.com on 4 Aug 2012 at 5:21

GoogleCodeExporter commented 8 years ago
To clarify, I meant you should move

  /nbproject

to

  /netbeans/nbproject

as opposed to renaming the directory. Anyway, forcing the use of the Maven 
project is fine too.

Original comment by cow...@bbs.darktech.org on 4 Aug 2012 at 11:08

GoogleCodeExporter commented 8 years ago
this means the svn shouldn't have to change?

Original comment by lfar...@lfarkas.org on 7 Aug 2012 at 6:04

GoogleCodeExporter commented 8 years ago
Can be done without impacting SVN trunk. Deployment is done from a local 
working copy of gstreamer-java anyway. These files can be deleted local dev 
tree each time before a new version is deployed to maven central. 

Original comment by tsha...@gmail.com on 7 Aug 2012 at 6:20

GoogleCodeExporter commented 8 years ago
I don't understand the last comment. I am still under the impression that you 
must fix nbandroid and Maven conflict in SVN trunk.

Original comment by cow...@bbs.darktech.org on 7 Aug 2012 at 7:19

GoogleCodeExporter commented 8 years ago
after vanila-maven task trunk is now IDE/Ant specific file free

Original comment by tsha...@gmail.com on 19 Feb 2013 at 3:44