Added warning about working on windows

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-07-19 10:57:13 +00:00
parent 6a670d1d33
commit 2f912fbaaf
2 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,13 @@
#!/bin/bash
echo
echo "*********************************************************"
echo if you are running in windows, run $0 windows
echo "*********************************************************"
echo
rm -Rf target
mkdir target

View File

@ -1,5 +1,13 @@
#!/bin/bash
echo
echo "*********************************************************"
echo if you are running in windows, run $0 windows
echo "*********************************************************"
echo
rm -Rf target
mkdir target