[
https://issues.apache.org/jira/browse/CONNECTORS-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949184#comment-15949184
]
Cihad Guzel commented on CONNECTORS-1254:
-----------------------------------------
mcf-parent/pom.xml :
{code}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<fork>true</fork>
<meminitial>128m</meminitial>
<maxmem>512m</maxmem>
</configuration>
</plugin>
{code}
The target line shows that it is "1.7" . Should be "1.8" ?
> jetty dependencies is missing in jetty-runner
> ---------------------------------------------
>
> Key: CONNECTORS-1254
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1254
> Project: ManifoldCF
> Issue Type: Bug
> Components: Framework core
> Affects Versions: ManifoldCF 2.2
> Reporter: Shinichiro Abe
> Assignee: Shinichiro Abe
> Priority: Minor
> Fix For: ManifoldCF 2.3
>
> Attachments: CONNECTORS-1254.patch
>
>
> In current trunk, I run jetty-runner by mvn exec and operate crawler ui.
> Then I saw the following message on my console.
> {noformat}
> WARN: Unknown target VM 1.7 ignored.
> WARN: Unknown source VM 1.7 ignored.
> WARN: Unknown target VM 1.7 ignored.
> WARN: Unknown source VM 1.7 ignored.
> ...
> {noformat}
> When I append lost jetty dependencies in jetty-runner' pom, that message
> doesn't happen.
> It seems I've forgotten to do that on CONNECTORS-1050.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)