[ 
https://issues.apache.org/jira/browse/JDO-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733472#action_12733472
 ] 

Michelle Caisse commented on JDO-635:
-------------------------------------

I was able to compile with JDK 1.5.0.18 on Linux:

java:compile:
    [echo] Compiling to /home/michelle/jdo/jdo/trunk/tck2/target/classes
    [javac] Compiling 839 source files to 
/home/michelle/jdo/jdo/trunk/tck2/target/classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

java:jar-resources:
Copying 1 file to /home/michelle/jdo/jdo/trunk/tck2/target/classes/META-INF
Copying 77 files to /home/michelle/jdo/jdo/trunk/tck2/target/classes
Copying 136 files to /home/michelle/jdo/jdo/trunk/tck2/target/classes
Copying 130 files to /home/michelle/jdo/jdo/trunk/tck2/target/classes
Copying 24 files to /home/michelle/jdo/jdo/trunk/tck2/target/classes
Copying 12 files to /home/michelle/jdo/jdo/trunk/tck2/target/classes

test:test:
    [echo] No tests to run.

jar:jar:
    [jar] Building jar: 
/home/michelle/jdo/jdo/trunk/tck2/target/jdo2-tck-2.3-SNAPSHOT.jar

jar:install:
    [echo] Installing...
Uploading to org.apache.jdo/jars/jdo2-tck-2.3-SNAPSHOT.jar: 
.................... (2395K)
Uploading to org.apache.jdo/poms/jdo2-tck-2.3-SNAPSHOT.pom: 
.................... (8K)
-------------------------------------------------------------------------------
BUILD SUCCESSFUL
-------------------------------------------------------------------------------
Total time   : 7 seconds 
Finished at  : Monday, July 20, 2009 9:29:57 PM MST
Final Memory : 19M/146M
-------------------------------------------------------------------------------
miche...@michelle-desktop:~/jdo/jdo/trunk/tck2$ javac -version
javac 1.5.0_18


> tck2 does not compile with JDK 1.5
> ----------------------------------
>
>                 Key: JDO-635
>                 URL: https://issues.apache.org/jira/browse/JDO-635
>             Project: JDO
>          Issue Type: Bug
>          Components: tck2
>    Affects Versions: JDO 2 maintenance release 2
>            Reporter: Michael Bouschen
>             Fix For: JDO 2 maintenance release 3
>
>
> Recently the file projects.properties in tck2 was changed in order to turn 
> OFF any post-compile enhancement with JDK1.6:
>  maven.compile.compilerargs= -proc:none
> This leads to a javac error when using JDK 1.5 (I'm using build 1.5.0_15-b04):
> java:compile:
>    [echo] Compiling to d:\projects\jdo\workspace\jdo\trunk\tck2/target/classes
>    [javac] Compiling 1 source file to 
> D:\projects\jdo\workspace\jdo\trunk\tck2\target\classes
>    [javac] javac: invalid flag: -proc:none
>    [javac] Usage: javac <options> <source files>
> Unfortunately, maven1 does not support profiles (where maven 2 does support 
> profiles) which allows environment specific property settings. 
> Eric proposed: 
> "Another way of disabling the enhancement on compile time is removing the 
> enhancer jar from the compiler classpath."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to