Running ./ant clean-all twice gets an error message
---------------------------------------------------
Key: OFBIZ-3728
URL:
https://issues.apache.org/jira/browse/OFBIZ-3728 Project: OFBiz
Issue Type: Bug
Components: ALL APPLICATIONS
Affects Versions: SVN trunk
Reporter: Sam Hamilton
Priority: Trivial
When using r936175 if you run ./ant clean-all it works just fine and then run it again (perhaps you forgot that you had run it already yesterday like I did) and then you get the following error message:
samhamilton$ ./ant clean-all
Buildfile: build.xml
Trying to override old definition of datatype javacc
Trying to override old definition of datatype jjtree
clean-all:
clean-data:
clean-data:
clean-logs:
clean-logs:
clean-output:
clean-output:
clean-xtra:
clean-catalina:
clean-catalina:
clean-cache:
[echo] NOTICE: deleting ${cache.file.store}.db
[delete] Could not find file /Users/samhamilton/Sources/ofbiz/${cache.file.store}.db to delete.
clean-tempfiles:
clean-tempfiles:
clean:
[subant] No sub-builds to iterate on
clean:
BUILD FAILED
/Users/samhamilton/Sources/ofbiz/build.xml:63: The following error occurred while executing this line:
/Users/samhamilton/Sources/ofbiz/build.xml:146: The following error occurred while executing this line:
/Users/samhamilton/Sources/ofbiz/specialpurpose/build.xml:65: The following error occurred while executing this line:
/Users/samhamilton/Sources/ofbiz/macros.xml:27: The following error occurred while executing this line:
/Users/samhamilton/Sources/ofbiz/specialpurpose/ecommerce/build.xml:22: The following error occurred while executing this line:
/Users/samhamilton/Sources/ofbiz/common.xml:29: taskdef class org.ofbiz.tools.ant.IfTask cannot be found
Total time: 3 seconds
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.