Gostylo, Jacob | 8 Oct 21:27
Favicon

help with templates

What language is used in the template text?:

 

#foreach($column in $output.MetaData.ColumnArray)

    <th scope="col" align="left" valign="middle"><strong>$column</strong></th>

  #end

  </tr>

  #foreach($row in $output.RowArray)

    <tr bgcolor="#ffffff">

    #foreach($columnValue in $row.ColumnValueArray)

 

 

I could stop guessing at the syntax and look up what the language is capable of if I knew what it was.

 

Thanks,

Jake

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Rahul Nimmagadda | 23 Jul 17:35
Picon

Anthill Build failing

Hi All,
 
I am reveving the below error while trying to build. I know the details below are kind of less to pinpoint the problem but that's all I receive in the logs. I can try finding out more details if anyone can suggest what might be the problem looking at the error messages below.
 

Anthill version 1.8.0.264

Retrieving project files: OK

FAILED to build project. Message: ProfileAdapter prepareForEdit failed: 127

FAILED to get revision list. Message: cvs log failed. Exit code: 127

 

Thanks,

Rahul N

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Steve Boone | 12 Aug 19:45

Re: [Anthill-pro] Know about our Blog?

http://www.anthillpro.com/blogs/

On Tue, Aug 12, 2008 at 1:43 PM, Frederic Jean <frederic.jean-+VOaU5BgciZBDgjK7y7TUQ@public.gmane.org> wrote:
Hi Eric,

What is the url of the blog ?

Thank you
Frederic

-----Message d'origine-----
De : anthill-pro-bounces-IWHQxnLZ/P3rXihlmxnZCEEOCMrvLtNR@public.gmane.org [mailto:anthill-pro-bounces-IWHQxnLZ/P3rXihlmxnZCEEOCMrvLtNR@public.gmane.org] De la part de Eric Minick
Envoyé : 1 août 2008 17:57
À : AnthillPro user and support list.; Anthill OS User List
Objet : [Anthill-pro] Know about our Blog?

Hi All,

I just wanted to drop in and make sure the community was aware that we
have a blog up on the website. We'll be giving it a bit more love than
in the past, but there's already some good short articles and
announcements. Our various consultants and support team will be
discussing interesting problems they've seen in the field and how they
addressed them. This should provide a good resource for teams facing
similar challenges. Might be one to add to your RSS reader.

Cheers,

Eric
_______________________________________________
Anthill-pro mailing list
Anthill-pro-IWHQxnLZ/P2wLFEw4DpGZg@public.gmane.orgode.com
http://lists.urbancode.com/mailman/listinfo/anthill-pro
_______________________________________________
Anthill-pro mailing list
Anthill-pro <at> lists.urbancode.com
http://lists.urbancode.com/mailman/listinfo/anthill-pro

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Eric Minick | 1 Aug 23:56

Know about our Blog?

Hi All,

I just wanted to drop in and make sure the community was aware that we 
have a blog up on the website. We'll be giving it a bit more love than 
in the past, but there's already some good short articles and 
announcements. Our various consultants and support team will be 
discussing interesting problems they've seen in the field and how they 
addressed them. This should provide a good resource for teams facing 
similar challenges. Might be one to add to your RSS reader.

Cheers,

Eric
Naina | 7 Jul 17:02
Picon

Email options

Hello everybody,

I am using anthill for my project build. The scenario is as follows:

The project build starts at the time configured in the automated schedule. But sometimes, the build is not run as there are no changes in the code. The tomcat log displays the following message in the log:
            23:44:07:376 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Build NOT required
            23:44:07:377 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Build NOT required.

At the same time, it does not send any mails to the users configured in the email options. I have checked the option :

anthill.mail.policy
Always Failed builds only

Is there any way I can make anthill send the emails even if the build is not required so that the developers know what is happening ?

Thanks and Regards,
Naina.
_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Naina | 7 Jul 16:57
Picon

Configuring Email in anthill

Hello Everybody,

I am using anthill OS for my project build. The scenario is as follows:

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Kenneth Burgener | 1 Jul 23:53

Create Dependency Group - Permission denied

I have several projects that build successfully.  Today I tried to add a 
Dependency Group only to get the following error:

