You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2009/11/11 10:54:39 UTC

[jira] Commented: (GERONIMO-4949) getting error while taking the build

    [ https://issues.apache.org/jira/browse/GERONIMO-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776396#action_12776396 ] 

Forrest Xia commented on GERONIMO-4949:
---------------------------------------

Seems to me you used a long windows path that cause the IOException. Can you manage to checkout the g code in a simple short path like c:\gsrc?



> getting error while taking the build
> ------------------------------------
>
>                 Key: GERONIMO-4949
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4949
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>         Environment: Windows 2000 
>            Reporter: sneha manjrekar
>
> Hi 
> I am getting below error while runing the ant script for build creation.
>    [exec] -doEar:
>    [exec]      [copy] Copying 1 file to F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\applications_STAA_32.3\scripts
>    [exec]      [copy] Copying 1 file to F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\applications_STAA_32.3\scripts
>    [exec]      [copy] Copying 1 file to F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\applications_STAA_32.3\applications\temp\bean
>    [exec]       [ear] Building ear: F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\applications_STAA_32.3\applications\applications_STAA_32.3.ear
>    [exec]       [ear] Building ear: F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\applications_STAA_32.3\applications\applications_STAA_32.3_Test.ear
>    [exec]    [delete] Deleting directory F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\applications_STAA_32.3\applications\temp
>    [exec]    [delete] Deleting directory F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\utilities\config
>    [exec]     [mkdir] Created dir: F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\utilities\config
>    [exec]     [mkdir] Created dir: F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\config_temp
>    [exec]     [unzip] Expanding: F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\applications_STAA_32.3\applications\applications_STAA_32.3.ear into F:\Subve
> ion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\config_temp
>    [exec]     [mkdir] Created dir: F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\config_jars
>    [exec]      [copy] Copying 84 files to F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\config_jars
>    [exec]    [delete] Deleting directory F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\config_temp
>    [exec]    [delete] Deleting directory F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\config_jars
>    [exec]    [delete] Deleting: F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\XMLRouterMDB_STAA_32.3.zip
>    [exec]    [delete] Deleting: F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\XML2XMLRouterMDB_STAA_32.3.zip
>    [exec]
>    [exec] -zip:
>    [exec]
>    [exec] BUILD FAILED
>    [exec] F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\Applications\build.xml:63: The following error occurred while executing this line:
>    [exec] F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\build.xml:61: The following error occurred while executing this line:
>    [exec] F:\Subversion\svn\checkout\vs_UNIX_server_WLS8.1_BuildAutomation\server_build\components\build.xml:339: java.io.IOException: Failed to delete F:\Subversion\svn\checkout\vs_UNIX_server_WLS8
> _BuildAutomation\server_build\components\applications_STAA_32.3\etc\applications_inc.sh while trying to rename C:\DOCUME~1\SM0018~1\LOCALS~1\Temp\fixcrlf1817061681
>    [exec]
>    [exec] Total time: 3 minutes 58 seconds
> This error is observed at the below line in build.xml
> <fixcrlf srcdir="${workDirPath}/etc"
>        eol="lf" eof="remove"
>        includes="*.sh"
>     />
> Please suggest me the solution

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