Bug 7183 - BUILD ISSUE with 1.5-dev - dist target is not valid - /src/examples/src not found.
Summary: BUILD ISSUE with 1.5-dev - dist target is not valid - /src/examples/src not ...
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 1.5
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-17 23:50 UTC by Andy Oliver
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Oliver 2002-03-17 23:50:56 UTC
If one checks out the current CVS sources, builds the "dist" target then unzips
the distribution somewhere else, that dist target won't build:

/tmp/jakarta-poi-1.5-dev/build.xml:26: /tmp/jakarta-poi-1.5-dev/src/examples/src
not found.

Total time: 4 seconds
[andy@linux2 jakarta-poi-1.5-dev]$ ./build.sh compile
Buildfile: build.xml

init:
     [echo] --------------------------------------------------------------
     [echo] Setting up customized ant tasks...
     [echo] ... done.
     [echo] --------------------------------------------------------------
     [echo]                       Jakarta POI [2001-2002]                   
     [echo] --------------------------------------------------------------
     [echo] Building with Ant version 1.4.1 compiled on October 11 2001
     [echo] using build file /tmp/jakarta-poi-1.5-dev/build.xml
     [echo] --------------------------------------------------------------
   [delete] Deleting: /tmp/jakarta-poi-1.5-dev/build/jakarta-poi/build-log.xml

prepare:

prepare-src:

BUILD FAILED

/tmp/jakarta-poi-1.5-dev/build.xml:26: /tmp/jakarta-poi-1.5-dev/src/examples/src
not found.

Total time: 3 seconds
Comment 1 Andy Oliver 2002-03-17 23:53:32 UTC
sorry to make this clear, I'm talking about the source distribution created by
the dist target.
Comment 2 Glen Stampoultzis 2002-03-31 06:48:01 UTC
This seems to be working.  Please reopen if this is incorrect.