========================================
15:45:58:067 [http-8080-Processor25] ERROR 
com.urbancode.anthill.web.admin.CreateDependencyGroupServlet  - 
Permission denied
java.io.IOException: Permission denied
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.createNewFile(File.java:850)
        at 
com.urbancode.anthill.DependencyGroup.<init>(DependencyGroup.java:71)
        at 
com.urbancode.anthill.Anthill.createDependencyGroup(Anthill.java:210)
        at 
com.urbancode.anthill.web.admin.CreateDependencyGroupServlet.processRequest(CreateDependencyGroupServlet.java:65)
        at 
com.urbancode.anthill.web.admin.AnthillBaseServlet.processRequest0(AnthillBaseServlet.java:64)
        at 
com.urbancode.anthill.web.admin.AnthillBaseServlet.doGet(AnthillBaseServlet.java:114)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
        at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
        at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
        at java.lang.Thread.run(Thread.java:595)
15:45:58:068 [http-8080-Processor25] ERROR

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[CreateDependencyGroupServlet]

- Servlet.service() for servlet CreateDependencyGroupServlet threw exception
java.io.IOException: Permission denied
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.createNewFile(File.java:850)
        at 
com.urbancode.anthill.DependencyGroup.<init>(DependencyGroup.java:71)
        at 
com.urbancode.anthill.Anthill.createDependencyGroup(Anthill.java:210)
        at 
com.urbancode.anthill.web.admin.CreateDependencyGroupServlet.processRequest(CreateDependencyGroupServlet.java:65)
        at 
com.urbancode.anthill.web.admin.AnthillBaseServlet.processRequest0(AnthillBaseServlet.java:64)
        at 
com.urbancode.anthill.web.admin.AnthillBaseServlet.doGet(AnthillBaseServlet.java:114)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
        at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
        at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
        at java.lang.Thread.run(Thread.java:595)
========================================

I am running Anthill version 1.8.1.303 with Java 1.5.0_13.  I am running 
Anthill with the user "build", which owns the whole anthill folder (I 
even ran "chown -R build:build /opt/anthill" just to make sure).  I can 
add, build and modify projects successfully.  I can also change the 
Anthill Properties and I can create, delete and update schedules as well.

Has anyone run into this before?

Thanks,
Kenneth
Naina Dani | 1 Jul 22:25
Picon

how to set JAVA_HOME in antscript build.xml

Hello everybody,

I am facing a peculiar problem. I have two projects in anthill. One of them needs java 1.4 and the other needs java 1.5. The problem is, if I set JAVA_HOME to 1.4 or 1.5 in my .profile, one project builds and the other fail.

So I want to set JAVA_HOME in build.xml of the project, so that JAVA_HOME is set depending on the project being built. Can anybody give me an idea how to do this ?

Thanks in advance.
Regards,
Naina.

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Partha Mukherjee | 10 Jun 00:15

Anthill configuration problem

Hi,

I'm running Anthill version 1.8.1.303 on Win XP using Tomcat. I can view 
the Anthill pages properly but it is not being able to build any 
project. Whenever I'm trying to force a build, the following error :-

Anthill: looking for file: C:\Documents and Settings\Partha 
Mukherjee\.anthill.a
nthill.properties
Anthill version: 1.8.1.303 loaded.
Anthill root dir: C:\Program Files\Anthill-
02:22:33:109 [http-8585-1] INFO  com.urbancode.anthill.Anthill  - 
Starting Anthi
ll daemons
02:22:43:296 [Thread - AnthillBuildDaemon] INFO  
com.urbancode.anthill.adapter.C
VSRepositoryAdapter  - repository root: 
:pserver:partham@...:/panini
repo
02:22:43:296 [Thread - AnthillBuildDaemon] INFO  
com.urbancode.anthill.adapter.C
VSRepositoryAdapter  - Module: abcrepo
02:22:43:406 [Thread - AnthillBuildDaemon] INFO  
com.urbancode.anthill.adapter.C
VSRepositoryAdapter  - Branch: null
02:22:43:406 [Thread - AnthillBuildDaemon] INFO  
com.urbancode.anthill.adapter.C
VSRepositoryAdapter  - Work directory: C:\Program Files\Anthill-\work
02:22:43:406 [Thread - AnthillBuildDaemon] INFO  
com.urbancode.anthill.adapter.C
VSRepositoryAdapter  - Local project directory: C:\Program 
Files\Anthill-\work\abcrepo
02:22:43:500 [Thread - AnthillBuildDaemon] ERROR 
com.urbancode.anthill.BuildMana
ger  - exception while getting 
com.urbancode.anthill.adapter.UrbanCodeVersionAda
pter¡ instance: Unable to create version adapter: 
com.urbancode.anthill.adapter.
UrbanCodeVersionAdapter¡
java.lang.IllegalStateException: exception while getting 
com.urbancode.anthill.a
dapter.UrbanCodeVersionAdapter¡ instance: Unable to create version 
adapter: com.
urbancode.anthill.adapter.UrbanCodeVersionAdapter¡
        at 
