Problem when editing and compiling ScrutMyDocs

Hi,

I am trying to add some new features to ScrutMyDocs. I downloaded the
source code from GitHub, and now I am using NetBeans to open the project.

I have already build the code with Maven, so dependencies should be
resolved. Even so, once open, it shows me two problems:

The parent POM with id org.sonatype.oss:oss-parent:7 was not found in
sources or local repository. Please check that tag is
present and correct, the version of parent POM in sources matches the
version defined.
If parent is only available through a remote repository, please check that
the repository hosting it is defined in the current POM.

Your project has dependencies that are not resolved locally. Code
completion in the IDE will not include classes from these dependencies or
their transitive dependencies (unless they are among the open projects).
Please download the dependencies, or install them manually, if not
available remotely.

The artifacts are:
com.fasterxml.jackson.core:jackson-databind:jar:2.2.0
org.springframework:spring-core:jar:3.2.3.RELEASE
org.springframework:spring-web:jar:3.2.3.RELEASE
org.springframework:spring-context:jar:3.2.3.RELEASE
org.springframework:spring-webmvc:jar:3.2.3.RELEASE
cglib:cglib:jar:2.2.2
org.elasticsearch:elasticsearch:jar:0.90.1
fr.pilato.spring:spring-elasticsearch:jar:0.2.0
fr.pilato.elasticsearch.river:fsriver:jar:0.2.0
org.elasticsearch:elasticsearch-mapper-attachments:jar:1.7.0
javax.servlet:servlet-api:jar:2.5
javax.servlet:jstl:jar:1.2
com.google.guava:guava:jar:14.0.1
commons-fileupload:commons-fileupload:jar:1.3
commons-io:commons-io:jar:2.4
log4j:log4j:jar:1.2.17
org.springframework:spring-test:jar:3.2.3.RELEASE
junit:junit:jar:4.11

Thanks in advance,
Fatima

--

Fátima Castiglione Maldonado
castiglionemaldonado@gmail.com

                 ____
               ,'_   |

