Re: ant deploy BUILD FAILED

2012-08-02 Thread Sofia Sayzhenkova
h dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Date: Tue, 31 Jul 2012 17:32:20 +0200 From: ssayz...@cern.ch To: user@ant.apache.org Subject: Re: ant d

Re: ant deploy BUILD FAILED

2012-07-31 Thread Peter West
Don't use heppc1 _anywhere_. Replace every instance with the full domain name. heppc1 might be a local DNS convenience, or it might be in your /etc/hosts. Just don't use it. It IS an access problem. The error message is very specific about that. Peter West "Take my yoke upon you, and learn fro

Re: ant deploy BUILD FAILED

2012-07-31 Thread Sofia Sayzhenkova
My svn server has the following configuration. cat /etc/httpd/conf.d/subversion.conf LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so SSLRequireSSL DAV svn SVNpath /var/www/svn/HEPFTUAM Satisfy Any Re

RE: ant deploy BUILD FAILED

2012-07-31 Thread Martin Gainty
rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Date: Tue, 31 Jul 2012 17:32:20 +0200 > From: ssayz...@cern.ch > To: user@ant.apache.org > Subject: Re: ant deploy BUILD FAILED > > I can do

Re: ant deploy BUILD FAILED

2012-07-31 Thread Sofia Sayzhenkova
I can do execute svn ls for heppc1 as well $ svn ls https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags 2008/ 2009/ 2010/ 2011/ 2012/ The address which I get in the error message can be different heppc1 and heppc1.ft.uam.es BUILD FAILED /home/pardo/workspace/trunk5/quattor

Re: ant deploy BUILD FAILED

2012-07-31 Thread Peter West
Your authentication problem is with a different address: https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags/ Note the server is heppc1, not heppc1.ft.uam.es The bogus address is probably specified somewhere in your build file. Peter West "Take my yoke upon you, and learn from

ant deploy BUILD FAILED

2012-07-31 Thread Sofia Sayzhenkova
Hello Peter and Stefan, thank you for your response. I don't know how I can answer in the same thread, because I didn't receive the emails. Does the command "ant deploy" need additional rights on the svn server unlike for example "svn commit" and "svn ls"? I can execute svn ls without any

Re: ant deploy BUILD FAILED

2012-07-27 Thread Stefan Bodewig
On 2012-07-27, Sofia Sayzhenkova wrote: > Hello all, > I have a problem during "ant -debug --noconfig deploy". > BUILD FAILED > /home/sofia/workspace/trunk/quattor.build.xml:340: Error getting > information about SVN branch > https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags/:

Re: ant deploy BUILD FAILED

2012-07-27 Thread Peter West
How are you authenticating to the SVN repository? Peter West "Come to me, all who labour and are heavy burdened, and I will give you rest." On 27/07/2012, at 9:58 PM, Sofia Sayzhenkova wrote: > Hello all, > > I have a problem during "ant -debug --noconfig deploy". > > BUILD FAILED > /home/sof

ant deploy BUILD FAILED

2012-07-27 Thread Sofia Sayzhenkova
Hello all, I have a problem during "ant -debug --noconfig deploy". BUILD FAILED /home/sofia/workspace/trunk/quattor.build.xml:340: Error getting information about SVN branch https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags/: svn: Authentication required for '

Re: Ant deploy, build failed - please help

2007-01-19 Thread Scot P. Floess
Well, just looking at the compile problem...it seems failure is on the javac target... If I read this correctly the class GenericDataSource does not implement the isWrapperFor() method. My guess is GenericDataSource extends (in some fashion) Wrapper and GenericDataSource is being used by the

Ant deploy, build failed - please help

2007-01-19 Thread Timothy Haroutunian
Hello, I am trying to compile uPortal and I am getting a build failed error. I am getting the following error: [javac] /usr/local/uPortal/source/org/jasig/portal/RDBMServices.java:559: org.jasig.portal.RDBMServices.GenericDataSource is not abstract and does not override abstract method isW