Hi,
I am trying to build cygwin on windos on cygwin and the build fails
with the following error:
[INFO] [antrun:run {execution: package}]
[INFO] Executing tasks
main:
[mkdir] Created dir: D:\workspace\mkshirsa\hbase-trunk\target\hbase-0.93-SNA
PSHOT\hbase-0.93-SNAPSHOT\lib\native\${build.platform}
[exec] ls: cannot access D:workspacemkshirsahbase-trunktarget/nativelib: No
such file or directory
[exec] tar (child): Cannot connect to D: resolve failed
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: exec returned: 3328
Apparently the buildmail.xml file which is generated has the following contents:
<echo file="D:\workspace\mkshirsa\hbase-trunk\target/copynativelibs.sh">if
[ `ls D:\workspace\mkshirsa\hbase-trunk\target/nativelib | wc -l` -ne
0 ]; then
cp -PR
D:\workspace\mkshirsa\hbase-trunk\target/nativelib/lib*
D:\workspace\mkshirsa\hbase-trunk\target/hbase-0.93-SNAPSHOT/hbase-0.93-SNAPSHOT/lib/native/${build.platform}
fi</echo>
Has anyone faced this before?
--
-Mayuresh