|||
<
) .------.
-----------,------.-' ,-'-.
| | | ,' . ,' | | ,'.
| ,-' |
/
,'-' .---.|
_____
.--' -----. | _____________________ -. ----- | | ___| | | \ ,- \ | | ___| |===========================((|) | | | | | | _____________________/- / |
--._ -----' | _________________,-' ----- |.-._ ,' __.---' | /
| -. | \ /. | | . ,' | | |. ,'
_____,------------------. -._ _,-' <___________________________)------'
| | |
`.
___|

=================================

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I think it's a NetBeans issue.
I can't help here as I don't know netbeans.

When opening the project in eclipse or IntelliJ, I don't have that kind of issue.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 29 juin 2013 à 07:21, Fatima Castiglione Maldonado 发 castiglionemaldonado@gmail.com a écrit :

Hi,

I am trying to add some new features to ScrutMyDocs. I downloaded the source code from GitHub, and now I am using NetBeans to open the project.

I have already build the code with Maven, so dependencies should be resolved. Even so, once open, it shows me two problems:

The parent POM with id org.sonatype.oss:oss-parent:7 was not found in sources or local repository. Please check that tag is present and correct, the version of parent POM in sources matches the version defined.
If parent is only available through a remote repository, please check that the repository hosting it is defined in the current POM.

Your project has dependencies that are not resolved locally. Code completion in the IDE will not include classes from these dependencies or their transitive dependencies (unless they are among the open projects).
Please download the dependencies, or install them manually, if not available remotely.

The artifacts are:
com.fasterxml.jackson.core:jackson-databind:jar:2.2.0
org.springframework:spring-core:jar:3.2.3.RELEASE
org.springframework:spring-web:jar:3.2.3.RELEASE
org.springframework:spring-context:jar:3.2.3.RELEASE
org.springframework:spring-webmvc:jar:3.2.3.RELEASE
cglib:cglib:jar:2.2.2
org.elasticsearch:elasticsearch:jar:0.90.1
fr.pilato.spring:spring-elasticsearch:jar:0.2.0
fr.pilato.elasticsearch.river:fsriver:jar:0.2.0
org.elasticsearch:elasticsearch-mapper-attachments:jar:1.7.0
javax.servlet:servlet-api:jar:2.5
javax.servlet:jstl:jar:1.2
com.google.guava:guava:jar:14.0.1
commons-fileupload:commons-fileupload:jar:1.3
commons-io:commons-io:jar:2.4
log4j:log4j:jar:1.2.17
org.springframework:spring-test:jar:3.2.3.RELEASE
junit:junit:jar:4.11

Thanks in advance,
Fatima

--

Fátima Castiglione Maldonado
castiglionemaldonado@gmail.com

                 ____

               ,'_   |

_______|||
<
) .------.
-----------,------.-' ,-'-.
| | | ,' `.

            ,'    |  |            ,'                    `.
            |  _,-'  |__         /                        \
          _,'-'    `.   `---.___|_____________             \

      .--'  -----.  | _____________________   `-. -----     |
      |    ___|  |  |                      \  ,- \          |
      |    ___|  |===========================((|) |         |
      |       |  |  | _____________________/  `- /          |

      `--._ -----'  |        _________________,-' -----     |
           `.-._   ,' __.---'   |                          /
            |   `-.  |           \                        /
            `.    |  |            `.                    ,'

             |    |  |              `.                ,'

_____,------------------. -._ _,-' <___________________________)------'
| _| |

               `.____|

=================================

You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thank you very much.
I will try using one of those two.

2013/6/29 David Pilato david@pilato.fr

I think it's a NetBeans issue.
I can't help here as I don't know netbeans.

When opening the project in eclipse or IntelliJ, I don't have that kind of
issue.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 29 juin 2013 à 07:21, Fatima Castiglione Maldonado 发 <
castiglionemaldonado@gmail.com> a écrit :

Hi,

I am trying to add some new features to ScrutMyDocs. I downloaded the
source code from GitHub, and now I am using NetBeans to open the project.

I have already build the code with Maven, so dependencies should be
resolved. Even so, once open, it shows me two problems:

The parent POM with id org.sonatype.oss:oss-parent:7 was not found in
sources or local repository. Please check that tag is
present and correct, the version of parent POM in sources matches the
version defined.
If parent is only available through a remote repository, please check that
the repository hosting it is defined in the current POM.

Your project has dependencies that are not resolved locally. Code
completion in the IDE will not include classes from these dependencies or
their transitive dependencies (unless they are among the open projects).
Please download the dependencies, or install them manually, if not
available remotely.

The artifacts are:
com.fasterxml.jackson.core:jackson-databind:jar:2.2.0
org.springframework:spring-core:jar:3.2.3.RELEASE
org.springframework:spring-web:jar:3.2.3.RELEASE
org.springframework:spring-context:jar:3.2.3.RELEASE
org.springframework:spring-webmvc:jar:3.2.3.RELEASE
cglib:cglib:jar:2.2.2
org.elasticsearch:elasticsearch:jar:0.90.1
fr.pilato.spring:spring-elasticsearch:jar:0.2.0
fr.pilato.elasticsearch.river:fsriver:jar:0.2.0
org.elasticsearch:elasticsearch-mapper-attachments:jar:1.7.0
javax.servlet:servlet-api:jar:2.5
javax.servlet:jstl:jar:1.2
com.google.guava:guava:jar:14.0.1
commons-fileupload:commons-fileupload:jar:1.3
commons-io:commons-io:jar:2.4
log4j:log4j:jar:1.2.17
org.springframework:spring-test:jar:3.2.3.RELEASE
junit:junit:jar:4.11

Thanks in advance,
Fatima

--

Fátima Castiglione Maldonado
castiglionemaldonado@gmail.com

                 ____

               ,'_   |

_______|||
<
) .------.
-----------,------.-' ,-' -.
| | | ,' `.

            ,'    |  |            ,'                    `.
            |  _,-'  |__         /                        \
          _,'-'    `.   `---.___|_____________             \

      .--'  -----.  | _____________________   `-. -----     |
      |    ___|  |  |                      \  ,- \          |
      |    ___|  |===========================((|) |         |
      |       |  |  | _____________________/  `- /          |

      `--._ -----'  |        _________________,-' -----     |
           `.-._   ,' __.---'   |                          /
            |   `-.  |           \                        /
            `.    |  |            `.                    ,'

             |    |  |              `.                ,'

_____,------------------. -._ _,-' <___________________________) ------'
| _| |

               `.____|

=================================

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

Fátima Castiglione Maldonado
castiglionemaldonado@gmail.com

                 ____
               ,'_   |

|||
<
) .------.
-----------,------.-' ,-' -.
| | | ,' . ,' | | ,' .
| ,-' |
/
,'-' . ---.
|
_________
.--' -----. | _____________________ -. ----- | | ___| | | \ ,- \ | | ___| |===========================((|) | | | | | | _____________________/ - / |
--._ -----' | _________________,-' ----- | .-._ ,' __.---' | /
| -. | \ / . | | . ,' | | | . ,'
_____,------------------. -._ _,-' <___________________________) ------'
| | |
`.
___|

=================================

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Yes, it was Netbeans. Now I'm using IntelliJ and it is all ok.

Thanks !

2013/6/29 Fatima Castiglione Maldonado 发 castiglionemaldonado@gmail.com

Thank you very much.
I will try using one of those two.

2013/6/29 David Pilato david@pilato.fr

I think it's a NetBeans issue.
I can't help here as I don't know netbeans.

When opening the project in eclipse or IntelliJ, I don't have that kind
of issue.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 29 juin 2013 à 07:21, Fatima Castiglione Maldonado 发 <
castiglionemaldonado@gmail.com> a écrit :

Hi,

I am trying to add some new features to ScrutMyDocs. I downloaded the
source code from GitHub, and now I am using NetBeans to open the project.

I have already build the code with Maven, so dependencies should be
resolved. Even so, once open, it shows me two problems:

The parent POM with id org.sonatype.oss:oss-parent:7 was not found in
sources or local repository. Please check that tag is
present and correct, the version of parent POM in sources matches the
version defined.
If parent is only available through a remote repository, please check
that the repository hosting it is defined in the current POM.

Your project has dependencies that are not resolved locally. Code
completion in the IDE will not include classes from these dependencies or
their transitive dependencies (unless they are among the open projects).
Please download the dependencies, or install them manually, if not
available remotely.

The artifacts are:
com.fasterxml.jackson.core:jackson-databind:jar:2.2.0
org.springframework:spring-core:jar:3.2.3.RELEASE
org.springframework:spring-web:jar:3.2.3.RELEASE
org.springframework:spring-context:jar:3.2.3.RELEASE
org.springframework:spring-webmvc:jar:3.2.3.RELEASE
cglib:cglib:jar:2.2.2
org.elasticsearch:elasticsearch:jar:0.90.1
fr.pilato.spring:spring-elasticsearch:jar:0.2.0
fr.pilato.elasticsearch.river:fsriver:jar:0.2.0
org.elasticsearch:elasticsearch-mapper-attachments:jar:1.7.0
javax.servlet:servlet-api:jar:2.5
javax.servlet:jstl:jar:1.2
com.google.guava:guava:jar:14.0.1
commons-fileupload:commons-fileupload:jar:1.3
commons-io:commons-io:jar:2.4
log4j:log4j:jar:1.2.17
org.springframework:spring-test:jar:3.2.3.RELEASE
junit:junit:jar:4.11

Thanks in advance,
Fatima

--

Fátima Castiglione Maldonado
castiglionemaldonado@gmail.com

                 ____


               ,'_   |

_______|||
<
) .------.
-----------,------.-' ,-' -.
| | | ,' `.

            ,'    |  |            ,'                    `.
            |  _,-'  |__         /                        \
          _,'-'    `.   `---.___|_____________             \


      .--'  -----.  | _____________________   `-. -----     |
      |    ___|  |  |                      \  ,- \          |
      |    ___|  |===========================((|) |         |
      |       |  |  | _____________________/  `- /          |


      `--._ -----'  |        _________________,-' -----     |
           `.-._   ,' __.---'   |                          /
            |   `-.  |           \                        /

            `.    |  |            `.                    ,'

             |    |  |              `.                ,'

_____,------------------. -._ _,-' <___________________________) ------'
| _| |

               `.____|

=================================

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

Fátima Castiglione Maldonado
castiglionemaldonado@gmail.com

                 ____
               ,'_   |

_______|||
<
) .------.
-----------,------.-' ,-' -.

             |    |  |              ,'                `.
            ,'    |  |            ,'                    `.
            |  _,-'  |__         /                        \
          _,'-'    `.   `---.___|_____________             \

      .--'  -----.  | _____________________   `-. -----     |
      |    ___|  |  |                      \  ,- \          |
      |    ___|  |===========================((|) |         |
      |       |  |  | _____________________/  `- /          |

      `--._ -----'  |        _________________,-' -----     |
           `.-._   ,' __.---'   |                          /
            |   `-.  |           \                        /
            `.    |  |            `.                    ,'

             |    |  |              `.                ,'

_____,------------------. -._ _,-' <___________________________) ------'
| _| |

               `.____|

=================================

--

Fátima Castiglione Maldonado
castiglionemaldonado@gmail.com

                 ____
               ,'_   |

|||
<
) .------.
-----------,------.-' ,-' -.
| | | ,' . ,' | | ,' .
| ,-' |
/
,'-' . ---.
|
_________
.--' -----. | _____________________ -. ----- | | ___| | | \ ,- \ | | ___| |===========================((|) | | | | | | _____________________/ - / |
--._ -----' | _________________,-' ----- | .-._ ,' __.---' | /
| -. | \ / . | | . ,' | | | . ,'
_____,------------------. -._ _,-' <___________________________) ------'
| | |
`.
___|

=================================

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.