Issue Details (XML | Word | Printable)

Key: DERBY-527
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Philip Wilder
Reporter: Philip Wilder
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Incorrect insane build on windows platform

Created: 22/Aug/05 11:59 PM   Updated: 20/Oct/05 05:04 AM
Return to search
Component/s: Build tools
Affects Version/s: 10.2.1.6
Fix Version/s: 10.1.2.1, 10.2.1.6

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works BuildXML.patch 2005-08-23 12:03 AM Philip Wilder 0.7 kB
Environment:
------------------ Java Information ------------------
Java Version: 1.4.2_08
Java Vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\j2re1.4.2_08
Java classpath: .;c:\derby\derbyRecent\classes;c:\eclipse\db2jcc.jar;c:\eclipse\db2jcc_license_c.jar;C:\derby\derbyRecent\tools\java\jakarta-oro-2.0.8.jar;C:\derby\derbyRecent\tools\java\geronimo-spec-servlet-2.4-rc4.jar;C:\derbyDita\lib\avalon-framework-cvs-20020806.jar;C:\derbyDita\lib\batik.jar;C:\derbyDita\lib\fop.jar;C:\j2sdk1.4.2_05\lib\tools.jar;C:\derby\emma-2.0.5312\lib\emma.jar
OS name: Windows XP
OS architecture: x86
OS version: 5.1
Java user name: 050503w
Java user home: C:\Documents and Settings\050503w
Java user dir: C:\derby\derbyRecent
java.specification.name: Java Platform API Specification
java.specification.version: 1.4
--------- Derby Information --------
JRE - JDBC: J2SE 1.4.2 - JDBC 3.0
[C:\derby\derbyRecent\classes] 10.2.0.0 alpha - (1)
[C:\eclipse\db2jcc.jar] 2.4 - (17)
[C:\eclipse\db2jcc_license_c.jar] 2.4 - (17)
------------------------------------------------------
----------------- Locale Information -----------------
Current Locale : [English/United States [en_US]]
Found support for locale: [de_DE]
version: 10.2.0.0 alpha - (1)
Found support for locale: [es]
version: 10.2.0.0 alpha - (1)
Found support for locale: [fr]
version: 10.2.0.0 alpha - (1)
Found support for locale: [it]
version: 10.2.0.0 alpha - (1)
Found support for locale: [ja_JP]
version: 10.2.0.0 alpha - (1)
Found support for locale: [ko_KR]
version: 10.2.0.0 alpha - (1)
Found support for locale: [pt_BR]
version: 10.2.0.0 alpha - (1)
Found support for locale: [zh_CN]
version: 10.2.0.0 alpha - (1)
Found support for locale: [zh_TW]
version: 10.2.0.0 alpha - (1)
------------------------------------------------------

Resolution Date: 20/Oct/05 05:02 AM


 Description  « Hide
I've found that Derby will not build sane properly for me. I have isolated it to here:

  <target name="evaluate.sane">
    <condition property="generate.sane">
      <equals arg1="${sane}" arg2="true"/>
    </condition>
  </target>

The scope of the generate.sane property is limited to this target (only tested in a Windows XP environment), ergo it will always be an insane build. Patch to follow shortly.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #234508 Mon Aug 22 15:45:51 UTC 2005 fuzzylogic DERBY-527: Return default build state to sane.

Committed for Philip Wilder <050503w@acadiau.ca>

Also fix problem if ${sane} was not set at all.
Files Changed
MODIFY /db/derby/code/trunk/build.xml

Philip Wilder added a comment - 23/Aug/05 12:03 AM
Moves the ensuresanitystate.sane and ensuresanitystate.insane into the evaluate.sane target so they can evaluate the generate.sane property properly.

Philip Wilder made changes - 23/Aug/05 12:03 AM
Field Original Value New Value
Attachment BuildXML.patch [ 12311890 ]
Andrew McIntyre added a comment - 23/Aug/05 12:47 AM
Committed, revision 234508.

Andrew McIntyre made changes - 23/Aug/05 12:47 AM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Philip Wilder added a comment - 23/Aug/05 01:29 AM
It should be noted that my ant version is 1.6.2

Philip Wilder made changes - 23/Aug/05 01:34 AM
Assignee Philip Wilder [ acadia_student_01 ]
Status Resolved [ 5 ] Closed [ 6 ]
Andrew McIntyre made changes - 20/Oct/05 05:01 AM
Resolution Fixed [ 1 ]
Status Closed [ 6 ] Reopened [ 4 ]
Andrew McIntyre added a comment - 20/Oct/05 05:02 AM
Merged to 10.1 branch with revision 321016.

Andrew McIntyre made changes - 20/Oct/05 05:02 AM
Resolution Fixed [ 1 ]
Status Reopened [ 4 ] Resolved [ 5 ]
Fix Version/s 10.1.1.2 [ 12310353 ]
Fix Version/s 10.1.2.0 [ 12310270 ]
Andrew McIntyre made changes - 20/Oct/05 05:04 AM
Status Resolved [ 5 ] Closed [ 6 ]