derby-split-4
=============
Dependees: 5
Affected : 6
Duration in state: 12
Gump metadata: sl4j.xml

  <project name="derby-split-4">
    <ant target="gump_split_4">
      <property name="build.sysclasspath" value="last"/>
      <property name="build.compiler" value="jikes"/>
      <property name="deprecation" value="false"/>
      <property name="empty" project="java-runtime-1.3"
reference="jarpath"/>
    </ant>
  </project>


Error output:
-------------
Buildfile: build.xml

gump_split_4:

BUILD FAILED
/x1/gump/public/workspace/db-derby/build.xml:1618: The following error
occurred while executing this line:
Target "compile_jdbc2" does not exist in the project "null". 

Total time: 0 seconds



Comments:
---------
    Gump "derby-split-4"
--> /build.xml gump_split_4
--> /java/engine/org/apache/derby/impl/jdbc compile_jdbc2

That buildfile does only contain the targets
  <target name="compile" depends="compile_jdbc3, compile_jdbc4"/>
  <target name="compile_jsr169">
  <target name="compile_jsr169_opt">
  <target name="compile_jdbc3" depends="compile_jsr169">
  <target name="compile_jdbc4" depends="compile_jdbc3" if="jdk16">
  
I think that this target was removed in rev 516518 [1] 
    "DERBY-1983 (partial) Change the default base compile level to JDK
1.4 including 
    changing the target/source flags for the compiler to be 1.4 instead
of 1.3."
by djd on 2007-03-09.    


What to do?
I hope that djd is listening ...



Jan


[1]
http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/
derby/impl/jdbc/build.xml?r1=516518&r2=516554&diff_format=h

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to