com.urbancode.anthill.ProjectProperties.getVersionAdapter(ProjectProp
erties.java:283)
        at 
com.urbancode.anthill.AnthillProject.getVersionAdapter(AnthillProject
.java:179)
        at com.urbancode.anthill.BuildManager.build(BuildManager.java:78)
        at 
com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.ja
va:231)
        at 
com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
        at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
Pagelets v3.1.5 loaded.
Copyright 2000-2002 Urbancode.  All rights reserved.
02:22:44:125 [Thread - AnthillBuildDaemon] ERROR 
com.urbancode.anthill.BuildMana
ger  - couldn't send result email
javax.mail.internet.AddressException: Illegal whitespace in address in 
string ``
Build Management Server''
        at 
javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java
:837)
        at 
javax.mail.internet.InternetAddress.parse(InternetAddress.java:748)
        at 
javax.mail.internet.InternetAddress.<init>(InternetAddress.java:61)
        at 
com.urbancode.pagelet.module.email.EmailMessage.send(EmailMessage.jav
a:134)
        at 
com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java
:40)
        at 
com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java
:24)
        at com.urbancode.anthill.BuildManager.build(BuildManager.java:258)
        at 
com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.ja
va:231)
        at 
com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
        at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
02:22:44:125 [Thread - AnthillBuildDaemon] ERROR 
com.urbancode.anthill.AnthillProject  - Error building project: null*

Can anybody please help. I just cannot setup anthill to build projects.
*

--

-- 
Regards,

Partha sarathi Mukherjee
Software Engineer (Testing)
QA Department
Descon Limited, Kolkata
Extn. 332
Jeffrey Heifetz | 14 Mar 22:00

Setting up a project in Ant

My environment:

Anthill: anthill os 1.8.1.303

Ant: 1.6.2

Servlet container: Tomcat 5.5

OS: Win XP

SCM: Perforce

 

I cannot get my project running. Currently my team has anthill set up on several different machines all successfully accessing one perforce repository. I have attempted to add another on a new machine and nothing seems to be running. It looks like ant is having trouble accessing the repository and the build script never runs. The logs are all empty even though I changed the log settings to DEBUG.

 

Any help would be appreciated.

 

Thanks,

 

Jeff

 

 

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.
_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
NEALE, John | 5 Mar 02:22
Picon

AnthillOS not displaying build success/failure correctly

I have recently upgraded my AnthillOS server to use Ant 1.6.5. I did this by installing Ant 1.6.5 and then changed the property anthill.ant.home to point to the new directory.

 

This is all working well. What doesn’t work is that when a build fails (I can see this in the build log file) Anthill reports the build as success. Is there any special setup I need to do?

 

Thanks,

 

 

John

-----------------------------------------------------------------------------------

This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its related entities "Suncorp".

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 55 or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and does not necessarily reflect the view of Suncorp. The content, including attachments, is a confidential communication between Suncorp and the intended recipient. If you are not the intended recipient, any use, interference with, disclosure or copying of this e-mail, including attachments, is unauthorised and expressly prohibited. If you have received this e-mail in error please contact the sender immediately and delete the e-mail and any attachments from your system.

If this e-mail constitutes a commercial message of a type that you no longer wish to receive please reply to this e-mail by typing Unsubscribe in the subject line.

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill

Gmane