You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Ahmet Arslan (JIRA)" <ji...@apache.org> on 2014/05/03 01:01:24 UTC

[jira] [Created] (CONNECTORS-935) ant build files mention 1.6 as source and target

Ahmet Arslan created CONNECTORS-935:
---------------------------------------

             Summary: ant build files mention 1.6 as source and target
                 Key: CONNECTORS-935
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-935
             Project: ManifoldCF
          Issue Type: Task
          Components: Build
    Affects Versions: ManifoldCF 1.6
         Environment: java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
Mac OS X Version 10.7.5
            Reporter: Ahmet Arslan
            Priority: Minor
             Fix For: ManifoldCF 1.7


I was getting following annoying warning {noformat}warning: [options] bootstrap class path not set in conjunction with -source 1.6 {noformat} Further investigation revealed that some ant build.xml files mentions.

{code:xml}
<javac  target="1.6" source="1.6" />
{code}

We are on java7. Lets get rid of this warning message.



--
This message was sent by Atlassian JIRA
(v6.2#6252)