closure-compiler icon indicating copy to clipboard operation
closure-compiler copied to clipboard

Opening project in NetBeans

Open Tom9729 opened this issue 11 years ago • 2 comments

Netbeans gets confused trying to open this project because there are two pom files. Replacing pom.xml with pom-main.xml seems to fix this. Is there a reason that it is structured like this?

Tom9729 avatar Oct 25 '14 06:10 Tom9729

It's this way because maven was added on afterwards and the directory structure wasn't quite amenable to major movement.

We can probably move the main pom.xml into a parent directory and move pom-main.xml to just pom.xml. I'll look into it.

On Fri Oct 24 2014 at 11:58:22 PM Tom Arnold [email protected] wrote:

Netbeans gets confused trying to open this project because there are two pom files. Replacing pom.xml with pom-main.xml seems to fix this. Is there a reason that it is structured like this?

— Reply to this email directly or view it on GitHub https://github.com/google/closure-compiler/issues/682.

lindner avatar Oct 27 '14 00:10 lindner

Pretty sure this is obsolete. Can it be closed?

lindner avatar Sep 01 '21 06:09 lindner

Thanks! I somehow lost track of this, sorry about that. Closing.

Tom9729 avatar May 14 '23 17:05 Tom9729