[ 
http://issues.apache.org/jira/browse/HTTPCLIENT-584?page=comments#action_12415641
 ] 

Roland Weber commented on HTTPCLIENT-584:
-----------------------------------------

Looks like this change broke the GUMP build. From the mail on the developer 
list:

> Project commons-httpclient has an issue affecting its community integration.
[...]
> dist:
>    [copy] Copying 1 file to 
> /x1/gump/public/workspace/jakarta-commons/httpclient/dist
>    [copy] Copying 1 file to 
> /x1/gump/public/workspace/jakarta-commons/httpclient/dist
>    [copy] Copying 1 file to 
> /x1/gump/public/workspace/jakarta-commons/httpclient/dist
>    [copy] Copying 1 file to 
> /x1/gump/public/workspace/jakarta-commons/httpclient/dist
>    [jar] Building jar: 
> /x1/gump/public/workspace/jakarta-commons/httpclient/dist/commons-httpclient.jar
>    [mkdir] Created dir: 
> /x1/gump/public/workspace/jakarta-commons/httpclient/dist/src
>    [copy] Copying 284 files to 
> /x1/gump/public/workspace/jakarta-commons/httpclient/dist/src
>    [mkdir] Created dir: 
> /x1/gump/public/workspace/jakarta-commons/httpclient/dist/lib
>
>BUILD FAILED
>/x1/gump/public/workspace/jakarta-commons/httpclient/build.xml:164: 
>/x1/gump/public/workspace/jakarta-commons/httpclient/lib not found.

There is some historic step in the "dist" target that will copy the now removed 
lib/ directory to the
distribution target directory. The libs are not part of the distribution, so I 
guess this step is pointless.

patch follows



> Remove lib directory from SVN trunk
> -----------------------------------
>
>          Key: HTTPCLIENT-584
>          URL: http://issues.apache.org/jira/browse/HTTPCLIENT-584
>      Project: Jakarta HttpClient
>         Type: Task

>     Versions: 3.0.1
>     Reporter: Sebb
>     Assignee: Oleg Kalnichevski
>     Priority: Minor
>      Fix For: 3.1 Alpha 1
>  Attachments: dependencies.patch
>
> build.xml expects to find junit.jar in the lib directory for building and 
> running tests.
> The jar is not included in SVN, but nor is the jar ignored, so when it is 
> downloaded it shows up as an unversioned file.
> The file should be included in or excluded from SVN.
> ==
> Note: In JMeter we use a lib/opt directory.
> This is present in SVN - but all contents are ignored.
> This can be used for extra jars that cannot be or are not included in SVN.
> Could use the same approach for junit.jar...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to