kgignatyev wrote:
It look like you did now follow all the instructions or try to compile it not from Ant because all the necessary libraries will be downloaded automatically via transitive dependencies. Please read and follow carefully to the #3
http://sandbox.sourcelabs.com/kosta/sas ... arted.html
At the outset let me mention, I am using apache-ant-1.6.5, java 5.0, and I tried to build from dos console(xp)...this time I did not use IDE(Netbeans 5.0) though, read #3 carefully as you mentioned:
I tried to run 2 things:
1)application:sashstarter-1.0
I visited the above url u gave...however the page do not contain any link to the sample sashstarter-2.0 application....Hence I tried to find a source for the relevant sample code...and I found the file "sashstarter-1.0-src.zip" which I downloaded from
http://www.sourcelabs.com/?sidemenu=4&p ... ingstarted".....However none of the build files are working(for 1.0).....I feel that sashstarter-1.0 is not the right application…so where is the source cde link for sashstarter-2.0?
2)application:hb-beyond-hw
The file hibernate_bhw.zip which I downloaded from
http://sandbox.sourcelabs.com/kosta/hib ... /haop.html here is the build error..
E:\dev\java\hb-beyond-hw>ant
Buildfile: build.xml
Downloading: postgresql/postgresql/8.1-404.jdbc3/postgresql-8.1-404.jdbc3.pom
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.
[artifact:dependencies] Diagnosis:
[artifact:dependencies]
[artifact:dependencies] Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'postgresql:postgresql:jar': Error getting POM
…………...
…………...
BUILD FAILED
So what am I missing?