-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Runing build-all task from top-level build.xml file not succeed.
The first error is :
BUILD FAILED
/shared/apache/hackystat/build.xml:381: The following error occurred while
executing this line:
/shared/apache/hackystat/hackystat-sensorbase-postgres/jar.build.xml:6: The
following error occurred while executing this line:
/shared/apache/hackystat/hackystat-sensorbase-postgres/build.xml:21: This
package requires the Postgres JDBC Connector to be installed and
env.POSTGRES_DRIVER_HOME defined
Second try, after remove hackystat-sensorbase-postgres from build-all task,
fail again:
BUILD FAILED
/shared/apache/hackystat/build.xml:386: The following error occurred while
executing this line:
/shared/apache/hackystat/hackystat-sensor-ant/jar.build.xml:29: Error while
expanding /shared/apache/hackystat/hackystat-sensor-ant/thirdpartyjars/JRCS.jar
java.io.FileNotFoundException:
/shared/apache/hackystat/hackystat-sensor-ant/thirdpartyjars/JRCS.jar (No
such file or directory)
After remove sensor-ant as well, the build pass.
* 1. ivy for hackystat-sensorbase-postgres need to be fixed.
* 2. hackystat-sensor-ant's jar task need to be fixed.
Original issue reported on code.google.com by zsxking on 30 Jan 2010 at 3:10
Reactions are currently unavailable